/* CSS Document */

@font-face {
  font-family: 'BradleyHandITC';
  src: url('fonts/BradleyHandITCTT.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/BradleyHandITCTT.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/BradleyHandITCTT.svg') format('svg'); /* Legacy iOS */
}

body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "serif";
}

.overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
}
.overlay-content {
	height: 100%;
	overflow: scroll;
}
.modal {
display:none;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	position: fixed; /* Stay in place */
	z-index: 2; /* Sit on top */
	left: 0;
	top: 5%;
	width: 100%;
	height: 65%;
	overflow-y: scroll;
	overflow-x: hidden;
}
.modal p {
	text-indent:50px;
	margin:5px;
}
/* The Close Button */
.close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
h1,h2 {
	font-family:BradleyHandITC, sans-serif;
	padding: 0;
	margin: 0;
}
/* Modal Header */
.modal-header {
	background-color: #9b181a;
	color: white;
	left: 49%;
	padding: 0 10px;
	position: fixed;
	top: 5%;
	transform: translateX(-50%);
	width: 90%;
	z-index: 3;
}
/* Modal Body */
.modal-body {
	padding: 2px 16px;
}

/* Modal Footer */
.modal-footer {
	padding: 5px;
	background-color: #9b181a;
	color: white;
}
/* Modal Content */
.modal-content {

	background-color: #fefefe;
	padding: 60px 15px 15px 15px;
	position: relative;

	margin: auto;
	border: 1px solid #888;
	width: 90%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
 from {
top: -300px;
opacity: 0
}
 to {
top: 0;
opacity: 1
}
}
 @keyframes animatetop {
 from {
top: -300px;
opacity: 0
}
 to {
top: 0;
opacity: 1
}
}
a {
	color: #9B181A;
	font-weight: bold;
	text-decoration: none;
}
.wrapper {
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	overflow: auto;
}
.content {
	width: 35%;
	padding: 20px 10px;
}
.imagearea {
	width: 55%;
	padding: 0 10px;
}
.imagearea img {
	width: 100%;
	padding: 10px 0;
}
.content img {
	width: 100%;
	padding: 10px 0;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.center img {
	width: auto;
}
.round {
	border: 1px solid #9B181A;
	padding: 10px 0 0 0;
	webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.left {
	float: left;
}
.clearfix {
	clear: both;
}
.footer {
	width: 100%;
	text-align: center;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul li {
	margin: 10px 0;
	padding: 10px;
	width: 90%;
	font-weight: bold;
	background: #A21A1E;
	border: 1px solid #A21A1E;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
li a {
	color: #fff;
}
li:hover {
	background: #fff;
	border: 1px solid #A21A1E;
}
li:hover a {
	color: #A21A1E;
}
.footer {
	font-size:12px;
}
.about {
	background: #000;
	border: 1px solid #000;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.about a {
	color: #fff;
}
.about:hover {
	background: #fff;
	border: 1px solid #000;
}
.about:hover a {
	color: #000;
}
@media screen and (max-width: 880px) {
.left {
	float: none;
}
.content, .imagearea {
	width: 96%;
	padding: 10px 5px;
}
.round img {
	max-width: 90%;
}
}
