*{
	font-family: calibri;
	color: #555;
}



#LogoImg {
	text-align: center;
	width: 40%;
	position: fixed;
	max-width: 60%; 
	top: 25%;
	left: 31%;
	}

.navbutton{
	width: 5%;
	float: left;
	border-radius: 5px;
	margin-top:5%;
	border-radius:10px;
}
.secondaryDiv{
    position: fixed;
    top:50%;
    left:25%;
    width:50%;
    padding-left: 8px;
    border-radius: 5px;
    display: none;
}

.navbutton:hover{
	box-shadow: 0px 0px 4px #111
}

#navcontainer{
	display: inline-block;
	position: fixed;
	top:20px;
	left:30px;
}
#about{
	width: 5%;
	position: fixed;
	left:40%;
	top:45%;
}
#contact{
	position: fixed;
	left:55%;
	top:45%;
	width: 5%;
}

#contacttextfield {
	text-align: center;
}

#test{
	text-align: center;
	height:30%;
	max-height: 30%;
	position: fixed;
	top: 25%;
	left: 25%;
}