/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .mainmenu-area {
        background-color: #0f0f0f;
    }
    .mainmenu-area .navbar-toggle {
        background-color: transparent;
        border: 1px solid #f3a427;
        border-radius: 0;
        margin: 15px;
        margin-top: 30px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    #mainmenu_collapse {
        background-color: #0f0f0f;
        border: medium none;
    }
    .mainmenu-area .navbar-toggle:hover,
    .mainmenu-area .navbar-toggle:focus {
        background: #f3a427;
    }
    .mainmenu-area .navbar-toggle .icon-bar,
    .mainmenu-area .navbar-toggle .icon-bar {
        background: #f3a427;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .mainmenu-area .navbar-toggle:hover .icon-bar,
    .mainmenu-area .navbar-toggle:focus .icon-bar {
        background: #ffffff;
    }
    ul#mainmenu.nav.navbar-nav li a:hover,
    ul#mainmenu.nav.navbar-nav li.active a {
        background-color: #333333;
        color: #ffffff;
        border-color: transparent;
    }
    .xs-center {
        text-align: center;
    }
    .header-text {
        padding: 40px 20px;
    }
    .sub-headline {
        font-size: 25px;
    }
    .headline {
        font-size: 30px;
    }
    .page-title {
        font-size: 20px;
    }
    .well-lg {
        padding: 10px;
    }
    .about-photo {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .huph {
        width: 50% !important;
    }
    .about-photo {
        width: 40%;
        margin-right: 20px;
    }
}