body{
	background-color: #e4e4e4;
	color: #0a0a0a;
}
h1{
    background-color: cornflowerblue;
    color: white;
    padding: 5px 20px;
    z-index: 100;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,0.3);
    width: 100%;
}
.btn-primary.outline{
	border: 2px solid #4285F4;
	background-color: white;
	color: #4285F4!important;
}
.btn-primary.outline *{
	color: #4285F4!important;
}
.introduction{
	margin-top: -15px;
	font-size: large;
	font-weight: 300;
}
.note{
	font-size: medium;
	font-weight: 200;
}
.members{
	font-size: smaller;
	font-weight: 100;
}
.smallTitle{
	z-index: 100;
	padding-top: 50px;
	font-weight: bold;
	text-align: center;
}
.applicationWrap{
	text-align: center;
}
.application{
	z-index: 90;
	height: 80vh;
	border: none;    
	filter: drop-shadow(0 0 2rem cornflowerblue);
	transition: 1s;
	width: 40%;
}
.application.desktop{
	width: 100%;
}
.homeSim{
	width: 100%;
	height: 90vh;
	border: none;
	margin-top: 5vh;
}
.outro{
	width: 100%;
	text-align: center;
	padding: 20px 0;
	color: white;
	font-weight: bold;
	background-color: cornflowerblue;
}