/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Mulish:wght@300;400&display=swap');

/* PARALLAX CLASSES */

.parallax {
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;

}

.parallax-img {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("https://images.pexels.com/photos/2387873/pexels-photo-2387873.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
}

/* GENERAL STYLING */

* {
    font-family: 'Mulish', sans-serif;
}

h1 {
    margin-top: 350px !important;
    font-size: 4rem !important;
    font-family: 'Anton', sans-serif !important;
}

h2 {
    font-family: 'Anton', sans-serif;
}

header>p {
    font-size: 1.2rem;
}

blockquote {
    margin-left: 40px !important;
}

/* CONTENT BOXES */

.box {
    height: 100%;
    width: 100%;
    background-color: #939fbf;
    padding: 20px;
    margin: 20px;
    margin-top: 50px;
}

.about {
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.instructions {
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

/* FOOTER */

footer {
    height: 100px;
}

.footer-text {
    padding-top: 45px !important;
}
