

A:link {
	TEXT-DECORATION: none
}

A:hover {
	COLOR: red; TEXT-DECORATION: none;
}
A:visited {
	TEXT-DECORATION: none
}

.link {
	COLOR: #0000C0; FONT-FAMILY: Arial; FONT-STYLE: normal;  FONT-WEIGHT: normal; LINE-HEIGHT: normal; TEXT-DECORATION: none
}

.mainlink {
	COLOR: #0000C0; FONT-FAMILY: Arial; FONT-STYLE: normal;  FONT-WEIGHT: bold; LINE-HEIGHT: normal; TEXT-DECORATION: none
}

.link10 {
	COLOR: #0000C0; FONT-FAMILY: Arial; FONT-SIZE: 10pt; FONT-STYLE: normal; LINE-HEIGHT: normal; TEXT-DECORATION: none
}

iframe { border: none; }

img {border: none;}


    BODY       
    {  
            font-family: "Arial";
            height: 100vh;
         font-size: 20px;
           	COLOR: #2e1229;
    }
    
    .dark {
           	COLOR: #2e1229;
    }

.light {
           	COLOR: #984e77;
    }

html, body
   {min-height:100%;}
      
.styled-table {
    -moz-border-radius: 30px !important;
    border-radius: 20%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }


.grained-table {
   border-radius: 25px;
 
   text-align: center; 
   vertical-align: middle; 
   margin: auto; 
   border-spacing: 15px;
   table-layout: fixed;
    width: 80%;
   
}

@font-face {
    font-family: 'caveat';
    src: url('/font/Caveat-Regular.ttf') format('truetype'); 
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  


.grained-table td {

    text-align: center; 
	font-size: 1.31em;
    padding: 20px;
  
}

.center {
    margin-left: auto;
    margin-right: auto;
    }


.content {
    width: 75%;
  
  margin-left: auto;
    margin-right: auto;
  
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  
    }


.groupimage {
    width: 15%; 
    text-align: left; 
    z-index: 5; 
    position: absolute; 
    top: 0; 
    right: 0;   
    transform: rotate(25deg);  
}



h1 {
  text-align: center;
  
  font-size: 30px;
  	COLOR: #2e1229;
}


h2 {
  text-align: left;
  
  font-size: 25px;
	text-decoration:none;
	  	COLOR: #2e1229;
}


label, h3, h4, h5{
  text-align: left;

	  	COLOR: #2e1229;
	  	
  font-size: 20px;
}

      li {text-align:left;}
      
p {
  text-align: left;


  font-size: 25px;

    	COLOR: #2e1229;
}

li {
  text-align: left;
  font-size: 25px;
}

td
	{
  padding: 20px;
	text-align:left;
	vertical-align:top;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	border:none;
	      	COLOR: #2e1229;
	}


th {
  padding: 0;
   text-align: center;
     	COLOR: #2e1229;
     		border:none;
}



text
{
	text-align:left;
	
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	border:none;
	}

img
	{
	vertical-align:middle;
    border:none;
	text-align:center;
}

.swipe 
{
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}


      
      .box-shadow {
        float: left;
        box-shadow: 7px 7px 7px #666666;
      }
      
      /*
      .drop-shadow {
        float: center;
      }
      */
      
      .drop-shadow img {
        filter: drop-shadow(7px 7px 7px #666666);
        -webkit-filter: drop-shadow(7px 7px 7px #123456);
      }
      
/* Increase profile image link thumbnails on hover */
    .drop-shadow img:hover{
    transform: scale(1.1);
    
      }
      

/* HOVER MENUS */



.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}



.dropdown-content a {
  color: black;
  padding: 0 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}


    
        .tab div {
    display: none;
      z-index:20;
}

.tab div:target {
    display: block;
     z-index:30;
  
}
  .tab2 div {
    display: none;
    z-index:-10;
    position:fixed;
width:100%;
  height:100%;
  
  background-color:lightgrey;
  opacity:0.8;
  left:0;
  top:0;
}


.tab2 div:target {
    display: block;
  
}



/* IS THE MOBILE PORTRAIT OR LANDSCAPES */


#container { display:block; }

@media only screen and (orientation:portrait){


.portrait {
display: block;
color:red;
font-weight:bold;
}



}



@media only screen and (orientation:landscape){

.portrait {
display: none;
}

/*
  #container {

    width: 100vw;
    
     -webkit-transform: rotate(0deg);

     -moz-transform: rotate(0deg);

     -o-transform: rotate(0deg);

     -ms-transform: rotate(0deg);

     transform: rotate(0deg);

  }
*/

}





    /*
      Rollover Image
     */
    .figure {
        position: relative;
        width: 360px; /* can be omitted for a regular non-lazy image */
        max-width: 100%;
    }
    .figure img.image-hover {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: contain;
      opacity: 0;
      transition: opacity .2s;
    }
    .figure:hover img.image-hover {
      opacity: 1;
    }



 
      .example-image-link img {
          
/* Add shadows to the lightbox thumbnails */           
            filter: drop-shadow(7px 7px 7px #666666);
            -webkit-filter: drop-shadow(7px 7px 7px #123456);
        
/* Add spacing to the lightbox thumbnails */ 
            padding-right: 20px;
            padding-bottom: 5px;
    
      }
      
      
/* Increase lightbox thumbnails on hover */
        .example-image-link img:hover{
        transform: scale(1.1);
    
         }
         
         
               .sponsor-link img {
 
/* Add shadows to the Sponsor link thumbnails */           
            filter: drop-shadow(7px 7px 7px #666666);
            -webkit-filter: drop-shadow(7px 7px 7px #123456);
        
/* Add spacing to the Sponsor link  thumbnails */ 
            padding-right: 40px;
            padding-bottom: 40px;
      }
      
      
/* Increase Sponsor link thumbnails on hover */
    .sponsor-link img:hover
    {
    transform: scale(1.1);
    }
      





