* {
    outline: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Roboto", sans-serif;
    background-image: url("../../images/background.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

a {
    text-decoration: none !important;
}

li {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    margin: auto;
    padding: 0.5rem;
}

.container {
    max-width: 1170px;
    margin: auto;
    width: 90%;
    padding: 1em;
}

.footer,
.header {
    background: #b33540;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 3.5em;
}

/* Clear floats after the columns */
.row {
    margin: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: table;
    clear: both;
}

.vertical-center {
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m-1 {
    margin: 1em;
}

.text-red {
    color: #ab313c;
}

.text-white {
    color: #fff;
}

.text-center {
    text-align: center;
}

.wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

.wrapper-2 {
    margin: auto;
    display: grid !important;
    grid-template-columns: 12em 12em;
    padding: 1em;
}

.wrapper-3-2 {
    display: grid !important;
    grid-template-columns: 4fr 3fr;
}

.wrapper-3 {
    display: grid !important;
    grid-template-columns: 3rem 3rem 3rem;
}

.items-center {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.pt-1 {
    padding-top: 1rem;
}

.pb-1 {
    padding-bottom: 1em;
}

.pl-1 {
    padding-left: 1em;
}

.m-auto {
    margin: auto;
}

.m-0 {
    margin: 0;
}

.mt-10 {
    margin-top: 10px;
}

.fs-12 {
    font-size: 12px;
}

.logo-footer {
    width: 120px;
    height: 35px;
}

.row a:hover {
    text-decoration: underline !important;
}

footer {
    margin-top: auto;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 767px) {
    .column {
        width: 100%;
    }

    .pb-5 {
        padding-bottom: 1.5em;
    }

    .container {
        margin: auto;
        width: 100%;
        padding: 1em;
    }
}
