html
{
    background-color:black;
}
body
{
    margin: 0px auto;
    padding: 0px;
    font-family: "Fira Sans", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 200;
    max-width: 1920px;
    overflow-y: scroll;
    scrollbar-width: 4px;
    /* background-image: url(../images/bg2.png); */
    background-color: white;
    background-position: right;
    background-repeat: repeat-y;
}
strong{
    font-weight: 500;
    color: #3a6161;
}
::-webkit-scrollbar {
    width: 0px;
    display:block;
    z-index: 100;
    position: absolute;
    /* background-color: #F5F5F5; */
}
::-webkit-scrollbar-thumb {
    background-color: #000000;
    width: 5px;
    
}


h1 {
    /*vertical-align: baseline;
    font-size: 72pt;
    padding-left: 45px;
    border-bottom: 10px solid black;
    height: 200px;
    padding-bottom: 0px;
    vertical-align: text-bottom;
    line-height: 300px;
    text-align: right;
    padding-right: 45px;*/
    width:325px;
    font-family: "Comfortaa";
    font-size:35pt;
    text-align:center;
    padding-bottom:35pt;
    /*min-width:800px;*/
}
h1 span{
    color: #3a6161;/* darkslategray;*/
}
a{
    color: #3a6161;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
h1 img{
    margin-bottom: 10px;
    width:100%;
}
h2, h3
{
    font-size: 28pt;
    line-height: 100%;
    margin-bottom:10px;
    padding-left: 45px;
    font-weight:normal;
    color: #3a6161;/* darkslategray;*/
}
h3{
    font-size:20pt;
}
p, ul
{
    padding-left: 45px;
    padding-right: 460px;/*435px;*/
    margin-top:0.5em;
    font-size: 14pt;
    line-height: 135%;
    hyphens: auto;
    /*text-transform: lowercase;*/
}
li
{
    margin-left:20px;
    list-style-type: upper-roman;
}
li p{
    padding: 0px;
}
@media only screen and (max-width: 1000px) {
    p
    {
        text-align: left;
    }
}
@media only screen and (min-width: 1000px) {
    p
    {
        text-align: justify;
    }
}
div.fancy
{
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    color: white;
    font-size: 20px;
    padding-left:45px;
    /* padding-top:240px; */
    overflow:hidden;
    text-shadow: 3px 3px rgba(0,0,0,0.1);

}

div.fancy h3
{
    color: white;
    padding: 0px;
    font-size: 32pt;
    line-height: 100%;
    position: absolute;
    top:240px;
    margin:0px;
    opacity: 0.9;
    font-weight: 400;
    text-shadow: 3px 3px rgba(0,0,0,0.1);
}
div.details{
    display: block;
    float: right;
    box-sizing: border-box;
    height: 100%;
    margin-left: 460px;
    background: rgba(255,255,255,0.93);
    color: black;
    padding: 14px 20px;
    text-align:justify;
    font-size: 14pt;
    text-shadow: none;
}
div.fancy p
{
    opacity: 0.9;
    padding: 0px;
    width: 415px;
    position: absolute;
    top: 280px;
    overflow:hidden;
    text-align: left;
}
div.details ul{
    padding: unset;
    position: unset;
    width: unset;
}
div.details p{
    padding: unset;
    position: unset;
    width: unset;
}
footer
{
    text-align:center;
    background-color: #3a6161;
    color: white;
    margin:0px;
    height:24px;
    line-height:24px;
    font-size:12pt;
}
footer a{
    color: inherit;
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
}
form
{
    display: block;
    margin: 0px auto;
    padding: 10px;
    width: 50%;
    padding-right:435px;
}
input
{
    font-size: 12pt;
    border-radius: 4px;
    border: 1px solid black;
    resize: none;
    font-family:inherit;
    height: 2em;
    padding: 0px 8px;
    width: 85%;
    margin-bottom: 8px;
}
textarea
{
    display: block;
    width: 100%;
    height: 180px;
    font-size: 12pt;
    border-radius: 8px;
    padding: 8px;
    resize: none;
    font-family:inherit;
    font-weight: inherit;
}
label
{
    min-width: 15%;
    display:block;
    float:left;
    line-height: 2em;
}
button
{
    text-align: center;
    width: 100%;
    display: block;
    margin: 8px auto;
    padding: 8px;
    background-color: cornflowerblue;
    border-radius: 8px;
    font: inherit;
}
button:hover
{
    color:white;
    font-weight:300;
    cursor: pointer;
}
a.hover_icon{
    font-size:46pt;
    color:gray;
    padding-left:8pt;
}
a.hover_icon:hover
{
    color:#3a6161;
}
input.privacy
{
    display:inline;
    width:unset;
    float:left;
    height:unset;
}
label.privacy
{
    font-size:10pt;
    float:unset;
}
div.year
{
    position: absolute;
    right: 150px;
    font-size: 28pt;
    color: gray;
    font-weight: 200;
}
/*small browser*/
@media only screen and  (max-width: 965px) { /* or */
    body{
        background-image: unset;
    }
    /*h1{
        font-size: 58pt;
        min-width: unset; 
    }*/
    p, ul{
        padding-right:30px;
        font-size:12pt;
    }
    form{
        padding-right:30px;
    }
    div.year{
        display: none;
    }
/*     
}
@media only screen and  (max-width: 965px) { or */
    div.details
    {
        margin-left: 50%;
        text-align:left;
        font-size:11pt;
    }
    div.fancy{
        position: relative;
    }
    div.fancy p{
        width: 40%; /*stupid approximation for 50%-45px.*/
    }
    div.details p{
        padding: unset;
        position: unset;
        width: unset;
    }
}

/*smartphone*/
@media only screen and (max-device-width: 480px){
    body{
        background-image: unset;
    }
    h1{
        width:45%;
    }
    p, ul{
        padding-right:45px;
        font-size:13pt;
        text-align: justify;
    }
    form{
        padding-right:30px;
    }
    div.fancy
    {
        height:640px;
        /* padding-top:400px; */
        position: relative;
    }
    div.details{
        font-size: 24px;
    }
    div.fancy p
    {
        width: 45%;
        font-size: 32px;
        top: 420px;
        font-weight:300;
    }
    div.fancy h3
    {
        font-size: 64px;
        top: 360px;
    }
    form{
        width: 90%;
        margin: 0px auto;
        font-size: 32px;
    }
    textarea{
        font-weight:200;
    } 
    label{
        width:15%;
    }
    label.privacy{
        font-size: inherit;
        width: 100%;
    }
    input{
        font-size: 32px;
        width:85%;
        font-weight:200;
    }
    footer{
        height: 75px;
        line-height: 75px;
        font-size: 32px;
        vertical-align: middle;
    }
    div.year{
        display: none;
    }
}