body {
    color: #101820;
    font-family: "Titillium Web", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
}

/******************************************************
                    Header
******************************************************/
.logo {
    padding-top: 8px;
    padding-bottom: 7px;
}

.logo img {
    height: 60px;
    padding: 10px 0;
    margin-left: 1em;
}

/******************************************************
                    Form
******************************************************/
button.btn,
input.btn,
a.btn {
    background-color: #a22986;
    color: #fff !important;
    border: 1px solid #a22986;
}

button.btn:focus,
button.btn:hover,
input.btn:focus,
input.btn:hover,
a.btn:focus,
a.btn:hover {
    background-color: #fdeddf;
    color: #101820;
}

/******************************************************
                Font
******************************************************/
h1,
h2 {
    color: #101820;
}

h1 {
    margin-bottom: 1.5rem;
}

.content h2 {
    font-size: 1.4rem;
    font-weight: bold;
}

.btn {
    border-radius: 0;
    text-transform: none;
}

:target {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.content img {
    max-width: 100%;
    height: auto !important;
}

iframe {
    max-width: 100%;
}

a,
a:link {
    text-decoration: none;
    color: #a22986;
}

/* Import the other css files at the very end */
@media (min-width: 768px) {
    .logo img {
        height: 80px;
        width: auto;
        margin-left: 1.5em;
    }
}

@media (min-width: 992px) {
    .logo img {
        height: 100px;
        width: auto;
        margin-left: 2em;
    }
}
