@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');

html, body{
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .hero-image1 {
        order: 1;
    }
    .hero-text1 {
        order: 2;
    }
    .hero-image2 {
        order: 3;
    }
    .hero-text2 {
        order: 4;
    }
    .hero-image3 {
        order: 5;
    }
    .hero-text3 {
        order: 6;
    }
}

hr.rounded {
    border-top: 8px solid #bbb;
    border-radius: 5px;
}

.parallax-header {
    width: 100%;
    height: 300px;
    background-image: url('img/backdrop.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-header h3 {
    font-family: "Fredoka One";
    font-size: 300%;
    text-align: center;
    color: white;
    padding: 100px 0;
}

.footer {
    background-color: #00B3A4;
}
@media (max-width: 768px) {
    .footer-image {
        width: 150.375px;
        height: 37.875px;
    }
}