/* Theming */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css?family=Poppins');

:root{
    --white: #f9f9f9;
    --black: #36383F;
    --grey: #85888C;
}

/* Reset */

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






body{

  background: var(--white);
width:100%;
 
}




#logo
{
margin:0;
width:100%;
background-color:  #000099;
min-height: auto;
}

#logotext{
color: #000099;
font-family: "Poppins", sans-serif;
font-size: 17px;
background: var(--white);
width:310px;
text-align:left;

}

#imglogo
{
height:100px;
background:var(--white);
padding:10px 69px 0px 69px;
}

#imgheader
{
    
    
     /* The image used */


  /* Full height */
  height: 50%; 

  /* Center and scale the image nicely */
 
  background-repeat: no-repeat;
  background-size: cover;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}

#picture
{
    
    
     /* The image used */


  /* Full height */
  height: 70%; 

  /* Center and scale the image nicely */
 
  background-repeat: no-repeat;
  background-size: cover;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}

#imgheader h1
{
    color:var(--white);
margin-top: 0;
margin-bottom: 0.8vw;
font-size: 4vw; 
font-weight: bold;
text-align:center;
vertical-align:text-middle;
  color: white;
  line-height: 400px;
       font-family: "Poppins", sans-serif;
}

.topnav {
   
  overflow: hidden;
  background-color: #000099;
;
 
}

.topnav a {

  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
   font-family: "Poppins", sans-serif;
padding: 14px 16px;

}


.activemenu {
  background-color:var(--white);
  color: #000099 ;
 
}

.topnav .icon {
  display: none;
    background-color: #000099;
    bottom:0;
}

.dropdown {
  float: left;
  overflow: hidden;

}

.dropdown .dropbtn {
     

  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
     font-family: "Poppins", sans-serif;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
  z-index: 1;

}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
     font-family: "Poppins", sans-serif;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color:  #000099;
  color:  white;

}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
 
  }
  .topnav a.icon {
    float: right;
    display: block;
 
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;

    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
   
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
    
  }
}
#content
{

z-index:-1;
padding:50px 50px 50px 50px;
}

#content h1
{
    letter-spacing:2px;
    word-spacing: 2px;
font-family: "Poppins", sans-serif;

}

#content p{
       
           letter-spacing:2px;
         word-spacing: 2px;
         padding:20px 0px 20px 0px;
          line-height: 1.6;
    color:#404040;
     font-family: "Poppins", sans-serif;
     font-size:20px;
    
    
}
#content li{
       
           letter-spacing:2px;
         word-spacing: 2px;
         padding:20px 0px 20px 0px;
          line-height: 1.6;
    color:#404040;
     font-family: "Poppins", sans-serif;
     font-size:20px;
    
    
}

#footer
{
    margin:0;
padding:10px;
width:100%;
background-color:  var(--black);
    display: flex; 
    flex-direction: column; 
    min-height: auto;
  flex-wrap: wrap;
  align-content: center;

}
#footer h3
{
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
   font-family: "Poppins", sans-serif;
}
#footer p{
       
           letter-spacing:2px;
         word-spacing: 2px;
         padding:20px 0px 20px 0px;
          line-height: 1.6;
     color:#737373;
     font-family: "Poppins", sans-serif;
     font-size:12px;
    
    
}

#footer li{
       
    list-style-type: none;
}

#footer a{
       
           letter-spacing:2px;
         word-spacing: 2px;
         padding:20px 0px 20px 0px;
          line-height: 1.6;
     color:#737373;
     font-family: "Poppins", sans-serif;
     font-size:12px;
    text-decoration:none;
    
}


#footerlogo
{

  
  display: block;
  margin-left: auto;
  margin-right: auto;
padding:10px 0px 10px 0px;
   
}


#footerbottom
{
   background-color:  var(--black);
    height:auto;
width:auto;
border-top:2px solid #737373;
padding-bottom:20px;
margin:0;
}
#footerbottom p
{
   padding:20px 0px 20px 0px;
          line-height: 1.6;
     color:#737373;
     font-family: "Poppins", sans-serif;
     font-size:12px;
    text-align:center;
}