/*Menu*/
.overlay {     
height: 100%;       
width: 0;       
position: fixed;       
top: 0;      
left: 0;       
background-color: rgb(0, 0, 0, 0.9);    
overflow-x: hidden;   
transition: 0.5s;
z-index: 20;
}     
.overlay-content {       
position: relative;      
top: 50%;       
width: 100%;      
text-align: center;       
transform: translateY(-50%); 
z-index: 20;
}     

.overlay-content a {       
padding: 10px;       
text-decoration: none;       
font-size: 36px;       
color: #664297;       
display: block;       
transition: 0.3s; 
  z-index: 20;
}     
.overlay-content a:hover {       
color:white;     
}     
.closebtn {       
position: absolute;       
top: 20px;       
right: 45px;       
font-size: 60px;       
color: #ffffff;       
text-decoration: none;     
}     
/* Open button */     
.open-btn {       
font-size: 2em;       
cursor: pointer;       
color: white;       
position: absolute;       
top: 20px;       
left: 20px;
font-family: Concert One;
padding-left: 10px;
}   

/*CFU*/
* {box-sizing: border-box}

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

/* Slideshow container */
.slideshow-container {
  width: 1000px;
  height: 650px;
  position: relative;
  margin: auto;
  padding-top:15px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #71669e;
  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: rgb(0, 0, 0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 25px;
  padding: 50px 10px;
  padding-left: 900px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  padding-top:30px;
}

.cfulink{
  color:#594d83;
  font-family: Concert One;
  padding-top:30px;
}

.cfulink:hover{
  color:#c385d9;
  background-color: transparent;
  padding-top:30px;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  padding-top:25px;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
  td,th{
    width: auto;
    padding-left: 10px;
  }
}
.cframe{
  width: 100%;
  height: 600px;
  background-color: white;
}

.header{
text-align:center;
font-family:Concert One ;
font-size: 3em;
  color:white;
}

/*Description*/
.description{
  font-size: 1em;
  font-family: Concert One;
  color:white;
}

table {
  font-family: Concert One;
  border-collapse: collapse;
  width: 100%;
  background-color: white;
  text-align: center;
  table-layout: auto;
}

td, th {
  border: 1px solid #dddddd;
  text-align: center;
  width:75%;
}

.image1{
  width: 500px;
  height: 500px;
}
th{
  font-size: 2em;
}
h4{  
  text-align: center;
  font-size: 1.5em;
}
p{
  font-size: 1.4em;
}
td{
  width:75%;
}
