* {
    box-sizing: border-box;
}

body {
    	background-color: #EAE5E5;
	color: #4D4D4D;
    	margin: 0;
}

.header {
	background-color: #EAE5E5;
	color: #4D4D4D; 	
}

a.head {
	text-decoration: none;
	color: #4D4D4D;
}

a.bodylink {
	color: #4D4D4D;
}

a.listlink {
	color: #41578D;
}

hr {
    	display: block;
    	border: 0;
    	border-top: 1px solid #4D4D4D;
    	margin: 0;
	margin-top: 40px;
    	padding: 0 0 40px 0;
}

.column {
    	float: left;
    	padding: 10px;
}

/* Middle column in big screen */
.column.middle {
    	width: 960px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/* Columns inside middle column */
.column.images {
	width: 120px;
	padding: 0;
	margin: 0;
}

.column.text {
	width: auto;
	margin-left: 40px;
	margin-right: 10px;
}

.column.texttext {
	margin: 0;
	margin-left: 20px;
}

/* Columns for the header */
.column.headleft {
	width: 45%;
}

.column.headright {
	width: 55%;
}

/* Columns for the footer */
.column.footleft {
	width: 44%;
}

.column.footright {
	width: 28%;
}

/* Clear floats after the columns */
.row:after {
    	content: "";
    	display: table;
    	clear: both;
}

.footer {
	background-color: #41578D;
	line-height: 0.4;
    	position: relative;
    	left: 0;
}

/* Icon style */
.iconimg { 
    	position: relative;
    	float: left;
	padding: 10px;
}

a.foot {
	color: #FFFFFF;
}

img.round {
	width: auto;
	height: auto;
}

/* Text sizes and fonts */
h1.header {
	font-family: Cambria, serif;
	font-size: 43px;
	font-weight: bold;
	position: relative;
	margin: 5px;
	text-align: center;
}

h2 {
	font-family: Cambria, serif;
	font-size: 80px;
	font-weight: normal;
	position: relative;
	margin: 0;
	margin-left: 40px;
	padding-left: 10px;
	padding-bottom: 0;
	text-align: left;
}

h3 {
	font-family: Cambria, serif;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	margin: 0;
	padding-bottom: 0;
	text-align: left;
}

p.text {
	font-family: Verdana, sans-serif;
	font-size: 14px;
    	font-weight: normal;
    	max-width: 650px;
	position: relative;
	margin: 0;
	padding-top: 10px;
	text-align: justify;
}

.listing {
	font-family: Verdana, sans-serif;
	font-size: 14px;
    	font-weight: normal;
    	max-width: 650px;
	position: relative;
	margin: 0;
	padding-top: 10px;
	text-align: left;
}

p.foot1 {
	font-family: Verdana, sans-serif;
    	font-size: 18px;
    	font-weight: bold;
    	color: #FFFFFF;
    	position: relative;
    	left: 10px;
}
    
p.foot2 {
	font-family: Verdana, sans-serif;
    	font-size: 16px;
    	font-weight: normal;
    	color: #FFFFFF;
    	position: relative;
    	left: 10px;
}

@media only screen and (max-width: 1020px) {
	.column.middle {width: 100%;}	
	.column.text {width: 90%; float: none; margin-left: auto; margin-right: auto;}
	.column.images {width: 100%; padding-left: 10px;}
	.column.texttext {width: 100%; margin: 0;}
	p.text {max-width: 100%;}
	.column.headleft {width: 100%;}
	.column.headright {display: none;}
}

@media only screen and (max-width: 780px) {
	.column.text {width: 95%;}
	.column.images {padding-left: 0;}
	.column.texttext {padding-left: 0; padding-right: 0;}
	h2 {font-size: 70px;}
	hr {margin-top: 20px; padding: 0 0 20px 0;}
	img.round {width: 100px;}
	.column.footleft {width: 100%;}
	.column.footright {width: 100%;}
}

@media only screen and (max-width: 400px) {
	.column.text {width: 100%;}
	h1.header {font-size: 36px;}
	h2 {font-size: 65px; padding-left: 0; margin-left: 0; text-align: center;}
	p.text {font-size: 13px;}
	.listing {font-size: 13px;}
	.iconimg {height: 50px; width: auto;}
	p.foot1 {font-size: 14px;}
	p.foot2 {font-size: 12px;}
}

@media only screen and (max-width: 350px) {
	h1.header {font-size: 31px;}
	h2 {font-size: 60px;}
}

@media only screen and (max-width: 325px) {
	h1.header {font-size: 29px;}
	h2 {font-size: 55px;}
}

