@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

a {
	color:#000;
	font-family:"Arial Narrow", serif;
	letter-spacing: 2px;
	line-height: 1.8;
	font-size: 16px;
	}

body {
	background-color:#F8F1E7;
	margin-left: 20px;
	margin-right: 20px;
	}

h1 {
	color:#F77500;
	font-size:32px;
	font-family: 'Sedgwick Ave', cursive;}

h2 {
	color:#000;
	font-size:28px;
	font-family: 'Sedgwick Ave', cursive;}
	
h3 {
	color:#FFF;
	font-size:28px;
	font-family: 'Sedgwick Ave', cursive;
	text-align:center;
	margin-top:-50px;}

p {
	color:#000;
	font-family:"Arial", serif;
	letter-spacing: 2px;
	line-height: 1.8;
	font-size: 16px;
	}

img {
	border-radius:10px;
	}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .column {
    width: 100%;
  }
}


div.gallery {
	width:100%;
	padding: 5px;

	}

div.gallery:hover {
	transition: 1s;
	filter: grayscale(100%);
}

div.gallery img {
  width: 100%;
  height: 100%;
  cursor:pointer;
}

div.desc {
	text-align: center;
	}

.responsive {
  float: left;
  width: 33.33333%;
  padding: 20px;
}

@media only screen and (max-width: 900px) {
  .responsive {
    width: 49.99999%;
    padding: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .responsive {
    width: 99.99999%;
	padding: 20px;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* CSS for lightbox */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:#000;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  background-color:#000;
}

.mySlides img{
  cursor: pointer;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-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: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #FFF;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color:rgba(0, 0, 0, 0.5);
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: black;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.columnmodal {
  float: left;
  width: 25%;
  padding: 20px;
}

/* Header */

.topnav {
  overflow: hidden;
  background-color:#F3E6D0;
  border-radius:10px;
}

.topnav a {
  float: right;
  display: block;
  color:#000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #F77500;
  color:#e4b371;
  border-radius: 10px;
}

.active a {
  color:#FFF;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

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

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #c95d05;
  color: white;
  border-radius: 10px;
}

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

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

a.home{
	float:left;
	}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .topnav{padding-bottom:20px;}
}

.footer{
	background-color:#F77500;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -20px;
	margin-top: 20px;
	}

.footer a{
	color:#FFF;
	text-decoration:none;
	}
	
.footer a:hover{
	text-decoration: underline;
    cursor: pointer;
	}
	

@media screen and (max-width: 600px) {

.bottom {
	margin-left: 20px;
	margin-right: 20px;
}
}

/* TABS */
/* Style the tab */
.tab {
  overflow: hidden;
  background-color:#F3E6D0;
  border-radius: 10px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color:inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  color:#000;
  font-family:"Arial", serif;
  letter-spacing: 2px;
  line-height: 1.8;
  font-size: 16px;
  }

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #c95d05;
  color: white;
  border-radius: 10px;
  
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #F77500;
  color:#FFF;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}

#caption {
	color:#FFF;
}

#SameText {font-family:"Arial", serif;
	letter-spacing: 2px;
	line-height: 1.8;
	font-size: 16px;
	text-decoration:underline; 
	color:#000; 
	cursor:pointer;
	}
