body {
	font: 400 18px 'Open Sans', sans-serif;
	background-color: #000000;
	text-align: justify;
	line-height: 28px;
	color: #cccccc;
	margin: 0;
}

a:link, a:visited, a:active {
	box-shadow: inset 0 0px rgba(47,186,216,0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	color: #2fbad8;
}
a:hover { box-shadow: inset 0 -1.4em rgba(47,186,216,0.5); color: #ffffff; }

b {
	font-weight: 600;
	color: #ebb019;
}
i { font-family: 'Khand', san-serif; font-weight: 600; color: #ffffff; }
u { color: #d89069; }
strike { color: #808080; }
input, textarea, select {
	border: 1px solid rgba(47,186,216,0.5);
	font: 400 16px 'Open Sans', sans-serif;
	background-color: #000000;
	padding: 5px 20px;
	color: #ffffff;
	outline: none;
	margin: 2px;
}
input:focus,
textarea:focus,
select:focus {
	border: 1px solid rgba(47,186,216,0.5);
	background-color: rgba(47,186,216,0.5);
}

h1 {
	font: 300 40px 'Cormorant', serif;
	border-top: 1px solid rgba(47,186,216,0.5);
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
h1 span.line-before {
	border-left: 1px solid rgba(47,186,216,0.5);
	margin: 0 auto 15px auto;
	position: relative;
	display: block;
	height: 30px;
	width: 1px;
}
h1 span.line-after {
	border-bottom: 2px solid #2fbad8;
	margin: 15px auto 0 auto;
	position: relative;
	display: block;
	width: 30px;
}

h2 {
	font: 300 16px 'Cormorant Garamond', sans-serif;
	background-color: #bc0029;
	text-transform: uppercase;
	color: #ffffff;
	padding: 5px 0;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(47,186,216,0.3);
}

span.date {
	font: italic 700 18px 'Khand', sans-serif;
	letter-spacing: 1px;
	margin-right: 10px;
	color:  #2fbad8;
}

.img {
    border: 1px solid #333333;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    padding: 8px;
    margin: 3px;
}
.img:hover {
    border: 1px solid #2fbad8;
    -webkit-filter: none;
    filter: none;
}

.row1, .tableBody {
    background-color: #1f1f1f;
    padding: 1px 5px;
}
.tableYear {
    background-color: #131313;
    text-align: center;
    padding: 1px 5px;
}
.tableLegend {
    font: 300 18px 'Cormorant', sans-serif;
    background-color: rgba(47,186,216,0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    padding: 5px;
}

#wrapper {
	position: relative;
	width: 100%;
}
#header {
	background-image: url('full-header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: cover;
	min-height: 800px;
	display: block;
	width: 100%;
}
#header .menu {
	background-color: rgba(47,186,216,0.9);
	position: fixed;
	z-index: 100;
	width: 100%;
}
#header .menu .pull-left {
	width: 49%;
	float: left;
	text-align: left;
}
#header .menu .pull-right {
	width: 49%;
	float: right;
	text-align: right;
}
#header .menu .pull-left a {
	border-right: 1px solid rgba(0,0,0,0.1);
	font: 500 18px 'Khand', sans-serif;
	text-transform: capitalize;
	display: inline-block;
	padding: 10px 10px;
	box-shadow: none;
	color: #000000;
}
#header .menu .pull-right a {
	border-left: 1px solid rgba(0,0,0,0.1);
	font: 500 18px 'Khand', sans-serif;
	text-transform: capitalize;
	display: inline-block;
	padding: 10px 10px;
	box-shadow: none;
	color: #000000;
}
#header .menu a:hover {
	color: #ffffff;
}
#header .welcomeBox {
	position: relative;
	display: flex;
	width: 900px;
	top: 530px;
}
#header .welcomeBox > div {
	border: 1px solid rgba(20,135,200,0.5);
	box-shadow: 0 0 5px rgba(20,135,200,0.5);
	font: 400 17px 'Khand', sans-serif;
	background-color: rgba(0,0,0,0.3);
	padding: 20px;
	margin: 0 10px;
	flex: 1;
}
#header .welcomeBox > div span.fa-users {
	text-shadow: 0 0 10px rgba(20,135,200,0.5);
	font-size: 60px;
	color: #ffffff;
}
#header .welcomeBox > div span.count {
	font: 500 60px 'Khand', sans-serif;
	line-height: 50px;
	color: #ffffff;
}

#container {
	margin-top: -100px;
	width: 900px;
}
#container .content {
	text-align: justify;
	/*width: 610px;
	float: right;*/
}

#footer {
	background-color: rgba(47,186,216,0.9);
	font: 400 12px 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
	padding: 3% 5%;
	color: #000000;
	width: 90%;
}
#footer a { color: #000000; }