body{
    background-color:#fff;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232323+0,0a0a0a+100 */
    /*background: -moz-linear-gradient(30deg, #323232 0%, #0a0a0a 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(30deg, #323232 0%,#0a0a0a 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(30deg, #323232 0%,#0a0a0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#0a0a0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    font-family: 'Roboto', sans-serif;


/* 
  html5doctor.com Reset Stylesheet
  v1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com 
  Twitter: @rich_clark
*/

html, body, div, span, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  abbr, address, cite, code,  del, dfn, em, img, ins, kbd, q, samp,  small, strong, sub, sup, var,  b, i,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary,  time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #fff;
	color: #000;
	font-style: normal;
	font-weight: 300;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}
}

section#top{
    color: #000;
    min-height:20px;
    font-size:18px;
    font-weight: 300;
}

section#content{
    color:white;
    background-color: #9d9d9c;
}

section#content a{
     color:#1d1d1b;
     text-decoration: none;
}

section#content a:hover{
    color:#1d1d1b;
    text-decoration: underline;
}

section#space{
    background-color:white;
    height:7px;
}

#content .container{
    padding-bottom: 30px;
}

footer{
    background-color:white;
    color:#000;
    height:50px;
    margin: 10px 0;
}



footer a{
    text-decoration: none;
    font-weight: 300;
    color:#1d1d1b;
}

footer a:hover{
    text-decoration: underline;
    color:#1d1d1b;
}

.corp{
    font-style: thin;
}

i.fa{
    color: #1d1d1b;
}

.btn-default{
    color: #fff;
    background-color: #1d1d1b;
    border: none;
}

.overlay {
    /*background: url(../img/logo.png) top center no-repeat;*/
    position: absolute;
    top: 18%;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 10;
    pointer-events: none;
    text-align: center;
    align-content: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media (min-width: 980px)  {
    .overlay img{
        width: 50%;
        top: -15%;

    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .overlay img{
        width: 50%;
        top:-20%;
    }
}

@media (max-width: 767px) {
    .overlay img {
        top:-20%;
        width: 70%;
    }

}
@media (max-width: 480px) {
    .overlay img{
        top:-8%;
        width: 90%;
    }
}

i.even{
    font-size:20px;
	font-weight: thin;
    color:#fff;
}

h2 {
     font-size:24px;
     font-weight: thin;
     color:#ffffff;
     margin-bottom:0px;

 }

h2.title {
    color:#ffffff;
    font-weight: thin;
}

h3 {
     font-size:24px;
     font-weight: 100;
     color:#1d1d1b;

 }