@font-face {
font-family: 'TradeGothic';
src: url('/fonts/TradeGothic.eot');
src: url('/fonts/TradeGothic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/TradeGothic.woff2') format('woff2'),
        url('/fonts/TradeGothic.woff') format('woff'),
        url('/fonts/TradeGothic.ttf') format('truetype');
    /* url('/fonts/TradeGothic.svg#TradeGothic') format('svg'); */
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'TradeGothic-Light';
src: url('/fonts/TradeGothic-Light.eot');
src: url('/fonts/TradeGothic-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/TradeGothic-Light.woff2') format('woff2'),
        url('/fonts/TradeGothic-Light.woff') format('woff'),
        url('/fonts/TradeGothic-Light.ttf') format('truetype');
        /* url('/fonts/TradeGothic-Light.svg#TradeGothic-Light') format('svg'); */
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'TradeGothic-BoldCondTwenty';
src: url('/fonts/TradeGothic-BoldCondTwenty.eot');
src: url('/fonts/TradeGothic-BoldCondTwenty.eot?#iefix') format('embedded-opentype'),
    /* url('/fonts/TradeGothic-BoldCondTwenty.woff2') format('woff2'), */
        url('/fonts/TradeGothic-BoldCondTwenty.woff') format('woff'),
        url('/fonts/TradeGothic-BoldCondTwenty.ttf') format('truetype');
    /* url('/fonts/TradeGothic-BoldCondTwenty.svg#TradeGothic') format('svg'); */
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'TradeGothicLTPro-Bold';
src: url('/fonts/TradeGothicLTPro-Bold.eot');
src: url('/fonts/TradeGothicLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/TradeGothicLTPro-Bold.woff2') format('woff2'),
        url('/fonts/TradeGothicLTPro-Bold.woff') format('woff'),
        url('/fonts/TradeGothicLTPro-Bold.ttf') format('truetype');
        /* url('/fonts/TradeGothicLTPro-Bold.svg#TradeGothicLTPro-Bold') format('svg'); */
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'TradeGothicLTStd-BoldExt';
src: url('/fonts/TradeGothicLTStd-BoldExt.eot?#iefix') format('embedded-opentype'),  
     url('/fonts/TradeGothicLTStd-BoldExt.otf')  format('opentype'),
        url('/fonts/TradeGothicLTStd-BoldExt.woff') format('woff'), 
        url('/fonts/TradeGothicLTStd-BoldExt.ttf')  format('truetype'), 
        url('/fonts/TradeGothicLTStd-BoldExt.svg#TradeGothicLTStd-BoldExt') format('svg');
font-weight: normal;
font-style: normal;
}


* {padding: 0; margin: 0;}
html, body {height: 100%; font-family: 'TradeGothic';}
body, a {color: black;}
#bottombar, #topbar {
    background: transparent; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: 99;
    padding: 20px 25px;
}
#bottombar {left: auto; right: 0; bottom: 0; top: auto; display: none;}
#togglemenu img {cursor: pointer; display: inline-block;}
#togglemenu img:nth-child(1) {height: 41px; margin: 3px 0;}
#togglemenu img:nth-child(2) {height: 47px; margin: 0; display: none;}
#scrolltotop img:nth-child(1) {height: 47px; margin: 0;}
#menu {position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; display: none; z-index: 50;}
body {background: rgb(170,170,255);}
.bg {
    position: fixed; top: 0; left: 0; height: 100vh; width: 100%; z-index: -1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0b4ff+0,d0b4ff+45,ffffff+45,ffffff+100 */
background: rgb(170,170,255); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(170,170,255,1) 0%, rgba(170,170,255,1) 45%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(170,170,255,1) 0%,rgba(170,170,255,1) 45%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(170,170,255,1) 0%,rgba(170,170,255,1) 45%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0b4ff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.frame {
    max-width: calc(100% - 62px); 
    width: 800px;
    margin: 0 auto; 
    position: relative; 
    top: 50%;
    border: 6px solid #010101;
    border-radius: 7px; 
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 70px;
    height: 6em;
    line-height: 6em;
}
.frame h1 {
    display: inline-block;
    font-size: 110px;
    line-height: 1.1em;
    text-transform: lowercase;
    vertical-align: middle;
    font-family: 'TradeGothicLTPro-Bold';
    font-weight: normal;
    position: relative;
    bottom: 15px;
}
.frame h2 {
    position: absolute;
    top: 0;
    left: 50%;
    background: white;
    margin-top: -20px;
    line-height: 40px;
    font-size: 30px;
    display: block;
    padding: 0 50px;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    color: #39a23d;
    font-family: 'TradeGothicLTStd-BoldExt';
    font-weight: normal;
    cursor: pointer;
}
.frame h3 {
    display: none;
    font-size: 60px;
    line-height: 1.1em;
    text-transform: lowercase;
    vertical-align: middle;
    font-family: 'TradeGothicLTPro-Bold';
    font-weight: normal;
    position: relative;
    bottom: 2px;
    padding: 0 30px;
}
.frame ul {
    font-size: 70px;
    line-height: 1.1em;
    display: inline-block;
    vertical-align: middle;
    font-family: 'TradeGothicLTPro-Bold';
    font-weight: normal;
}
.frame ul li {list-style: none;}
.frame ul li a {color: black; text-decoration: none;}
.content {    
    max-width: calc(100% - 50px); 
    width: 800px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.35em;
    padding: 200px 0 200px;
}
.content h2 {
    font-size: 28px;
    line-height: 1.35em;
    margin: 0 0 0.2rem;
    font-weight: normal;
    font-family: 'TradeGothicLTPro-Bold';
}
.content img {max-width: 100%;}
.content p,.content ol,.content ul,.content table {margin-bottom: 1.35em;}
.content h1 {    
    font-size: 70px;
    line-height: 1.1em;
    color: #39a23d;
    margin-bottom: 40px;
    font-family: 'TradeGothicLTPro-Bold';
    font-weight: normal;
    text-transform: lowercase;
    text-align: center;
}
.content table {margin: 0 auto; width: 100%;}
.content td:nth-child(1) {padding-right: 10px; vertical-align: top;}
.content ol,.content ul {margin-left: 2em;}
body.page {background: rgb(248,248,248);}
body.page > .bg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0b4ff+0,d0b4ff+45,ffffff+45,ffffff+100 */
background: rgb(248,248,248); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(248,248,248,1) 0%, rgba(248,248,248,1) 45%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(248,248,248,1) 0%,rgba(248,248,248,1) 45%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(248,248,248,1) 0%,rgba(248,248,248,1) 45%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0b4ff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

@media (max-width: 1030px) {
    #topbar {
        position: absolute; 
    }
    #bottombar {position: relative; float: right;}
    .content {padding: 200px 0 100px;}
    .bg {position: absolute;}
}

@media (max-width: 800px) {
    .frame {
        height: 52vw;
        line-height:52vw;
    }
    .frame h1 {font-size: 13vw; bottom: 2vw;}
    .frame h2 {font-size: 3.5vw; padding: 0 5vw;}
    .frame h3 {font-size: 7vw; padding: 0 5vw;}
    .frame ul {
        font-size: 9vw;;
        line-height: 1.1em;
    }
}

@media (max-width: 600px) {
    .content h1 {    
        font-size: 55px;
        line-height: 1.1em;
    }
    .content {
        font-size: 18px;
        padding: 150px 0 30px;
    }
}
