@import url('../css/meyer-reset.css');
@import url('../css/typography.css');
@import url('../css/header.css');
@import url('../css/button-styles.css');
@import url('../css/back-top-menu.css');
@import url('../css/social-buttons.css');
@import url('../css/slider.css');

/*Headroom Header plugin -- display block for pinned and display none for unpinned*/
.headroom {position: fixed; z-index: 1; transition: transform 200ms linear; left: 0; right: 0; top: 0;}
/* This pins and unpins header, uncomment to activate
.headroom--pinned {transform: translateY(0%); opacity: 0.92;}
.headroom--unpinned {transform: translateY(-100%);}
*/

body {
    -webkit-backface-visibility: hidden;
    font-family: "BrandonGrotequeLight", Helvetica, Arial;
    background: #ffffff url("#"); 
    /*background: rgba(46,48,58,0.96);*/
    margin: 0 auto;
}

a { text-decoration: none; cursor: pointer;}

img {
  max-width: 100%;
  height: auto;
}

nav{
    background-color: #101421;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
nav ul li a.active {color: #fff;}
nav ul li a:hover{color: #2fbfc2;}

article {
    zoom: 1;
    max-width: 2560px;
}
article:before, article:after {
    content: " ";
    display: table;
}
article:after {
    clear: both;
}

article section h1{
    font-family: 'BrandonGrotequeMed', sans-serif;
    font-size: 2.4em;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #fff;

    margin-top: 35px;
    line-height: 1.4;
    font-weight: normal;
    text-shadow: 0 1px 0 #000;
    padding: 40px 0px 0px 0px;
}

article section h2{
    font-size: 18px;
    color: #2fbfc2;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #000;
    padding: 0px 0px 50px 0px;
/*    margin-top: 35px;
    font-family: "BrandonGrotequeLight", Helvetica, Arial;
    font-size: 2.5em;
    line-height: 1.4;
    font-weight: normal;
    text-shadow: 0 1px 0 #000;
*/
}

#link_areas {position: relative; display: inline;}
article #chevron-right{font-size: 1.74em;}

section.masthead{
    background-color: #101421;
}
section {
    text-align: center;
    margin-left: 0%}
section h1 {
    font-family: "BrandonGrotequeMed", BrandonGrotequeLight, Helvetica, Arial;
    font-size: 2.50em;
    color: #323132; /*#888*/
    font-weight: normal;
    padding-bottom: 4%;
}
section img {
    width: 200px;
    margin: -2em 0 2em;
    opacity: 0.75;
}

/**PORTFOLIO CONTENT*************/
hr { 
    display: block;
    margin: 10px 25px;
    border: 0.5px solid #ddd;
}
/**end portfolio content**/

.button {
    float: right;
    background-color: #323132;
    padding: 5px;
    letter-spacing: 2px;
    font-size: 0.70em;
    text-transform: uppercase;
    border:#615f61 1px solid;
    border-bottom: #615f61 4px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 2px;
    color: #fff;
    margin: 19px 0 0 0px;
}

.partext {
    margin: 0 auto;
    width: 100%;
    float: left;
    font-family: "BrandonGrotequeLight", Helvetica, Arial;
    font-size: 1.1em;
    text-align: center;
    padding: 5px 0px;
}

/*FOOTER*/
footer {
    width: 100%;
    background-color: rgba(46,48,58,0.96);
    overflow: hidden;
    padding: 50px 0px;
}

footer p{text-align: center; color: #fff;}

/*Media Query**************************************************************/

@media screen and (min-width: 1280px) and (max-width: 2560px) {


/*Tablet*/
@media screen and (max-width: 768px) {

}

/*****************MOBILE********************/
@media screen and (max-width: 480px) {

} /*************End Mobile Media Query***********/