@import url(https://fonts.googleapis.com/css?family=Covered+By+Your+Grace);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);


body {
    margin-top: 50px;
    font-family: 'Lora', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:#E0DBE3 url('../../images/splash/background.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

nav.navbar-inverse {
    background-color: #5c4017;
    border: none;

}

a {
    color: #b2d044;
    font-weight: 700;
    font-size: 26px;
    cursor: pointer;
}

a:hover {
    color: #b2d044;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 26px;
    color: #b2d044;
    font-weight: normal;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #b2d044;
    color: #fff;
    border-radius: 4px;
}

.navbar-nav {
    text-align: center;
    float: none;
    padding: 5px 0;
}

.navbar-nav>li {
    text-align: center;
    float: none;
    display: inline-block;
    padding: 0 25px;
    font-family: 'Covered By Your Grace', cursive;
}


header {
    display: block;
    width: 100%;
    text-align: center;
    height: 200px;
}

.headline {
    padding: 35px 0;
}

.headline h1 {
    font-size: 130px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.headline h2 {
    font-size: 77px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.container {
    min-width: 1000px;
}

.row h1 {
    text-align: center;
}
.rowtop{
    background:url('../../images/splash/border-top.png') no-repeat;
}
.rowbottom{
    background:url('../../images/splash/border-bottom.png') no-repeat;
    width: 914px;
    margin-left: 0px;
    margin-top: -50px;
    height: 90px;
    background-position: -2px 0;
}
section {
    background: #FFF;
    max-width: 914px;
    margin: 0 auto 40px;
}

section .row {
    margin: 0;
}



.section-heading {
    background: url('../../images/splash/section-heading.png');
    background-repeat: no-repeat;
    max-width: 236px;
    margin: 0 auto;
    color:#b2d044;
    text-align: center;
    font-family: 'Covered By Your Grace', cursive;
    position: relative;
    top: -20px;
    height: 52px;

}

.section-heading.section-heading-lg {
    background: url('../../images/splash/section-heading-lg.png');
    max-width: 396px;



}

.section-heading h1 {
    font-size: 26px;
    line-height: 1.8;
    margin: 0 4px 0 0px;
    display: inline-block;
}

.section-heading .fa-circle {
    font-size: 6px;
    display: inline-block;
    vertical-align: super;
}

.section-body {
    width: 762px;
    margin: 0 0 0 16px;
    border-left: solid 5px rgba(105, 104, 101, 0.83);
    border-right: solid 6px rgba(105, 104, 101, 0.83);
    background-color:white;
    padding: 10px 57px 0;
    box-sizing:content-box;
}
.body-wrapper{
    padding: 0px 0 0 0;
    background:white;
    margin: 0px 13px 0px 2px;
    width: 911px;
}
.section-body h1 {
    font-weight: 700;
    color:#5c4017;
    font-size: 26px;
    text-align: left;
    margin-top:0px;
    padding-top:10px;
}

.section-body p {
    font-size: 20px;
    color:#000;
    line-height: 1.2;
    margin:0px;
    padding-bottom:10px;
}

.section-body p span {
    font-weight: 700;
    color: #5c4017;
    font-size: 26px;
    text-align: left;
}

.team-member:nth-child(3),
.team-member:nth-child(4) {
    padding-bottom: 25px;
}

.team-member .bio, .team-member .image-holder {
    display: inline-block;

}

.team-member .bio {
    width: calc(100% - 185px);
}

.team-member .image-holder {
    width: 130px;
    margin-left: 50px;
}

.team-member .image-holder {
    vertical-align: top;
}

.team-member .image-holder img {
    width: 100%;
    vertical-align:middle;
}

.section-clients {
    margin: 0 auto;

}

.section-clients .client-holder {
    height: 43px;
    width: 127px;
    display: inline-block;
    margin: 11px 11px;
    background: grey;
}

.section-clients .client-holder img {
    width: 100%;
    height: auto;
    height: 43px;
    width: 127px;
    vertical-align: middle;
}


.section-2 ul {
    padding-bottom: 33px;
    margin-bottom:0px;
}

.section-2 ul li {

    font-size: 20px;
    color: #000;
    padding-bottom: 10px;

}

.section-2 ul li:nth-child(even){
    list-style-image: url('../../images/splash/leaf-bullet.png');

}

.section-2 ul li:nth-child(odd){
    list-style-image: url('../../images/splash/star-bullet.png');

}

.section-2 .image-holder {
    float: left;
    margin-right: 50px;

}

.socials ul {
    float: right;
}

.socials li{
    background: url('../../images/splash/socials.png');
    background-repeat: no-repeat;
    list-style: none;
    height: 54px;
    width: 60px;
    margin-bottom: 23px;
}

.socials li.social-f{
    background-position: 0px 0px;
}

.socials li.social-t{
    background-position: 0px -78px;
}

.socials li.social-p{
    background-position: 0px -153px;

}
.socials li a{
    font-size: 0px;
    height: 54px;
    width: 60px;
    display: block;
}

.contact-info .address h3 {
    margin-bottom: 0px;
    color:#5c4017;
    font-size: 20px;
    font-weight: 700;
}

.contact-info .address p {
    margin-bottom: 0px;
    font-size: 20px;

}