html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgb(245, 240, 234);
  height: fit-content;
}


#logo{
  width: 30%;
  position: relative;
  margin-top: 0%;
  margin-left: 1%;

}
#line {
  height: 1px;
  width: 100%;
  margin-top: 1%;
  margin-bottom: 4%;
}
#instagram{
  width: 2%;
 margin-bottom: 4.2%;
 margin-top: 4%;
 margin-left: 0.2%;
}
#instagram:hover{
  opacity: 50%;
}
#facebook{
  width: 2.2%;
 margin-bottom: 4.2%;
 margin-top: 4%;
 margin-left: 2%;
}
#facebook:hover{
  opacity: 50%;
}
#home{
  width: 6%;
  margin-right: 1%;
  margin-left: 22%;
  margin-bottom: 4%;
  
  
  
}
#home:hover{
  opacity: 50%;
}

#contact{
  width: 6.3%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 3.9%;

}
#contact:hover{
  opacity: 50%;
}
#gallery{
  width: 6.5%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 3.84%;


}
#gallery:hover{
  opacity: 50%;
}
#pricing{
  width: 5.8%;
  
  margin-left: .5%;
  margin-bottom: 3.6%;

}
#pricing:hover{
  opacity: 50%;
}

#pricebox1{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 70vw;
  margin-left: 15%;
  height: fit-content;
  margin-top: 4%;
  padding: 0;
  border: solid black 1px;
  position: relative;
  box-shadow: 5px 5px 5px;
}
#blackbar {
position: absolute;
top: 0;
width: 100%;
height: 10vw;
background-color: black;
}

#title {
  position: absolute;
  top: 2vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1; /* Add this line to set the z-index value */
}

#length{
  position: absolute;
  top: 25vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
  
}

#location{
  position: absolute;
  top: 35vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
}

#edits{
  position: absolute;
  top: 45vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
}

#subjects{
  position: absolute;
  top: 55vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
}

#turnaround{
  position: absolute;
  top: 65vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
}


#pic17{
  width: 70vw;
  
}

#pricebox2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 70vw;
  margin-left: 15%;
  height: fit-content;
  margin-top: 4%;
  padding: 0;
  border: solid black 1px;
  position: relative;
  box-shadow: 5px 5px 5px;
}
#blackbar2 {
position: absolute;
top: 0;
width: 100%;
height: 10vw;
background-color: black;
}

#title2 {
  position: absolute;
  top: 2vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1; /* Add this line to set the z-index value */
}

#length2{
  position: absolute;
  top: 25vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
  
}

#location2{
  position: absolute;
  top: 35vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
}

#edits2{
  position: absolute;
  top: 45vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
}

#subjects2{
  position: absolute;
  top: 55vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
}

#turnaround2{
  position: absolute;
  top: 65vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
}


#pricebox3{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 70vw;
  margin-left: 15%;
  height: fit-content;
  margin-top: 4%;
  padding: 0;
  border: solid black 1px;
  position: relative;
  box-shadow: 5px 5px 5px;
  
}
#blackbar3 {
position: absolute;
top: 0;
width: 100%;
height: 10vw;
background-color: black;
}

#title3 {
  position: absolute;
  top: 2vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1; /* Add this line to set the z-index value */
}

#length3{
  position: absolute;
  top: 25vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
  
}

#location3{
  position: absolute;
  top: 35vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
}

#edits3{
  position: absolute;
  top: 45vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
}

#subjects3{
  position: absolute;
  top: 55vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
}

#turnaround3{
  position: absolute;
  top: 65vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
}

#pricebox4{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 70vw;
  margin-left: 15%;
  height: fit-content;
  margin-top: 4%;
  padding: 0;
  border: solid black 1px;
  position: relative;
  box-shadow: 5px 5px 5px;
  
}
#blackbar4 {
position: absolute;
top: 0;
width: 100%;
height: 10vw;
background-color: black;
}

#title4 {
  position: absolute;
  top: 2vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1; /* Add this line to set the z-index value */
}

#length4{
  position: absolute;
  top: 25vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
  
}

#location4{
  position: absolute;
  top: 35vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
}

#edits4{
  position: absolute;
  top: 45vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
}



#turnaround4{
  position: absolute;
  top: 55vw; /* Adjust this value as needed */
  color: white;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 4vw;
  z-index: 1;
}
#add1{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: fit-content;
  text-align: center;
  margin-top: 2%;
  padding: 0;
  color: black;
  margin-left: 2%;
  margin-bottom: 2%;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 3vw;
}
#add2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: fit-content;
  text-align: center;
  margin-top: 2%;
  padding: 0;
  color: black;
  margin-left: 2%;
  margin-bottom: 10%;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 3vw;
}
#add{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: fit-content;
  text-align: center;
  margin-top: 8%;
  padding: 0;
  color: black;
  margin-left: 2%;
  margin-bottom: 3%;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 5vw;
}
#inquire{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: fit-content;
  text-align: center;
  margin-top: 8%;
  padding: 0;
  color: red;
  margin-left: 2%;
  margin-bottom: 10%;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 2.5vw;
}







  
  
