﻿body {
	font-family:'Open Sans','Segoe UI';
	font-size:16px;
	background-color: ghostwhite;
	
}
header {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	position: relative;
	top: 0;
	left: 0;
}
#languages {
}
#languages > button {
	cursor: pointer;
	width: 30px;
	font-size: 12px;
	background-color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
}
#languages > button.active {
	background-color: #efefef
}
nav {
	margin-top: 20px;
}
.navbar-btn {
	margin-left:50px;margin-right:50px;
}
a, a:hover {
	color:grey;
}
label {
	font-weight:normal;
	font-style:italic;
}
input, textarea {
	min-width:300px;
}
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	color: black;
}
.btn-custom {
	background-color: transparent;
	border-color: #808080;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
	background-color: #efefef;
	border-color: #808080;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
		background-color: #efefef;
		border-color: #808080;
	}
#greeting {
	max-width:600px;margin:0 auto;margin-top:50px;
}
#references {
	padding:0;list-style-type:none;
}
.reference {
	margin-top:10px;list-style-type:none;
}
references li:first-child {
	margin-top:0;
}
.referenceDescription {
	font-style:italic;
}
#about {
	max-width:600px;margin:50px auto 50px auto;
}
#contactWrapper {
	text-align:center; margin: 0 auto;width:50%;max-width:350px;min-width:150px;margin-top:25px;
}
footer {
	text-align:center;margin:25px 0 35px 0;font-size:12px;
}