html {
    font-family: "Lato", sans-serif; /*https://fonts.google.com/specimen/Lato*/
    font-weight: 300;
    font-style: normal;
    background-color: #fbf7f6;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: black;
}

.header {
    max-height: 250px;
    min-height: 125px;
    background-image: url('/img/logo.svg');
    background-position: right 25%;
    background-size: contain;
    background-repeat: no-repeat;
}

.content {
    border: 0px solid red;
    max-width: 75%;
    margin: auto;
}

.footer {
    margin-top: +50px;
    text-align: center;
}

.headerFooterSize {
    margin: 2% auto 2%;
    width: 100%;
}

.bordersActive {
    border: 0px solid black;
}

.instagramlogo {
    min-height: 32px;
    max-height: 32px;
    min-width: 32px;
    max-width: 32px;
    transform: translateY(+25%);
}

h1, h2, h3, b {
    color: #502b16
}

