body {
    margin: 0;
    padding: 0;
    background-color: #b9a898;
    background:  #b9a898 url(img/bg.png) no-repeat top fixed;
    background-size: contain;
    color: #fff;
    font-size: 1.2em;
    font-family: 'Lato', sans-serif;
}
a, a:visited, .menu {
    color: #b03c40;
}
.menu a, .menu a:visited {
    color: #b52838;
}
/*
.white-links a, .white-links a:visited {
    color: #fff;
}
*/
h1, h2, h3 {
    font-family: 'Advent Pro', sans-serif;
font-weight: 600;
    color: #b9a898;
}
header {
    border: 10px solid white;
    padding: 5px;
    margin-bottom: 20px;
}
header a {
    color: white;
    text-decoration: none;
}
header h1 {
    color: white
}
header h2 {
font-weight: 300;
color: white}
ul {
    list-style-type: square;
}
main, header, footer, nav {
    max-width: 100%;
    margin: 0 auto;
}
main, header, footer, nav {
    max-width: 1000px;
    margin: 15px auto;
}
header, footer {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.social img {
    max-height: 40px;
    margin-top: 2.8em;
    transition: 1s ease-in-out;
}
nav {
    text-align: center;
}
main {
    padding: 10px;
    background-color: white;
    color: black;
}
footer {
    padding: 10px;
    justify-content: center;
}
.logos {
        display: none;
    }
.logos-min {
    background: white;
    padding: 5px;
    border-radius: 0 5px 5px 5px;
    margin-right: 5px;
    text-align: center;
}
.logos img, .logos-min img {
    max-height: 80px;
    transition: 1s ease-in-out;
    margin-right: 5px;
}
.social img:hover {
    opacity: 0.6;
}
@media screen and (min-width: 449px) {
    .logos-min {
        display: none;
    }
    .logos {
        display: block;
        text-align: center;
    }
