* {
  box-sizing: border-box;
}

body {
  margin: 0;
  height: 100%;
  /* max-width: 1800px; */
  background-image: url("../Images/logo-wat.png"), linear-gradient(180deg,#313031, #f0ece2);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.main-container {
  min-height: 100%;
  position: relative;
}
#content-wrap {
  padding-bottom: 2.5rem;
}
.slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.holder {
  position: relative;
  top: 0;
  left: 0;
  width: 10000vw;
  height: 550px;
  transition: left 2s;
}

.holder div.slide {
  float: left;
  width: 100vw;
  height: 550px;
}

.slide {
  background-color: #f1f1f2;
  position: relative;
}

a.prev,
a.next {
  color: #eee;
  text-decoration: none;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}


/* End Of Base Carousel Styling */


/*Slide Styling*/

.slide {
  background-repeat: no-repeat;
  background-size: cover;
}


.copy-cta-container {
  position: absolute;
  top: 50%;
  height: 100%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: fit-content;
}
.copy-cta-container2 {
  position: absolute;
  height: 100%;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
}


/*Slide One Styling*/

.slide-1 {
  background: linear-gradient(180deg,#1E214E, #313031);
}

.slide-2 {
  background: linear-gradient(180deg,#1E214E, #313031);
}

.slide-3 {
  background: linear-gradient(180deg,#1E214E, #313131);
}


/* The dots/bullets/indicators */

.carousel-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
  margin-left: 10px;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 23%;
  padding-left: 20px;
}

/* Add a card effect for articles */
.our-mission {
  background-color: #f0ece2;
  padding: 20px;
  margin-top: 20px;
  font-size: calc(0.7em + 0.7vw);
  font-family: 'Times New Roman', Times, serif;
  border: solid black;
  box-shadow: 8px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.quick-ref {
  background-color: #1E214E;
  color: #d5b176;
  padding: 20px;
  margin-top: 20px;
  font-size: calc(0.7em + 0.7vw);
  font-family: 'Times New Roman', Times, serif;
  border: solid black;
  box-shadow: 8px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.header {
  width: 100%;
  height: 270px;
  background-color: #1E214E;
	border-style: solid;
	border-color: #111;
  margin: 0;
}
#leftBadge {
  float: left;
  margin-left: 125px;
  margin-top: 15px;
  -webkit-filter: drop-shadow(5px 5px 5px #666666);
  filter: drop-shadow(5px 5px 5px #666666);
}

#rightBadge {
  float: right;
  margin-right: 125px;
  margin-top: 15px;
  -webkit-filter: drop-shadow(5px 5px 5px #666666);
  filter: drop-shadow(5px 5px 5px #666666);
}
#Header2 {
  color: #d5b176;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	text-align: center;
  font-size: 100px;
	width: 100%;
	height: 210px;
	margin: 0;
  line-height: 0.9;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: black;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  border-left: 3px solid black;
  border-right: 2px solid black;
  background-color: #f0ece2;
  text-shadow: 2px 2px 4px #000000;
  box-shadow: 8px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.topnav {
  overflow: hidden;
  background-color: #333;
  border-bottom: 2px solid black;
}


.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
  border-right: 2px solid black;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #1761bd;
  color: white;
}

.topnav .icon {
  display: none;
}
.topnav a:first-child {
  border-left: 3px solid black;
}
.vacancy {
  margin-top: 20px;
  width: 100%;
}
.pics {
  width: 100%;
  height: auto;
  box-shadow: 8px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
  border-radius: 8px;
}
.pics:hover {
  box-shadow: 3px 3px 6px 6px #ffcccc;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav {
    border-top: 2px solid black;
    border-left: 2px solid black;
  }
  .topnav a:first-child {
    border-left: none;
  }
}

@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;
  }
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #313031;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

#myBtn:hover {
  background-color: #f2f2f2;
  color: #000000;
}
.tooltip {
  position: relative;
  
}
.tooltip a {
  text-decoration: none;
  color: white;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 50%;
  margin-left: -60px;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Style the footer */
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  line-height: 2;
  background-color: #777;
  text-align: center;
  color: white;
}
@media only screen and (max-width: 300px) {
  .text {font-size: 11px
  }
  .header{
    height: 40px;
    border: none;
  }
  #Header {
    display: inline;
  }
  #Header2 {
    background-color: green;
    border: none;
  }
  #leftBadge {
    display: none;
  }
  #rightBadge {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header{
    height: 40px;
    border: none;
  }
  #Header {
    display: inline;
  }
  #Header2 {
    background-color: #1E214E;
    height: 100px;
    border: none;
  }
  #leftBadge {
    display: none;
  }
  #rightBadge {
    display: none;
  }
  #myBtn {
  display: none !important; 
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  html { font-size: calc(1em + 1vw); 
  }
  section {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
    .header {
      height: 80px;
      background-color: #1E214E;
    }
    #content {
      height: fit-content;
      font-size: large;
    }
   #Header2 {
     font-size: 23px;
      background-color: #1E214E;
      color: #d5b176;
      -webkit-text-stroke-color: #313031;
      -webkit-text-stroke-width: 0.7px;
      border: 2px solid black;
      border-top: 3px solid black;
      padding: 5px;
      line-height: 1 !important;
      
    }
    body {
      height: 1700px;
    }
    .content {
      width: 90%;
    }
    .slideshow {
      height: 400px;
    }

    .copy-cta-container {
      position: absolute;
      top: 0%;
      left: 0%;
      width: 100%;
      transform: translate(0%, 0%);
      height: 550px;
      -webkit-filter: drop-shadow(0px 0px 0px black);
    filter: drop-shadow(0px 0px 0px black);
    }
    .copy-cta-container2 {
      position: absolute;
      top: 0%;
      left: 0%;
      width: 100%;
      transform: translate(0%, 0%);
      height: 550px;
      -webkit-filter: drop-shadow(0px 0px 0px black);
    filter: drop-shadow(0px 0px 0px black);
    }
    .leftcolumn, .rightcolumn {   
      width: 100%;
      padding: 0;
    }
    #footer {
      font-size: 2.7vw !important;
      height: 3em !important;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	section {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #Header {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #Header2 {
    font-size: 5vw;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
	section {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #Header {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav {
    border-top: 2px solid black;
    border-left: 2px solid black;
  }
  .topnav a:first-child {
    border-left: none;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  #Header2 {
    line-height: 2.5;
  }
}  
@media only screen and (min-width: 768px) {
  #Header2 {
    font-size: 4.5vw;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
	section {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #Header {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #leftBadge {
    width: 17vw;
    height: 17vw;
    margin-left: 50px;
  }
  #rightBadge {
    width: 17vw;
    height: 17vw;
    margin-right: 50px;
  }
  #Header2 {
    line-height: 1.5;
  }
  .leftcolumn, .rightcolumn {   
    width: 95%;
    padding: 0;
  }
  .leftcolumn {
    margin-left: 7.5px;
  }
  .rightcolumn {
    padding-left: 0px;
    margin-left: 7.5px;
  }
  #footer {
    font-size: 2.5vw;
    height: 1.7em;
  }
  body {
    height: fit-content;
  }
  .main-container {
    min-height: fit-content;
  }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav {
    border-top: 2px solid black;
    border-left: 2px solid black;
  }
  .topnav a:first-child {
    border-left: none;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}  
@media only screen and (min-width: 992px) {
  #Header2 {
    font-size: 5vw;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	section {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #Header {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #Header2 {
    font-size: 5vw;
    line-height: 1;
  }
  
}

@media only screen and (min-width: 1900px) {
  #Header2 {
    font-size: 5vw;
    line-height: 1;
  }

}
@media only screen and (min-width: 1930px) {
  .header {
    height: 285px;
    
  }
  #Header2 {
    height: 235px;
    font-size: 5vw;
  }

}
@media only screen and (min-width: 2100px) {
  #Header2 {
    height: 235px;
    font-size: 5vw;
  }
}
@media only screen and (min-width: 2300px) {
  .header {
    height: 335px;
  }
  #Header2 {
    height: 280px;
    font-size: 125px
  }
  #leftBadge {
    margin-top: 27px;
  }
  #rightBadge {
    margin-top: 27px;
  }
  }
@media only screen and (min-width: 2430px) {
  #Header2 {
    font-size: 130px
  }
}
@media only screen and (min-width: 2560px) {
  body {
    height: 1460px;
  }
  #Header2 {
    line-height: 2;
  }
  #leftBadge {
    margin-top: 27px;
  }
  #rightBadge {
    margin-top: 27px;
  }
  #Header2 {
    height: 280px;
    font-size: 3.7vw;
  }
}
@media only screen and (min-width: 3000px) {
  .header {
    height: 335px;
  }
  #Header2 {
    font-size: 3.7vw;
    line-height: 1.7;
  }
  .slideshow {
    height: 500px;
  }
}

/* CSS for slideshow.php */
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  height: 500px;
  max-width: 1000px;
  position: relative;
  margin: auto;
  background: linear-gradient(
180deg,#1E214E, #313031);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #5f7da3;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0;
  padding-left: 500px;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
