@font-face {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    src: url("/homepage/files/font/ebgaramond/eb-garamond-v7-latin-regular[0].eot");
    src: local("EB Garamond"), local("EBGaramond"), url("/homepage/files/font/ebgaramond/eb-garamond-v7-latin-regular[0].eot?#iefix") format("embedded-opentype"), url("/homepage/files/font/ebgaramond/eb-garamond-v7-latin-regular.woff2") format("woff2"), url("/homepage/files/font/ebgaramond/eb-garamond-v7-latin-regular[0].woff") format("woff"), url("/homepage/files/font/ebgaramond/eb-garamond-v7-latin-regular[0].ttf") format("truetype"), url("/homepage/files/font/ebgaramond/eb-garamond-v7-latin-regular[0].svg#EBGaramond") format("svg")
}

html, body {
    min-height:100%;
}

body {
    background-image: url(landingad/files/img/GVSUCommunity_DT2000.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    font-size: 16px;
    font-family: 'EB Garamond';
    letter-spacing: .1em;
    color: white;
    padding: 0;
    margin: 0;
}

h1 {
    margin-top: 0;
}

#wrapper {
    padding-bottom: 65px;
    position: relative;
}

.contrast {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 70%, rgba(14,14,14,0.3) 75%, rgba(84,84,84,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 1%,rgba(0,0,0,0.3) 70%,rgba(14,14,14,0.3) 75%,rgba(84,84,84,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 1%,rgba(0,0,0,0.3) 70%,rgba(14,14,14,0.3) 75%,rgba(84,84,84,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00545454',GradientType=0 );
}

.contrast-helper {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0.68) 70%, rgba(14,14,14,0.68) 75%, rgba(84,84,84,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 1%,rgba(0,0,0,0.68) 70%,rgba(14,14,14,0.68) 75%,rgba(84,84,84,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 1%,rgba(0,0,0,0.68) 70%,rgba(14,14,14,0.68) 75%,rgba(84,84,84,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00545454',GradientType=0 );
}

div {
    text-align: center;
}

h1 {
    font-size: 2em;
    line-height: 2.6em;
}

#title {
    font-size: 2.8em;
    line-height: 1.5em;
    font-style: italic;
}

#copy {
    font-size: 1.35em;
    line-height: 1.5em;
    width: 80%;
    margin: 0 auto;
}

#buttons {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
}

.btn {
    font-size: .95em;
    letter-spacing: 3px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #3082C6;
    font-family: sans-serif;
    padding: 13px 22px 13px 22px;
    color: white;
    background: rgb(0, 82, 176);
    background: -moz-linear-gradient(top, rgba(0, 82, 176, 1) 0%, rgba(0, 48, 96, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 82, 176, 1) 0%, rgba(0, 48, 96, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 82, 176, 1) 0%, rgba(0, 48, 96, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0052b0', endColorstr='#003060', GradientType=0);
}

.bottom {
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.block {
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 20px;
}

#footer img {
    border: 0;
    max-width: 350px;
}

.left {
    width: 35%;
    float: left;
    margin-left: 25px;
    margin-top: 10px;
}

.right {
    width: 40%;
    float: right;
    margin-right: 25px;
}

@media all and (min-width: 960px) {
    body {
        font-size: 18px;
    }
}

@media all and (max-width: 959px) and (min-width: 600px) {
    body {
        font-size: 16px;
    }
}

@media all and (max-width: 599px) and (min-width: 321px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 414px) {
    .btn {
        display: block;
        width: 70%;
        margin: 0 auto;
    }
}

@media all and (max-width: 320px) {
    body {
        font-size: 12px;
    }
}