﻿
@media screen and (max-width: 1024px) {
#header .header-content {
    width: 90%;
}
.nav-toggle {
    display: block;
}
.navigation {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}
.navigation .primary-nav {
    position: relative;
    top: 45%;
    transform: translateY(-45%);
}
.navigation li {
    display: block;
    margin-bottom: 20px;
}
.navigation a {
    display: block;
    font-size: 25px;
    margin: 0;
    text-align: center;
}
.person {
    margin: 0 auto 50px;
}
.person-content {
    text-align: center;
}
.person .social-icons li {
    display: inline-block;
    float: none;
    margin-bottom: 5px;
}
.testimonials blockquote {
    padding: 20px 5% 0;
}
.testimonials p {
    font-size: 26px;
}
.flex-control-nav {
    bottom: 20px;
}
}
@media screen and (max-width: 768px) {
.banner-text {
    padding-top: 30%;
}
.banner-text h1 {
    font-size: 42px;
}
.banner-text p {
    font-size: 18px;
}
.flexslider {
    padding-bottom: 80px;
}
.flex-control-nav {
    width: 100%;
}
.footer .footer-col {
    margin-bottom: 50px;
}
}
@media screen and (max-width: 640px) {
.banner-text {
    padding-top: 35%;
}
}
@media screen and (max-width: 480px) {
.banner-text {
    padding-top: 45%;
}
.banner-text h1 {
    font-size: 32px;
}
}
@media screen and (max-width: 320px) {
.banner-text {
    padding-top: 55%;
}
.testimonials blockquote {
    padding: 20px 5% 0;
}
.testimonials p {
    font-size: 26px;
}
}
