@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 70px;
	text-align: center;
	color: #133156;
	font-weight: bold;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #133156;
	margin-left: 100px;
	margin-bottom: 0px;
	font-weight: bold;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #133156;
	font-weight: normal;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	color: #133156;
	font-weight: bold;
	margin-bottom: 0px;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #133156;
	margin-left: 100px;
}

ul li{
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #133156;
	margin-left: 100px;
}

.wrapper {
    width: 1600px;
    margin: 0 auto;
}

.header {
	margin-left: 100px;
	margin-top: 10px;
}

.boxwhite {
	padding-bottom: 160px;
	background-color: white;
}

.boxoffwhite {
	padding-top: 30px;
	padding-bottom: 90px;
	background-color: #f2f2f2;
}

.boxwhite2 {
	padding-top: 30px;
	padding-bottom: 180px;
	background-color: white;
}

.caption {
	text-align: center;
	float: right;
	margin: 140px 40px 0px 50px;
}

.contactform {
	width: 60%;
	margin: auto;
}

input[type=text] {
    width: 48%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
    background-color: white;
	padding: 12px 20px 12px 12px;	
}

textarea[type=text] {
    width: 100%;
    height: 250px;
    padding: 12px 20px 12px 12px;
	margin-top: 30px;
	margin-bottom: 30px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
    background-color: white	
}

input[type=submit] {
	padding: 10px 25px;
	background: #133156;
	border: 0 none;
    cursor: pointer;
    border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: white;
}

.buttonholder {
	text-align: center;
}

.contactinfo {
	width: 70%;
	margin: auto;
	margin-top: 80px;
}