@charset "UTF-8";

/*=====================================*
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
}

/*Eric Meyer's Reset CSS v2.0 --- END ---
========================================*/

/*====FONTS=====*/

@font-face {
    font-family: codeprolight;
    src: url(fonts/codeprolightdemo.ttf);
}

@font-face {
    font-family: codepro;
    src: url(fonts/codeprodemo.otf);
}

@font-face {
    font-family: agency;
    src: url(fonts/agency.ttf);
}

/*====HEADER=====*/

body {
    background-color: #191919;
    color: #ebebeb;
    font-family: 'codeprolight', fantasy, sans-serif;
    font-size: 1.5em;
}

#wrapper {
    width: 975px;
    margin:0 auto;
}

#top {
    margin-top: 10px;
    margin-bottom: 10px;
    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #bebebe;
}

header {
    padding-top: 60px;
}

h1 {
    color: #bebebe;
    font-size: 4.5em;
    font-family: 'codeprolight', fantasy, sans-serif;
    text-align: center;
    font-weight: bold;
}

h2 {
    color: #bebebe;
    font-size: 1.5em;
    font-family: 'codeprolight', fantasy, sans-serif;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}

nav {
    text-align: center;
    color: #bebebe;
    font-size: 1.2em;
    font-family: 'codepro', fantasy, sans-serif;
    letter-spacing: 0.4em;
    padding-bottom: 10px;
}

nav li {
    display: inline;
    list-style-type: none;
    padding: 10px;
    padding-right: 12px;
    padding-left: 12px;
}

nav li a {
    text-decoration: none;
    color: #bebebe;
}

nav li a:hover {
    color: #888;
}

nav li a:active {
    color: #000;
}

activelink {
    color: #888;
}

/*====BODY=====*/

body {

}

#quote {
    margin:0 auto;
    width:100%;
    
    color: #bebebe;
    font-size: 5em;
    font-family: 'codeprolight', fantasy, sans-serif;
    text-align: center;
    
    padding-top: 250px;
}
#quote1 {
    margin:0 auto;
    width:100%;
    
    color: #717171;
    font-size: 5em;
    font-family: 'codepro', fantasy, sans-serif;
    text-align: center;
    
    padding-top: 250px;
}

#imagesIcon {
    padding-top: 100px;
    width: 100%;
    height: auto;
    text-align: center;
}

#imgIcon {
    display: inline-block;
    
    padding: 10px;
    margin-top: 60px;
    
    width: 60%;
    height: auto;
}

#imgIcon2 {
    display: inline-block;
    
    padding: 10px;

    
    width: 40%;
    height: auto;
}

#imgIcon3 {
    display: inline-block;
    
    padding: 10px;

    
    width: 90%;
    height: auto;
}

center {
    text-align: center;
}

h3 {
    color: #767676;
    font-size: 1.1em;
    font-family: 'codepro', fantasy, sans-serif;
    padding: 10px;
}

strong {
    font-weight: bold;
}

p {
    font-family: 'codeprolight', 'arial', sans-serif;
    line-height: 1.5em;
    font-size: 0.95em;
    font-weight: bold;
}

a {
    text-decoration: underline;
    color: #888;
}

a:hover {
    color: #000;
}

small {
    color: #0089ff;
    font-size: 0.7em;
}