/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: green;
}

/* selected link */
a:active {
    color: green;
}

body {
    max-width: 1024px;
    margin: auto;
    width: auto;
    border-radius: 20px;
    font-size: 100%;
    padding: 0px;
    background-image: url("Resources/butterfly.gif");background-color: lightblue;
     background-repeat: repeat-y;
    background-position: center top;
    font-family: Verdana,sans-serif;
}
/*div {
   1024 border: 5px solid #000000;
}/
/*text*/
h1 {
    font-size: 2em;
}

h3 {
    font-size: 1em;
}


p {
    font-size: 0.8em;
}


ul.topnav  {
  list-style-type: none;
  margin: 10px;
  padding: 0px;
  overflow: hidden;
  margin: auto;
}/* USED */
/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
    
}
/* USED */
/* Change background color of links on hover */
ul.topnav li a:hover {
    background-color: green;
    color: white;

}
/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.bull{
    list-style: circle;
}
/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    display: inline-block;
  }
}
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: relative;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: center;
  }
}

li {
    display: inline;
}
li a {
    color: black;
    padding: 4px 8px;
    border-radius: 15px;
}
li span1 a{
    background-color: rebccapurple;
}
li span2 a{background-color: oange;
}
li normal {
    display:list-item;
    list-style:disc;
    margin-left: 2em;
    font-size: 13px;
    padding-left: 1em;
}
ul.normal {
    list-style: disc outside none; 
    margin-left: 0; 
    padding-left: 1em;

    
}
.imgcontainer {
    border-radius: 30px;
    overflow: hidden;
    margin: 0px 10px 10px 30px;
    max-width: 400px;
    float:right;
   
    
}/* USED */





img { 
    max-width: 100%; height: auto;
}


.underlinecenter {
    
    border-top: dotted;
    margin: auto;
    color: orange;
}






   
/*#rcorners {
    border-radius: 15px 50px 30px;
    background: #73AD21;
    padding: 20px; 
    max-width: 500px;
    min-height: 250px;
    position: relative;
    margin:auto;
    display: block;
}*/



     .timetable {
        border-radius: 10px;    
        position: relative;
        margin: auto;
        margin-top: 0px;
        padding: 20px;
        height:auto;
        background-color: rgba(51, 204, 255, 0.5);
        overflow: auto;
        clear: both;
        
        }
        
    .timetable1 {
        float: left;
        min-width: 320px;
        height: auto;
        padding-right: 10px;
        border: outset  3px;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 45px 15px 45px 15px;
        margin-left: 30px;
        
    }
    
     .timetable2 {
        float: right;
        min-width: 320px;
        height: auto;
        padding: 10px;
        border: outset 3px;
        margin-bottom: 15px;
         margin-right: 30px;
         border-radius: 45px 15px 45px 15px;
        
    }
    .tabletext {
        max-width: 300px;
        margin: auto;
    }

    .workshopcont {
   height: inherit;
    width: auto;
    border-radius: 10px;
    padding: 25px 10px 10px 10px;
    border-bottom: solid 5px;
    position: relative;
    display: inline-block;
   
    
    }
     .bottime {
        width: auto;
        float: none;
        clear: right;
    }
 
.test {
    margin: auto;
    max-width: 490px;
    border-style: solid;
    padding: 8px;
    background-color: white;
}

.center  {
    margin: auto;
    padding: 3px;
    margin-bottom: 10px;
    border-radius: 10px; 
}

#video1 {
    margin: auto;
   border-bottom: solid; color: black;
    max-width: 320px;
    padding-bottom: 25px;
}
@media only screen and (min-width: 562px){
#video1{border: solid; 
    color: black;
    display: none;}
}

#video {
    margin: auto;
    border-bottom: solid; color: black;
    max-width: 660px;
    padding: 50px;
}

@media only screen and (max-width: 562px){
#video{border: solid; color: black;
    display: none;}
}

.headercont {
    margin: auto;
    min-height 200px;
    position: inherit;
}

.Center1  {
    padding-top: 10px;
    margin: auto; 
   }



img.logo    {
   width: 1024px;
    min-height:125px;
    margin-right: auto;
    clear: both;
    
    
    
}

div.menu    {text-align: center;
    max-width: 900px;
    margin: auto;
    position: relative;
    height: auto;
    margin-bottom: 10px;
   
    margin-bottom:4px;
    padding: 5px;
    
    
}



* {box-sizing:border-box}

.mySlides {display:none;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;

}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 10px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display:inline-block;
  transition: background-color 0.5s ease;
}

.active {
  background-color: black;
}

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

@-webkit-keyframes fade {
  from {opacity: 1} 
  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}
}
/*MEDIA*/
@media only screen and (max-width: 500px){
    h1{
    font-size: 1.41em;}
    .social{
        float: none !important;
        margin: auto !important;
    }
    address{
        float: none !important;
        max-width: 100% !important;
        text-align: center !important;
        margin-bottom: 10px !important;
    }
 }

@media only screen and (max-width: 650px){
   .Center1 {padding-top: 0;}
    }

  
@media only screen and (max-width:320px){
    img.logo{
    margin-bottom: 15px !important;
    margin-top: 20px !important;}
}   

 div.bottom{
        padding: 20px;
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        background-color:rgba(76, 175, 80, 0.3);
        margin-top: 20px;
        border-radius: 10px;
        border: solid green;
       
    }
.social{
    float:left;
    max-width:50%;
}


footer{
    
    max-width: 1024px;
    clear: left;
    margin: auto;
    padding: 5px;
    border-radius: 10px
}
address{
    font-size: .65em;
    margin: auto;
    text-align: center;
        
}