@charset "utf-8";
/* CSS Document */

/* Google Fonts API */
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400italic); 
@import url(https://fonts.googleapis.com/css?family=Roboto:300,700);

html, body {
	margin:0;
	padding:0;
	user-select: none; /* supported by Chrome and Opera */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */	
}

#contact {
	display:block;
	width:100%;
	background-color:#222;
}


#top {
	display:block;
	width:100%;
}

/*** Contact ***/
h4 {
	font-family: 'roboto', san-serif;
	font-weight: 700;
	font-size:13px;
	color:#f5f7f9;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 460px;
	margin-top:0px;
	margin-bottom:0px;
	a:link: color
}

/*** Text ***/
header {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-weight: 400;
	color:#444555;
	text-align:left;
	background-color:#fff;
	padding-top:50px;
	padding-bottom:50px;
	border-bottom: 1px solid #ddd;
}

body {
	font-family:'Roboto', Arial, san-serif;
	color:#444555;
	text-align:left;
	background:#f5f7f9;
}

/*** Links ***/
a, a.one:link, a.one:visited {
	color:#f5f7f9;
	text-decoration:none;
}

a, a:link, a:visited {
	color:#5A5B69;
	text-decoration:none;
}

a:hover {
	border-bottom: 1px solid #339966;	
}


/*** Top ***/
h1 {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-weight: 400;
	margin:0 460px;
	padding:0;
	font-size:50px;
}

span.name {color:#339966}

h2 {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-weight: 400;
	margin:0 460px;
	margin-top:15px;
	margin-bottom:0px;
	padding:0;
	font-size:24px;	
}

/*** Bottom ***/
#bottom {
	padding-top: 0px;
	margin-top: 50px;
	margin-bottom: 100px;
}

h3 {
	font-size:24px;
	margin:0 460px;
	margin-top:50px;
	margin-bottom:0px;
	text-transform: uppercase;
}

p {
	font-size:28px;
	line-height: 42px;
	margin:0 460px;
	margin-top:12px;
	margin-bottom:0px;
}

/* *=*=*=*=*=*=*=*=*=* Small screen *=*=*=*=*=*=*=*=*=* */
		
@media only screen and (max-width: 1600px) {

/*** Contact ***/
h4 {
	margin:0 100px;
}

h1 {
	margin:0 100px;
	font-weight: 400italic;
	padding:0;
	font-size:40px;
}

span.name {color:#339966}

h2 {
	margin:0 100px;
	margin-top:15px;
	margin-bottom:0px;
	padding:0;
	font-size:22px;	
}

/*** Bottom ***/
#bottom {
	padding-top: 0px;
	margin-top: 40px;
	margin-bottom: 100px;
}

h3 {
	font-size:24px;
	margin:0 100px;
	margin-top:40px;
	margin-bottom:0px;
	text-transform: uppercase;
}

p {
	font-size:26px;
	line-height: 32px;
	margin:0 100px;
	margin-top:12px;
	margin-bottom:22px;
}



}

/* *=*=*=*=*=*=*=*=*=* Phone *=*=*=*=*=*=*=*=*=* */

@media only screen  and (min-device-width : 320px)  and (max-device-width : 568px) {

/*** Contact ***/
h4 {
	margin:0 60px;
}

h1 {
	margin:0 60px;
	font-weight: 400italic;
	padding:0;
	font-size:38px;
}

span.name {color:#339966}

h2 {
	margin:0 60px;
	margin-top:15px;
	margin-bottom:0px;
	padding:0;
	font-size:22px;	
}

/*** Bottom ***/
#bottom {
	padding-top: 0px;
	margin-top: 40px;
	margin-bottom: 100px;
}

h3 {
	font-size:24px;
	margin:0 60px;
	margin-top:40px;
	margin-bottom:0px;
	text-transform: uppercase;
}

p {
	font-size:24px;
	line-height: 24px;
	margin:0 60px;
	margin-top:12px;
	margin-bottom:26px;
}

}