/* NAV */

.navbar {
    background-color: #34C5A8;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid white;

}
.navbar-nav {
    margin: 0 auto;
    text-align: center;
}
.nav-link {
    color: #172E48 !important;
    margin: 0 6px;
}
.nav-link.active, .nav-link:hover {
    background-color: #172E48;
    color: #ffffff !important;
}

.dropdown-menu{
    text-align: center;
    margin: 0 auto;
}

.dropdown-item {
        color: #172E48 !important;
        margin: 0 auto;
    }

.dropdown-item.active, .dropdown-item:hover {
        background-color: #172E48;
        color: #34C5A8 !important;
    }


/* GENERAL */

body {
    font-family: 'Lato', sans-serif;
    background: #172E48;
}

.divider {
    width:100px;
    height: 2px;
    background: #34C5A8;
    margin: 20px auto 20px;
}
.heading {
    text-align: center;
    padding-bottom: 20px;        
}
h2 {
    text-transform: uppercase;
    font-weight:bold;
    color: #fff;
}
#contact-form {
    font-size: 20px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.blue {
    color: #172E48;
}
.form-control {
    height: 50px;
    font-size: 18px;
}
#contact-form input[type=submit] {
    margin: 40px auto 0px;
    display: block;
}
.comments {
    font-style: italic;
    font-size: 18px;
    color: #d82c2e;
    height: 25px
}
#contact-form .thank-you {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}
.button1 {
    border: 1px solid #ddd;
    background: #34C5A8;
    color: #fff;
    width: 100%;        
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}
.button1:hover {
    background: #333;
    border-color: #34C5A8;
}

/* FOOTER */

footer {
    background-color: #34C5A8;
    padding: 10px 0 20px;
}

footer span {
    color: #172E48;
    font-size: 25px;
    line-height: 35px;
}

footer span:hover {
    color: #172E48;
    font-size: 30px;
}

footer h5 {
    color: white;
    font-weight: normal;
}

#logo-container {
    margin-bottom: 20px;
}

#logo-container img{
    width: 6.25%;
    height: auto;
}