.main-nav {
    margin-bottom: 0px;
}

section.main-image {
    position: relative;
    height: 1000px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(./image1.jpg);
    z-index: 1;
}

.ybh-logo {
    position: absolute;
    margin: auto;
    top: 35%;
    right: 0;
    left: 0;
    max-height: 100%;
    max-width: 225px;
    z-index: 11;
}

#down-arrow {
    margin: -25px auto 0 auto;
    border-radius: 50%;
	width: 50px;
	height: 50px;
    background-color: #00B1FF;
    z-index: 15;
    position: relative;
}

.blue-line {
    border-bottom: solid 2px #00B1FF;
    width: 10%;
    margin-top: 75px;
}

.page-wrapper .page-content h1 {
    color: #305D7B;
    line-height: 1.2;
    font-weight: 300;
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 50px;
}

.byline {
    color: #95989A;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

p {
    color: #2F2F2F;
    line-height: 1.8;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.ybh-quote {
    margin: 50px 0;
}

.ybh-quote p {
    color: #305D7B;
    font-size: 30px;
    line-height: 1.2;
    margin-top: -100px;
}

.ybh-quote #quote-character {
    color: #305D7B;
    font-size: 120px;
    font-family: 'Open Sans', sans-serif;
}

.ybh-quote #quote-content {
    display: inline-block; 
    width: 80%; 
    margin-left: 10%;
}

article a {
    border-bottom: none;    
}
}


@media only screen and (min-width:768px) and (max-width: 992px) {

    section.main-image {
        height: 600px;
    }
    
    .ybh-logo {
        max-width: 175px;
    }
    
    .ybh-quote p {
        font-size: 26px;
        padding: 0 20px 20px 20px;
    }

}

.content.container-full p {
	margin: 0 0 20px;
}

@media only screen and (max-width: 768px) {
    
    section.main-image {
        height: 600px;
    }
    
    .ybh-logo {
        max-width: 175px;
    }
    
    .ybh-quote #quote-content {
        margin-left: 20%;
    }
    
    .ybh-quote p {
        font-size: 26px;
        padding: 0 20px 20px 20px;
    }

}

#ybh-home-link {
    background-color: #80868A;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#ybh-home-link:hover {
    background-color: #003049;
}

#next-story-link, #previous-story-link {
    border-radius: 2px;
    background-color: #00B1FF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#next-story-link:hover, #previous-story-link:hover {
    background-color: #007FB5;
}

.storynav {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 45px;
    text-align: center;
    margin-bottom: 20px;
}

.storynav svg {
    width: 25px;
    height: 10px;
}

.content.container-full .storynav p {
    color: #ffffff;  
    margin-bottom: 0px;
}

.cls-1{
    fill:#fff;
}
.cls-2{
    fill:#00aeef;
}