/**********************************************************************************

	Project Name: Coming Soon Page
	Project Description: Coming soon landing page for jasonthompsondesign.com
	File Name: style.css
	Author: Jason Thompson
	Author URI: http://www.jasonthompsondesign.com
	Version: 1.0.0
	
**********************************************************************************/

/* - BROWSER RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




/*  ########################### MAIN SITE STYLING ############################ */



/* --- TYPOGRAPHY --- */


h1, h2, p, li, a {
	font-family: "Lato" sans-serif;
}

h1 {
	font-size: 36px;
	color: #000;
	margin-top: 50px;
}

h2 {
	font-size: 28px;
	margin-top: 36px;
	color: #505050;
	font-weight: 200;
}

p, li, a {
	font-size: 14px;
	color: #505050;
	text-decoration: none;
}

a:hover {
	color: #8a8a8a;
}


a:active {
	color: #44ccf6;
}



@font-face {
	    font-family: 'Lato';
	    src: url('../fonts/Lato-Reg.ttf');
	    src: url('../fonts/Lato-Reg.eot?iefix') format('eot'),
	         url('../fonts/Lato-Reg.woff') format('woff'),
	         url('../fonts/Lato-Reg.ttf') format('truetype'),
	         url('../fonts/Lato-Reg.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
	    

/* --- CONTENT --- */


.container {
	width: 100%;
	height: 100%;
	max-width: 960px;
	margin: auto;
	
}


/*
.logo {
	max-width: 25em;
	width: 100%;
	height: 100%;
	float: left;
	padding: 0px 20%;
	
}
*/

.hero {
	max-width: 60em;
	width: 100%;
	height:100%;
	float: right;
	padding: 20px;
}


/* --- FOOTER --- */


.contact {
	width: 100%;
	max-width: 60em;
	height: 100%;
	float: right;
	padding: 15px;
}

.contact li {
	display: inline;
	text-decoration: none;
	padding-right: 10px;
}

.contact ul img {
	vertical-align: middle;
}