/*Font*/
@import url("font.css");

/*Scrollbar Style*/
@import url("content/scrollbar.css");

/*Home*/
@import url("content/homeSection.css");

/*What's going on with PAM*/
@import url("content/whatsGoingOn.css");

/*Who are we*/
@import url("content/whoAreWe.css");

/*What We Do*/
@import url("content/whatWeDo.css");

/*Our Work*/
@import url("content/ourWork.css");

/*Contact Us*/
@import url("content/contactUs.css");

/*Message and Careers*/
@import url("content/messageAndCareers.css");

/*===================================================================================*/
/*Body*/
/*===================================================================================*/

html, body {
    background-color: black;
    color: white;
    font-family: "Avenir Next Regular";
    overflow-x: hidden !important;
}

h2 {
    font-family: "Avenir Next Demi Bold";
    font-size: 44px;
    padding-top: 0;
    margin-top: 0;
}

h3 {
    font-family: "Avenir Next Demi Bold";
    font-size: 21px;
}

h4 {
    font-family: "Avenir Next Demi Bold";
    font-size: 34px;
}

.btn-default {
    color: white;
    background-color: transparent;
    border: 2px solid white;
    text-transform: none;
    font-family: "Avenir Next Demi Bold";
    font-size: 14px;
    padding: 2% 0;
    cursor: pointer;
    text-shadow: none;
    background-image: none;
    text-align: center;
}

a:focus, a:hover {
    text-decoration: none;
}

.btn-default:hover, .btn-default:active:focus, .btn-default:focus {
    color: white !important;
    background-color: transparent !important;
    border-color: #C01F33;
}

#whats-going-on, #who-are-we, #what-we-do, #our-work, #contact-us {
    height: auto;
    float: left;
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
}

#myNav, #retailak, #ovp, #gomla, #al-doha, #sherine, #god-father, #send-message, #careers {
    visibility: hidden;
}

/*===================================================================================*/
/*Footer*/
/*===================================================================================*/

footer {
    display: inline-block;
    text-align: center;
    font-family: "Avenir Next Medium";
    font-size: 11px;
    margin: 6% 0% 2% 0%;
    margin-bottom: -35px;
}

/*===================================================================================*/
/*Responsive Breakpoints*/
/*===================================================================================*/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    #whats-going-on, #who-are-we, #what-we-do, #our-work, #contact-us {
        padding-left: 0;
        padding-right: 0;
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}