body {
    background-color: #eae6dd;
    margin: 0px;
}

h1 {
    font-family: sans-serif;
    font-weight: 200;
    color: #3b75a8;
    margin-top: 0px;

}

h2 {
    font-family: sans-serif;
    font-weight: 300;
    color: #66ad63;
}

#h2top {
    margin-top: 0px;
}

h3 {
    font-family: sans-serif;
    font-weight: 300;
    color: #ad8647;
    font-style: italic;
}

p {
    font-family: sans-serif;
    font-weight: 100;
}

a {
    font-family: sans-serif;
    font-weight: 100;
}

ul,
ol {
    font-family: sans-serif;
    font-weight: 100;
}

#wrapper {
    width: 1200px;
    margin: auto;
    background-color: whitesmoke;


}

#siteid {
    height: 200px;
    background-image: url(assets/stemning.jpeg);
    background-position: center;
    background-size: cover;
}
#siteid h1{
    font-family: Serif;
    color: whitesmoke;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#siteidtypo {
    text-align: center;
    line-height: 200px;
    font-size: 100px;
}

.content {
    background-color: whitesmoke;
    padding: 20px;

}

.topnav {
    width: 1200px;
    height: 50px;
    background-color: #3b75a8;
}

.topnav a {
    font-family: sans-serif;
    color: #eae6dd;
    font-weight: 600;
    float: left;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.topnav a.active {
    background-color: whitesmoke;
    color: #3b75a8;

}

.topnav a:hover {
    background-color: whitesmoke;
    color: #3b75a8;
}

.topnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer {
    width: 100%;
    height: 150px;
    background-color: #3b75a8;
    text-align: center;
    line-height: 20px;
}

#footer p {
    color: whitesmoke;
    font-weight: 600;
}

#footer ul {

    color: whitesmoke;
    font-weight: 600;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.section {
    width: 800px;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 16px;
}

.aside {
    width: 340px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -1000px;
}

.aside img {
    width: 100%;
    height: auto;
    display: block;
}

.container {
    position: relative;
    text-align: center;
    color: white;
}

.imgtext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: sans-serif;
    font-weight: 1000;
    font-size: 30pt;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.imgtext a{
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: sans-serif;
    font-weight: 1000;
    font-size: 30pt;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: whitesmoke;
}
.imgdato {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.imgdato a{
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 15pt;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: whitesmoke;
}


.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}
