/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
    padding-top: 0px;
	overflow-x: hidden;
	    font-family: "Bookman Old Style"; 
    font-size: 1rem;
}

@media (min-width: 992px) {
    body {
        padding-top: 0px;
    }
}
.nav-item { margin: 0px 7px 0px 7px;}

.nav-item:hover { background: black; border-radius: 9px;}
h1, h2, h3, h4, h5, h6 {
    color: #eaa920 !important;
}
.green {background: #00A859;}
.green a {color: #fff;}
.bg-dark {
    background-color: #2c3860!important;
}
.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}
.call-to-action {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
        padding: 70px 0px 80px;
}
.call-to-action h2 {
    position: relative;
    color: #374587;
    font-size: 46px;
    font-weight: 700;
}
.call-to-action .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: 'Courgette', cursive;
}
.campaign {
    line-height: 125%;
    margin: 5px;
	    font-size: 12px;
}
.equator { background: #f5f5f5;;
color: #000;
margin-bottom: 40px;
padding: 30px 0px 30px 0px;
}
footer{
background-image: url("vintage.png");

color: #fff;
padding-top: 3rem!important;
    padding-bottom: 2rem!important;
}

