.mySlides {display:none}
img {vertical-align: middle;}

/* slide show container */
.slideshow-container {
  width: 100%;
  position:relative;
  margin:auto;
  box-sizing:border-box;
  display: flex;
  flex-wrap: wrap;
}
.mySlides {
  width: 100%;
}
.mySlides img {
  width: 100% !important;
  height: auto !important;
}
.mySlides .text {
  width: calc(100% - 24px)
}
@media (max-width: 800px) {
  .mySlides .text {
    bottom: -70px;
  }
  #dotsdiv {
    margin-top: 70px;
  }
}
@media (max-width: 550px) {
  .mySlides .text {
    bottom: -120px;
  }
  #dotsdiv {
    margin-top: 120px;
  }
}
@media (max-width: 450px) {
  .mySlides .text {
    bottom: -160px;
  }
  #dotsdiv {
    margin-top: 160px;
  }
}
@media (max-width: 400px) {
  .mySlides .text {
    bottom: -190px;
  }
  #dotsdiv {
    margin-top: 190px;
  }
}

/* caption text to put what i want say */
.text{
  color:black;
  font-size:20px;
  padding:12px 14px;
  position:absolute;
  bottom:8px;
  width:100%;
  text-align:center;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  background-color: white;
}

/* The number of slides i have */
.whereiputmynumber {
  color:white;
  font-size:12px;
  padding:8px 12px;
  position:absolute;
  top: 0;
}

/* Dots that guide user */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* more cool dots */
.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
  
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
} 

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: red;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
  
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
  
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.perks {
  font-size:20px;
  font-weight:bold;
  text-align:center;   
}

hr {
  height:3px;
  border:none;
  color:#333;
  background-color:#333;
}

.perk {
  font-size:20px;
  font-weight:bold;
  text-align:center; 
  color:white;
}
article div table tbody tr td {
  padding: 5px;
}


.accordion {
  border:2px solid black;
  padding:10px;
  cursor:pointer;
  text-align:left;
  font-size:15px;
}

.accordion:hover {
  background-color: rgba(210, 199, 199, 0.8);
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.applynow
{
  border: 3px solid lightskyblue;
  padding:10px;
  cursor:pointer;
  font-size:25px;
  width:10%;
  min-width: 80px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.applynow:hover {
  background-color: rgba(23, 197, 255, 0.8);
}
.applynow a {
  color: black;
  text-decoration-line: none;
}

h1{
font-size:30px;
}

center{
  font-size:40px;
  color:rgb(32, 32, 222);
  font-weight:bold;
}

.jobdesc{
  text-align:center;
  font-size:25px;
}

table{
  width:100%;
}

.applyjob{
  text-align:center;
  font-size:40px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.header1{
  font-size:20px; 
  font-weight:bold;
}

.headerdesc{
font-size:16px;
}

.tdwidth{
  width:32%;
}

.tdwidthy{
  width:34%;
}

.tdwid{
  width:50%;
}