/* Font Code */
@font-face {
    font-family: "headline-EL";
    src:url(fonts/KozGoPr6N-ExtraLight.otf) format("opentype");
}

@font-face {
    font-family: "headline-L";
    font-weight: thin;
    src:url(fonts/KozGoPr6N-Light.otf) format("opentype");
}

/* General */
.font_white {
    color:#FFF; 
    opacity: 0.9;
}  

.font_thin {
    font-weight: 200;
    opacity: 0.8;
}  

.font_centered {
    text-align: center;
}

.font_justify {
    text-align: justify;
}

.font_left {
    text-align: left;
}

/* Section Headlines */
h1 {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 2.625em;
    text-align:center;
    line-height: 3em;
    opacity: 0.8;
    color: #000; 
    margin: 0;    
}

/* Paragraph Headlines */
h2 {
    font-size: 1.75em;
    text-align: left;
    font-weight:300;
    line-height: 1.5em;
    opacity: 0.5;
    color: #000; 
    margin: 0;
}

/* Portfolio Entry Headlines */
h3, h4 {
    font-weight: 300;
    font-size: 1.375em;
    text-align: left;
    line-height: 1.5em;
    margin: 0;
}

/* About Headlines */
h3 {
    opacity: 0.4;
    color: #FFF; 
}


/* Paragraph Fonts */
.font_p-normal {
    color: #333; 
    margin: 0;
    font-size: 1em;
    line-height: 1.750em;
    padding-top: 15px;
    float: left;
    clear: both;
}

.font_p-portfolio-entry {
    font-weight: 400;
    color: #FFF; 
    margin: 0;
    opacity: 0.7;
    font-size: 1em;
    line-height: 1.825em;
    padding-top: 6px;
}

.font_p-portfolio-bullet {
    font-size: 2.5em;
    font-weight: 200;
    float: left;
    line-height: 0.9em;
    margin: 0px 0px 0px 20px;
    opacity: 0.5;
    color: #FFF;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}    

/* ============================================================================== */
/* Header Code */
#mobile-menu {
/*    background-color: #222;*/
}

.header {
    float: left;
    height: 280px;
    margin: 0px;
    clear: none;
    width: 100%;
    background-color: rgb(0, 0, 0);
    background-image:-webkit-linear-gradient(270deg,rgba(255,255,255,0.07) 0%,rgba(0,0,0,0) 100%);
    background-attachment: scroll;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;

}

#Header_Content {
    float: none;
    height: 100%;
    margin: 0px auto;
    clear: none;
    width: 100%;
    max-width: 1170px;
    position: relative;    
}

#Navigation {
    float: none;
    height: 100%;
    clear: none;
    width: auto;
    min-width: 0px;
    min-height: 0px;
    max-width: 772px;
    position: static;
    top: 0px;
    left: 0px;
    z-index: 0;
    margin: 0px 0px 0px 442px;
    padding-left: 0px;
}

#Page-Links {
    float: none;
    height: 120px;
    margin: 100px auto 0px;
    clear: none;
    width: 600px;
}


#Social {
    float: right;
    height: 30px;
    margin: 0px;
    clear: none;
    width: auto;
    position: relative;
    min-width: 0px;
}

#Logo {
    float: left;
    height: 280px;
    margin: 0px;
    clear: none;
    width: 442px;
    background-image:url("../assets/header/pwave_logo.png");
    background-attachment: scroll;
    background-size: auto 100%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

#mobile_menu {
    float: left;
    height: 100%;
    margin: 0px;
    clear: none;
    width: auto;
    display: none;
}

#mobile_logo {
    float: none;
    height: 50px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 40%;
    margin-right: auto;
    display: none;
}

.social-image {
    float: left;
    width: 13px;
    height: 14px;    
    margin: 0px;
    clear: none;
    display: block;
    margin-top: 9px;
}

/*
.si-linkedin {
    width: 13px;    
}

.si-twitter {
    width: 17px;        
}

.si-facebook {
    width: 7px;            
}

.si-vimeo {
    width: 16px;            
}

.si-behance {
    width: 22px;    
}

.si-google {
    width: 14px;        
}

.si-pinterest {
    width: 11px;        
}
*/



#Test Box {
    float: right;
    height: 60px;
    margin: 0px;
    clear: none;
    width: auto;
    min-width: 0px;
}
.social-box {
    float: left;
    height: 100%;
    margin: 0px;
    clear: none;
    width: auto;
    min-height: 0px;
    opacity: 0.4;
    
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);

    
}
.social-box:hover {
    opacity: 1;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

}   

.social-text {
    float: left;
    font-size: 0.875em;
    width: auto;
    height: 100%;
    text-align: center;
    font-weight: 400;
    line-height: 2.3em;
    clear: none;
    min-height: 0px;    
    color: #FFF;
    min-width: 0px;
    position: static;
    top: 0px;
    left: 0px;
    margin: 0px 8px 0px 5px;
    display: block;
    opacity:0.7;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    
}

.page-link {
    float: left;
    height: 100%;
    margin: 0px;
    clear: none;
    width: auto;
    opacity:0.5;
    
}
.page-link:hover {
    opacity: 1;
}   

.link-image {
    float: left;
    display: block;
    height: 60px;
    opacity: 0.5;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    
}

.link-image:hover {
    opacity: 1;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

}

#nav {
    float: none;
    display: block;
    height: 120px;
    margin: 95px auto;
    clear: none;
    width: auto;
    max-width: 620px;        
}

#nav ul {
    list-style: none;
}

#navFeatured a, #navServices a, #navPortfolio a, #navAbout a {
    float: left;
    font-size: 1.375em;
    font-weight: 300;
    line-height: 2.75em;
    color: rgb(255, 255, 255);
    opacity: 0.5;
    text-indent: -2px;
    padding-right: 5%;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);

}

#navFeatured a:hover, #navServices a:hover, #navPortfolio a:hover, #navAbout a:hover {
    opacity: 1.0;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    
}

#featured #navFeatured a,
#services #navServices a,
#portfolio #navPortfolio a,
#about #navAbout a {
    opacity: 1.0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    
    color: rgb(255, 255, 255);
    font-weight: bold;
    cursor: default;
}

p {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: -1px;
    -webkit-font-smoothing: antialiased;
}

#primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
    background-color: rgb(0, 0, 0);
}

.mobile-menuBtn {
    float: left;
    width: auto;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0%;
    display:block;
}

.mobile-logoImage {
    float: none;
    width: auto;
    max-width: none;
    height: 100%;
    margin: 0px auto;
    clear: none;
    color: rgb(0, 0, 0);
    display:block;
}

.section-wrap {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    min-width: 0px;    
}

.blackcolor {
    background-color: rgb(0, 0, 0);
}



h5 {
    float: left;
    font-size: 1.625em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 300;
    margin: 0px;
    clear: both;
    opacity: 0.6;
    color: rgb(0,0,0);
}

.txt_paragraph-black {
    float: left;
    font-size: 0.938em;
    width: auto;
    height: auto;
    text-align: left;
    line-height: 1.825em;
    clear: both;
    padding-top: 15px;
}

.Page-Links {
    float: none;
    display: block;
    height: 120px;
    margin: 120px auto;
    clear: none;
    width: auto;
    max-width:  580px;
}

@media only screen and (max-width: 1170px) {        /*  fixed width (Services = 2-row / Portfolio = 3-row) */

    /*  Adjust Header & Navigation */
    #Logo {
        width: 317px;
        height: 100%;
    }
    .header {
        height: 200px;
    }    
    #Navigation {
        height: 100%;
        margin-top: 0px;
        margin-left: 317px;
        clear: none;
        width: auto;
    }
    #Page-Links {
        height: 100px;
        width: 90%;
        margin: 62px auto 0px;
    }
    #nav {
        margin-top: 55px;
    }    

}

@media only screen and (max-width: 1060px) {        /*  iPad Landscape (Services = 2-row / Portfolio = 3-row) */

    /*  Adjust Navigation */
    #nav {
        margin-top: 58px;
    }    
    #navFeatured a, #navServices a, #navPortfolio a, #navAbout a {
        font-size: 1.375em;
        font-weight: 300;
        line-height: 2.5em;
        padding-right: 4%;
    }
    .link-image {
        height: 45px;
        margin-top: 5px;
    }

}

@media only screen and (max-width: 900px) {        /*  iPad Portrait (Services = 1-row / Portfolio = 2-row) */
    .header {
        height: 150px;
    }

    #nav {
        margin-top: 32px;
        max-width: 500px;  
    } 

    #navFeatured a, #navServices a, #navPortfolio a, #navAbout a {
        font-size: 1.125em;
        font-weight: 300;
        line-height: 2.5em;
        padding-right: 4%;
    }
    .link-image {
        height: 42px;
        margin-top: 1px;

    }    
    
    #Navigation {
        width: auto;
        height: 100%;
        margin-top: 0px;
        margin-left: 238px;
        clear: none;
    }

    #Page-Links {
        height: 100px;
        width: 92%;
        margin: 35px auto 0px;
    }

    #Social {
        display: none;
    }

    #Logo {
        width: 238px;
        height: 100%;
    }

    h1 {
        font-size: 2.25em;
        line-height: 2.825em;
    }
    
    
    

}

@media only screen and (max-width: 740px) {        /*  iPhone Landscape (Services = 1-row / Portfolio = 2-row) */
    #Navigation {
        width: auto;
        display: none;
    }

    #Page-Links {
        width: 90%;
    }

    #Logo {
        display: none;
    }

    .header {
        height: 50px;
        width: 100%;
    }

    #mobile_menu {
        float: left;
        height: 100%;
        margin: 0px;
        clear: none;
        width: auto;
        display: block;
    }

    #mobile_logo {
        float: none;
        height: 50px;
        margin-left: auto;
        margin-top: 0px;
        clear: none;
        width: 40%;
        margin-right: auto;
        display: block;
    }

    h1 {
        font-size: 1.625em;
        line-height: 2.825em;
    }

}

@media only screen and (max-width: 550px) {        /*  iPhone Portrait (Services = Portfolio = 1-row) */

     h1 {
        font-size: 1.5em;
        line-height: 2.5em;
    }

     h2 {
        font-size: 1.25em;
        line-height: 1.5em;
    }

    .font_p-normal {
        line-height: 1.625em;
    }
    
    h3, h4 {
        font-weight: 300;
        font-size: 1.25em;
        text-align: left;
        line-height: 1.5em;
        margin: 0;
    }
}


body {
    background-color:#000;
}

.mmenu_pwave-logo {
    float: none;
    display: block;
    width: 70%;
    margin: 30px auto;
    opacity: 0.2;    
}

.mmenu_behance {
    float: none;
    display: block;
    width: 20%;
    margin: 15px 0 15px 0;
    opacity: 0.5;    

}
