﻿



@font-face {
    font-family: merriweather;
    src: url(Fonts/Merriweather-Light.ttf);
}
a:link, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}


html {
    height: 98%;
    background-color: #07110e;
}

body {
    /*position: relative;*/
    height: 100%;
    font-family: merriweather;
    font-size: 2.5vmax;
}

#header {
    width: 98%;
    margin-left: 1%;
    /*border: 1px dotted black;*/
    background-color: #07110e;
    color: white;
    position: fixed;
    top: 0px;
    height: calc(1.8em + 10px);
    line-height: 2.8em;
    text-align: center;
    z-index: 1;
    font-size: 1.8em;
}
#page {
    position: relative;
    min-height: calc(100% - 1.8em - 240px);
    margin-top: calc(1.8em + 10px + 130px);
    width: 98%;
    margin-left: 1%;
}


.content_pic {
    width:100%;
    height:auto;
}
.content_text {
    margin-top: 20px;
    width: 100%;
    height: auto;
    color: white;
    font-size: 0.8em;
    text-align: justify;
}
.content_cta {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    color: white;
    font-size: 1.2em;
    text-align: center;
}

#footer {
    position: relative;
    margin-top:200px;
    height: 200px;
    width: 98%;
    margin-left: 1%;

    text-align: center;
    font-size: 0.6em;
    color: white;
}

/* Desktop */
@media screen and (orientation:landscape) and (min-width:1000px) {
    body {
        font-size: 1.5vmax;
    }

    #header {
        width: 60%;
        margin-left: 20%;
        font-size: 1.5em;
    }
    #page {
        min-height: calc(100% - 1.8em - 140px);
        margin-top: calc(1.8em + 10px + 130px);
        width: 60%;
        margin-left: 20%;

    }
    .content_pic {
        width: 60%;
        margin-left: 20%;
        height: auto;
    }
    .content_text {
        
        width: 60%;
        margin-left: 20%;
        height: auto;
        font-size:0.6em;
    }
    .content_cta {
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
        height: auto;
        color: white;
        font-size: 1.2em;
        text-align: center;
    }

}
