/* CSS Document */
html, body {
	margin:0px;
	height: 100%;
}
h1, h2, h3, h4 {
}
a.svg {
  position: relative;
  display:block;
}
a.svg:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}
.red {
	color: #ee3324;
}
.blue {
	color: #1f8bbd;
}
.pink {
	color: #da65a6;
}
.green {
	color: #8ac640;
}
img.hunner {
	width: 100%;
}


.outline {
	padding: 15px;
	
	background-color: #ffffff;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6%;
}
.box {
	background-color: #194a68;
	padding: 35px;
	
}
.logo {
	
}
.logo img{
	width: 75%;
}
.title {
	margin-top: 20px;
	border-top: 1px #ffffff dotted;
	border-bottom: 1px #ffffff dotted;
	margin-bottom: 20px;
}

.title h1 {
	font-family: 'ostrich_sansblack';
	color: #ffffff;
	font-size: 54px;
	line-height: 48px;
	margin-top: 10px;
	margin-bottom: 7px;
}
.form {
	border-bottom: 1px #ffffff dotted;
}
.form h2 {
	font-family: 'ostrich_sansblack';
	color: #ffffff;
	font-size: 35px;
	line-height: 35px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 15px;
}
.form h3 {
	font-family: 'ostrich_sansblack';
	color: #ffffff;
	font-size: 34px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 6px;
}
.form p {
	padding: 0px 5% 0px 5%;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	padding-bottom: 18px;
	line-height: 22px;
	color: #ffffff;
	
}
.form p a {
	font-weight: bold;
	color: #194a68;
	font-size: 28px;
	background-color: #FFFFFF;
	padding: 10px 14px 10px 14px;
	font-family: 'ostrich_sansblack';
	border: 1px #ffffff solid;
}

.form p a:hover {
		font-weight: bold;
	color: #ffffff;
	font-size: 28px;
	background-color: #225d82;
	text-decoration:none;
	padding: 10px 14px 10px 14px;
	font-family: 'ostrich_sansblack';
	border: 1px #ffffff solid;
}
.details {
	padding-top: 20px;

	
}
.details img {
	width: 100%;
}
.details p{
	padding: 0px 5% 0px 5%;
	font-family: 'ostrich_sansblack';
	font-size: 19px;
	padding-bottom: 0px;
	line-height: 20px;
	color: #ffffff;	
}






/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.title h1 {

	font-size: 57px;
	line-height: 52px;
	margin-top: 16px;
	margin-bottom: 12px;
}
.form h2 {
	font-family: 'ostrich_sansblack';
	color: #ffffff;
	font-size: 40px;
	line-height: 39px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 15px;
	border-bottom: 1px #ffffff solid;
}





}
	
	
	
	
	

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

}




 
 
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.title h1 {
	font-family: 'ostrich_sansblack';
	color: #ffffff;
	font-size: 56px;
	line-height: 48px;
	margin-top: 16px;
	margin-bottom: 11px;
}

.outline {
	padding: 6px;
	border: 2px #FFFFFF dotted;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15%;
	margin-bottom: 40px;
}



 }
 
 
 
 
 
 

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
.logo img{
	width: 100%;
}
.outline {
	padding: 6px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
}
.box {
	padding: 7%;
}
.title h1 {
	font-family: 'ostrich_sansblack';
	color: #ffffff;
	font-size: 36px;
	line-height: 32px;
	margin-top: 16px;
	margin-bottom: 15px;
}
.form h2 {
	
	font-size: 21px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.form h3 {

	font-size: 32px;
}
.form input.form-field {
	font-size: 22px;
	
	width:100%;
	height:40px;
	background-color: #FFFFFF;
	border: 2px #59595a dotted;
	box-shadow: none;
	border-radius: 0px;
	padding-left: 10px;
	margin-bottom: 6px;
	text-align:center;
}
.form input.form-btn {
	font-family: 'ostrich_sansblack';
	width:100%;
	background-color: #59595a;
	color: #FFFFFF;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	text-align:center;
	font-size: 30px;
}
.form p a, .form p a:hover {
	
	font-size: 22px;
	
}
.details {
	padding-bottom: 10px;	
}
.details a {
	color: #ffffff;
}

}