*{
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;

}

body{
    min-height: 100vh;
    margin: 0;
}

a{
    text-decoration: none;
    color: inherit;
}
/*
COLOR PALETTE

Fire Red - #d23d2d

Vanilla Cream - #f8eecb

Retro Green - #31603d

Saffron - #f5c065

Russet - #6e433d

*/

.benguiat-pro-ITC-book-condensed{
    font-family: "itc-benguiat-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

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

.sofia-pro-black{
    font-family: "sofia-pro", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.container{
    background: #d23d2d;
    display: flex;
    flex-direction: column;
    height: 270vh;
}

.box-1{
    height: 100%;
    display: flex;
    flex-direction: column;
}


.buttons{
    display: flex;
    flex-direction: row;
    height: 5%;
    gap: 25px;
    padding: 10px;
}

.dropdown-1{
    width: 6%;
    position: relative;
    display: inline-block;
}

.dropbtn-1 {
  background-color: #f5c065;
  color: #d23d2d;
  padding: 16px;
  font-size: 14pt;
  border: none;
  width: 100%;
  border-radius: 50px;
}

.dropdown-content-1 {
  display: none;
  position: absolute;
  background-color: #f8eecb;
  min-width: 160px;
  border-radius: 15px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content-1 a {
  color: #31603d;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content-1 a:hover {background-color: #31603d;
color: #f8eecb;
border-radius: 15px;}

.dropdown-1:hover .dropdown-content-1 {display: block;}

.dropdown-1:hover .dropbtn-1 {background-color: #f8eecb;
color: #31603d;}



.dropdown-2{
    width: 7%;
    position: relative;
    display: inline-block;
}

.dropbtn-2 {
  background-color: #f5c065;
  color: #d23d2d;
  padding: 16px;
  font-size: 14pt;
  border: none;
  width: 100%;
  border-radius: 50px;
}

.dropdown-content-2 {
  display: none;
  position: absolute;
  background-color: #f8eecb;
  min-width: 160px;
  border-radius: 15px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content-2 a {
  color: #31603d;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content-2 a:hover {background-color: #31603d;
color: #f8eecb;
border-radius: 15px;}

.dropdown-2:hover .dropdown-content-2 {display: block;}

.dropdown-2:hover .dropbtn-2 {background-color: #f8eecb;
color: #31603d;}


.button-3{
    width: 7%;
    position: relative;
    display: inline-block;
}

.contact {
  background-color: #f5c065;
  color: #d23d2d;
  padding: 16px;
  font-size: 14pt;
  border: none;
  width: 100%;
  border-radius: 50px;
}

.button-3:hover .contact{background-color: #f8eecb;
color: #31603d;}

.home-btn{
  width: 3%;
  right: 1%;
  position: absolute;
  display: inline-block;
}






.sec-1-body{
    background-image: url(assets/homepage-pwatem-big.png);
    background-repeat: no-repeat;
    background-size: 25% 60%;
    background-position: center center;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.header{
    font-size: 170pt;
    color: #f8eecb;
    -webkit-text-stroke: #d23d2d 3px;
    position: relative;
    line-height: 0;
    margin-bottom: 70px;
}

.paragraph-1{
    justify-content: left;
    position: relative;
    color: #f5c065;
    font-size: 16pt;
}





.box-2{
    background-image: url(images/spring-ant-25.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.sub-header{
    font-size: 64pt;
    color: #f8eecb;
    position: relative;
    line-height: 0;
    margin-bottom: 50px;
    text-shadow: 5px 5px 3px black;
}

.see-more-btn{
    height: 15%;
    width: 8%;
    position: relative;
}

.button-sm{
    background-color: #f5c065;
    color: #d23d2d;
    font-size: 16pt;
    border: none;
    border-radius: 50px;
    width: 100%;
    height: 70%;
}

.button-sm:hover 
{background-color: #f8eecb;
color: #31603d;}






.box-3{
    height: 40%;
    display: flex;
    flex-direction: row;
    padding: 20px;
}

.left-3{
    height: 80%;
    width: 50%;
    display: flex;
    flex-direction: row;
}

.art-img{
    background-image: url(images/maddie-bui-cosmic.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 50%;
    height: 100%;
}

.art-text{
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 50%;
    height: 100%;
    justify-content: center;
}

.paragraph-2{
    justify-content: left;
    position: relative;
    margin-top: 0;
    color: #f5c065;
    font-size: 16pt;
}



.title{
    font-size: 36pt;
    color: #f5c065;
    margin-bottom: 0;
}

.title-cream{
    font-size: 36pt;
    color: #f8eecb;
    margin-bottom: 0;
    text-shadow: 5px 5px 3px black;
}

.sub-header-2{
    font-size: 64pt;
    color: #f8eecb;
    position: relative;
    line-height: 0;
    margin-bottom: 50px;
    margin-top: 50px;
    text-shadow: 5px 5px 3px black;
}

.right-3{
    height: 80%;
    width: 50%;
    display: flex;
    flex-direction: row;
}

.lit-img{
    background-image: url(images/ashley-gabales-grief-cowboy.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 50%;
    height: 100%;
}

.lit-text{
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 50%;
    height: 100%;
    justify-content: center;
}

.space-box{
    background-color: white;
    height: 20%;
}





.box-4{
    height: 80%;
    display: flex;
    flex-direction: column;
}

.red-box{
    width: 100%;
    height: 30%;
}


.anomaly{
    background-image: url(images/anomalycover-final.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.see-more-btn-2{
    height: 20%;
    width: 8%;
    position: relative;
}

.footer{
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.icon-1{
    width: 3%;
    height: 45%;
    position: relative;
}

.icon-2{
    width: 2.5%;
    height: 45%;
    position: relative;
}
