* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    position: relative;
    color: #393936;
}
body {
    background: url("../img/wallpaper.jpg");
    background-size: cover;
    text-align: justify;
    text-justify: inter-word;
}

#wrapper {
    margin: auto;
}

header{
    border-bottom: 4px solid #f8ac00;
}

@media only screen and (min-device-width: 768px) {
    header {
        border-top: 35px solid rgba(255, 255, 255, 0.5);
    }
}

#logo-wrapper {
    background: #fff;
    padding: 0 15px;
}

section {
    background: #fff;
    padding: 15px;
    max-width: 1200px;
}


p {
    margin: 15px 0;
}

li {
    list-style-position: inside;
}

h1 {
    font-size: 26px;
}

a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: underline;
    font-weight: bold;
    color: #1db3b8;
}

footer {
    padding: 15px;
    background: #f8ac00;
}

footer a,
footer a:hover,
footer a:visited,
footer a:active,
footer a:link {
    color: #393936;
}
