@import 'https://fonts.googleapis.com/css?family=Oswald:400,700';
@import 'https://fonts.googleapis.com/css?family=Roboto&display=swap';
#logo {
	float: left;
	margin: 0;
	padding-left: 3%;
	cursor: pointer;
	/*height: 60px;*/
}

:root {
	--backgroundNav: rgb(178,178,178);
}

header {
	background: var(--backgroundNav);
	color: white;
	text-align: center;
	position:fixed;
	z-index: 999;
	width: 100%;
	padding: 15px 0;
}

nav ul {
	background: var(--backgroundNav); 
	overflow: hidden;
	color: white;
	padding-right: 5%;
	text-align: center;
	margin: 0;
	transition: max-height 1s;
	float: right;
}

nav ul li {
	display:inline-block;
	padding: 20px;
	font-family: Oswald;	
	border-radius: 5px;	
}

nav ul li a {
	text-decoration: none;
	color: inherit;
}

nav ul li:hover {
	background-color: #222;
}

.menuIcon {
	width: 100%;
	text-align: right;
	box-sizing: border-box;
	padding: 15px 10px;
	cursor: pointer;
	display:none;
}


#activeNav {
	background-color: #808080;
}

.container {
	width: 85%;
	margin: 0 auto;
}
.banner {
	height: 100%;
	width: 100%;
	
}
#banner {
	height: 100%;
	width: 100%;
	
}
body {
	background: #00a3cc;
	margin: 0;
	font-family: Roboto;
	padding-bottom: 2em;
	/*No select text*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

#mainBody {
	padding-top: 5em;
	background-color: white;
	z-index:1;
	margin:auto;
	width: 85%;
	overflow: auto;
	padding-bottom: 1em;
}

@media(max-width: 580px) {

	nav ul {
		max-height: 0px;
	}
	nav ul li{
		box-sizing:border-box;
		width:100%;
		padding: 15px;
		text-align: left;
	}
	
	.menuIcon {
		display: block;
	}
	
	.showing {
		max-height: 20em;
	}
	
}

#VingPic {
	cursor:pointer;
}
#looniePic {
	border-radius: 5px;
	margin-right:auto;
	margin-left:auto;
	display:block;
	cursor: pointer;
}
#laytonPic {
	border-radius: 5px;
	margin-right:auto;
	margin-left:auto;
	display:block;
	cursor: pointer;
	max-width: 300px;
	max-height: 331px;
}
#loonieLogo {
	text-align:center;
}
#VingTsunLogo{
	text-align:center;
}
#smallLoonie {
	float: left;
	display: block;
	margin-left:auto;
}
#smallVing {
	float: left;
	display: block;
	margin-left:auto;
}
#contactForm {
	width: 640px; 
	height: 752px; 
	border: 0; 
	margin: auto;
	float: center;
}