*{
	margin: 0px;
	padding:0;
	box-sizing: border-box;
	line-height: 180%;
  font-family: Trebuchet MS;


  /*color: #005577;*/
}

.borders{
  border: 1px dotted rgb(40, 39, 110);
  border-radius: 0;
  text-align: justify;
  text-justify: inter-word;
  padding: 10px;
  font-family: Trebuchet MS;
  font-weight: bold;
  font-size: 100%;
  line-height: 130%;
}

a{
  text-decoration:none;
  color:blue;
}
div.a {
  line-height: 80%;
}

.bold{
  font-weight: bold;
}

.small{
  font-size: 13px;
  text-align: justify;
  text-justify: inter-word;
}


.header-container {
  display: flex;
  align-items: center; /* Aligns the text header vertically */
  background-color:rgb(255, 255, 255);
  color:rgb(71, 76, 179);
  height:165px;
  width:100%;

}
.text-header {
  margin-left: 10px; /* Adjusts the spacing between the image and text */
  margin-bottom: -60px;
  color: rgb(71, 76, 179);
  font-size: 3.5vw;
}

.text-headert {
  margin-left: 10px;
  margin-top: 60px;
  color: rgb(71, 75, 143);
  font-size: 1.8vw;
}

.header-container img{
  height: 100%;

}

@media screen and (max-width: 9999px){
  .text-header {
    margin-left: 10px; /* Adjusts the spacing between the image and text */
    margin-bottom: -50px;
    color: rgb(71, 76, 179);
    font-size: 2.5vw;
    line-height: 1;
  }
  
  .text-headert {
    margin-left: 10px;
    margin-top: 60px;
    color: rgb(71, 75, 143);
    font-size: 1vh;
    font-size: 1vw;
    line-height: 1;
  }

  .header-container {
    display: flex;
    align-items: center; /* Aligns the text header vertically */
    background-color:rgb(255, 255, 255);
    color:rgb(71, 76, 179);
    height:200px;
  
  }

  .header-container img{
    height: 100%;

  }

  }

  @media screen and (max-width: 936px) {
    .text-header {
      margin-left: 10px; /* Adjusts the spacing between the image and text */
      margin-bottom: -55px;
      color: rgb(71, 76, 179);
      font-size: 2.7vw;
      line-height: 1;
    }
    
    .text-headert {
      margin-left: 10px;
      margin-top: 55px;
      color: rgb(71, 75, 143);
      font-size: 1.7vw;
      line-height: 1;

    }
  
    .header-container {
      display: flex;
      align-items: center; /* Aligns the text header vertically */
      background-color:rgb(255, 255, 255);
      color:rgb(71, 76, 179);
      height: 150px;
    }
  
    .header-container img{
      height: 100%;
      width: 30%;
    }
  
    }

    @media screen and (max-width: 637px) {
      .text-header {
        margin-left: 10px; /* Adjusts the spacing between the image and text */
        margin-bottom: -28px;
        color: rgb(71, 76, 179);
        font-size: 4vw;
        line-height: 1.3;
      }
      
      .text-headert {
        margin-left: 10px;
        margin-top: 30px;
        color: rgb(71, 75, 143);
        font-size: 2.5vw;
        line-height: 1.3;
      }
    
      .header-container {
        display: flex;
        align-items: center; /* Aligns the text header vertically */
        background-color:rgb(255, 255, 255);
        color:rgb(71, 76, 179);
        height:180px;

      }
    
      .header-container img{
        height: 100%;
        width: 35%;
      }
    
      }

      @media screen and (max-width: 414px) {
        .text-header {
          margin-left: 10px; /* Adjusts the spacing between the image and text */
          margin-bottom: -45px;
          color: rgb(71, 76, 179);
          font-size: 4vw;
        }
        
        .text-headert {
          margin-left: 10px;
          margin-top: 48px;
          margin-bottom: 20px;
          color: rgb(71, 75, 143);
          font-size: 2.5vw;
          line-height: 1.2;
        }
      
        .header-container {
          display: flex;
          align-items: center; /* Aligns the text header vertically */
          background-color:rgb(255, 255, 255);
          color:rgb(71, 76, 179);
          height:130px;
        }
      
        .header-container img{
          height: 100%;
          width: 35%;
        }
      
        }



.fonts{
  font-family: Trebuchet MS;
  font-size: 145%;
  border: 1px solid rgb(40, 39, 110);
  border-radius: 5px;
  padding: 1%;
}

.vanish{
  display: none;
}

@media screen and (max-width: 898px) {
  .vanish {
    display: grid;
    
    }

  }



.centered{
  align-items: center;
}

.lu{
  line-height: 7px;
}

ul{
  margin:1.2em;
}

ol{
  margin:2em;
}

.banner{
  height: 170px;
  width:100%;
}

.overall{
	background-color:white;
  color:rgb(0, 71, 104);
}

.liststrong{
  font-weight: 700;
  text-transform: uppercase;
}
/*Responsive Top Navigation*/
.topnav {
  background-color: #4e4e4e;
  color: #4e4e4e;
  height: 45px;
}

.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  background-color: #4e4e4e;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-family:Trebuchet MS;
  font-size: 14px;
  text-transform: uppercase;
  border-right: 1px solid #bbb;

}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #333/*black/*#4CAF50*/;
  color: white;
}

.topnav .icon {
  display: none;
}

.topnav-right {
  float: right;
  /* The switch - the box around the slider */

}

/*Scroll to top button*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #555;
  opacity: 30%;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 15px;
}

#myBtn:hover .header-container{
   background-color: rgb(92, 92, 92);
}
/*End of Scroll to top button*/


.footer {
	position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #646464;
   color: white;
   text-align: center;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    background-color: #333;
    color: white;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #333;
    color: white;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/*Switch for toggle Dark Mode*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 5px;
  
}
/* Hide default HTML checkbox */
.switch input {display:none;}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .5s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: rgb(72, 76, 85);
  -webkit-transition: .2s;
  transition: .2s;
}

input:checked + .slider {
  background-color: rgb(120, 128, 231) /*#2196F3*/;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.dark-mode {
    background-color: #22303c;/*js trigger Dark Mode in General*/
    color: #C0C0C0;
  }



  /*Mid Section Styling*/
  .column {
	 float: left;
    width: 33.33%;
    padding: 60px;
    height: 1000px;
}

.justify{
	 /*Justify*/
    text-align: justify;
  	text-justify: inter-word;
}

.row:after {
	content: "";
    display: table;
    clear: both;
}

.left, .right {
	/*25% original*/
    width: 25%;
}

.middle {
	/*50% original*/
    width: 65%;
}


/*-------------------------------------------------------*/


/*Media Query Section*/


/*Header Adjustment*/
@media screen and (max-width: 600px) {
   /* .column {
        width: 100%;
    }*/
    .navbar {
	overflow: hidden;
	background-color: #333;
	position: fixed;
	top: 10;
	width: 100%;
}



.image{
	height:110px;
	width:580px;
}

.header {
  /*display:none;*/
	height:100px;
	width:100%;
}

.banner{
  height:100px;
  width:100%;
}

.image2{
  display:none;
	/*width:350px;*/
}

.footer{
	display: none;
}

}


@media screen and (min-width: 907px){
  .vanish{
    display: none;
  }
}


@media screen and (max-width: 900px) {
  .column {
        width: 100%;
    }
    .navbar {
	overflow: hidden;
	background-color: #333;
	position: fixed;
	top: 10;
	width: 100%;
}
.right{
	/*display:none;*/
  display: none;

}
.image{
	height:115px;
	width:880px;
}

.image2{
  display:none;
	/*width: width:450px;*/
}

.header {
  /*isplay:none;*/
	height:90px;
	width:100%;
}

.banner{
  height:90px;
  width:100%;
}

}

@media screen and (max-width: 898px){
      body{
        margin: 0 auto;
        padding-right: -50%;
        padding-left: -10%;
      }
}


/*Nav Adjustment*/
@media screen and (max-width: 992px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    background-color: #333;
    color: white;
  }
}

@media screen and (max-width: 992px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #333;
    color: white;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

   .header{
  	display:none;
  }

}


@media screen and (max-width: 992px) and (min-width: 600px){
	.topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    background-color: #333;
    color: white;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #333;
    color: white;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}


