@charset "UTF-8";
/* CSS Document */
*{	margin:0;
	padding: 0;
	box-sizing: border-box;
}
body {
	position: relative;
}
.navbar{
	position: fixed;
	z-index: 1;
}
ul{
	list-style-type: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	left: 0;
	right: 0;
	position: fixed;
}
li{
	display: inline;
}
a{
	text-decoration: none;
	color: #ffbe00;
	background-color: #001422;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.bannerone{
	width: 100vw;

	padding: 10vh;
background: #065064;
	align-content: center;

}
.examples{
  display: flex;
  flex-wrap: wrap;
justify-content: center;
}
#example1,#example2,#example3,#example4{
	width: 20vw;
padding: 10px;
max-width: 300px;
min-width: 150px;
}
.bannertwo{
	width: 100vw;
	padding: 10vh;
	background: #00283c;
	align-content: center;
}
.bannerthree{
	width: 100vw;
	height: 100vh;
	padding: 10vh;
background: #001422;
	align-content: center;

}
h1 {
    color: #ffbe00;
    font-size: 7vw;
    font-family: 'Rubik Wet Paint', sans-serif;
}
h2{
	color: #ffbe00;
	text-align: center;
	text-transform: uppercase;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
p{
	color: #FFFFFF;
	text-align: center;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
label{
	color: #FFFFFF;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
form{
text-align: center;
}
#name{
width: 50vw;
height: 5vh;
text-align: center;
}
#email{
width: 50vw;
height: 5vh;
text-align: center;
}
#message{
width: 50vw;
height: 10vh;
text-align: center;
align-content: center;
}
button{
background-color: #ffbe00;
padding: 10px;
font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
font-weight: bold;
color:#001422 ;
}
.logos{
  display: flex;
  flex-wrap: wrap;
justify-content: center;
}
#logo1,#logo2,#logo3,#logo4,#logo5,#logo6,#logo7,#logo8{
width: 20vw;
padding: 20px;
max-width: 200px;
min-width: 100px;
}