* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

header {
  background-image: url(img/bg-masthead.jpg);
  height: 80vh;
  width: 100%;
  text-align: center;
  align-content: center;
  background-size: cover;
  position: relative;
}
header h1 {
  font-size: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
header p {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
header button {
  background-color: blue;
  color: white;
  padding: 15px;
  border: 0px solid blue;
  border-radius: 2px;
  width: 10%;
  margin-top: 30px;
}

.icons {
  background-color: black;
  opacity: 50%;
  width: 3%;
  border-radius: 3px;
  height: 35px;
  padding: 10px 10px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.icons .icon {
  color: white;
  height: 3px;
  margin-bottom: 4px;
  background-color: white;
  border-radius: 5px;
}

.one {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 70px;
}
.one h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.one p {
  font-size: 18px;
  margin-bottom: 10px;
}
.one button {
  background-color: black;
  color: white;
  margin-top: 30px;
  padding: 15px 30px;
  border: 0px solid black;
  border-radius: 2px;
}

.two {
  background-color: rgb(7, 86, 112);
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 70px;
}
.two #heading {
  color: gold;
  font-size: 15px;
}
.two h2 {
  font-size: 40px;
}
.two .offers {
  display: flex;
  padding: 5%;
  align-items: center;
  justify-content: center;
}
.two .item {
  background-color: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.two .item img {
  height: 30px;
}
.two .offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.two .offer h3 {
  margin-bottom: 6px;
}
.two .offer p {
  opacity: 60%;
}

.three {
  background-image: url(img/bg-callout.jpg);
  height: 80vh;
  width: 100%;
  text-align: center;
  align-content: center;
  background-size: cover;
}
.three h2 {
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 100px;
  margin-right: 30px;
}
.three button {
  background-color: blue;
  color: white;
  padding: 15px;
  border: 0px solid blue;
  border-radius: 2px;
  width: 10%;
  margin-top: 30px;
}

.four {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
}
.four #port {
  padding-top: 80px;
  padding-left: 50%;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  color: gold;
}
.four h2 {
  padding-left: 47%;
  padding-bottom: 20px;
  color: black;
}
.four img {
  max-width: 500px;
  margin-left: -5px;
  margin-bottom: -4px;
}
.four .container {
  margin-left: 180px;
  padding-bottom: 70px;
}
.four .station {
  position: absolute;
  top: 310px;
  left: 250px;
}
.four .ice {
  position: absolute;
  top: 300px;
  right: 240px;
}
.four .straw {
  position: absolute;
  bottom: 180px;
  left: 250px;
}
.four .work {
  position: absolute;
  bottom: 180px;
  right: 220px;
}

.five {
  background-color: rgb(7, 86, 112);
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 100px;
  position: relative;
}
.five p {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 35px;
}
.five #click {
  color: black;
  border: 0px solid white;
  border-radius: 2px;
  padding: 15px 25px;
  position: absolute;
  left: 490px;
}
.five #look {
  background-color: black;
  opacity: 70%;
  color: white;
  border-radius: 2px;
  border: 0px solid black;
  padding: 15px 28px;
  position: absolute;
  right: 550px;
}

.six img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
}

.seven footer {
  display: flex;
  padding: 5%;
  align-items: center;
  justify-content: center;
  padding-bottom: 0px;
}
.seven .media {
  background-color: rgb(7, 86, 112);
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seven .media img {
  height: 30px;
}
.seven .medias {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.eight {
  text-align: center;
  position: relative;
}
.eight p {
  padding: 35px;
  opacity: 70%;
}/*# sourceMappingURL=style.css.map */