*{
  margin: 0px;
  padding: 0px;
  
  font-family: 'Poppins','Montserrat', sans-serif;
}  
body{
  background-color: rgb(7,7,25);
}
.navbar-brand{
  width: 150px;
  max-height: 80px;
  display: flex !important;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;


}
.photologo{
  position: relative;
  top: 16px;
  width: 190px;
  height: auto;


}

nav{
  background-color: #657B94 !important;
  box-shadow: 0px 3px 3px 0px rgba(34, 44, 53, 0.15);
  border-bottom: solid rgba(40,48,58,0.1) 1px;
}
.dropdown-menu{
  background-color: #657B94 !important;
}
.navbar-nav{
  margin-left: 30px;
}

video {
  position: relative;
  width: 85%;
  height: auto;
  border: rgb(220, 220, 220) solid 1px;
  border-radius: 5px;
}

.video-container {
  background-color: rgb(7, 7, 25);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo1 {
  width: 100%;
  height: auto;
}

.textwrapperleft {
  box-sizing: border-box;
  text-align: left;
  overflow: auto;
  max-width: 90%;
  margin: 10px auto;
  width: 550px;
}

.textwrapperright {
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: auto;
  max-width: 80%;
  text-align: left;
  margin: 10px auto;
  width: 550px;
}

.para2 h2 {
  color: #022261;
  font-size: 5vw;
  position: absolute;
  left: 10%;
  top: 150px;
}

.para2 h3 {
  color: #022261;
  font-size: 3vw;
  position: absolute;
  right: 5%;
  top: 250px;
}

.photo2 {
  width: 100%;
  height: auto;
}

.para2 {
  overflow: auto;
  color: rgb(220, 220, 220);
  background-color: rgb(7, 7, 25);
  padding-top: 200px;
  padding-bottom: 200px;
}

.para2 h1 {
  font-size: min(2.2vw, 20px);
  font-weight: bold;
}

.para2 p {
  text-align: justify;
  font-size: min(1.7vw, 15px);
}

.para2 a {
  font-size: min(1.7vw, 15px);
  color: #274e95;
}

/*socialmedia*/

.social-media {
  width: 100vw;
  height: 75px;
  display: flex;
  position: absolute;
  justify-content: flex-end;
  right: 20px;
}

.social-media li {
  width: 30px;
  margin: 4px;
  list-style: none;
}

.social-media li a {
  width: 30px;
}

.ico {
  width: 100%;
  min-width: 20px;
}

.social-media-footer {
  width: 250px;
  height: 75px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.social-media-footer li {
  width: 30px;
  margin: 4px;
  list-style: none;
}

.social-media-footer li a {
  width: 30px;
}

/* footer*/

footer {
  min-height: 10vh;
  width: 100%;
  background-color: rgb(7, 7, 25);
  padding-top: 20px;
}

.rights {
  margin: 0;
  color: rgb(220, 220, 220);
  font-size: 9px;
  position: relative;
  bottom: 3px;
  text-align: center;
}

.rightlink {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  text-align: center;
  font-size: 9px;
  color: rgb(220, 220, 220);
}

.rightlink:hover {
  color: rgb(220, 220, 220);
}

.logof {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.photologof {
  width: 200px;
}