@font-face {
	font-family: "aero_maticsregular";
	src: url("../css/aero_matics_regular.woff2") format("woff2"),
	  url("../css/aero_matics_regular.woff") format("woff"),
	  url("../css/aero_matics_regular.ttf") format("truetype"),
	  url("../css/aero_matics_regular.svg#aero_maticsregular") format("svg");
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: "gearblastregular";
	src: url("../css/gearblast.woff2") format("woff2"),
	  url("../css/gearblast.woff") format("woff"),
	  url("../css/gearblast.ttf") format("truetype"),
	  url("../css/gearblast.svg#gearblastregular") format("svg");
	font-weight: normal;
	font-style: normal;
  }
  
  /* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Pacifico&family=Pangolin&display=swap");

* {
  box-sizing: border-box;
  margin: 0; 
  padding: 0;
}

body {
    background: black;
    overflow: hidden;
}

#home {
  color: #fff;
  background-color: darkslateblue;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  position: absolute;
  width: 100%;
}

.container{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    column-gap: 60px;
}

.centerDiv{
  border-radius: 5px;
  height:100%;
  top: 50px;
}
  
h3 {
    padding: 50px 0;
    font-size: 45px;
    text-align: center;
    color: white;
}

button {
    position: relative;
    background: transparent;
    box-sizing: border-box;
    border-radius: 0.6rem;
    align-self: center;
    font-size: 17px;
    font-weight: 400;
    margin: 0px;
    padding: 20px 20px;
    text-align: center;
    color: aliceblue;
    font-weight: bold;
    cursor: pointer;
    top: 50%;
    text-transform: uppercase;
}

.buttonBox {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
	width: 80%;
    margin: 10px auto 35px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.button4 {
	width: 100%;
    border: 2px solid aqua;
}

.button4:hover {
    color: aqua;
    box-shadow: 0 0 5px #03e9f4,
        0 0 25px #03e9f4,
        0 0 50px #03e9f4,
        0 0 100px #03e9f4;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end Css Reset */

@font-face {
	font-family: 'bebas_neueregular';
	src: url('BebasNeue-webfont.eot');
	src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),  url('../css/BebasNeue-webfont.woff') format('woff'),  url('BebasNeue-webfont.ttf') format('truetype'),  url('../css/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'gearblastregular';
    src: url('gearblast.eot');
    src: url('gearblast.eot?#iefix') format('embedded-opentype'),
         url('gearblast.woff2') format('woff2'),
         url('gearblast.ttf') format('truetype'),
         url('gearblast.svg#gearblastregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* end Fonts */

html {
	position: relative;
	min-height: 100%;
	box-sizing:border-box;
}
*, *:before, *:after {
	box-sizing:inherit;
}
body {
	background:url('../main-background.png') top left repeat;
	height:100%;
	width:100%;
	font-family: 'bebas_neueregular', arial, sans-serif;
}

.pages {
	overflow: auto;
}

.fill-none {
	background-color: rgba(0, 0, 0, .3);
}
.fill-red {
	background-color: rgba(244, 67, 54, .8);
}
.fill-blue {
	background-color: rgba(33, 150, 243, .8);
}
.fill-green {
	background-color: rgba(76, 175, 80, .8);
}
.fill-yellow {
	background-color: rgba(255, 193, 7, .8);
}
.fill-cyan {
	background-color: rgba(0, 150, 136, .8);
}
.fill-purple {
	background-color: rgba(156, 39, 176, .8);
}

#wrap {
  /* min-height: 100%; */
  text-align: center;
  color: #FFF;
}

#main {
	overflow:auto;
	display: flex;
	min-height: 100%;
	margin-top: 50px;
}

#mainmenu {
    width: 80%;
    margin: 10px auto 35px;
    display: inline-flex;
    align-items: center;
}

#eventlistpage {
	width: 100%;
	overflow: hidden;
}

#announcementspage {
	width: 100%;
	display: block;
	float: left;
}
#ancmttitle {
	font-size: 20px;
    text-align: center;
    padding: 5px 0;
    background-color: rgba(255, 0, 0, 0.2);
}
#announcementlist {
	font-family: 'Rubik', sans-serif;
    font-size: 22px;
	text-shadow: 0px 0px 15px #d00;
	border-bottom:1px solid #d00;
}
.announcementlistitem {
	padding: 10px;
}
.announcementlistitem:nth-child(2n){
	background:rgba(109,109,109,0.2);
}

#mappage {
	width: 100%;
	height:calc(100% - 50px);
}

#weatherpage {
	width: 100%;
}

#dutyofficerpage {
	width: 100%;
	height:calc(100% - 50px);
}

.emergencyinfo {
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
	text-shadow: 0px 0px 15px #d00;
}

.policytitle {
    font-family: 'Rubik', sans-serif;
    font-size: 25px;
    text-shadow: 0px 0px 0px #d00;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(255, 0, 0, 0.2);
}

.policyinfo {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    text-shadow: 0px 0px 0px #d00;
    line-height: 1.3;
    text-align: left;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
}

#mealmenupage {
	width: 100%;
	height:calc(100% - 50px);
}

#policiespage {
	height:calc(100% - 90px);
	width:100%;
	display:block;
	text-align: center;
	overflow: auto;
}

#dotitle {
	font-size: 20px;
    text-align: center;
    padding: 5px 0;
    background-color: rgba(255, 0, 0, 0.2);
}

#dutyofficerpage {
	display:block;
}

#dutyofficerbadge {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 50%;
    max-width: 300px;
}

.weatherpage {
	display:block;
}

.weather-day {
	height: 155px;
	padding-top:10px;
	width: 25%;
	margin-right:10px;
	background:rgba(109,109,109,0.2);
	display:block;

}
.weather-day:nth-child(1){
	margin-left:10px;
}
.weather-image {
	height: 70px;
	width: 70px;
}
.center {
	text-align: center;
}
#forecast {
	display:flex;
	float: right;
    border-spacing: 8px;
    width:100%;
    margin-top:10px;
}
#location{
	font-size: 20px;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid red;
    background-color: rgba(255, 0, 0, 0.2);
}
.eventblock {
	height:calc(100% - 90px);
	width:100%;
	display:block;
	text-align: center;
	overflow: auto;
}
.eventscontainer {
	display:block;
	width: 100%;
	height:calc(100% - 84px);
	overflow:auto;
	top:45px;
	left:0;
}
.events {
	display:block;
	width: 100%;
	left:0;
}
.eventtitle {
	text-align: center;
	font-size: 26px;
	color: #d00;
	font-family: 'gearblastregular', arial, sans-serif;
    height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	width:100%;
	top:0;
	left:0;
}
#clock{
	font-family: 'bebas_neueregular', arial, sans-serif;
}
.eventday {
    font-size: 20px;
	text-align: center;
	padding: 5px 0;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
	background-color: rgba(255, 0, 0, 0.2);
}
.event {
	line-height: 1.2;
	text-align: center;
}
.event:nth-child(2n){
	background:rgba(109,109,109,0.2);
}
.eventtime {
    font-size: 16px;
}
.eventname {
    font-size: 24px;
    display: inline;
	padding:1px 5px;
	letter-spacing:1px;
}
.eventlocation {
	padding: 0px 5px;
	color: #777777;
}
.eventfooter {
    padding: 10px;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 599px) {
	.eventtitle {
		font-size: 16px;
		height: 45px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.eventlist{
		padding:0;
	}
	.eventtitle > div{
		width:100%;
		display:block;
		font-size:20px;
	}
	.eventfooter{
		border-top:1px solid #d00;
	}
	.eventfooter .eventname{
		transform:none;
		left:auto;
		margin:0 5px;
	}
	.event {
		line-height: 1.2;
		padding:4px 0;
		width:100%;
		display: block;
		text-align: center;
	}
	.events{
		height:calc(100% - 86px);
		top:45px;
	}
	.eventtime {
		font-size: 16px;
		width: 100%;
		text-align:center;
		margin:0;
		line-height:12px;
		height:18px;
	}
	.eventname {
    	font-size:18px;
    }
	.eventlocation {
		display: block;
    }
	.eventday {
		height:33px;
		text-align:center;
		padding:5px 0;
		width:100%;
	}
}
