@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300&display=swap');

.pics {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 0% 30%;
}

.words {
  position: absolute;
  left: 62%;
  width: 33%;
  height: 400px;
}


.navbar{
  margin-left: -1%;
  margin-right:-1%;
  margin-top:-1%;
}

body{
  background-color: #adcbe0;
}

ul{
  list-style-type: none;
  background-color: #0a3652;
  font-family: 'Fira Sans', sans-serif;
  overflow: hidden;
}
a{
  color: white;
}

li a {
  display: inline;
  color: white;
  text-align: center;
  font-size: 125%;
  transition: 0.5s;
  text-decoration: none;
  font-family: 'Fira Sans', sans-serif;
}

li a:hover {
  color: #adcbe0;
}

li{
  float: right;
  margin: 1%;
}

p{
 font-family: 'Fira Sans', sans-serif;
 color: white;
text-align: center;
}

footer{
  background-color: #0a3652;
  margin-left: -1%;
  margin-right: -1%;
  margin-bottom: -1%;
  bottom:0;
  padding-bottom: 2%;
  padding-top: 1%;
  margin-top: 3%;
}



a{
 font-family: 'Fira Sans', sans-serif;
 color: white;
 font-size: 150%;
 align: center;
}
.footerimage2{
  text-align: center;
}



.flex-container{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;

}
.flex-container > div {
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  font-size: 90%;
}

h1 {
  font-family: 'Fira Sans', sans-serif;
}

h3{
 font-family: 'Fira Sans', sans-serif;
 color: white;
 text-align: center;
 font-size: 30;
 margin-left; 10%;
}

.flex-container  {
  font-family: 'Fira Sans', sans-serif;
  color: white;
}

h2{
  font-family: 'Fira Sans', sans-serif;
  color: white;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 40px;
}

header{
  background-color: #adcbe0;
  text-align: center;
  color: white;
  border:0;
  margin-left: -1%;
  margin-right: -1%;
  margin-top: -1%;
}

div > img {
  transition: 0.5s;
}

div > img:hover {
  box-shadow: 5px 5px 50px #0a3652;
}
