body {
	background-image: linear-gradient( 45deg, orange 1%, white 30%, #121234 );
}
dialog {
	border-radius: 4px;
	border: 1px black solid;
}
input {
	border-radius: 10px;
}
nav {
	position: fixed;
	right: 4vw;
	top: 1vh;
	margin-top: 5vh;
	@media screen and (max-width:767px) {
		display: none;
	}
}
footer {
	box-shadow: 2px 2px 5px black inset;
	background-color: white;
	margin-top: 10vh;
	position: static;
	bottom: 0;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
h1 {
	font-weight: 900;
	font-size: 5rem;
	font-family: serif;
}
h2,h3,h4 {
	font-family: monospace;
	@media screen and (max-width:767px) {
		text-align: center;
	}
}
p, li, a, label, span, small, ul {
	font-family: sans-serif;
	@media screen and (max-width:767px) {
		font-size: 1rem;
	}
}
small {
	text-align: center;
}
a {
	font-style: italic;
}
button {
	width: auto;
	height: 32px;
	border-radius: 8px;

	font-style: italic;
	font-size: 1.1rem;
}
li {
	display: inline;
}
ul {
	list-style-type: none;

	float: right;
}
#mce-EMAIL, #mce-FNAME, #mce-PHONE {
	border-radius: 6px;
	height: 20px;
	width: 90%;
}

#about {
	border: 1px solid black;
	padding: 1vw;
}

#science {
	border: 1px solid black;
	box-shadow: 5px 5px 5px black inset;
	border-radius: 12px;
	padding: 1vw;
	@media screen and (max-width:767px) {
		box-shadow: 2px 2px 2px 3px black inset;
	}
}

#main-info {
	border-left: 1px solid black;
	padding-left: 6px;
}

#info {
	border: 1px solid black;
	padding: 1vw;
}

.supergrid {
	display: grid;
	margin: 8vw;
	@media screen and (max-width:767px) {
		margin: 0;
	}
}
.grid {
	display: grid;
	margin-top: 1vh;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 2vw;
	row-gap: 2vh;
	@media screen and (max-width:767px) {
		margin: 5vw;
		display: block;
	}
}
.logo {
	position: absolute;
	left: 4vw;
	top: 5vh;
	width: 7vw;
	@media screen and (max-width:767px) {
		width: 22vw;
	}
}
.title {
	font-size: 6.35rem;
	@media screen and (max-width:767px) {
		font-size: 4rem;
		margin-bottom: 0;
	}
}
.foot-text {
	text-align: center;
	padding-right: 1vw;
	font-style: monospace;
	font-size: 1rem;
	color: grey;
}
.holder-text {
	@media screen and (max-width:767px) {
		padding-left: 0rem;
		margin-left: 1rem;
		margin-right: 1rem;
		border-left:0;
		border-bottom:0;
	}
}

.modal {
	width: 35vw;
	margin: 3vw;
}
.inputWrapper label {
	display: block;
}
.inputWrapper input {
	width: 34vw;
	height: 25px;
}
.submitWrapper input {
	background-color: lightblue;
	margin-top: 1vh;
	width: 35vw;
	height: 8vh;
	font-size: 1rem;
}
.openbtn {
	background-color: lightgrey;
}
.closebtn {
	background-color: #ec8888;
}
#signup:hover, #jobs:hover {
	background-color: #88fc88;
}
#splash {
	text-align: center;
	margin-bottom: 5vh;
	@media screen and (max-width:767px) {
		margin-top: 15vh;
	}
}
#info {
	overflow-y: scroll;
}
