
body {font-family: 'Roboto', sans-serif;}

.wrapper {width: 100%; max-width: 1296px; padding-left: 48px; padding-right: 48px;}

 /* :: Header 
===================================================================================================== :: */

#header {cursor: default;}
	#header .wrapper {padding: 2em; text-align: center;}

	.site-logo {margin: 0; padding: 0;}
		.site-logo a {display: block; max-width: 180px;}

/* :: Navigations 
===================================================================================================== :: */

/* :: Main Navigation :: */

/* :: Header Graphic :: */


/* :: Main and Content 
===================================================================================================== :: */

main {background: url(main-bgr.jpg) no-repeat 50% 100%; background-size: cover;}

	.content {position: relative; padding: calc(1em + 3%);}
	
		.section-contact {text-align: center;}
	
	h3 {margin-bottom: 1em;}


/* :: Footer
===================================================================================================== :: */

#footer {padding: 0; cursor: default;}	
	#footer .wrapper {padding: 1em 0;}		

	.footer-copy {padding: 0; margin: 0; font-size: .9em;}
	
/* :: Special Classes and styling
===================================================================================================== :: */

/* :: Transitions :: */

.btn {
	transition: all .2s ease;
}

