* {
  box-sizing: border-box;
}

body {font-family: "Lato", sans-serif;
    background: rgba(0, 68, 74, 0.6);
}

a:hover {
  font-weight: bold;
}

.topp {
    color: yellow;
    background-color: black;
    font-size: 26px;
    font-weight: bolder;
    padding: 15px;
    border-bottom: 2px dashed white;
}

.infobox {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.newsbox {
    color: black;
    width: 30%;
    padding: 1%;
    background-color: rgba(255, 255, 135, 0.707);
    font-size: 1.5em;
}


.logo {
    width: 40%;
    margin-top: 2em;
  }


.nav {
  background-color: rgba(8, 167, 181, 0.5);
  font-size: 20px;
  font-weight: bolder;
  border-bottom: 2px inset pink;
}

h1 {
  font-family: 'Emilys Candy', cursive;
  font-size: 6.5rem;
  color: rgb(249, 248, 252);
  margin-top: 10%;
}

p.jackie {
  font-family: 'Emilys Candy', cursive;
  font-size: 2rem;
  color: rgb(249, 249, 251);
  margin-top: -1%;
}

p.news {
  font-family: 'Emilys Candy', cursive;
  font-size: 2rem;
  color: rgb(249, 249, 251);
}

.pricing {
color: white;
font-size: 4rem;
margin-bottom: 0px;
}

.holiday-rates {
color: white;
font-size: 2rem;
background-color: rgb(251, 5, 5);
}

.content1 {
  bottom: 0;
  background: rgba(17, 64, 86, 0.9);
  color: #f1f1f1;
  width: 30%;
  margin: -80px auto;
  padding: 20px;
  border-radius: 5%;
  box-shadow: 1px 1px 17px 2px rgb(48, 48, 48);
}

.contentwho {
  bottom: 0;
  background: rgba(32, 49, 22, 0.6);
  color: #f1f1f1;
  width: 100%;
  margin: 100px auto 0px auto;
  padding: 20px;
}

.contentwhat {
  bottom: 0;
  background: rgba(4, 85, 178, 0.0079);
  color: #f1f1f1;
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 20px;
}

.contp {
  font-size: 1.2rem;
}

  .contspay {
  font-size: 1.5rem;
  color: black;
  background-color: yellow;
}

.hero {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  /*background: rgba(53, 54, 54, 0.6);*/
  background-image: linear-gradient(
      0deg,
      rgba(151, 150, 150, 0.35),
      rgba(5, 51, 100, 0.35),
      rgba(151, 150, 150, 0.35)
  );
  width: 100%;
  color: white;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  box-shadow: 0px 0px 15px 1px rgb(48, 48, 48);
  margin-right: -25px;
} 

.hours {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background: rgba(53, 54, 54, 0.6);
  color: white;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  min-height: 10vh;
  text-align: center;
  box-shadow: 0px 0px 5px 10px rgba(34, 6, 250, 0.257);
} 

.video-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  margin-left: 20px;
  
}

.anniepic {
  width: 35%;
  margin-left: 30%;
  border-radius: 45%;
  box-shadow: 5px 5px 15px 5px rgb(48, 48, 48);
}


.all {
  width: 100%;
  margin-top: 5%;
  box-shadow: 5px 10px 10px rgb(41, 43, 47);
}


@media screen and (max-width:1600px) {
    .infobox {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .newsbox {
        color: black;
        width: 40%;
        padding: 10px;
        background-color: rgba(255, 255, 135, 0.707);
        font-size: 1.5em;
    }
    
    
    .logo {
        width: 20%;
        margin-right: 5%;
      }

}


@media screen and (max-width:1440px) {
    .infobox {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .newsbox {
        color: black;
        width: 40%;
        padding: 10px;
        background-color: rgba(255, 255, 135, 0.707);
        font-size: 1.5em;
    }
    
    
    .logo {
        width: 20%;
        margin-right: 5%;
      }

}

@media screen and (max-width:1250px) {
    .infobox {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .newsbox {
        color: black;
        width: 40%;
        padding: 10px;
        background-color: rgba(255, 255, 135, 0.707);
        font-size: 1.5em;
    }
    
    
    .logo {
        width: 30%;
        margin-right: 5%;
      }

}


@media screen and (max-width:1024px) {
    .infobox {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .newsbox {
        color: black;
        width: 30%;
        background-color: rgba(255, 255, 135, 0.707);
        font-size: 1.5em;
    }
    
    
    .logo {
        width: 40%;

      }

}


@media screen and (max-width:880px) {

h1 {
  font-size: 2.5rem;
}
p.jackie {
  font-size: 1.5rem;
}
.content {
  width: 100%;
}
.logo {
  width: 50%;
  margin-left: 0;
}
.content1 {
  width: 100%;
  border-radius: 0px;
}
.who {
  margin: 15% auto;
  width: 100%;
}

.hours {
align-items: normal;
}
.contp {
font-size: 1rem;
color: #f9faf8;
}
.holiday-rates {
font-size: 1rem;
}

.video-bg {
position: absolute;
z-index: -1;
top: 70%;
left: 89%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
}

.hero {
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
/*background: rgba(53, 54, 54, 0.6);*/
background-image: linear-gradient(
    0deg,
    rgba(151, 150, 150, 0.35),
    rgba(5, 51, 100, 0.35),
    rgba(151, 150, 150, 0.35)
);
color: white;
margin-bottom: 100px;

overflow: hidden;
min-height: 40vh;
box-shadow: 0px 0px 15px 1px rgb(48, 48, 48);
} 


.newsbox {
   width: 100%;
}

.infobox {
  width: 100%;
  display: flex;
  flex-direction: column;
}

}