@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');

body {
	font-family: Ubuntu;
	font-size: 18px;
	background-color: black;
	}
.divPageBody {
	width: 50%;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	}
.divBlackoutMessage {
	font-family: "Oswald";
	font-size: 92px;
	line-height: 105%;
	text-align: center;
	color: white;
	text-shadow: 1px 1px silver;
	letter-spacing: -0.01em;
	}
.divSubMessage {
	margin-top: 50px;
	text-align: center;
	color: silver;
	}

/* styles for phone */
	@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 480px) {
		body {
			font-size: 16px;
			}
		.divPageBody {
			width: 90%;
			margin-left: auto;
			margin-right: auto;
			margin-top: 90px;
			}
		.divBlackoutMessage {
			font-size: 64px;
			}
		
		}
/* styles for tablet */
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		.divPagetopText {
			top: 30;
			width: 100%;
			left: 0;
			padding-left: 0;
			}
		.divPagetopImage {
			height: 185px;
			}
		.divPageBody {
			width: 75%;
			margin-left: auto;
			margin-right: auto;
			margin-top: 230px;
			}
		.divLastScriptingUpdate {
			display: none;
			}
		}
