/* 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,
main, 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, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
menu, ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Site CSS */

body {
    background-color: #F7F6F6;
    color: #262626;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    padding-bottom: 0;
}

.header {
  position: relative;
  top: 0 !important;
  z-index: 100;
  margin: 0 auto;
  width: 100%;
  height: 100px !important;
  background: none repeat scroll 0 0 #000000;
}

.site-logo {
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
    width: 180px;
    height: 18px;
}

.site-logo h1 {
    overflow: hidden;
    background: transparent url(../images/logo-varvestudios.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 0 auto;
}

h2 {
  padding: 0;
  margin: 80px 20px 0.8em;
  min-width: 100px;
  color: #262626;
  font-weight: 900;
  font-size: 55px;
  line-height: 1em;
  text-align: center;
  letter-spacing: -0.1rem;
}

p {
  margin: 0 auto 40px;
  max-width: 600px;
  text-align: center;
  font-size: 22px;
  line-height: 1.5em;
  padding: 0 20px;
}

p a { 
  color:#6abd45;
  font-weight:600;
  text-decoration: none; 
}

p a:hover { border-bottom: 2px solid #6abd45; }

footer {
  margin: 0 auto;
  width: 100%;
  background-color: #252525;
  color: #ffffff;
  text-align: center;
}

a.ghost-button{display:inline-block;min-width:180px;padding:8px 20px;color:#262626;border:3px solid #262626;text-align:center;outline:none;text-decoration:none;text-transform:uppercase;font-size:0.8em;font-weight:600;margin-top:30px;}
a.ghost-button:hover{text-decoration:none;color:#6abd45;border:3px solid #6abd45;}

/* fonts */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdr.ttf) format('truetype');
}
