html, body, #wrap {
    height: 100%;
}

body > #wrap {
    height: auto;
    min-height: 100%;
}

body {
    font-family: "calluna-sans",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: saddlebrown;
    background-color: beige;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

h1 {
    text-align: center;
    font-weight: 200;
    font-style: normal;
    font-size: 28px;
}

#header {
    width: 100%;
    height: 350px;
    background-size:  cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/sunset_malmo_by_spaceneedle2019.jpg');
}

a:link {
    color: chocolate;
    text-decoration: none;
}

a:visited {
    color: chocolate;
    text-decoration: none;
}

a:hover {
    color: chocolate;
    text-decoration: underline;
}

a:active {
    color: chocolate;
    text-decoration: underline;
}

#social {
    margin-left: auto;
    margin-right: auto;
    width: 225px;
    margin-top: -17px;

}

#social img {
    padding-left: 5px;
    padding-right: 5px;
}

#microblog {
    width: 100%;
    font-size: 20px;
    line-height: 1.1;
    padding-bottom: 120px;
}

#microblog table {
    margin-top: 70px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#microblog table tr td {
    padding: 20px;
}

#microblog table tr td.date {
    font-style: normal;
    font-size: 17px;
    width: 170px;
    vertical-align: top;
    line-height: 1.2;
}

#microblog table tr td.entry {
    width: 600px;
}

#microblog table tr td.entry img {
    display: block;
    margin-bottom: 15px;
    -webkit-box-shadow: 1px 1px 2px rgba(139, 69, 19, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(139, 69, 19, 0.5);
    box-shadow: 1px 1px 2px rgba(139, 69, 19, 0.5);
}

#not_found, #error {
    width: 100%;
    margin-top: 70px;
    text-align: center;
    font-size: 20px;
    padding-bottom: 120px;
}

#footer {
    font-family: "Helvetica", "Verdana", sans-serif;
    position: relative;
    margin-top: -90px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    height: 65px;
}

#more {
    padding-bottom: 20px;
    border-bottom: 1px solid #d2b092;
}

#copyright {
    padding-top: 20px;
    padding-bottom:20px;
}

#jump-to-top {
    position: absolute;
    right: 20px;
}
