html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

h6 {
    font-weight: 400;
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

header.masthead {
    position: relative;
    width: 100%;
    padding-top: 30px;
    color: white;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(13, 177, 197, 1) 44%, rgba(55, 107, 192, 1) 75%);
}

header.masthead .header-content {
    max-width: 500px;
    margin-bottom: 30px;
    text-align: center;
}

header.masthead .header-content h1 {
    font-size: 30px;
}

.logo-appstore img {
    height: 90%;
}

.logo-playstore img {
    width: 100%;
}

footer {
    width: 100%;
    position: initial;
    text-align: center;
    color: black;
    background-color: white;
}

footer p {
    font-size: 12px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
    font-size: 12px;
    color: black;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
    text-decoration: none;
}

.bg-primary {
    background: #fdcc52;
    background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
    color: #fdcc52;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-outline {
    color: white;
    border: 1px solid;
    border-color: white;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    border-color: #fdcc52;
    background-color: #fdcc52;
}

.btn {
    border-radius: 300px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px;
}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 775px;
        padding-top: 0;
        padding-bottom: 0;
    }
    header.masthead .header-content {
        margin-bottom: 0;
        margin-top: 20px;
        text-align: left;
    }
    header.masthead .header-content h1 {
        font-size: 50px;
    }
    header.masthead .device-container {
        max-width: 370px;
    }
    footer {
        width: 100%;
        position: absolute;
        bottom: 10px;
        text-align: center;
        color: black;
        background-color: transparent;
    }
}

@media (max-height: 750px) {
    footer {
        width: 100%;
        height: auto;
        position: initial;
        text-align: center;
        color: black;
        background-color: transparent;
    }
}

@media (max-width: 551px) {
    .logo-appstore img {
        width: 100%;
        height: 89%;
    }
    header.masthead {
        position: relative;
        width: 100%;
        padding-top: 30px;
        color: white;
        background-color: white;
    }
}

.animate__animated.animate__slideInUp {
    --animate-duration: 0.8s;
}