* {
    margin: 0;
    padding: 0;
    color: #afeafd;
    font-family: 'Tourney', Verdana, Geneva, Tahoma, sans-serif;
}

/* sets the background for the entire page */
html {
    background-color: black;
}

/* this is the font I used that had a see through effect */
@font-face {
    font-family: 'Tourney';
    src: url('Tourney/static/Tourney-ThinItalic.ttf')format('truetype');
}

/* this font is the bold version of the above font */
@font-face {
    font-family: 'Tourney-Bold';
    src: url(/Tourney/static/Tourney_Condensed-Bold.ttf);
}

/* this gives all images a border radius styling */
img {
    border-radius: 50px;
}

/* this sets the size for "
shoot your films with better quality" */
h2 {
    font-size: 80px;
}

/* this sets the sizing for the "get cameras at the half the price" */
h5 {
    font-family: 'Tourney-Bold', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
}

/* this takes off the hyperlink aesthic on the nav bar while also giving space in between the links */
.navbar a {
    text-decoration: none;
    color: #afeafd;
    list-style: none;
    display: inline-block;
    font-size: 25px;
}

/* this puts the nav bar in a row */
.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transform: translate(0, 5vh);
    background-color: none;
}

/* background color for the hero section. will replace with video soon */
.hero-background {
    min-height: 95vh;
    width: 100%;
    background-color: black;
}

.hero-header {
    position: absolute;
    top: 55%;
    left: 14%;
    text-align: left;
}

/* Shoot your films with better quality */
.hero-header h2 {
    margin-bottom: 2%;
}

/* get cameras at half the price */
.hero-header h5 {
    margin-bottom: 2%;
}

/* this moves the logo on the left side of the page to the left */
#motion-logo {
    position: absolute;
    left: 150px;

}

/* this moves the nav links on the right side of the page to the right */
#links {
    position: absolute;
    right: 150px;
}

/* this is for the shop now button */
.shop-now {
    background-color: #f0403d;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 25px;
    font-family: 'Tourney-Bold';
}

.about-us {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/* this is for the image in the about us page */
.about-us img {
    height: 100%;
    width: 100%;
}

/* this is for the About us header */
.about-us h2 {
    position: relative;
    margin: 10% 5%;
    right: 25%;
}

/* this is the paragraph within the photo of the about us section */
.about-us p {
    padding: 0 20%;
    position: relative;
    bottom: 25vh;
    left: 30%;
    font-family: 'Tourney', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
}

/* this is for the footer links, it aligns them all in one row */
footer p {
    display: inline-block;
    font-size: 25px;
}

footer a {
    text-decoration: none;
}

@media screen and (min-width: 375px) and (max-width: 768px) {

    /* this spaces out the three lines in the hamburger menu and organizes them into a column */
    .hamburgerMenu {
        display: flex;
        flex-direction: column;
        gap: 5px;

    }

    /* this gives each line in the hamburger menu a color, height, and width */
    #menuLine {
        background-color: white;
        width: 30px;
        height: 3px;
        border-radius: 10px;
    }

    .links {
        display: none;
    }

    /* this will be toggled through a click event for the hamburger menu. It shows the navigation links for mobile and smaller tablet screens*/
    .show {
        display: flex;
        flex-direction: column;
        align-items: center;
        list-style-type: none;
        font-size: 20px;
        row-gap: 10px;
        padding: 5% 0;
    }
}

/* screen size for cell phone screens */
@media screen and (min-width: 375px) and (max-width: 425px),
(max-width: 500px) {

    /* this spaces out the three lines in the hamburger menu and organizes them into a column */
    .hamburgerMenu {
        display: flex;
        flex-direction: column;
        gap: 5px;

    }

    /* this gives each line in the hamburger menu a color, height, and width */
    #menuLine {
        background-color: white;
        width: 30px;
        height: 3px;
        border-radius: 10px;
    }

    #links {
        display: none;
    }

    /* this will be toggled through a click event for the hamburger menu. It shows the navigation links for mobile and smaller tablet screens*/
    .show {
        display: flex;
        flex-direction: column;
        align-items: center;
        list-style-type: none;
        font-size: 20px;
        row-gap: 10px;
        padding: 5% 0;
    }

    .navbar a {
        display: block;
    }

    /* Shoot your films with better quality */
    .hero-header h2 {
        margin-bottom: 2%;
        font-size: 50px;
    }

    /* get cameras at half the price */
    .hero-header h5 {
        margin-bottom: 2%;
        font-size: 20px;
    }

    /* this is for the About us header */
    .about-us h2 {
        position: relative;
        margin-top: 40vh;
        font-size: 50px;
    }

    /* this is the paragraph within the photo of the about us section */
    .about-us p {
        font-size: 20px;
        padding: 0 20%;
        position: relative;
        margin-top: 40vh;
        padding: 1px;

    }

    /* this is for the image in the about us page */
    .about-us img {
        height: 300%;
        width: 150%;
        position: relative;
        right: 20%;
    }

    footer p {
        font-size: 20px;
    }

}

/* tablet screen size */
@media screen and (min-width: 501px) and (max-width: 768px) {
    .navbar a {
        display: block;
    }

    /* Shoot your films with better quality */
    .hero-header h2 {
        margin-bottom: 2%;
        font-size: 50px;
    }

    /* get cameras at half the price */
    .hero-header h5 {
        margin-bottom: 2%;
        font-size: 20px;
    }

    /* this is for the About us header */
    .about-us h2 {
        position: relative;
        margin-top: 40vh;
        font-size: 50px;
    }

    /* this is the paragraph within the photo of the about us section */
    .about-us p {
        font-size: 20px;
        padding: 0 20%;
        position: relative;
        margin-top: 40vh;
        padding: 1px;
        /* left: 30%; */

    }

    /* this is for the image in the about us page */
    .about-us img {
        height: 300%;
        width: 150%;
        position: relative;
        right: 20%;
    }

    footer p {
        font-size: 20px;
    }
}