/**
 * Theme Name:     spring2life Dawson Child
 * Author:         Markus Spring
 * Template:       dawson
 * Text Domain:	   spring2life-dawson-child
 * Description:    spring2life child of Dawson theme. Dawson is a WordPress portfolio theme specifically tailored for photography. With a two column layout, the theme is ideal for those looking to build a portfolio website. Additionally, Dawson offers five distinct style variations, providing a wide range of aesthetic options to choose from.
 */

body {
    width: 94%;
    font-weight: 200;
    font-family: 'Proxima Nova Thin', Arial, sans-serif !important;
}

/* ----------------------------------------------------- all archives --- */
.archive-thumbnail {
    margin-bottom: 0;
}
.archive-post-title {
    position: relative;
    top: -4em;
    background: rgba(255,255,255,0.5);
}

/* ----------------------------------------------------------- footer --- */
.footer-link > a {
    text-decoration: none !important;
}

.taxonomy-post_tag {
    margin-left: -0.7em !important;
}

#reading_list {
    ul>li>a{
        text-decoration: none !important;
        color: rgb(123, 123, 123);
    }
    ul>li>a:hover{
        text-decoration: underline !important;
        color: rgb(65, 65, 65);
    }
    ul>li::marker {
        content: "• ";
      }
}

/* nav.has-medium-font-size.wp-container-core-navigation-is-layout-dd225191.wp-block-navigation-is-layout-flex { */
/*     justify-content: right; */
/*     align-content: right; */
/*     text-align: right; */
/*     position: absolute; */
/*     right: 1em; */
/*     top: 2em; */
/*     background: orange; */
/* } */
