.parallax { 
background-size: cover;
background-attachment: fixed;
}
.white h2, .white h3, .white h4, .white p {
color: white;
}
.social-links {
    min-height: 20px;
    min-width: 20px;
    color: white;
    padding: 15px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}
span.social-icon {
    color: white !important;
}
.social-links.blog {
    background: #55acee;
}
.social-links.facebook {
    background: #3b5998 !important;
}
.social-links.twitter {
    background: #55acee !important;
}
.social-links.yelp {
    background: #ea4335 !important;
}
.social-links.instagram {
    background: #3f729b !important;
}

a.md-trigger {
    background: #3080F9;
    padding: 15px 20px;
    border-radius: 5px;
    color: white;
transition: all 0.5s ease;
}
a.md-trigger : hover {
    background: #333;
}

.md-content {
    background: #3080F9;
}
.md-content > h3 {
    color: white !important;
}
.white {
color: white;
}

.center {
    text-align: center;
}

nav.main_menu>ul>li.active>a {
    color: #267dfe;
    font-weight: 700;
}

.footer_bottom a {
    color: white;
}

.qode_carousels .slides>li {
    margin: 0px 20px;
}