.class1 a:link { color: rgb(255, 255, 255);
    text-decoration:none;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    }

  .class1 a:visited { color: rgb(0, 0, 0);
    text-decoration:none;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-style: italic;
    }

  .class1 a:hover { color: rgb(147, 174, 210);
    text-decoration:none;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    }

  .class2 a:link { color: rgb(147, 174, 210);
    text-decoration:none;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    }

  .class2 a:visited { color: rgb(147, 174, 210);
    text-decoration:none;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-style: italic;
    }

  .class2 a:hover { color: rgb(220, 230, 239);
    text-decoration:none;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    }

.image-thumb {
    width: 100%; height: 100%;
    } 

.content { font-family: Arial,Helvetica,sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
   
    overflow: visible;
    width: 100%;
    background-color: rgb(0, 0, 0);
    z-index: -1;
    }
    
#box { border: 3px solid black;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin: auto;
    display: block;
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    }
    
.box2 { border: 1px solid white;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: auto;
    display: block;
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    }    

body { background-color: rgb(0, 0, 0);
    }

h1 { color: rgb(255, 255, 255);
    margin-bottom: 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    background-color: rgb(0, 0, 0);
    }
	
.ohnohoney{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }	
	
    
   
    
/* Makes responsive fields work. Sets size and field alignment.*/
input[type=text]{
margin-bottom: 20px;
margin-top: 10px;
width:75%;
padding: 15px;
}

textarea{
width:75%;
padding: 15px;
margin-top: 10px;
border:1px solid #7ac9b7;
resize:none;
}

.text1 {
    font-size: 150%;
    }    

table {
    border: 1px solid silver
    ;
}


th, td {
    padding: 1px;
}


* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    
    color: rgb(255, 255, 255);
    text-align: center;
    
    background-color: rgb(0, 0, 0);
    float: left;
    padding: 15px;
}
html {
    font-family: "Lucida Sans", sans-serif;
}
.header {
    background-color: rgb(0, 0, 0)
    color: #ffffff;
    padding: 15px;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font size: -2
    background-color: #222222;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 10px;
}
/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


}



.navbar {
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 20px 20px 30px black;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: rgb(147, 174, 210);
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* 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: 25px;
  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;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(147, 174, 210, 0.3);
}






/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgba(147, 174, 210, 0.5);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0s ease;
}

.active, .dot:hover {
  background-color: rgb(147, 174, 210);
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 0s;
}

@keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
	
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px)

