
* {
	box-sizing: border-box;
}

html {
	background: url(../images/brand.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	margin: 4%;
	background-color: rgba(255, 255, 255, 0.93);
	font-family: Verdana, sans-serif;
}
/*img {
	margin-bottom: -4px;
}*/
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)
}
.snippet img {
	width:100px;
	float: left;
	max-width: 100px;
	height: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.carousel-control.left, .carousel-control.right{ 
	color: #f7c551 !important ;
	margin-left: -10px;
	margin-right: -10px;
	background-image: none;
	background-color: none;
}
.carousel-inner > .item > img {	
	width: 80%;
	height: 400px;
	margin: 0px auto;
}
.carousel-caption > h1 { font-size:40px;}
.carousel-caption > h5 { font-size:18px;}
.carousel-caption > h1, h5 {
	font-family: technical;
	font-weight: 700;
	text-align: left;
	color: #f7c551;
	text-shadow: 2px 2px #000000;
}
.container {
	padding-bottom:20px;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
}

.nounder {
    text-decoration: none !important;
}
.intro {
	margin: 0px auto;
	padding: 10px;
	width: 80%; 
	float: none; 
}
.intro > hr {
	width: 90%;
	border-top: 1px solid #4169e1;
} 
.intro > h1 {
	font-family: "Monotype Corsiva";
	text-align: left;
	color: #4169e1;
	text-shadow: 1px 1px #123;
	margin-top: 10px;
}    
.intro > h2 {
	font-family: "Monotype Corsiva";
	color: #f7c551;
	text-align: left;
	text-shadow: 1px 1px #000;
}    
.intro > p {
	margin-right: 20px;
}
.intro > div > img {
	width: 100%;
	margin: 10 10 10 -10px;
}
#map {
	height: 300px;
	width: 300px;
	float: none;
	border:solid 1px #f7c551;
}
#map2 {
	height: 500px;
	width: 500px;
}
td {
	vertical-align: top;
	padding: 5px;
	font-size: 11px; 
}
.row { 
	width: 90%;
	margin: 10px auto;
}

.row > .column {
	padding: 0 5px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.columnhead {
	width: 260px;
	margin: 10px;
}

.columntext {
	margin: 10px;
	padding: 10px;
}

.columndata {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 50px;
}

.column {
	float: left;
	width: 50px;
}

/* 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: grey;
}

/* Modal Content */
.modal-content {
	position: relative;
	vertical-align: top;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 800px;
}

/* 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;
}

.cursor {
	cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 20px;
	width: auto;
	color: white;
	font-weight: bold;
	font-size: 28px;
	text-decoration: none !important;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	vertical-align: top;
	-webkit-user-select: none;
}
.wide {
	margin: -30px;
}

/* 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: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: fixed;
	top: 60px;
}

.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	font-color: white;
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}
.thumb {
	border:solid 1px #f7c551;
	width:100%;
}
.thumb2 {
	width:100%;
}