
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}

html,body{font-family:'Ubuntu', sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
h1,h2,h3,h4,h5,h6{font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}

.blue {
background-color: #042e46;
}

body, p {
    font-family:'Ubuntu', sans-serif;
    color: #042e44;
}
p {
    line-height: 1.6;
}

H1, H2{
    font-family:'Ubuntu', sans-serif;
   color: #d1b786;
     margin-bottom: 30px;
     margin-top: 30px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}

a, a:hover, a:active {
     color: #d1b786;
     text-decoration: underline;
}

#content {
    width: auto;
      margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0px 20px;
}

.top {
    height: 88px;
width: 100%;
}

.logo {
    width: 100%;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.logo, .talen {
/* text-align: center;*/
margin-left: -12px;
}

.talen {
    padding-bottom: 30px;
}

.talen a {
    font-size: small;
      color: #042e44;
}

.downloads {
    width: 100%;
}

.item {
    width: 48%;
    float: left;
    padding: 5px 0px;
}

.link {
    width: 51%;
    float: left;
      padding: 5px 0px;
}

.date {
    font-weight: 700;
    font-size: 90%;
    margin-bottom: 30px;

}