body {
	margin: 0;
	min-width: 900px;
	font-family: Arial, sans-serif;
}
header {
	text-align: right;
	padding: 36px 15px 7px;
	background-image: url(images/background-header.jpg); 
}

h1 {
	font-family: 'Lobster Two', cursive;
	font-size: 80px;
	color: white;
	font-weight: 300;
	line-height: 0px;
}

h2 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #E87A76;

}
.header {
	text-align: right;
	padding: 2px 15px 7px;
	background-image: url(images/background-header.jpg); 
}
#h1 {
	font-family: 'Lobster Two', cursive;
	font-size: 80px;
	color: white;
	font-weight: 300;
	line-height: 0px;
}

#h2 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #E87A76;
	padding: 35px 0 22px;
}
h3 {
	color: #2D9999;
	border-bottom: solid 3px #E87A76;
	font-size: 25px;
	font-weight: 500;
}
#h3 {
	text-align: left;
}
#nav {
	padding-bottom: 17px;
}
nav ul {
	list-style-type: none;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	font-size: 30px;
	text-align: center;
}
nav li {
	display: inline;
}
nav li a {
	padding: 30px;
}

a {
	text-decoration: none;
}
	
a:link {
	color: #5FE1EB;
}
a:visited {
	color: #48ABB2;
}
a:hover {
	color: #2D9999;
}
a:active {
	color: #E87A76;
}
#graphic, #web {
	text-align: center;
	align-content: center;
	margin-right: 250px;
	margin-left: 250px;
}

#myCarousel {
	margin-bottom: 25px;
}
#myCarousel2 {
	margin-bottom: 15px;
}
.item img {
	width: 100%;
}
#contact, #contactform {
	margin-right: 250px;
	margin-left: 250px;
	font-size: 20px;
}
#contact ul li {
	list-style-type: none;
}

label {
	display: block;
	margin-right: 5px;
}
.radio-set {
	margin-bottom: 10px;

}
input[type=text], input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #E87A76;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
}
input[type=submit], input[type=reset] {
    background-color: #5FE1EB;
    color: white;
    padding: 12px 20px;
    border: none;
    margin-bottom: 15px;
    font-size: 15px;
}

input[type=submit]:hover, input[type=reset]:hover {
    background-color: #48ABB2;
}
footer {
	background-color: #4D4D4D;
	color: white;
	height: 1.1em;
	padding: 5px 0px;
	clear: both;
	text-align: center;
	font-size: 15px;
}
#footer {
	background-color: #4D4D4D;
	color: white;
	height: 1em;
	clear: both;
	text-align: center;
	padding-bottom: 25px;
}