@import url("https://fonts.googleapis.com/css?family=Lato:300,400|Raleway:100,600");

body {
    font-family: 'Lato', 'Helvetica Neue', sans-serif;
    font-size: 10pt;
    background-color: #EEEEEE;
}

#navigation {
    margin: 0 0;
    border-radius: 0;
    width:100%;
    height: 20px;
    color:#333;
    background: #F9F9F9 no-repeat;
    border-bottom:2px solid #666;
    padding: 10px 0;
}

#menu {
    list-style-type:none;
    margin-bottom:12px;
}

#menu li {
    margin-right:20px;
    font-weight:400;
    font-size:13pt;
    color:#797979;
    float:right;
}

#menu a {
    text-decoration:none;
    color:#292969;
}

#menu a:hover {
    color:#A9A9A9;
}

#header {
    width:100%;
    color:#797979;
    font-weight:300;
    margin:0 auto;
    background-color: #1d5194;
    padding: 10px;
    overflow: hidden;
}

#headerBottom {
    background: url("ombre-header.png");
    height: 16px;
    margin-bottom: 30px;
}

#header h1 {
    font-family: 'Raleway', 'Helvetica Neue', cursive;
    color: #FFFFFF;
    font-size: 80pt;
    font-weight: 100;
    text-shadow: 0 0 6px rgb(240, 240, 240);
}

#header h2 {
    color: #a7a7a7;
    font-weight: 100;
    font-size: 14pt;
}

#header h3 {
    color: #fc7d64;
    font-size:62pt;
    font-weight:100;
    text-shadow: 0 0 8px rgb(240,240,240);
}

* {
    margin:0;
    padding:0;
}

img {
    border: none;
}

.hopper_text {
    margin-bottom:8px;
}

.v3_text {
    color: #fc7d64;
}

.disassembler_text {
    margin-bottom:50px;
}

#wrapper {
    width:100vw;
    background-color: #FFFFFF;
    padding-bottom:20px;
    margin:0;
}

#content {
    width:740px;
    color:#CCCCCC;
    height:350px;
    background: #FFFFFF no-repeat;
    border:1px solid #CCCCCC;
    margin:0 0 5px 0;
    padding:10px;
}

#container {
    width: 90%;
    background-color:#FFFFFF;
    color:#333333;
    line-height:130%;
    border:1px solid #808080;
    margin:10px auto 10px auto;
}

.desc {
    color:#595959;
    padding-right:50px;
    padding-left:50px;
    padding-bottom: 50px;
    text-align:justify;
    font-size:13pt;
    font-weight:200;
    top: 0px;
}

ul {list-style-type: none;}

.hopperlogo {
    position:relative;
    float:none;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.horizontal_separator {
    position: relative;
    margin: 2px auto 2px auto;
    width:600px;
    height:1px;
    background-color: #EEEEEE;
}

.legal {
    padding-top: 50px;
    margin-bottom: -16px;
    text-align: center;
    font-size: 10pt;
    font-weight: 100;
    color: #888888;
}

#fs_sec_fastspring {
    width: 100%;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 960px) {
    #main_header {
        position: relative;
        margin: auto;
        padding: 0;
        width: 960px;
        height: 400px;
    }

    #logo_id {
        position: relative;
        float: left;
        top: 0;
        left: 0;
        width: 400px;
        filter: drop-shadow(8px 8px 10px #222222);
    }
    
    #header h1 {
        position: absolute;
        top: 30px;
        left: 45%;
        width: 530px;
        margin: 0;
    }

    #header h2 {
        position: absolute;
        top: 160px;
        left: 45%;
        width: 335px;
        margin: 0 0 50px 0;
    }

    #fastspringContent {
        width: 960px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 960px) {
    #main_header {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #logo_id {
        position: relative;
        margin: 0 auto;
        display: block;
        top: 0;
        left: 0;
        width: 80%;
        max-width: 400px;
    }

    #header h1 {
        position: relative;
        margin: 0 auto;
        text-align: center;
        font-size: 80px;
    }

    #header h2 {
        position: relative;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
    }

    #fastspringContent {
        width: 90%;
        margin: 0 auto;
    }
}
