
@font-face {
    font-family: 'Opensans Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Opensans Semibold'), url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'Opensans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Opensans Regular'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Exo Regular';
    src:url('../fonts/Exo-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Exo Bold';
    src:url('../fonts/Exo2-SemiBold.otf') format('opentype');
}



body{


    margin: 0;
    padding: 0;
    /*padding-bottom: 40em;*/




    /*height:120em;*/
    /*max-width: 70rem;*/

    /*margin: 0 auto;*/


    font-family:"Exo Regular", Helvetica, sans-serif;
    font-smoothing: antialiased;
    font-size-adjust: 0.55;

    font-size: 1.2vw;

    box-sizing: border-box;

    /*border:dotted 1px red;*/

    background-color: black;

    overflow-y: scroll;

}




@media all and (min-width: 90rem) {
    body{
        /*font-size: 11.7pt;*/
        font-size: 12.95pt;
    }
}

.secOuter{

    position:relative;

    /*height:180em;*/


    /*max-width: 88.8rem;*/
    max-width: 89rem;

    margin: 0 auto;

    /*padding-bottom: 10em;*/

    overflow-x: hidden;
    overflow-y: hidden;

    /*background-color: red;*/

    /*background-image: url("../img/indexBack.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;*/


}
