<style type="text/css">

* {
  
  /* with these codes padding and border does not increase it's width - gives intuitive style */
  
  -webkit-box-sizing: border-box;   
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* ==== Body and Links ==== */


html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: 000000;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	background: fff;
}


a {
	color: #0000cc;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ff0000;
	outline: 0;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

sub,
sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.45em;
}

sub {
	bottom: -0.25em;
}




/* ==== Form Styles ==== */


/* Makes responsive fields.Sets size and field alignment.*/

input[type=text],
input[type=email],
input[type=url],
input[type=tel]
{
	width:100%;
	padding: 15px;
	border-radius:5px;
	border:1px solid #7ac9b7;
	font-size: 24px;
}

textarea {
	width:100%;
    border:1px solid #7ac9b7;
	border-radius:5px 
}

 
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus {

	border-color: #4697e4;
	font-size: 24px;
}

input,
select,
textarea {
	font-size: 24px;
	color: #0061c2;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

/* Sets form button size*/

input[type=submit]{
width:150px;
padding:20px 8px;
border-radius:5px;
border:2px solid  #4697e4;
margin-right:10%
}


/* ===== Headings ==== */


.home-heading2 {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Bitter, Georgia, serif;
	line-height: 1.3;
}

h1 {
	font-size: 42pt;
	margin: 8px 0;
}

h2 {
	font-size: 30pt;
	margin: 8px 0;
}

h3 {
	font-size: 22pt;
	margin: 8px 0;
}

h4 {
	font-size: 20pt;
	margin: 8px 0;
}

h5 {
	font-size: 18pt;
	margin: 8px 0;
}

h6 {
	font-size: 16pt;
	margin: 8px 0;
}


blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 24pt;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

.contact-line {
	text-align: right;
	padding-top: 25px;
	padding-right: 25px;
	font-size: 24pt;
}

/* ========== Mobile devices =========== */


@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}


@media (max-width: 767px) {

	h1 {
		font-size: 32pt;
		margin: 8px 0;
	}

	h2 {
		font-size: 24pt;
		margin: 8px 0;
	}

	blockquote {
		font-size: 18pt;
	}

	.contact-line {
		text-align: center;
		padding-top: 0px;
		padding-right: 0px;
		font-size: 18pt;
	}

	.home-heading1 {
		display: none;
	}

	.home-heading2 {
		display: inline-block;
	}

}

@media (max-width: 424px) {

	h1 {
		font-size: 24pt;
		margin: 8px 0;
	}

	h2 {
		font-size: 18pt;
		margin: 8px 0;
	}

}


</style>
