body {
    background: #232731;
    font-weight: 300;
    font-size: 15px;
    line-height: 29px;
    color: rgb(28, 54, 83); 
}

h1, h2, h3, h4, h5, h6 { 
    color: #3D4351; 
    font-weight: 300;
}

h1 {
    margin-bottom: 50px;
}

hr { border-color: #999; }

.navbar {
    background: #232731;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 100px;
}

.navbar-brand {
    color: #fff;
    font-size: 18px;
    height: 80px;
    margin-right: 50px;
    padding: 40px 15px;
    text-transform: uppercase;
}

.navbar-brand:hover, .navbar-brand:active, .navbar-brand:focus { color: #fff; }

.navbar-nav > .divider {
    background-color: #e5e5e5;
    height: 40px;
    margin: 30px 10px;
    width: 1px;
}

.navbar-nav > li > a {
    color: #fff;    
    font-size: 13px;
    line-height: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-transform: uppercase;
    transition: color 0.1s;
    -webkit-transition: color 0.2s;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus { background: none; }

.navbar-nav > li > a:hover { color: #FF5274; }

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: none;
    border: none;
}

.dropdown-menu { background: #F3F4F8; }

.dropdown-menu > li > a {
    background: none;
    color: #333;
    font-weight: 600;
    line-height: 40px;
    padding: 3px 40px;
    transition: color 0.1s;
    -webkit-transition: color 0.2s;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus { background: none; }

.dropdown-menu > li > a:hover { color: #FF5274; }


.hero {
    min-height: 750px;
    background: url("../img/hero.jpg") center center;
    background-size: cover;
    padding: 30px 0;
    position: relative;
}

.hero .container {
    background: #fff;
    border-radius: 5px;
    padding: 5px 30px;
    position: relative;
}

.boxes h5 {
    color: #3D4351;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.boxes .fa { 
    color: #FF5274;
    font-size: 40px;
    font-weight: 100;
    margin-top: 10px;
}