﻿* {
    box-sizing: border-box;
}

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

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

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

a.bodylink {
	color: #4D4D4D;
}

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

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

/* Columns for the main column */
.column.photo {
	width: 45%;
}

.column.textright {
	width: 55%;
}

/* 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;
}

.photo {
	display: block;
    	margin-left: auto;
    	margin-right: auto;
	max-width: 100%;
	height: auto;
	padding: 10px;
}

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

.buttonimg {
	width: 130px;
	height: auto;
	cursor: pointer;
	transition: 0.2s;
}

.buttonimg:hover {
	opacity: 0.7;
}

.column.butt {
	width: 33.33%;
	padding: 0;
}

.row.buttons {
	width: 100%;
	margin-left: 30px;
}

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

a.foot {color: #FFFFFF;}

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

h2.main {
	font-family: Cambria, serif;
	font-size: 80px;
	font-weight: bold;
	margin: 5px;
	position: relative;
	left: 30px;
}

h3.main {
	font-family: Cambria, serif;
	font-size: 46px;
	font-weight: normal;
	margin: 0;
	position: relative;
	padding-bottom: 30px;
	left: 30px;
}

p.main {
	font-family: Verdana, sans-serif;
	font-size: 16px;
    	font-weight: normal;
    	max-width: 480px;
	position: relative;
	left: 30px;
	top: 20px;
	padding-bottom: 90px;
	text-align: justify;
}

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) {
	.photo {padding: 0px 10px 10px 10px;}
	.column.middle {width: 100%;}
	.column.photo {width: 100%;}
	.column.textright {width: 528px; float: none; margin-left: auto; margin-right: auto;}
	.row.buttons {margin-left: 0;}
	.buttonimg {display: block; margin-left: auto; margin-right: auto;}
	.column.headleft {width: 100%;}
	.column.headright {display: none;}
	h2.main {text-align: center; left: 0;}
	h3.main {text-align: center; left: 0;}
	p.main {max-width: 528px; left: 0; padding-bottom: 40px;}
}

@media only screen and (max-width: 780px) {
	.column.footleft {width: 100%;}
	.column.footright {width: 100%;}
}
	
@media only screen and (max-width: 620px) {
	.column.textright {width: 100%;}
	h2.main {display: none;}
	h3.main {display: none;}
	.photo {padding-bottom: 25px;}
}

@media only screen and (max-width: 550px) {
	.buttonimg {width: 121px;}
}

@media only screen and (max-width: 500px) {
	.buttonimg {width: 110px;}
	.photo {padding-bottom: 20px;}
}

@media only screen and (max-width: 450px) {
	.buttonimg {width: 99px;}
}

@media only screen and (max-width: 400px) {
	h1.header {font-size: 36px;}
	.buttonimg {width: 88px;}
	.iconimg {height: 50px; width: auto;}
	.photo {padding-bottom: 15px;}
	p.foot1 {font-size: 14px;}
	p.foot2 {font-size: 12px;}
	p.main {font-size: 14px;}
}

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

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


