body {
	background-color: black;
	font-family: sans-serif;
	background-image: url("Images/gear1.jpg");
	background-repeat: vertical;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title{
	color: white;
	font-size: 40px;
	font-weight: bold;
	float: left;
	text-decoration: none;
}
.nav-bar-home{
	color: black;
	background-color: white;
	text-decoration: none;
	padding: 15px 50px;
	float: right;
}
.nav-bar-about{
	color: black;
	background-color: white;
	text-decoration: none;
	padding: 15px 50px;
	float: right;
}
.nav-bar-contact{
	color: black;
	background-color: white;
	text-decoration: none;
	padding: 15px 50px;
	float: right;
}
.nav-bar-home:hover{
	color: white;
	background-color: black;
	text-decoration: none;
	padding: 15px 50px;
	float: right;
}
.nav-bar-about:hover{
	color: white;
	background-color: black;
	text-decoration: none;
	padding: 15px 50px;
	float: right;
}
.nav-bar-contact:hover{
	color: white;
	background-color: black;
	text-decoration: none;
	padding: 15px 50px;
}
}
.contact-table {
	font-family: sans-serif;
	color: white;
}
table {
	color: white;
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 70%;
	margin: auto;
}
th {
	text-align: left;
	text-indent: 50px;
}
/* Makes tables hover
tr:hover{
	background-color: rgba(255, 255, 255, .5);
}
*/
h1{
	font-family: sans-serif;
	color: white;
	text-align: center;
}
h2{
	font-family: sans-serif;
	color: white;
	font-size: 20px;
	text-align: center;
}
.links{
	color: white;
}
p{
	font-family: sans-serif;
	font-size: 25px;
	color: white;
	text-align: center;
}
abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}
.davidimage{
	width: 350px;
	height: 450px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 3px solid white;
}
.logo{
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 3px black solid;
}
.degr{
	display: block;
    margin-left: 10px;
	margin-right: 0px;
	width: 70px;
}