* {
    font-family: 'Quicksand', sans-serif;
}
nav {
    background-color: #ff7373ed;
    opacity: 0.99;
    z-index: 1;
    top: 0px;
    text-transform: uppercase;
    height: 100px;
    font-weight: 700;
}
.navbar-nav {
    background-color: #ff7373ed;
}
.nav-item {
    padding: 10px;
    font-size: 14px;
    height: 100px;
}
.nav-item:hover {
    background: #ffb3b2;
    height: 100px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.nav-link {
    color: white !important;
    position: relative;
    top:20px;
}
.nav-link:hover {
    color:white;
    display: block;
}
.active {
    color: darkblue !important;
    background: #ffb3b2;
}
.active:hover {
    color: darkblue;
}
header img {
    position: relative;
    margin-left: 15%;
}
.contact h4 {
    color: #FF7373;
    font-weight: 700;
}
.contact {
    text-align: center;
    line-height: 10px;
}
.contact b {
    color: #FF7373;
}
iframe {
    margin-bottom: 20px;
}
.info {
    margin-bottom: 30px;
}
.info h5 {
    color: #FF7373;
    font-weight: 700;
}
form {
    margin-bottom: 20px;
}
form button {
    margin: auto;
    background-color: #ff7373ed !important;
    border: 1px solid #ff7373ed !important;
    width: 150px;
}
footer {
    background: #ffb3b2;
}
footer img {
    float: right;
}
footer ul {
    list-style: none;
}
footer li {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
}
footer i {
    color: white;
    margin-left: 20px;
}
.social {
    text-align: center;
}