/* General Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 15px; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #89867e;
	background: #f9f9f9;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

.cdwm {
	visibility: hidden; 
	display: none;
}

p {
	max-width: 700px;
	margin: 0 auto;
	margin-top: 20px;
}
.main,
.container > header {
	width: 100%;
	margin: 0 auto;
	padding: 2em;
}

.main {
	max-width: 55em;
	min-height: 19em;
}

.container > header {
	text-align: center;
	font-size: 16px;
	padding: 4em 2em 3em;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.5em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: #aeaaa6;
	padding: 0 0 0.6em 0.1em;
}


/* Small Devices */

@media (max-width: 32.438em) {
	
	.container > header h1 {
		font-size: 2em;
		margin-left:20px;
		margin-right:20px;
	}
	
	.container > header span {
		font-size: 50%;
	}


}


/* Medium Devices */

@media (min-width: 32.5em) and (max-width: 38.688em) {

	.container > header h1 {
		font-size: 1.8em;
		margin-left:20px;
		margin-right:20px;
	}
	
	.container > header span {
		font-size: 50%;
	}


}


/* Copyright Text */

div.copy
{
	text-align:center;
	font-size:8pt;
	margin-bottom:10px;
}


/* Image Circle with Animation */

img.circle 
{    

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;

	margin-bottom:20px;
	height:120px;
	width:120px;
	border-style: solid;
	border-color: rgba(10, 75, 117, 0.5);
	border-width: 4px;

    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    
}

img.circle:hover
{

	transform: scale(1.5);
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */

}

img.zoom
{
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;	
}

img.zoom:hover
{
	transform: scale(1.5);
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
}

p.addressbug
{
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}