@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&display=swap');


body {
  font-family:'Fira Sans' ;
  background-color:#FFFFFF;
  color: #000000 ;
}

footer{
  font-size: 12px;

}


a {
	text-decoration: none;
	color: var(--light);
    }


center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#carouselExampleCaptions .carousel-item {
   height: 500px;
   background-color: #999;

 }


.title{
  background-color:#024576;
  color: white;

}

.banner{
  background-color:#036AB6;
  color: white;


}

.navbar {
  overflow: hidden;
  top: 0;
  width: 100%;
  background-color: #024576;

}

.nav-item :hover {
  background-color: #036AB6;
  color: white;
}



.foot {
  overflow: hidden;
  width: 100%;
  background-color: #024576;

}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.welcome {
  background-color: #024576;

}

.info {
  padding-right: 100px;
  padding-left: 100px ;

}


.background{
  background-color:#272B33;

}

.hero-image {
  background: url('../img/waves2.jpg')no-repeat center;
  background-size: cover;
  height: 200px;
  position: relative;
}


.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

div.round3 {
  border: 2px solid ;
  border-radius: 12px;
  padding: 5px;
  background-color:#024576;
}


