html, body {
    font-size: calc(13px + 0.390625vw);
    font-family: 'Montserrat';
	margin: 0;
	padding: 0;
}
body {
}

.mainimagewrapper {
	/*width: 100%;*/
	min-width: 100%;
	height: 100vh;
	/*background-image: url('/images/building.jpg');
	background-repeat: no-repeat;
	background-position: center top;*/
	z-index: 0;
	overflow: hidden;
}
.mainimagewrapper > img {
	min-width: 100vw;
	min-height: 100vh;
	animation-name: mainimage;
	animation-duration: 90s;
	animation-delay: 0s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

}
.mainwelcome {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 40%;
	background: rgba(0, 0, 0, 0.6);
	display: grid;
	grid-template-columns: 1fr 3fr;
	padding: 2%;
	border: 2px outset black;
	animation-name: mainwelcome;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	font-family: 'Oxygen';
}
.mainwelcome div {
	margin: auto;
	border-left: solid white 1px;
}
.mainwelcome h1,.mainwelcome h2 {
	color: lightgray;
	margin: 0 0 0 10%;
	font-size: calc((15px + 0.390625vw)*1.5);
}
.mainwelcome h1 span {
	font-size: calc((15px + 0.390625vw)*2);
}
.mainwelcome img {
	margin: auto;
	width: 80%;
}







.mainnav {
	position: absolute;
	display: grid;
	grid-template-columns: 1fr 4fr;
	z-index: 100;
	background: #4e0096;

}

.menu ul {
  margin: 0px;
  padding: 1em 0.5em;
  list-style-type: none;
  position: relative;
  text-align: right;
  z-index: 100;
	cursor: pointer;
}

.menu ul li {
  display: inline-block;
  padding: 1em 1em;
  color: white;
  line-height: 2em;
}

.menu ul li a {
  color: white;
  text-decoration: none;
  display: block;
}

.menu ul li:hover {
	color: grey;
}

.menu ul ul {
  position: absolute;
  min-width: auto;
  display: none;
  text-align: left;
  background: #40008a;
  z-index: 100;
  padding-top: 0.5em;
}

.menu ul ul li {
  display: block;
  font-size: 0.9em;
  padding: 0em 0.5em 0.5em;
}
.menu ul ul li:hover {
	color: grey;
}

.menu ul li:hover ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ultop5 {
	top: 5em;
}
.ultop3 {
	top: 3em;
}



#navlogo {
	width: 50%;
	padding: 1em;

}
.menuanimateon {
	animation-name: menu;
	animation-duration: 0.5s;
	animation-direction: normal;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}
.menuanimateoff {
	animation-name: menu;
	animation-duration: 0.5s;
	animation-direction: reverse;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}









.indexwelcome {
	width: 100%;
	background: white;
	padding-top: 6em;
	height: 550px;
}
.indexwelcome h2 {
	text-align: center;
}
.quicklinks {
	width: 80%;
	margin: auto;
	padding-top: 1em;
}
.quicklnkfig {
	position: relative;
}
.quicklnkimg {
	/*filter:  drop-shadow(16px 16px 10px black);*/
	width: 15vw;
	margin: auto;
}
.quicklnkcap {
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 80%;
}


.image2 {
	width: 100%;
	height: 900px;
	overflow: hidden;
	z-index: -2;
	position: absolute;}

.image2 img {
	min-width: 100%;
	min-height: 1300px;
}

#twitterfeed {
	display: block;
	width: 100%;
	height: 500px;
}
.subfooter {
	width: 95%;
	overflow: hidden;
	margin: 3% auto ;
	background: white;
	box-shadow: 5px 5px 10px #444;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.subfooter ul {
	list-style: none;
}
.subfooter ul li {
	padding-top: 1em;
}
.material-symbols-outlined {
	vertical-align: bottom;
}
.contact {width: 100%; padding: 1em}
#footer {
	background: #4e0096;
	width: 100%;
	display: grid;
	grid-template-columns: 4fr 1fr;
}
#footer ul {
	list-style: none;
	color: white;
	line-height: 1.5em;
	font-size: 0.8em;
}




.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}
.toppadded {
	padding-top: 2em;
}
#principalmessage {
	width:  80%;
	margin: auto;
	display: grid;
	grid-template-columns: 2fr 1fr;
	text-align: justify;
}
#principalimage {
	display: flex;
	justify-content: center;
	align-items: center;
}
#principalimage img {
	width: 80%;
	box-shadow: 10px 10px 10px #444;
}
