@font-face { 
font-family: "RALEWAY"; 
src: url("Raleway-Regular.ttf"); 
}

html { overflow-y:scroll; }

a:link {color:#e4792b; text-decoration:none}
a:visited {color:#e4792b; text-decoration:none}
a:active {color:#e4792b; text-decoration:none}
a:hover {color:#000000; text-decoration:none}

body {
	background-color: #ffffff;
	background-image: url(back.jpg);
	background-attachment:fixed;
	background-position: center center;
	margin: 10px 10px;
	font-family: Raleway;
	font-size: 20px;
	color: #000000;
}
.menu {
	 background-color: #e6782b;
style: bold;
	 padding: 15px;
	 font-size: 20px;
	 text-align: center;
}
.menu a:link {color:#ffffff; font-weight: none}
.menu a:visited {color:#ffffff; font-weight: none}
.menu a:active {color:#ffffff; font-weight: none}
.menu a:hover {color:#000000; font-weight: none}

.bottombox {
	 background-color: #4d4d4d;
	 padding: 5px;
	 font-size: 18px;
	 text-align: center;
	 color: #ffffff;
}
.bottombox a:link {color:#e4792b; text-decoration:none}
.bottombox a:visited {color:#e4792b; text-decoration:none}
.bottombox a:active {color:#e4792b; text-decoration:none}
.bottombox a:hover {color:#ffffff; text-decoration:none}

.button {
	 background-color: #e6782b;
width: 15%;
	 padding: 5px;
	 font-size: 18px;
	 text-align: center;
	 color: #ffffff;
}
.button a:link {color:#ffffff; text-decoration:none}
.button a:visited {color:#ffffff; text-decoration:none}
.button a:active {color:#ffffff; text-decoration:none}
.button a:hover {color:#000000; text-decoration:none}

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 50%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #e6782b;
}

.fade {
  animation-name: fade;
  animation-duration: 6s;
}

@keyframes fade {
 0%, 100% {opacity: 0;}
 30%, 80% {opacity: 1;}
}

@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}



