@import url(//db.onlinewebfonts.com/c/c5fc2b05949b051c07482453e8e0c1e6?family=Filson+Soft);
@font-face {
    font-family: "Filson Soft";
    src: url("//db.onlinewebfonts.com/t/c5fc2b05949b051c07482453e8e0c1e6.eot");
    src: url("//db.onlinewebfonts.com/t/c5fc2b05949b051c07482453e8e0c1e6.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/c5fc2b05949b051c07482453e8e0c1e6.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/c5fc2b05949b051c07482453e8e0c1e6.woff") format("woff"), url("//db.onlinewebfonts.com/t/c5fc2b05949b051c07482453e8e0c1e6.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/c5fc2b05949b051c07482453e8e0c1e6.svg#Filson Soft") format("svg");
}

body {
    background-color: #BE2020;
    margin: 0;
    padding: 0;
}

html * {
    font-family: 'Filson Soft';
}

h1 {
    position: absolute;
    left: -9999em;
}

.fx {
    display: flex;
}

.fx-j-c-s-p {
    justify-content: space-between;
}

.fx-j-c-s-a {
    justify-content: space-around;
}

.fx-j-c-c {
    justify-content: center;
}

.fx-a-i-c {
    align-items: center;
}

.v-h {
    height: 80vh;
}

.secondary-color {
    color: #424242;
}

.secondary-background {
    background-color: #424242;
}


/* width */

::-webkit-scrollbar {
    width: .5em;
}


/* Track */

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #424242;
    border-radius: 10px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #424242;
    border-radius: 10px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #424242;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.mobile-container {
    margin: auto;
    color: white;
    border-radius: 10px;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 999;
}

.topnav {
    overflow: hidden;
    position: relative;
    background: #BE2020;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    cursor: pointer;
}

.topnav a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.topnav a:hover {
    color: black;
}

.active {
    color: white;
}

.footer-background {
    background: #424242;
    padding: 1em 0;
}

.footer-background ul,
.footer-background ol {
    list-style: none;
}

.footer-background * {
    color: white;
    text-decoration: none;
}

.main-bg-color {
    background-color: #BE2020;
}

.main-intro-pages {
    height: 30vh;
}

.fx-w-wrap {
    flex-wrap: wrap;
}

.fx-w-wrap-r {
    flex-wrap: wrap-reverse;
}

.wd-100 {
    width: 100%;
}

.intro-pages-header {
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-top-5 {
    padding-top: 5em;
}

.pd-top-2 {
    padding-top: 2em;
}

.logo {
    width: 12em;
}

.logo img {
    max-width: 100%;
    height: auto;
}

nav ul {
    display: flex;
}

li {
    list-style: none;
}

.pd-2 {
    padding: 2em 0;
}

a {
    text-decoration: none;
}

div nav ul li a {
    padding: 0 1em;
    color: white;
}

.cl-white {
    color: white;
}

.btn {
    border-radius: 6em;
    padding: 1em;
    color: white;
    background-color: #424242;
    width: 12em;
    border: 0;
}

.main-img img {
    max-width: 100%;
    height: auto
}

.wd-10 {
    width: 10%;
}

.wd-20 {
    width: 20%;
}

.wd-30 {
    width: 30%;
}

.wd-40 {
    width: 40%;
}

.wd-50 {
    width: 50%;
}

.main-img {
    width: 40%;
    background-image: url(../img/logo-sorry-mama.png);
    height: 80vh;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (pointer: coarse) {
    .wd-20 {
        width: 70%;
    }
    .main-img {
        width: 100%;
        height: 73vh;
        background-size: 100%;
        background-position: 3em 12em;
    }
}