
body {
	margin:0px;
	padding:0px;
	background-color:white;
  	font-family: "Roboto", sans-serif;
	font-size:16px;
	text-align: center;
	}

#header {
	position: fixed;
	top: 0;
	left 0;
	width:100%;
	background-color:white;
	}

#logo {
	padding-top:10px;
	padding-bottom:10px;
	}

#topnav  {
	height:50px;
	background-color:black;
	}

#bottomnav  {
	height:40px;
	background-color:silver;
	line-height:40px;
	font-size:14px;
	font-weight:normal;
	}

#bottomnav a  {
	text-decoration:none;
	color:black;
	font-weight:bold;
	}

.button {
	display:inline-block;
	background-color:black;
	color:white;
	width:100px;
	height:50px;
	line-height:50px;
  	font-family: "Mozilla Headline", sans-serif;
	margin-left:10px;
	maring-right:10px;
	}

.button a {
	text-decoration:none;
	color:white;
	}

.button:hover, .button:hover a {
	background-color:white;
	color:black;
	}

#content {
	margin-top:170px;
	width:100%;
	}

#items {
	padding-top:100px;
	width:1400px;
	display: inline-block
	}

.item {
	border:1px solid black;
	width:350px;
	height:350px;
	display:inline-grid;
	margin-bottom:50px;
	margin-left:25px;
	margin-right:25px;
	}

#footer {
	width:100%;
	text-align: center;
	}

#socials {
	height:50px;
	background-color:black;
	padding-top:10px;
	padding-bottom:10px;
	}

.socialbutton {
	display:inline-block;
	border-radius: 50%;
	background-color:white;
	width:50px;
	height:50px;
	line-height:65px;
	margin-left:5px;
	margin-right:10px;
	}

#companyinfo {
	padding-top:10px;
	padding-bottom:10px;
	}