body, header, nav, footer {
    margin: 0;
    padding: 0;
    border: 0;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.questrial-regular {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#hero-banner, #explore-banner {
    max-width: 100%;
}

h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.navigation {
    max-width: 100%;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: right;
    font-size: 1.5em;
}

.logo {
    float: left;
    max-width: 20%;
    margin: auto;
    padding: 10px;
}

nav a {
    display: inline-block;
    padding: 15px;
    color: black;
    text-decoration: none;
    /* you can add opacity: 0.5; instead of transform scale */
}

nav a:hover {
    color:white;
    background-color: #800600;
}

.intro-questions {
    text-align: center;
    color: white;
    background-color: #800600;
    padding: 12px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
}

#circle1 {
    max-width: 20%;
    align-items: left;
}

.headers {
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3em;
    margin: 15px;
}

#about-circle, #jeans-circle, #dresspants-circle {
    width: 29%;
    float: left;
    margin: 0 2%;
}

.circles {
    max-width: 100%;
}

.banners {
    max-width: 100%;
    margin: 0;
}

.about-p {
    font-size: 20px;
    padding: 0px 30px;
}

.grid {
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
    column-gap: 20px;
    margin: 10px;
}

.grid-item {
    max-width: 100%;
}

#headshot {
    width: 75%;
    margin: 10px;
}

#ekay {
    margin: 0;
    font-family: "Questrial", sans-serif;
    font-weight: bold;
}

#click-here {
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5em;
    text-decoration: none;
    background-color: #800600;
    color: white;
    flex: auto;
}

#click-here2 {
    text-decoration: none;
}

.shop-pics {
    max-width: 100%;
}

.frame {
    position: relative;
    max-width: 450px;
    margin: 2% auto;
}

.pic-text {
    font-size: 1.5em;
    font-family: "Bebas Neue", sans-serif;
    position: absolute;
    bottom: 0px;
    background-color: #800600ac;
    color: white;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}

.grid2 {
    display: grid;
    column-gap: auto;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
}

.shop-captions {
    font-size: 1.5em;
    font-family: "Bebas Neue", sans-serif;
    position: absolute;
    padding: 10px;

}

.prices {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
    align-items: center;
}

.cart-buttons {
    margin-top: 20px;
}

.frame2 {
    position: relative;
    max-width: 450px;
    margin: 15px 15px;
    align-items: center;
}

fieldset {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
    align-items: center;
    margin: 0;
    text-decoration: none;
}

button {
    background-color: #800600;
    color: white;
    border-radius: 3px;
    padding: 4px;
    margin: 5px;
}

/*
@font-face {
    font-family: 'BebasNeue';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/BebasNeue/BebasNeue Regular.otf') format('opentype');
}
    */
