﻿* {
	box-sizing: border-box;
}

body {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	background-color: #1f1f1f;
}

.navi {
	color: #ffffff;
	margin: 0.8% auto;
	padding: 2px;
	width: 100%;	
	max-width: 1080px;
	font-size: 0.813em;
	text-align: right;
}

.backcolor {
	background-color: #555555;
	padding: 0.4%;
}

.backcoloro {
	background-color: #fbb13d;		
	padding: 0.5%;
}

.backcolorb {
	background-color: #777777;		
	padding: 0 0.1%;
}

.backcolorg {
	background-color: #868686;
}

.row {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;	
}


.row h3 {
	text-align:center;
	color: #ffffff;
	padding-top: 14px;
}

.navi a:link {
	color: #ffffff;
	text-decoration: none;
}

.navi a:visited {
	color: #ffffff;
	text-decoration: none;
}

.navi a:hover {
	color: #777777;
	text-decoration: underline;
}

.navi a:active {
	color: #ffffff;
	text-decoration: underline;
}

.column {
	display: block;
	float: left;
	width: 25%;
}

.column p {
	text-align: center;
	font-size: 0.813em;
	color: #ffffff;
}

.column h1 {
	text-align:center;
	color: #fbb13d;
	font-size: 2em;
	line-height: 1.2;
}

.column h3 {
	text-align:center;
	color: #fbb13d;
}

.column p a:link {
	color: #ffffff;
	text-decoration: underline;
}

.column p a:visited {
	color: #777777;
	text-decoration: none;
}

.column p a:hover {
	color: #fbb13d;
	text-decoration: underline;
}

.column p a:active {
	color: #ffffff;
	text-decoration: underline;
}

.columnb {
	display: block;
	float: left;
	width: 25%;
}

.columnc {
	display: block;
	float: left;
	width: 70%;
	padding: 0 6px;
}

.columnc p {
	font-size: 0.813em;
	color: #f2f2f2;
	line-height: 1.4;
}

.columnc p a:link {
	color: #fbb13d;
	text-decoration: none;
}

.columnc p a:visited {
	color: #232323;
	text-decoration: none;
}

.columnc p a:hover {
	color: #fbb13d;
	text-decoration: underline;
}

.columnc p a:active {
	color: #fbb13d;
	text-decoration: none;
}

.columnd {
	display: block;
	float: left;
	width: 23%;
	border: 3px solid #fbb13d;
	padding: 0 5px;
	margin: 6px 6px;
}

.columnd p {
	text-align: center;
	font-size: 0.813em;
	color: #ffffff;
}

.columne {
	display: block;
	float: left;
	width: 100%;
	background-color: #555555;
	max-width: 1080px;
	padding: 0 20px;
}

.columne p {
	text-align: center;
	font-size: 0.813em;
	color: #f2f2f2;
}

.columne p a:link {
	color: #fbb13d;
	text-decoration: none;
}

.columne p a:visited {
	color: #888888;
	text-decoration: none;
}

.columne p a:hover {
	color: #fbb13d;
	text-decoration: underline;
}

.columne p a:active {
	color: #fbb13d;
	text-decoration: none;
}

.columnf {
	display: block;
	float: left;
	width: 23%;
	padding: 0 5px;
	margin: 2px 6px;
	border-bottom: 6px solid #fbb13d;
}

.columnf h3 {
	text-align: center;
	font-size: 0.875em;
	color: #aed04d;
}

.columnf p {
	text-align: center;
	font-size: 0.813em;
	color: #fbb13d;
}

.columng {
	display: block;
	float: left;
	width: 100%;
	background-color: #333333;
	border-left: 6px solid #fbb12d;
	max-width: 1080px;
	padding: 0 20px;
}

.columng:hover {
	background-color: #222222;
}

.columng h4 {
	color: #fbb12d;
}

.columng p {
	text-align: left;
	font-size: 0.813em;
	color: #f2f2f2;
}

.columng p a:link {
	color: #fbb13d;
	text-decoration: none;
}

.columng p a:visited {
	color: #777777;
	text-decoration: none;
}

.columng p a:hover {
	color: #fbb13d;
	text-decoration: underline;
}

.columng p a:active {
	color: #fbb13d;
	text-decoration: none;
}

.gallery {
	position:relative;
	width: 100%;	
	max-width: 1080px;
}

.galleryimage {
	display: block;
	width: 100%;
	height: auto;
	margin: 10px auto;	
	border: 6px solid #fbb12d;
}

.overlay {
	position: absolute;
	bottom: 0;
 	left: 0;
 	right: 0;
 	background-color: #333333;
 	overflow: hidden;
 	width: 100%;
 	height: 0;
	transition: .5s ease;
	opacity: 0.8;
	filter: alpha(opacity=80);
	border: 2px solid #fbb12d;
}

.gallery:hover .overlay {
	height: 100%;
}

.overlaytext {
	color: #fbb13d;
 	font-size: 14px;
 	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.pfpic {
	max-width: 110px;
	border: 4px solid #fbb13d;
}

.logopic {
	max-width: 160px;
	margin: 6px auto;
	display: block;
}

.wrapper {
	width: 150px;
	margin: 20px auto;
}
			
.progress-bar {
	width: 100%;
	background-color: #e8e8e8;
	padding: 3px;
	border-radius: 8px;
	box-shadow: inset 0 1px 3px #a6a6a6;
}
			
.progress-bar-fill {
	display: block;
	height: 12px;
	background-color: #388ccc;
	border-radius: 6px;
				
	transition: width 500ms ease-in-out;
}

.mySlides {display: none}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 1080px;
  position: relative;
  margin: 4px auto;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #fbb12d;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

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

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

.active, .dot:hover {
  background-color: #717171;
}

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

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

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

@media (max-width: 760px) {
    	.column {
       	 width: 50%;
	}
	
	.columnb {
	width: 30%;
	}

	.columnc {
	width: 70%;
	}

	.columnd, .columnf {
	width: 46%;
	}

	.columne {
	display: block;
	float: left;
	width: 100%;
	}
}

@media (max-width: 620px) {
    	.column, .columnb, .columnc {
       	 width: 100%;
	}

	.columnd, .columnf {
	width: 96%;
	}
	
	.columne {
	display: block;
	float: left;
	width: 100%;
	}
}