@import url("pekkasmartfont/index.css");
@import url("courierprime/index.css");

body {
    background-color: white;
    font-family: "pekka_smartfontweregular", Courier, Times, Serif;
    font-size: 2.5em;
    color: #0a1a31;
    margin: 0px;
    background: url("-picon.jpg");
    background-size: 40%; 
  
}

div.background {

    width: auto;
    height: 75vh; 
    background-image: url(1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    
    padding: 16px;

}

div.background img.border { position: absolute; bottom: 0px; left: 0px; right: 0px; width: 100%; height: 32px; }

h1.title {
    color: black;
    margin: 0px;
    padding: 0px;
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: normal;
    position: relative;
    left: -74px
}

div.logo { margin: auto;
    width: 800px;
   text-align: center; margin-top: 8px; }


.bg {
    width: 100%;
    position: absolute;
    z-index: 0
}

article {
    padding-top: 16px;
    width: 800px;

    margin: auto;
    margin-bottom: 100px;
   
    line-height: 1.7em;
    text-align: center;
}




a {
    color: #9e2e0b;
    text-decoration: none;

}

a:hover {
    color: #661e08;
    text-shadow: 1px 1px 10px rgba(255, 255, 255, .3)
}

a.bottomlink {
}

@media (max-width: 820px) {

    article {
        padding-top: 30px;
        margin-top: -16px;
    }

    body {
        font-size: 30px;

      
    }

    h1 {
        font-size: 25px !important;
        left: 0px !important
    }

    span.title {
        display: block;
    }

    article {
        width: 80%
    }
    div.logo { width: 80%}
}

ul.languages {

    display: block;
    position: absolute;
    right: 16px;
    top: 12px;
    left: 0px;
    text-align: right;
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    padding: 0px;




}

ul.languages li {
    display: inline;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;

}

ul.languages li img  { max-width: 32px; }