*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Poppins;
}
.boat{
  width:100%;
  height:100vh;
}
.container{

  top:20vh;
  width:100%;
  height:80vh;
  background-image:url(../images/intro2.jpg);
  background-position:center;
  background-size:cover;
  margin-bottom:10px;
}
.header{
  width:100%;
  height:20vh;
  background-color:white;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 5%;
  z-index:9;
}
.title{
  font-size:45px;
  font-weight:600;
  color:rgb(11,13,23);
}
.logo img{
  width:200px;
  padding-right:50px;
}
.navigation ul li{
  display:inline-block;
  list-style:none;
  margin:10px 20px;
}
.navigation ul li a{
  text-decoration:none;
  color:rgb(11,13,23);
  font-weight:800;
  transition:0.3s;
}
.navigation ul li a:hover{
  color:#00f;
  text-decoration:underline 2px;
}

.about{
  position:relative;
  width:100%;
  height:auto;
}
.text{
  position:relative;
  top:50px;
  left:50px;
  width:30%;
  height:60vh;
  color:black;
  padding:10px 20px;
  font-size:0.9rem;
  background-color:white;
  border-radius:5px;
  z-index:0;
  overflow:auto;
}
.book-title{
  font-style:italic;
}
.first-phrase{
  font-size:1.5rem;
  font-weight:600;
}
.first-pic img{
  max-width:100%;
  height:auto;
}
.about-pics{
  position:relative;
  background-color:rgb(11,13,23);
  margin-left:0%;
  margin-right:0%;
}
.about-pics img{
  max-width:80%;
  height:auto;
  padding:20px;
  margin-left:10%;
  margin-right:10%;
  margin-bottom:10px;
}
.pic-1{
  position:relative;
}
.pic-2{
  position:relative;
}
.pic-3{
  position:relative;
}
.pic-4{
  position:relative;
}
.pic-5{
  position:relative;
}
.caption{
  position:absolute;
  top:3%;
  right:13%;
  width:250px;
  color:black;
  background-color:white;
  border-radius:5px;
  text-align:center;
  font-weight:600;
  padding:10px;
}
@media screen and (max-width:1500px){
  .header{
    display:block;
    height:30vh;
  }
  .container{
    height:70vh;
  }
  .logo{
    padding-left:20px;
    margin-left:auto;
    margin-right:auto;
    width:200px;
  }
  .title{
    text-align:center;
  }
  .navigation{
    text-align:center;
  }
  h{
    font-size:1rem;
  }
  .text p{
    font-size:.8rem;
  }


  .text p{
    font-size:.7rem;
  }
  .about-pics{
    top:25px;
  }
}

@media screen and (max-width:1100px){

  .text p{
    font-size:0.6rem;
    overflow:auto;
  }


}

@media screen and (max-width:850px){

  .header{
    height:30vh;

  }
  .container{
    height:70vh;
  }
  .text{
    height:40vh;
    padding-bottom:10px;
    overflow:auto;
  }

}
@media screen and (max-width:500px){
  .container{
    height:60vh;
  }
  .header{
    height:30vh;

  }
  .title p{
    fonst-size:2rem;
  }

  .text{
    width:60%;
    padding-bottom:10px;
  }
  .text h1{
    font-size:1rem;
  }
  .first-phrase{
    font-size:1.5rem;
  }

  .text p{
    font-size:0.7rem;
  }
  .about-pics{
    top:25px;
  }
}
@media screen and (max-width:400px){
  .title p{
    font-size:2rem;
  }

}
