@charset "UTF-8";
h1 {
	font-family: "Josefin Sans";
	font-size: 130px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
}
h2 {
	font-family: "Josefin Sans";
	font-size: 50px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
}
h3 {
	font-family: "Josefin Sans" !important;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align:center;
}
a {
	color: #222;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #222;
}
a:hover {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #222;
}
div#header {
	text-align: right;
	width: 1024px;	
	min-height: 200px;
	margin: auto;
}
div#header-text {
	height: 200px;
}
table#body {
	font-family: "Josefin Sans";
	font-size: 20px;
}
table#body {
	width: 95%;
	margin-left:auto;
	margin-right:auto;
}
table#body td.bordered-bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #222;
}
table#body td.header {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #222;
}
table.sub-content {
	font-family: "Josefin Sans";
	font-size: 20px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
table.sub-content td {
	text-align: center;
	width: 200px;
	padding-top: 30px;
	padding-bottom: 30px;
}
table.sub-content td.menu-item {
	height: 150px;
	padding: 0;
}
td.bordered-right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #222;
}
p {
	padding-left: 10px;	
	text-align: left;
}
body {
	background-color: #FFE;
	color: #222;
}
table#portfolio td {
	vertical-align: top;
}
.contact-form {
	font-family: "Josefin Sans";
	font-size: 20px;
	border-width: 2px;
	border-style: solid;
	border-color: #222;
	width: 90%;
	margin-bottom: 10px;
	padding: 5px;
}
div#footer {
	font-size: 14px;
	margin-top: 10px;
}
span#my-name {
	text-transform: uppercase;
	font-weight:bold;
	font-size: 30px;
}
a.fancybox-close {
	text-decoration: none;
}
table#body img {
	border:solid 2px #000;
}
p#contact-success {
	font-style:italic;
}
a.logo-link {
	text-decoration: none;
	border: none;
}
table#body img.logo {
	border: none;
}