/************************
 *********GENERAL********
 ************************/

html body{
    font-size: 16px;
    line-height: 1.333;
    color: #fff;
    font-family: ubuntu, sans-serif;
}

body.menu-open{
    height: 100vh;
    overflow: hidden;
}

*:focus{
    outline: none;
    border: 0;
}

p{
    margin: 0;
}

ul{
    margin: 0;
    padding: 0;
}

li{
    list-style: none;
}

a{
    display: block;
    text-decoration: none;
}

h1,h2,h3{
    font-family: orbitron, sans-serif;
    margin: 0;
}

h2{
    color: #e53026;
    text-transform: uppercase;
}

h3{
    font-size: 1.25rem;
}

section.row{
    display: block;
    background-size: cover;
    background-position: right;
    padding: 50px 0;
    background-repeat: no-repeat;
}

section.row:not(#hero) article > div:first-child{
    background: #fff;
    padding: 15px 25px;
    margin-bottom: 20px;
}

/*
.row.expanded .row{
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}
*/


/************************
 **********Hero**********
 ************************/

#hero{
    background-image: url(../img/main_image_mobile.jpg);
    background-attachment: fixed;
    position: relative;
}

#hero article{
    font-size: 1.75em;
}

#hero article p{
    padding: 30px 0;
    line-height: 1;
    font-family: orbitron, sans-serif;
}

/************************
 ***********Nav**********
 ************************/

nav{
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, 50%);
    width: 100%;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9000;
}

nav.sticky-nav{
    position: fixed;
    top: 0;
    bottom: auto;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px,0px);
}

nav ul li.column{
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Orbitron';
}

nav ul li.column.active a{
    border-bottom: 2px solid #e53026;
}

nav a,
nav a:focus{
    color: #51606d;
    text-align: center;
}

nav a:hover{
    color: #e53026;
}

nav .hide-for-small-only li ul a{
    float: left;
    width: 33.3%;
}

#phone-number-expanded {
  font-family:'Orbitron', sans-serif;
  display:none;
  position:absolute;
  right:40px;
  bottom:-67px;
  padding:20px;
  border-radius:0 0 10px 10px;
  background-color:#e53026;
  font-size:1.3em;
}


/*Mobile only*/
nav .fa-bars{
    font-size: 2em;

}

.mobile-menu{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9500;
    background: rgba(0, 0, 0, 0.75);
}

.close-mobile-menu{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2em;
}

.mobile-menu ul{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 40px;
    z-index: 9999;
    font-size: 1.75em;
    font-family: orbitron, sans-serif;
    background: #fff;
    text-transform: uppercase;
}

.mobile-menu ul li{
    padding: 10px 0;
    border-top: 2px solid #e53026;
}

.mobile-menu ul li:last-child{
    border-bottom: 2px solid #e53026;
}

.mobile-menu a{
    color: #e53026;
}

/************************
 **********About**********
 ************************/

#about{
    background-image: url(../img/about-bg.jpg);
}

#about article > p{
    border-top: 2px solid #e53026;
    padding-top: 20px;
}

/************************
 *******Solutions********
 ************************/

#solutions{
    background-image: url(../img/solutions-bg.png);
}

#solutions .row > div:not(:first-child){
    padding: 30px 0;
}

#solutions .row > div:nth-child(2){
    background-color: rgba(0, 0, 0, 0.43);

}

#solutions .row > div:nth-child(3){
    background-color: rgba(0, 0, 0, 0.78);
}

#solutions .row .column .row{
    padding: 25px 3.8%;
}

#solutions .row .column .row h3{
    padding-bottom: 25px;
}

#solutions .row .column .row p{
    border-top: 2px solid #e53026;
    padding-top: 20px;
}

/************************
 *********Benefits*******
 ************************/

#benefits{
    background-image: url(../img/benefits-bg.jpg);
    background-position: left;
}

#benefits article > p{
    border-top: 2px solid #e53026;
    padding-top: 20px;
    font-family: orbitron, sans-serif;
    font-size: 1.25rem;
    padding-bottom: 50px;
}

#benefits article > div:not(:first-child){
    padding-top: 30px;
    padding-bottom: 30px;
}

#benefits article > div:nth-of-type(2){
    background: rgba( 0, 0, 0, 0.70 );
}

#benefits article > div:nth-of-type(3){
    background: rgba( 0, 0, 0, 0.50 );
}

#benefits article > div:nth-of-type(4){
    background: rgba( 0, 0, 0, 0.90 );
}

#benefits article > div:nth-of-type(5){
    background: rgba( 0, 0, 0, 0.60 );
}

#benefits article > div h3 + p{
    border-top: 2px solid #e53026;
    padding-top: 20px;
}

/************************
 *********Services*******
 ************************/

#services{
    background-image: url(../img/services-bg.png);
}

#services article div:not(:first-child){
    padding: 25px 3.8%;
}

#services article div:nth-of-type(2){
    background: rgba( 0, 0, 0, 0.50 );
}

#services article div:nth-of-type(3){
    background: rgba( 0, 0, 0, 0.70 );
}

#services article div:nth-of-type(4){
    background: rgba( 0, 0, 0, 0.90 );
}

#services article div:nth-of-type(5){
    background: rgba( 0, 0, 0, 0.30 );
}

#services article div:nth-of-type(6){
    background: rgba( 0, 0, 0, 0.60 );
}

#services article div:nth-of-type(7){
    background: rgba( 0, 0, 0, 0.80 );
}


#services div h3{
  margin-top:1.333em;
  padding-bottom: 20px;
  border-bottom: 2px solid #e53026;
}

/************************
 *********Contact*******
 ************************/

#contact{
    background-image: url(../img/contact-bg.png);
    background-position: center;

}

#contact .contact-info{
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#contact .contact-info li{
    color: #51606d;
    font-family: orbitron, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#contact .contact-info li a{
    color: #51606d;
    word-wrap: break-word;
}

#contact #contact-form h3 {
    padding-bottom:20px;
    margin-bottom:40px;
    border-bottom:2px solid #e53026;
}

#contact #contact-form input:not([type="submit"]),
#contact #contact-form textarea{
    border: 0;
    outline: none;
    box-shadow: 0px 1px 7px 0px #5d5d5d;
}

#contact #contact-form input::-webkit-input-placeholder,
#contact #contact-form textarea::-webkit-input-placeholder{
    color: #51606d;
    font-family: ubunto, sans-serif;
}

#contact #contact-form input::-moz-placeholder,
#contact #contact-form textarea::-moz-placeholder{
    color: #51606d;
    font-family: ubunto, sans-serif;
}

#contact #contact-form input:-ms-input-placeholder,
#contact #contact-form textarea:-ms-input-placeholder{
    color: #51606d;
    font-family: ubunto, sans-serif;
}

#contact #contact-form input::placeholder,
#contact #contact-form textarea::placeholder{
    color: #51606d;
    font-family: ubunto, sans-serif;
}

#contact #contact-form #submit{
    border: 0;
    outline: none;
    background-color: #e53026;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 75px;
    text-transform: uppercase;
    font-family: Orbitron, sans-serif;
    cursor: pointer;
}

#contact #contact-form #submit:hover:not(.pulse){
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#contact .contact-response{
    position: absolute;
    margin-top: 10px;
    font-weight: bold;
}

@-webkit-keyframes pulse {
    0%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulse {
    0%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.pulse{
    -webkit-animation: pulse 0.5s infinite;
    animation: pulse 1s infinite;
}

/************************
 *********Footer*********
 ************************/

.footer{
    background: #000;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer > div{
/*    height: 100px;*/
}

.footer ul{
    text-align: center;
}

.footer ul li{
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
    line-height: 50px;
}

.footer ul li a{
    color: #fff;
}

.footer ul li a:hover{
    color: #e53026;
}

.footer ul li i.fa{
    font-size: 2em;
}

/************************
 ********Side Nav********
 ************************/

.side-nav{
    height: 475px;
    width: 50px;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    right: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(../img/sprite.png);
    background-position: center 500px;
    -webkit-transition: 1s;
    transition: 1s;
}

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

@media screen and (min-width: 1024px){
    #hero{
        background-image: url(../img/main_image.jpg);
    }
}

@media screen and (min-width: 700px){
    #about{
        background-position: center;
    }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .small-no-pad{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    #contact #contact-form h3 {
        color: #51606d;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-no-pad{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    #contact div.column:first-child{
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
}

/*Medium and up*/
@media screen and (min-width: 40em){
    /************************
     *********GENERAL********
     ************************/
    html body{
/*        font-size: 14px;*/
    }

    h2{
        color: #fff;
        line-height: 1;
/*        position: absolute;*/
        font-size: 5.5em;
    }

    section.row{
        display: block;
        height: 100vh;
        padding: 0;
    }

    section.row article{
        position: relative;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }

    section#benefits{
        height: 125vh;
    }

    section.row:not(#hero) article > div:first-child{
        background: none;
    }

    .small-centered.medium-uncentered, .medium-uncentered.small-centered:last-child:not(:first-child) {
        float: left;
        clear: none;
    }

    .small-centered.medium-uncentered.end, .medium-uncentered.end.small-centered:last-child:not(:first-child){
        float: right;
        clear: both;
    }

    .small-centered.medium-uncentered.end + .column, .medium-uncentered.end.small-centered:last-child:not(:first-child) + .column{
        clear: right;
    }

    /************************
     ***********Nav**********
     ************************/

    nav{
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);

    }

    nav .hide-for-small-only{
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    /************************
     **********About*********
     ************************/

    #about article > p{
        border: none;
    }

    #about article > div:first-child{
        margin-bottom: 20px;
        border-bottom: 2px solid #e53026;
    }

    /************************
     ********Solutions*******
     ************************/

    #solutions div:first-child{
        position: relative;
        top: 75px;
    }

    #solutions div:not(:first-child) h3{
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid #e53026;
    }

    #solutions div:not(:first-child){
        height: 470px;
        padding: 0;
    }

    /************************
     ********Benefits********
     ************************/

    section#benefits.row:not(#hero) article > div:first-child{
        padding: 0;
        margin: 0;
    }

    #benefits article > div:not(:first-child){
        height: 320px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #benefits h2{
        padding-bottom: 0;
        margin-bottom: 0;

    }

    #benefits article > p{
        border: none;
        padding-bottom: 0;
        padding-top: 0;
        text-transform: uppercase;
    }

    /************************
     ********Services********
     ************************/

    #services div:first-child{
        position: absolute;
        top: -60px;
    }

    #services div:not(:first-child){
        height: 150px;
    }

    #services div h3 {
        padding-bottom: 10px;
    }

    /************************
     ********Contact********
     ************************/

    #contact div:not(:first-child){
        height: 100vh;
    }

    #contact h2{
        color: #51606d;
    }

    #contact article div:nth-of-type(2) ul li{
        line-height: 2;
        font-weight: bold;
    }

    #contact div:last-child{
        background: rgba(0, 0, 0, 0.3);
    }

    #contact div:not(:first-child) form,
    #contact div:not(:first-child) > ul{
        top: 45%;
        position: relative;
        width: 90%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #contact div:first-child{
        position: absolute;
        top: 175px;
        left: 7.5%;
        border-bottom: 2px solid #e53026;
    }
}

/*Large and up*/
@media screen and (min-width: 64em){
    h2{
        font-size: 5.5em;
    }

    #benefits article > div:first-child{
        position: absolute;
        top: 40px;
    }

    #contact div:not(:first-child) form,
    #contact div:not(:first-child) >ul{
        width: 70%;
    }

    nav .hide-for-small-only{
        font-size: 1.5em;
    }

    nav ul li.column{
        font-size: 17px;
        letter-spacing: 1.25px;
    }

    .large-no-pad{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    #contact div:not(:first-child) > ul{
        top: 50%;
    }

    #contact div:first-child{
        top: 30%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

/************************
 **********Fonts*********
 ************************/
@font-face {
    font-family: orbitron;
    src: url(../fonts/Orbitron-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: ubuntu;
    src: url(../fonts/Ubuntu-R.ttf);
    font-weight: 400;
}

@font-face {
    font-family: ubuntu;
    src: url(../fonts/Ubuntu-B.ttf);
    font-weight: bold;
}
