/* ------------------------------------------------------------------------------------------------------------------ */
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; }
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; }
/* ------------------------------------------------------------------------------------------------------------------ */
:focus { outline: none; }
body, html { height: 100%; }
body {
	background: #888;
	font-family: arial, sans-serif; 
	font-family: 'Roboto', sans-serif; ;
	font-weight: 300;	
	color: #777;
	}
#site { 
	position: relative;
	background: #fff;
	}	
#top {
	height: auto;
	overflow: hidden;
	text-align: center;
	}
#top img {
	margin: -36px 0 -3px;
	width: 100%;
	}	
#header {
	margin-top: -77px;
	}
#logo, #content {
	margin: 0 auto; 
	text-align: center; 
	}	
#content {
	width: 960px;
    padding-bottom: 250px
	}

#content p{
    color: #888 !important;
    font-size: 26px !important;
    padding-top: 20px !important;
}
#logo, #logo img {
	width: 600px;
	}	
#wrapper {
	padding: 40px 0;
	}
h1, h2, ul {
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	}						
h1, h1 a, h1 a:hover {
	color: #888 !important;
	font-size: 55px!important;
	font-weight: 400!important;
	text-decoration: none;	
	}	
h2 {
	color: #ccc;
	font-size: 136px;
	font-weight: 700;
	margin-top: -20px;
	}	
p {
	padding: 0 0 20px;
	font-size: 26px;
	line-height: 36px;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	}	
ul {
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;	
	padding: 36px 0 40px;	
	}
ul li {
	display: inline-block;
	margin: 0 10px 0;
	}	
ul li a {
	background: #eee;
	border-radius: 100px;
	color: #888;
	padding: 6px 13px;
	text-decoration: none;
	}	
ul li a:hover {
	background: #aaa;
	color: #fff;
	text-decoration: none;
	box-shadow: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}
.footer {
	padding: 77px 0 80px;
	width: 100%;
    background-color: #777;
	}

.footer h6{
    color: #fff;
    font-size: 20px;
    margin-bottom: -15px !important;
}

ul li a {
	padding: 8px 15px;
	}

.copyright {
	text-align: center;
	margin: 0 auto;
    color: #fff;
    font-size: 15px;
    text-shadow: none;
    
	}
.copyright a {
	font-size: 15px !important;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}	
/* ------------------------------------------------------------------------------------------------------------------ */
@media only screen and ( min-width: 700px) and ( max-width: 1000px ) {
#logo, #content, .copyright {
	width: 440px;
	}	
#logo img {
	width: 400px;
	}	
#top img {
	margin: -5px 0 -3px;
	width: 155%;
	}	
#header {
	padding: 0;
	margin-top: -50px;
	}
#wrapper {
	padding: 25px 0 30px;
	}	
h1, h1 a, h1 a:hover {
	font-size: 36px !important;
	}
    #content p{
    color: #888 !important;
    font-size: 24px !important;
    padding-top: 20px !important;
}
    
    #content {
    padding-bottom: 150px
	}
    
p {	
	font-size: 24px;
	line-height: 34px;
	}		
ul {
	line-height: 21px;
	padding: 25px 0 30px;	
	}	
    
    ul li {
        width: 100% !important;
	margin: 25px 0 0;
	}
    
ul li a {
	padding: 8px 15px;
	}
h2 {
	font-size: 125px;
	margin-top: -10px;
	}	
}
/* ------------------------------------------------------------------------------------------------------------------ */
@media only screen and ( max-width: 699px) {
#top img {
	margin: -4px 0 -3px;
	width: 150%;
	}	
#header {
	padding: 0 0 16px;
	margin-top: -36px;
	}
#logo, #content, .copyright {
	width: 300px;
	}	
#wrapper {
	padding: 0 0 16px;
	}					
#logo img {
	width: 300px;
	}	
h1, h1 a, h1 a:hover {
	font-size: 27px !important;
	}

        #content {
    padding-bottom: 150px
	}
h2 {
	font-size: 100px;
	padding: 0 0 5px;
	margin-top: -5px;
	}
    
    #content p{
    color: #888 !important;
    font-size: 18px !important;
    padding-top: 10px !important;
}
p, p.intro {
	font-size: 18px;
	line-height: 26px;	
	margin: 0 auto;
	}
p.intro {
	width: 270px;
	}		
ul {
	line-height: 20px;
	padding: 20px 0 40px;	
	}	
ul li {
	        width: 100% !important;
	margin: 25px 0 0;
	}			
ul li a {
	padding: 8px 15px;
	}	
.footer {
	padding: 44px 0;
	}	

