a {
	text-decoration: none;
}

.pictureframe {
	border: 5px ridge #395c56;
	box-shadow: 5px 10px 18px #395c56;
	position: relative;
}

.sslegend {
	text-shadow: 5px 5px 10px #395c56;
}

.center {
	text-align: center;
}

.top-menu {
	align-items: center;
	background-color: #003333;
	height: auto;
	width: 1024px;
	margin: auto;
	display: flex;
	transition: color;
}

.bottom-menu {
	background-color: #003333;
	margin: auto;
	text-align: center;
	width: 1016px;
}

.clocks {
	width: 1024px;
	display: flex;
}

.clock-left {
	flex: 1;
	text-align: start;
	padding-left: 15px;
	align-content: end;
	text-shadow: 0 0 3px #ffffffff, 0 0 5px #c9c9d6ff;
}

.clock-right {
	flex: 1;
	text-align: end;
	padding-right: 15px;
	align-content: end;
	text-shadow: 0 0 3px #ffffffff, 0 0 5px #c9c9d6ff;
}

.background_color {
	background-color: #003333;
}

.sr-plt-tbl {
	width: 1024px;
	border: 0px;
}

.main {
	height: auto;
	display: flex;
	flex-direction: column;
}

.main-box1 {
	flex: 1;
	width: 1024px;
	text-align: center;
	margin: auto;
}

.main-box2 {
	flex: 2;
	width: 1000px;
	padding: 12px 12px;
	text-align: justify;
}

.news {
	color: #fff;
}

.opsbkgnd {
	background-image: url('http://dc3airways.net/images/bckgnd.gif');
	background-attachment: fixed;
}

.body {
	margin: auto;
	width: 1024;
	align-items: flex-start;
	display: flex;
}

.opstoc {
	flex: 1;
	padding-left: 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
}

.opsbody {
	flex: 4;
	padding-right: 30px;
	padding-left: 30px;
	text-align: justify;
	background-color: white
}

.body-header {
	width: 1024px;
	height: 50px;
	padding: 10px;
	background-color: yellow;
	text-align: center;
	margin: auto;
}

.dc3airways {
	font-family: "Saira Stencil One", cursive;
	font-size: 42px;
	color: olivedrab;
	font-weight: bolder;
	vertical-align: top;
	height: 25px;
	text-shadow: black 2px 0 5px;
}

.dc3airwaysorig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	color: #600;
	text-align: center;
	vertical-align: top;
	text-shadow: 0 0 3px #ffffffff, 0 0 5px #c9c9d6ff;
}

.dashboard {
	background-image: url('https://dc3airways.net/images/dashboard_new.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 1024px;
	height: 292px;
	margin: auto;
	display: flex;
}

.dashboard-title {
	margin: 0 auto 0 auto;
	text-align: center;
	flex: 3;
}

.columns {
	padding: 3px;
	background-image: url('http://dc3airways.net/special_events/varsity/images/crash.jpg');
	background-repeat: no-repeat;
	background-size: 1024px;
	height: auto;
	margin: auto;
	display: flex;
}

.column-a {
	flex: 1;
	padding: 30px;
	margin: auto;
	text-align: justify;
}

.column-b {
	flex: 1;
	padding: 30px;
	margin: top;
	text-align: justify;
}

.border {
	margin: auto;
	width: 1024px;
	padding: 3px;
	border-radius: 5px;
	box-shadow: 0 0 15px 2px #000;
}

.varsity {
	font-family: "Black Ops One", cursive;
}

.container {
	margin: auto;
	width: 1024px;
	height: 576px;
	padding: 3px;
	border-radius: 5px;
	box-shadow: 0 0 15px 2px #000;
}

.spmain {
	margin: auto;
	height: auto;
	display: flex;
}

.main-sp1 {
	flex: 1;
	width: auto;
	text-align: center;
	margin: auto;
	padding: 7px;
}

.main-sp2 {
	flex: 1;
	width: auto;
	text-align: center;
	margin: auto;
}

.gentext {
	margin: auto;
	height: auto;
	display: flex;
	font-size: large;
}

.gentext-1 {
	flex: 1;
	width: auto;
	text-align: left;
	margin-top: 0px;
	padding: 10px;
}

.gentext-2 {
	flex: 1;
	width: auto;
	text-align: center;
	margin-top: 0px;
	padding: 10px;
}

.gentext-3 {
	flex: 1;
	width: auto;
	text-align: right;
	margin-top: 0px;
	padding: 10px;
}

.gentext-4 {
	flex: 4;
	width: auto;
	text-align: center;
	margin-top: 0px;
	padding: 10px;
}

.button {
	background-color: #003333;
	color: white;
	padding: 15px 32px;
	border-radius: 8px;
	transition-duration: 0.4s;
}

.button:hover {
	background-color: white;
	color: #003333;
}

.charter_button {
	background-color: #003333;
	color: white;
	border-radius: 6px;
	transition-duration: 0.2s;
	padding: 4px 12px;
}

.charter_button:hover {
	background-color: darkgray;
	color: #600;
}

.news1 {
	flex: 1;
	width: auto;
	text-align: left;
	margin-top: 0px;
	padding: 0px;
}

.news4 {
	flex: 4;
	width: auto;
	text-align: left;
	margin-top: 0px;
	padding: 15px;
}

.newsbutton {
	width: 125px;
	background-color: #333;
	color: #fff;
	height: 75px;
	border-radius: 10px;
}

.deceased {
	background-color: #000;
	color: #fff;
}

@-webkit-keyframes fadeCycle {
	0% {
		opacity: 0;
		z-index: 2;
	}

	1.9607843137% {
		opacity: 1;
	}

	7.8431372549% {
		opacity: 1;
	}

	8.8431372549% {
		opacity: 0;
		z-index: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeCycle {
	0% {
		opacity: 0;
		z-index: 2;
	}

	1.9607843137% {
		opacity: 1;
	}

	7.8431372549% {
		opacity: 1;
	}

	8.8431372549% {
		opacity: 0;
		z-index: 1;
	}

	100% {
		opacity: 0;
	}
}

.u-fadeCycle-17,
.u-fadeCycle-16,
.u-fadeCycle-15,
.u-fadeCycle-14,
.u-fadeCycle-13,
.u-fadeCycle-12,
.u-fadeCycle-11,
.u-fadeCycle-10,
.u-fadeCycle-9,
.u-fadeCycle-8,
.u-fadeCycle-7,
.u-fadeCycle-6,
.u-fadeCycle-5,
.u-fadeCycle-4,
.u-fadeCycle-3,
.u-fadeCycle-2,
.u-fadeCycle-1 {
	-webkit-animation-duration: 102s;
	animation-duration: 102s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: fadeCycle;
	animation-name: fadeCycle;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	transition: opacity 2s ease-in;
	height: 576px;
	width: 1024px;
}

.u-fadeCycle-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.u-fadeCycle-2 {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.u-fadeCycle-3 {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.u-fadeCycle-4 {
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}

.u-fadeCycle-5 {
	-webkit-animation-delay: 24s;
	animation-delay: 24s;
}

.u-fadeCycle-6 {
	-webkit-animation-delay: 30s;
	animation-delay: 30s;
}

.u-fadeCycle-7 {
	-webkit-animation-delay: 36s;
	animation-delay: 36s;
}

.u-fadeCycle-8 {
	-webkit-animation-delay: 42s;
	animation-delay: 42s;
}

.u-fadeCycle-9 {
	-webkit-animation-delay: 48s;
	animation-delay: 48s;
}

.u-fadeCycle-10 {
	-webkit-animation-delay: 54s;
	animation-delay: 54s;
}

.u-fadeCycle-11 {
	-webkit-animation-delay: 60s;
	animation-delay: 60s;
}

.u-fadeCycle-12 {
	-webkit-animation-delay: 66s;
	animation-delay: 66s;
}

.u-fadeCycle-13 {
	-webkit-animation-delay: 72s;
	animation-delay: 72s;
}

.u-fadeCycle-14 {
	-webkit-animation-delay: 78s;
	animation-delay: 78s;
}

.u-fadeCycle-15 {
	-webkit-animation-delay: 84s;
	animation-delay: 84s;
}

.u-fadeCycle-16 {
	-webkit-animation-delay: 90s;
	animation-delay: 90s;
}

.u-fadeCycle-17 {
	-webkit-animation-delay: 96s;
	animation-delay: 96s;
}

img {
	position: absolute;
}

.swheader {
	background-color: #000;
	color: #fff;
}

.rel_img {
	position: relative;
}
