body {
    background-image: url(https://www.xeroinfinite.com/images/xerobackground.jpg); 
    background-repeat: no-repeat; 
    background-size: contain;

} 

header {

}

h4 {
    font-size: .5rem;
    color: #333;
    margin: 10px 0;
    display: flex;
    justify-content: left;
    align-items: left;
    text-align: left; 
    font-family: "barber-fill", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.fontstyle {
    font-family: "barber-fill", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.container {
    margin-top: 50px;

}

.caroselstuff{
    position:500px;
}

/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
    .logotop {
        height: 150px;
    }
    .whatisbar {
        margin-top: 50px;
        margin-left: 75px;
    }
    .fontstuff {
        font-size: .75rem;
        
        color: #333;
        margin: 10px 0;
        display: flex;
        justify-content: left;
        align-items: left;
        text-align: left; 
        font-family: "barber-fill", sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    .bottommargin {
        margin-top: 1px; 
        margin-right: 10px;
    }
    .topmargin {
        margin-top: 1px;
        margin-left: 10px;
    }
    .caroselstuff{
        height: fit-content;
    }
    .midmargin {
        margin-top: 275px;
    }
    .containertwo {
    margin-top: -50px;

}
    body{
    background-size: 1000px;
    }
}


@media (min-width: 576px) { 
    .logotop {
        height: 200px;
    }
    .whatisbar {
        margin-top: 125px;
        margin-left: 150px;
    }
    .fontstuff {
        font-size: .75rem;
        
        color: #333;

        display: flex;
        justify-content: left;
        align-items: left;
        text-align: left; 
        font-family: "barber-fill", sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    .caroselstuff{

}
    .midmargin {
        margin-top: 0px;
    }
    }
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .logotop {
        height: 250px;
    }
    .whatisbar {
        margin-top: 100px;
        margin-left: 200px;
    }
    .fontstuff {
        font-size: .75rem;
        
        color: #333;

        display: flex;
        justify-content: left;
        align-items: left;
        text-align: left; 
        font-family: "barber-fill", sans-serif;
        font-weight: 700;
        font-style: normal;
    }
        .midmargin {
        margin-top: 0px;
    }
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .logotop {
        height: 300px;
    }
    .whatisbar {
        margin-top: 100px;
        margin-left: 200px;
    }
        .fontstuff {
        font-size: .75rem;
        
        color: #333;

        display: flex;
        justify-content: left;
        align-items: left;
        text-align: left; 
        font-family: "barber-fill", sans-serif;
        font-weight: 700;
        font-style: normal;
    }
        .midmargin {
        margin-top: 0px;
    }
 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .logotop {
        height: 350px;
    }
    .whatisbar {
        margin-top: 150px;
        margin-left: 200px;
    }
        .fontstuff {
        font-size: 1rem;
        
        color: #333;

        display: flex;
        justify-content: left;
        align-items: left;
        text-align: left; 
        font-family: "barber-fill", sans-serif;
        font-weight: 700;
        font-style: normal;
    }
        .midmargin {
        margin-top: 0px;
    }
 }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    .logotop{
        height: 250px;
    }
     .whatisbar {
        margin-top: 150px;
        margin-left: 200px;
    }
        .fontstuff {
        font-size: 1rem;
        
        color: #333;

        display: flex;
        justify-content: left;
        align-items: left;
        text-align: left; 
        font-family: "barber-fill", sans-serif;
        font-weight: 700;
        font-style: normal;
    }
        .midmargin {
        margin-top: 0px;
    }
}