@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400|Playfair+Display&display=swap');

body {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1.3px;
    color: #000;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.42857;
    
    background-color: #BDE2E0;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000;
}

::selection { background: #FBC2BE; color: #000; }
::-moz-selection { background: #FBC2BE; color: #000; }

.is--serif {
    font-family: 'Playfair Display', serif;
}

.is--sans-serif {
    font-family: 'Josefin Sans', sans-serif;
}

h1 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 1.3px;
}

h2 {
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 60px;
}

.hd-xs-center {
    text-align: center;
}

.yoyu--hero {
    background-color: #FFF;
    min-height: 370px;
    text-align: center;
}

.yoyu--hero img {
    width: 130px;
    height: auto;
    margin-top: 70px;
}

.yoyu--divider {
    overflow: hidden !important;
    margin:  0;
    padding: 0;
}

div.bevel-divider {
    width: 0px;
    height: 0px;
    border-top: 100px solid #FFF;
    border-left: 1500px solid transparent;
}

.yoyu--overlay {
    position: absolute;
    width: 100%;
    top: 220px;
}

.yoyu--overlay .yoyu--quote {
    padding: 0 5%;
}

.yoyu--overlay h1 .txt-quote {
    font-size: 1.3em;
    line-height: 1em;
}

.yoyu--overlay .txt-subline {
    position: relative;
    font-size: .95em;
    margin-left: 5%;
    margin-top: 30px;
}

.yoyu--overlay .txt-subline:before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    height: 2px;
    width: 15%;
    border-bottom: 2px solid #000;
}

.yoyu--overlay .yoyu-lifestyle {
    margin-top: 70px;
}

.footer {
    margin-top: 70px;
}

.footer p {
    padding-top:    30px;
    padding-bottom: 30px;
}

.footer a,
.footer a:hover,
.footer a:active,
.footer a:focus {
    text-decoration: none;
    color: #000;
    padding-bottom: 3px;
    border-bottom:  2px solid #000;
}

@media (min-width: 768px) {
    .yoyu--hero {
        text-align: left;
    }

    h1 {
        font-size: 32px;
        padding: 10px 20px;
        line-height: 1.6;
        letter-spacing: 1.3px;
    }

    .hd-xs-center {
        text-align: left;
    }

    .yoyu--overlay {
        top: 250px;
    }

    .yoyu--overlay .yoyu--quote {
        padding: 0 10%;
    }

    .yoyu--overlay .yoyu-lifestyle {
        margin-top: 100px;
    }

    .footer {
        margin-top: 100px;
    }
}
