@charset "utf-8";
h1, h3, p {
	text-align: center;
}
#main {
	width: 75%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
footer {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}
.image-fill {
	width: 100%;
}
.navbar {
	margin-bottom: 1px;
	background-color: #FFFFFF;
}

#wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
.nav.navbar-nav.navbar-right {
	color: #ffffff;
	font-family: 'Cinzel', serif;
	font-size: medium;
	letter-spacing: 0.1em;
	font-variant: normal;
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 10px;
	width: auto;
}
.firstname {
	color: #333;
	font-family: 'Cinzel', serif;
	font-weight: 300;
	font-size: 44pt;
	letter-spacing: 0em;
	line-height: 44pt;
	max-width: 300px;
	min-width: 300px;
	margin-bottom: 5px;
}
.lastname {
	color: #999999;
	font-family: 'Cinzel', serif;
	font-weight: 300;
	font-size: 44pt;
	letter-spacing: 0em;
	line-height: 26pt;
	margin-top: 5px;
	margin-bottom: 10px;
}
.subname {
	color: #5A5A5A;
	font-family: 'Lato', sans-serif;
	font-size: small;
	font-weight: 300;
	letter-spacing: 0.2em;
}
.logo {
	width: auto;
	height: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 100%;
	height: auto !important;
}
.container-fluid-body {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.container-fluid-body p {
	text-align: left;
}
.container-fluid-form {
	width: 80%;
	left: auto;
	right: auto;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
.form-name {
}
.form-email {
}
.form-tel {
}
.form-message {
}

.box {
  display: flex;
  align-items: stretch;
}
