body, html {
	height: 100%;
	padding: 0;
	margin: 0;
}

div {
	display: block;
}

p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.title {
	text-align: center;
	text-transform: uppercase;
	font: 30px "Lato", sans-serif;
	letter-spacing: 5px;
	cursor: default;
}

.content {
	letter-spacing: 1px;
	text-align: center;
	font: 18px "Lato", sans-serif;
	cursor: default;
}
.content span b {
	font: 25px "Lato", sans-serif;
	font-weight: bold;
}
.content span i {
	text-decoration: underline;
}
.content span {
	font: 20px "Lato", sans-serif;
}
.content span.desc {
	font: 12px "Lato", sans-serif;
	vertical-align: text-top;
}

.background {
	min-height: 100%;
	position: relative;
	opacity: 0.82;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.background-half {
	min-height: 300px;
}
.background-admin {
	opacity: 0.6;
}
.background-officer {
	opacity: 0.8;
}
.background-section-1 {
	min-height: 300px;
}
.background-fill {
	min-height: 500px;
	width: 100%;
}
.background-foot {
	min-height: 1000px;
	width: 100%;
	text-transform: uppercase;
}

.background-foot2 {
	min-height: 300px;
}

.officer-table {
	padding: 30px;
	margin: 0 auto;
}
.officer-class img {
	height: 80px;
	width: 80px;
}
.officer-name {
	font-size: 10px;
	letter-spacing: 1px;
	padding: 0px 1px;
}

.caption {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	color: #111;
	cursor: default;
	opacity: 0.85;
}

.caption-1 {
	text-align: right;
	top: 35%;
}
.caption-2 {
	text-align: right;
	top: 47%;
}
.caption-3 {
	text-align: center;
	top: 38%;
}
.caption-4 {
	text-align: center;
	top: 50%;
}
.caption-5 {
	text-align: center;
	bottom: 0%;
	opacity: 0.98;
	width: 100%;
	background: white;
	margin: 0 auto;
}
.caption-6 {
	text-align: center;
	top: 45%;
}
.caption-7 {
	text-align: center;
	top: 40%;
}
.caption-8 {
	text-align: center;
	top: 25%;
}
.caption-9 {
	text-align: center;
	top: 45%;
}
.caption-10 {
	text-align: center;
	top: 65%;
}
.caption-admin {
	text-align: center;
	width: 100%;
	opacity: 1;
	margin: 0 auto;
	top: 35%;
}
.caption-officer {
	text-align: center;
	width: 100%;
	opacity: 1;
	margin: 0 auto;
	top: 10%;
}
.caption-time {
	text-align: left;
	text-shadow: 5px 5px 10px black;
	bottom: 60px;
	position: absolute;
	color: white;
	font: 85px 'Courier New';
	padding: 15px 40px 0px 40px;
	width: 80%;
}
.caption-night {
	text-align: left;
	text-shadow: 5px 5px 10px black;
	bottom: 20px;
	position: absolute;
	color: white;
	font: 15px 'Courier New';
	padding: 0px 60px;
	width: 80%;
}
.caption-night span {
	display: block;
}
.caption-slideshow {
	top: 20%;
	width: 100%;
	opacity: 1;
}

.border {
	background-color: #fff;
	box-shadow: 0px 0px 15px #111;
	color: #111;
	padding: 25px;
	font-size: 35px;
	letter-spacing: 10px;
}
.border-right {
	margin-right: 10px;
}
.border-image {
	margin-left: 10px;
	padding-bottom: 5px;
	vertical-align: middle;
	transition: transform .2s;
}
.border-image:hover {
	transform: scale(1.1);
}
.border-register {
	cursor: pointer;
}

.content-box {
	position: relative;
	background: #fff;
	color: #111;
	padding: 30px 0px;
	text-align: justify;
}
.content-table {
	width: 700px;
	margin: auto;
}
.content-chart {
	width: 550px;
	margin: auto;
}

.chart-topic {
	text-align: left;
	font-weight: bold;
}
.chart-content {
	text-align: right;
}

.points-table {
	width: 100%;
}
.points-table2 {
	width: 100%;
}
.chart-table {
	width: 100%;
}

.banner-container {
	display: none;
	position: relative;
	text-align: center;
	border-bottom: 3px solid white;
	cursor: default;
}
.nav-time {
	background: white;
	float: right;
	color: black;
	font-family: Courier New;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px;
	padding-bottom: 8px;
	margin-bottom: -10px;
	border-right: 0px;
	border-radius: 8px 0px 0px 8px;
	position: fixed;
	top: 90px;
	right: 0px;
	box-shadow: 0px 4px 10px #444444;
	position: fixed;
	z-index: 10000;
}
.nav-bar {
	background: white;
	float: right;
	color: black;
	font-family: Courier New;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px;
	padding-bottom: 8px;
	margin-bottom: -10px;
	border-right: 0px;
	border-radius: 8px 0px 0px 8px;
	position: fixed;
	vertical-align: top;
	top: 30px;
	right: 0px;
	box-shadow: 0px 4px 10px #444444;
	position: fixed;
	z-index: 10000;
	cursor: pointer;
}
.nav-bar a {
	text-decoration: none;
}
.join-us {
	background: transparent;
	top: 15px;
	left: 15px;
	z-index: 10000;
	cursor: pointer;
	position: fixed;
}

.slide-show {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 85%;
}

.slide-show div img {
	width: 32em;
	height: 18em;
	background-repeat: no-repeat;
	padding: 0;
	margin: 5px auto;
	border: 3px solid white;
	box-shadow: 0px 0px 5px #111;
}

@media only screen and (max-device-width: 1366px) {
	.background {
		background-attachment: scroll;
	}
	.background-main, .background-foot {
		min-height: 500px;
	}
	.background-foot2 {
		min-height: 300px;
	}
	.caption-1 {
		top: 20%;
	}
	.caption-2 {
		top: 45%;
	}
	.caption-3 {
		top: 20%;
	}
	.caption-4 {
		top: 40%;
	}
}

.admin-panel {
	margin: 0 auto;
	text-align: center;
	width: 75%;
	padding: 40px 100px;
	background: white;
}
.admin-title {
	text-align: left;
	font: 30px "Lato", sans-serif;
}
.admin-label {
	font: 20px "Lato", sans-serif;
	display: block;
	text-align: left;
	width: 100%;
}
.admin-text {
	font: 18px "Lato", sans-serif;
	width: 100%;
	padding: 10px;
}
.admin-button {
	border: 1px solid black;
	padding: 15px 50px;
	cursor: pointer;
	transition: transform .2s;
	font: 25px "Lato", sans-serif;
}
.admin-button:hover {
	background: lightgray;
	transform: scale(1.2);
}

button {
	cursor: pointer;
}

div.login-page {
	background: white;
	border: 1px solid gray;
	box-shadow: 0px 3px 3px black;
	width: 800px;
	padding: 50px;
	margin: auto;
	margin-top: 30px;
}
div.login-page div input[type=password] {
	width: 500px;
	font-size: 20px;
	text-align: center;	
	padding: 5px;
}
div.login-page div input[type=submit] {
	width: 300px;
	border: 1px solid black;
	padding: 10px 30px;
	text-align: center;
	background: aliceblue;
	margin-top: 10px;
	cursor: pointer;
}