

/*@font-face {
  font-family: ArialBlk;
  src: url('fonts/ariblk.ttf');
}*/



  html {



}

body {
        background-color: #000;
        margin:0;
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        color:#FFF;

}

h1 {
        /*font-family: 'PT Sans', sans-serif;*/
        font-family: 'Anton', sans-serif;
        font-size: 2.3em;
        letter-spacing: 0.03em;
        margin:0 0 0.8em 0;

}




h3 {
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        font-size: 1.3em;

         margin:0.8em 0 0.1em 0;

}


h2 {
        font-family: 'Anton', sans-serif;
        font-size: 1.4em;
        font-weight: bold;
        margin:1em 0 0.4em 0;
}
h4 {
        font-size: 1em;
        font-weight: bold;
        margin:1.3em 0 -0.3em 0;
}

p {
    font-size: 1.0em;
     margin:0.5em 0 0.7em 0;
    line-height: 1.4em;
}

a {
    color: #13a89e;
}
img {
        display: block;
        max-width: 100%;
        width: 100%;
}






#logoarea {
    max-width:1014px;
    margin:0em auto 0em auto;
    padding:0em;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.logoareaImgLeft {
    float:left;
    /*width:25%;*/
     width:100%;
    /*margin-left:37%;*/
    text-decoration: none;
    color: #FFF;

}

#theMenu {
    max-width:1000px;
    margin:0em auto 0em auto;
    padding:0.8em 2em 0.8em 2em;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;

}




#theMenu a {
    float:left;
    padding:0.5em 0.7em 0.5em 0.7em;
    text-decoration: none;
    color: #FFF;
    margin-left:0.25em;
    margin-top:0.15em;
    font-size:0.9em;
   border-radius:0.2em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
    background-color: #13a89e;
}


#mobMenu {
    display: none;
 }

#theMobMenu {
    position: fixed;
    top:0.5em;
    right:0.5em;
    width:12%;
    height:6em;
    background-image: url(images/menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1001;

}


#cust_images img {
    width: 25%;
    margin-right:2%;
    float:left;
}


#footerarea {
    width:100%;
    /* background-color: #003B81;*/
    margin:0em auto 2em auto;
    min-height:5em;
    /*box-shadow: 0px 1000px 0px 1000px #003B81;*/
    text-align: left;
    padding-top:1em;
    color:#FFF;
}


.back {
    background-image: url('/images/back.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 5em;
    border-bottom: solid 1px #121d3d;
}

#footerOne {
    box-sizing: border-box;
    float:left;
    width:36%;
    margin-right:3.5%;
    /*border-right:solid 0.1em #FFF;*/
    height: 8em;
}
#footerTwo {
    box-sizing: border-box;
    float:left;
     width:25%;
    margin-right:3.5%;
    /*border-right:solid 0.1em #FFF;*/
    height: 8em;
}


#footerThree {
    box-sizing: border-box;
    float:left;
    width:32%;
    text-align:right;
}



.fullContainer {

    width:100%;
    margin:0 auto 0 auto;

}


.container {
    padding:1em 2em 2em 2em;
    max-width: 1000px;
    margin:0 auto 0 auto;
    box-sizing: border-box;
    text-align: left;
    min-height: 300px;
}









.clr {
    clear:both;
    width: 1px;
    height: 0;
}

.clr_one {
    clear:both;
    width: 1px;
    height: 0.8em;
}

.clr_two {
    clear:both;
    width: 1px;
    height: 1.4em;
}


.hideInMob {
    display:block;
}

.hideInComp {
    display:none;
}








