body{
background: #00253a;
color: #ffffff;
}

.logo{
max-width: 1000px;
padding-left:10px;
position: relative;
margin: auto;
}

.overcome{
max-width: 1000px;
text-align:center;
position: relative;
margin: auto;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* 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: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ffd2b0;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.1s ease;
}

.active {
  background-color: #ff6f00;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1s;
}
.session_container{
    display: flex;
    border: 1px solid #000000; 
    max-width: 1000px;
    position: relative;
    width: auto;
    height: auto;
}
.session{
    flex: 1;

    position: relative;
    margin: auto;
    width: auto;
    height: auto;
    float: left;
}
.session_text{
    color: #e37233;
    background-color:#f2f2f2;
    text-align:center;
    font-weight:bold;
    font-size: 12px;
    flex: 1;
    margin-right:10px;
    margin-left: 10px;
    padding-top:2px;
}

.content{
color:#000000;
background-color: #eeeeee;
padding-top: 5%;
max-width: 1000px;
padding-left:8%;
padding-right:8%;
padding-bottom:15%;
font-size:16px;}

.contact{

width: 100%;
height: 500px;
padding:8%;
color:#000000;
background-color: #eeeeee;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.popup{
    background-color: #90cbc2;
    width: 420px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 45%;
    border-radius: 12px;
    font-family: "Poppins",sans-serif;
    display: none; 
    text-align: center;
    opacity:0.9;

}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
		background: #00acae;
		border-radius: 100%;
		width: 40px;
		height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup h2{
	margin-top: -20px;
    color: #ff6f00;
}
.popup p{
color: black;    
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    line-height: 25px;
}
a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #00acae;
		border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
}

.video_container{
position: relative;
    padding-bottom: 56.10%;
    height: 0;
    overflow: hidden;
}

.video_container iframe,
.video_container object,
.video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer{
    color:#fff;    
    background-color: #00253a;
    max-width: 1000px;
    height: 150px;
    padding:10px;
    position: relative;
    margin: auto;
} 
.footer_menu{
display: flex;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/* (A) ON BIG SCREEN */
/* (A1) HORIZONTAL MENU */
#hamItems { display: flex; }
#hamItems a { width: 100%; }
 
/* (A2) HIDE HAMBURGER ICON */
#hamNav label, #hamburger { display: none; }

/* (B) ON SMALL SCREEN */
@media only screen and (max-width: 768px) {
  /* (B1) SHOW HAMBURGER ICON */
  #hamNav label { display: inline-block; }
 
  /* (B2) BREAK ITEMS INTO SINGLE COLUMN */
  #hamItems { flex-wrap: wrap; }
 
  /* (B3) TOGGLE SHOW/HIDE */
  #hamItems { display: none; }
  #hamNav input:checked ~ #hamItems { display: flex; }
}

/* (X) NOT IMPORTANT - COSMETICS */
#hamNav label { font-size: 1.5em; }
#hamNav { background: #00253; }
#hamNav, #hamItems a {
background:#00253a  
padding: 10px;
  color: #fff;
  text-decoration: none;
}
#hamItems a:hover { background: #008182; }

