@import url(https://fonts.googleapis.com/css?family=Exo:400,900,300,100);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400);


.container-fluid {
    background-color: white; 
}

.navbar {
    background-color: white;
    height: 50px;
    padding-top: 10px;
    box-shadow:5px 5px 5px rgba(0,0,0,0.1);
}

.container .mid-nav {
    margin: auto;
        
}

.logo-text h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #7e7b7b;
    margin-top: 8px;
    display: inline;
}

.logo-text span {
    font-weight: 900;
    color: steelblue;
}

.navbar-right {
    margin-top: -27px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding-: 25px;
    
}

.navbar-right a {
    padding-left: 40px;
    color: darkgray
    
}

.navbar-right a:hover {
    color: lightblue;
}

.tight {
    margin-top: -20px;
}

.wrapper {
    width: 100%;
}

.section-one {
    background-image: url(../images/Rancocas_Royals-4106-b.jpg);
    background-size: 2592px;
    background-position: -1100px 85%;
    height: 600px;
    box-shadow: inset -5px -5px 5px rgba(0,0,0,0.1);
}

.section-two {
    margin-top: 50px;
    text-align: center;
}

.section-two h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 50px;
    color: #7e7b7b;
    text-align: center;
    padding-bottom: 5px;

}

.section-two span {
    color: steelblue;
}

.section-two h2 {
    margin: -10px;
    padding-bottom: 75px;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 300px;
    color: #8b8b8b;

}
.section-two h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    color: steelblue;
    text-align: center;
}

.section-two img {
    border-radius: 50%;
}

.section-two p {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 22px;
    margin-top: 5px;
    margin: auto;
    width: 75%;
    text-align: left;
}


.big-icon {
    font-size: 100px;
    color: darkgray;
}

.section-two .row {
    padding-bottom: 50px;
}

.section-three {
    background-color: steelblue;
    height: 600px;
}

.section-three h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 44px;
    text-align: center;
    padding-top: 25px;
    color: white;
}

.section-three h2 {
    font-size: 22px;
    font-weight: 300;
    color: white;
    margin-top: -10px;
    text-align: center;
}

.focus-point {
    margin-left: 35%;
    margin-top: 10%;
    width: 70%;
    font-family: 'Oswald', sans-serif;
    color: #4c5d6d;
    text-align: center;
    display: none;
}

.focus-point h1 {
    
    font-weight: 400;
    font-size: 33px;
    
}

.focus-point span {
    color: steelblue;
}

.focus-point h2 {
    font-size: 24px;
    font-weight: 300;
    margin-top: 5%; 
    color: #4b4a4a;
    
}

.ybh-btn {
    margin-top: 20px;
    color: white;
    background-color: steelblue;
}

.form-horizontal {
    margin: auto;
    width: 75%;
}

fieldset {
    margin-top: 50px;
    font-family: 'Oswald',sans-serif;
}
fieldset .form-group-lg {
   padding-bottom: 6%;
}

.state {
    width: 250px;
}

.zip {
    width: 200px;
}

fieldset .help-block {
    color: white;
}

fieldset .btn-lg {
    color: white;
    background-color: rgb(41, 103, 155);
    font-family: 'Oswald', sans-serif;
    border: none;
}

.thanks h1 {
    margin-top: 70px;
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    color: dimgray;
    text-align: center;
}

.thanks h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: slategray;
    text-align: center;
}

.thanks {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-align: center;
}