img, embed, object, video {
	max-width: 100%;
}


body {
	background-color: white;
}

.cropped img, img.crop {
	overflow: hidden;
}

/* 
	LAYOUT
*/

.innerwrap {
/* 	width: 1100px; */
	margin: 0 auto;

	max-width: 1100px;
	width: 92%;

}

header {
	background-color: white;
	margin: 0;
	padding: 2em 0 1em 0;
}

nav div#mobile {
	display: none;
}

header nav ul {
	margin: 0;
}

header nav ul li {
	display: inline-block;
	line-height: 1em;
}

header nav ul li a {
	display: block;
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	padding: 1em;
	margin: 0 .2em;
	
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

header nav ul li a:hover {
	background-color: #dfdfdf;
}

header nav img.logo {
	width: 1.7em;
	height: 1.7em;
	opacity: .81;
	margin: .6em .6em -.3em 1em;
	transition: all .5s ease-out;	
}

header nav section.search img {
	width: 1.7em;
	height: 1.7em;
	opacity: .81;
	margin: 0 .6em 0 1em;
}

img#mobilemainnav {
	width: 1.7em;
	height: 1.7em;
	float: right;
}

header nav img.logo:hover {
	transform: rotate(360deg);
}

header nav section.search {
	float: right;
	line-height: 1em;
}

header nav section.search input {
	display: none;
}

.hero {
	background-image: url(../art/hero_image.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	margin: 0 0 1em 0;
/* 	width: 1100px; */
}

section div.colone {
	float: left;
	margin-bottom: 2em;
	width: 70%;  /* 770 / 1100 = .7000 */
/* 	width: 770px; */
	margin-right: .90909090%;  /* 10 / 1100 = 0.00909091 */
/* 	margin-right: 10px; */
}

section div.coltwo {

	float: left;
	width: 27.272727%;  /* 300 / 1100 = 0.27272727 */
/* 	width: 300px; */
	margin-left: .90909090%;  /* 10 / 1100 = 0.00909091 */
/* 	margin-left: 10px; */
}

section div.coltwo aside {
	padding: 1.5em 1.5em 1em 1.5em;
}

section div.coltwo aside.dark {
	background: #606060 url(../art/st_paul_engraving_fade.png) 50% -60px no-repeat;
	background-size: contain;
	padding-top: 8.2em;
}

section div article {
	background-color: #dfdfdf;
	padding: 1em 3em 7em 3em;
}

article img.fr {
	float: right;
	xwidth: 250px; /* 250 / 674 = .37 */
/* 	width: 45%; */
	margin-left: 3%;
	padding: 2px;
	border: 1px solid white;
}

footer {
	clear: both;
	background-color: #b7b7b7;
	padding: 2.5em;
	padding-bottom: 15em;
	margin: 10px;
	
}

/* 
	TYPOGRAPHY
*/

ul li, h1, aside h3, aside p, footer p {
	font-family: "Proxima Nova", Avenier, Helvetica, Arial, sans-serif;
}
	
h2, p {
	font-family: Georgia, Times, "Times New Roman", serif;
}

h1 {
	font-size: 2.5em;       /* 40px / 16 = 2.5 */
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: .12em;
	padding: .2em 0;
	margin: 1em 0 .6em 0;
	border: 1px solid white;
	border-width: 1px 0;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: .5em;
}

h3 {
	font-size: 1.15em;
	font-weight: bold;
	padding-top: .5em;
}

p {
	margin-bottom: .8em;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #333;
}

h1 + p {
	font-size: 1.5em;
}

aside p {
	line-height: 1.2em;
	font-size: .9em;
}

aside p span {
	text-transform: uppercase;
	font-size: .8em;
}

aside.dark h3, aside.dark p, aside.dark p a {
	color: white;
}

aside.social ul li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 1px;
}

aside.social ul li a {
	background: transparent url(../art/icons/facebook_sprite.png) center bottom no-repeat;
	background-size: cover;
	display: block;
	border: 1px solid red;
	width: 45px;
	height: 45px;
	-webkit-transition: all .2s ease;
}

aside.social ul li a.instagram {
	background-image: url(../art/icons/instagram_sprite.png);
	}

aside.social ul li a.twitter {
	background-image: url(../art/icons/twitter_sprite.png);
	}

aside.social ul li a.linkedin {
	background-image: url(../art/icons/linkedin_sprite.png);
	}

aside.social ul li a:hover {
	background-position: center top;
	}

aside.social ul li a span {
	display: none;
	}


footer p {
	font-size: .8em;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

input {
	outline: none;
	font-size: 1em;
	padding: .5em;
	margin: 0;
	color: #999;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}





