body {
    overflow-x: hidden;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;    
}
p {
    line-height: 1.4;
    font-size: 18px;
}
p.small {
    font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    color: #18bc9c;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
ul li {
    margin-bottom: 10px;
    font-size: 18px;
}
header {
    text-align: center;
    background: #eec783;
    color: white;
}
header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}
header img {
    max-width: 250px !important;
}
@media (min-width: 768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }
    header img {
        max-width: 400px !important;
    }
}
@media (min-width: 768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }
    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }
    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}
.navbar {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.navbar a:focus {
    outline: none;
}
.navbar .navbar-nav {
    letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
    outline: none;
}
.navbar-default,
.navbar-inverse {
    border: none;
}
.navbar-default {
    background-color: #5380bd;
    border: 0;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #eec783;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #eec783;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #2b3560;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #2b3560;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover {
    background-color: #eec783;
}
section {
    padding: 100px 0;
}
section h2 {
    margin: 0 auto 30px auto;
    font-size: 2.25em;
}
section.success {
    background: #eec783;
    color: white;
}
section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    color: #2c3e50;
    outline: none;
}
@media (max-width: 767px) {
    section {
        padding: 75px 0;
    }
    section.first {
        padding-top: 75px;
    }
}
section#services h2,
section#services h3,
section#services ul li {
    color: #2b3560;
}
section#about img {
    max-width: 300px !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
section#about h2,
section#about h3,
section#about p {
    color: #fff;
}
@media (min-width: 992px) {
    section#about img {
        margin-top: 0;
    }
    section#about p {
        margin-top: 50px;
    }
}
@media (min-width: 1200px) {
    section#about img {
        margin-bottom: 50px;
    }
    section#about p {
        font-size: 22px;
        margin-top: 60px;
    }
}
section#contact h2,
section#contact h3,
section#contact p {
    color: #2b3560;
}
footer {
    color: white;
}
footer h3 {
    margin-bottom: 30px;
}
footer .footer-col {
    margin-bottom: 50px;
}
footer .footer-below {
    padding: 25px 0;
    background-color: #2b3560;
}
.btn:focus,
.btn:active,
.btn.active {
    outline: none;
}
.scroll-top {
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
    z-index: 1049;
}
.scroll-top .btn {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 28px;
    background-color: #5380bd;
    color: #fff;
}
.scroll-top .btn:hover {
    color: #eec783;
}
.scroll-top .btn:focus {
    outline: none;
}