@charset "UTF-8";
/**
 * #.# CSS document - Your Holistic Coach - Linda Olofsson 2021
 *
 * YHC theme style document with media queries for 2 different sizes.
 * Created by: Frida Lazzari Coprogram 2021
 */

/* Adobe fonts Baskerville and Nimbus Sans */

@import url("https://use.typekit.net/jzc8etp.css");
/* Color Theme Swatches in Hex */

.Natura-Nova-1-hex {
    color: #C7D4D9;
}

.Natura-Nova-2-hex {
    color: #B0BBBF;
}

.Natura-Nova-3-hex {
    color: #593636;
}

.Natura-Nova-4-hex {
    color: #8C6868;
}

.Natura-Nova-5-hex {
    color: #BF9F9F;
}

/* Color Theme Swatches in RGBA */

.Natura-Nova-1-rgba {
    color: rgba(199, 212, 217, 1);
}

.Natura-Nova-2-rgba {
    color: rgba(176, 187, 191, 1);
}

.Natura-Nova-3-rgba {
    color: rgba(89, 54, 54, 1);
}

.Natura-Nova-4-rgba {
    color: rgba(140, 104, 104, 1);
}

.Natura-Nova-5-rgba {
    color: rgba(191, 159, 159, 1);
}


/* Reset of margins and padding etc */

body, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
dl[class], 
dt, 
dd, 
ol[class], 
ul[class], 
li, 
a, 
i, 
section, 
article, 
.container, 
.blockquote, 
.quote, 
.byline, 
.search-icon,
form, 
input, 
textarea {
    margin: 0;
    padding: 0;
}

/* 
*
* General CSS for all devices and sizes
*
*/

* {
    box-sizing: border-box;
}
/* body */
html,
body {
    display: block;
    max-width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    color: rgba(89, 54, 54, 1);
    background-color: #fff;
}
/* Heading */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    font-family: baskerville-display-pt, serif;
    font-weight: 700;
    margin: 1.4rem 0 ;
    color: rgba(89, 54, 54, 1);
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
    text-align: center;
}
p {
    line-height: 28px;
}
/* Navigation */
.main-navigation li a {
    font-family: baskerville-display-pt, serif;
    font-weight: 700;
    color: rgba(89, 54, 54, 1);
    text-decoration: none;
}
.main-navigation li a:hover {
    text-decoration: underline;
    color: rgba(191, 159, 159, 1);
}
.main-navigation li a:active {
    text-decoration: underline;
    color: rgba(89, 54, 54, 1);
}
/* Links */
a {
    text-decoration: underline;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    color: rgba(89, 54, 54, 1);
}
a:hover {
    text-decoration: underline;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    color: rgba(191, 159, 159, 1);
}
/* Lists */
ol,
ul {
    list-style: none;
}
/* Quotes */
.quote {
    font-family: baskerville-display-pt, serif;
    font-weight: 700;
    font-style: italic;
}
blockquote {
    border: 1px solid rgba(89, 54, 54, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    font-family: baskerville-display-pt, serif;
    font-weight: 700;
    font-style: italic;
    text-align:center;
}
blockquote p {
    margin: 5%;
}
/* Buttons */
button {
    border: 1px solid rgba(140, 104, 104, 1);
    border-radius: 2px;
    margin: 1rem;
    padding: 0.5rem;
    font-family: nimbus-sans, sans-serif;
    font-weight: 500;
    background-color: rgba(140, 104, 104, 1);
    color: #fff;
}
button:hover {
    border: 1px solid rgba(191, 159, 159, 1);
    background-color: rgba(191, 159, 159, 1);
    color: #fff;
}
.call-to-action{
    max-width:75%;
    margin-right:12.5%;
    color:rgba(176, 187, 191, 1);
}
/* Search */
.search-icon {
    float: right;
    }
input[type="search"] {
    border: 1px solid rgba(140, 104, 104, 1);
    border-radius: 5px;
    padding: 0.5rem;
    font-family: nimbus-sans, sans-serif;
    font-weight: 500;
    color: rgba(140, 104, 104, 1);
}
/* Breadcrumbs */

.yoastBreadcrumbs {
    margin: 2% 0 0 5%;
}
.yoastBreadcrumbs p, .yoastBreadcrumbs a {
    text-align: left;
    font-family: baskerville-display-pt, serif;
    font-weight: 700;
    font-size: 1rem;
    color: rgba(140, 104, 104, 1);
}
.yoastBreadcrumbs a {
    text-decoration: underline;
}
.yoastBreadcrumbs a:hover {
    color: rgba(191, 159, 159, 1);
}


/* Images */
picture img, 
img {
    border: 8px solid #fff;
    box-shadow: 0px 3px 6px rgba(176, 187, 191, 1);
}
.logo {
    max-width: 100%;
    height: auto;
}
figcaption {
    text-align: center;
}
/* Date */
.date {
    font-family: nimbus-sans, sans-serif;
    font-weight: 500;
    color: rgba(140, 104, 104, 1);
}
/* Widget */
.textwidget {
    text-align: center;
    }
/* Contact */
label {
    margin: 2% 5% 1% 5%;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 90%;
    margin: 2% 5%;
    padding: 3%;
    resize: vertical;
    border: 1px solid rgba(140, 104, 104, 1);
    font-family: nimbus-sans, sans-serif;
    font-weight: 500;
}
input[type="submit"] {
    float: right;
    width: 25%;
    height: auto;
    padding: 3% 1%;
    margin: 2% 5%;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    border: none;
    color: #fff;
    background-color: rgba(140, 104, 104, 1);
}
input[type="submit"]:hover {
    color: #fff;
    background-color: rgba(191, 159, 159, 1);
}
/* Divider */
.line {
    border-bottom: 2px solid rgba(191, 159, 159, 1);
    margin: 5% 0;
}
.call-to-action-group{
    margin-top:5%;
}
/* Footer menu */
.footer-wrapper {
    max-width: 80%;
    margin: 2% 10%;
}
.footer-navigation {
    border-top: 3px solid rgba(89, 54, 54, 1);
    padding-top: 2%;
}
.footer-navigation a {
    font-family: baskerville-display-pt, serif;
    font-weight: 700;
    color: rgba(89, 54, 54, 1);
}
.footer-navigation a:hover {
    color:rgba(191, 159, 159, 1);
}
/* 
* CSS for smaller sizes 
*
*
*/
@media only screen and (max-width:899px) {
    /* Banner img */
    .site-info,
    .banner img {
    display: none;
    }
    .main-navigation {
        border-bottom: 3px solid rgba(89, 54, 54, 1);
    }
    /* headings and text*/
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-align:center;
        margin: 1.2rem 0;
    }
    h1 {
        font-size: 40px;
    }
    
    h2 {
        font-size: 30px;
    }
    
    h3 {
        font-size: 25px;
    }
    
    h4 {
        font-size: 20px;
    }
    
    h5 {
        font-size: 18px;
    }
    
    h6 {
        font-size: 16px;
    }

    p,
    a {
        font-size: 16px;
    }
    .wrapper{
        margin: 2% 5%;
    }
    article {
        margin: 0 5%;
    }
    article p {
        padding: 0 3%;
    }
    .search-icon {
        width: 1.4rem;
        height: 1.4rem;
        margin: 10px 10px 10px 0;
    }
    .yoastBreadcrumbs {
        display: none;
    }
    /* Images */
    picture img, 
    img {
        width: 100%;
        height:auto;
    }
    figcaption  a{
        font-size: 14px;
    }
    .footer-navigation {
        margin-top: 10%; 
    }
    .footer-navigation li {
        text-align: center;
        padding: 1rem 0 1.2rem 0;
    }

    .footer-navigation a {
        font-size: 1rem;
    }
}
/* 
* CSS for larger sizes 
*
*
*/

@media only screen and (min-width:899px) {
    /* Header */
    .banner img {
        width: 100%;
        height: auto;
        border: none;
        z-index: 8;
    }
    .main-navigation {
        position: absolute;
        top: 0;
        right: 1rem;
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0;
        z-index: 10;
        } 
    .main-navigation li {
        display: inline-block;
        text-align:right;
        font-size: 1.2rem;
        padding: 1.2rem;
        }     
    .search-icon {
        position: absolute;
        top: 1.2rem;
        right: 1rem;
        width: 1.6rem;
        height: 1.6rem;
        z-index: 9;
        }   
    .site-info {
        position:absolute;
        top: 10em;
        right: 7em;
        text-align:center;
        z-index: 11;
        }
    .site-info h1 {
        font-size: 3.2em;
        text-shadow: 2px 2px 4px rgba(191, 159, 159, 1);
    }
    .site-info h2 {
        font-size: 2.4em;
        text-shadow: 1px 1px 2px rgba(191, 159, 159, 1);
    }
    
    .hide {
        display:none;
    }
    /* Section */
    section {
        margin: 0 10%;
    }
    /* Headings */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6{
        text-align: center;
    }
    h1 {
        font-size: 55px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 35px;
    }
    h4 {
        font-size: 30px;
    }
    h5 {
        font-size: 25px;
    }
    h6 {
        font-size: 20px;
    }
    p {
        font-size: 20px;
    }
    figcaption a {
        font-size: 16px;
    }
    /* Templates */
    .wrapper-template {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: minmax(100px, auto);
    }
    .main-left {
        grid-column: 1 / 4;
        grid-row: 1 / 5;
        padding: 5%;
    }
    aside {
        grid-column: 4 / 5;
        grid-row: 1 / 5;
        padding: 5%;
    }
    /* Contact */
    input[type="text"], 
    input[type="email"], 
    input[type="tel"], 
    textarea {
        font-size: 1.2rem;
        padding:1rem;
    }
    label {
        font-size: 1.2rem;
        margin: 1rem 5% 1rem 5%;
    }
    input[type="submit"] {
        font-size: 1.2rem;
    }
    /* Footer */
    .footer-navigation {
        display: inline-block;
        width: 100%;
        margin: 5% 0;
    }
    .footer-navigation li { 
        float: left;
        font-size: 1.2rem;
    }
    .footer-navigation li a {
        padding: 1rem 0 0 3rem;
    }
}