/*
Theme Name: 05
Theme URI: http://www.arcollab.net
Description: Custom wordpress theme for the Architecture Collaborative.
Version: 1
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul,ol{
	list-style-type: none;
}
/* end reset css-begin custom css */
@font-face {
    font-family: 'fureg';
    src: url('fonts/fuw____-webfont.eot');
    src: url('fonts/fuw____-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fuw____-webfont.woff') format('woff'),
         url('fonts/fuw____-webfont.ttf') format('truetype'),
         url('fonts/fuw____-webfont.svg#fureg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fubold';
    src: url('fonts/fub____-webfont.eot');
    src: url('fonts/fub____-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fub____-webfont.woff') format('woff'),
         url('fonts/fub____-webfont.ttf') format('truetype'),
         url('fonts/fub____-webfont.svg#fubold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fulight';
    src: url('lp/fonts/ful____-webfont.eot');
    src: url('lp/fonts/ful____-webfont.eot?#iefix') format('embedded-opentype'),
         url('lp/fonts/ful____-webfont.woff') format('woff'),
         url('lp/fonts/ful____-webfont.ttf') format('truetype'),
         url('lp/fonts/ful____-webfont.svg#fubold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
	background-color: #000000;
	margin-top:0;
	padding-top:0;
	overflow: -moz-scrollbars-vertical !important; 
	}
body {
	font-size: 1em;
	display: flex;
  	min-height: 100vh;
  	flex-direction: column;
}
img{
  max-width: 100%;
  height: auto;
  text-align: center;
}
#container{
	position: relative;
	flex: 1;
  	display: flex;
  	flex-direction: column;
  	width:80%;
  	margin: auto;
  	padding-top: 4em;
}
#text{
	padding-bottom:3em;
}
#logo{
width: 40%;
margin: auto;
text-align: center;
padding-bottom:1em;
}
#logotext{
width: 35%;
margin: auto;
text-align: center;
padding-bottom: 3em;
}
h1{
	font-family: 'fureg', arial bold, helvetica bold, sans-serif;
	letter-spacing: -.05em;
	text-transform: uppercase;
	text-align: center;
	color: #00BFFF;
}
h2{
	font-family: 'fubold', arial bold, helvetica bold, sans-serif;
	font-size: 1.2em;
	letter-spacing: .3em;
	text-transform: uppercase;
	text-align: center;
	color: #EBEBEB;
		transform: scale(.9,1);
	-ms-transform: scale(.9,1); 
	-webkit-transform: scale(.9,1); 
	-moz-transform: scale(.9,1); 
}


a:link { color: #737373;text-decoration: none; transition: all 0.6s ease 0s;}
a:visited { color: #737373; text-decoration: none; transition: all 0.6s ease 0s;}
a:hover { color: #ffffff; text-decoration: none; }
a:active { color: #737373; text-decoration: none; transition: all 0.6s ease 0s;}

/*mobile styles*/
@media screen and (max-width: 768px) {
h2{
	font-size: 1em;
	letter-spacing: .2em;
}
#logo{
	width: 55%;
}
#logotext{
	width: 50%;
}
}
@media screen and (max-width: 700px) {
h2{
	font-size: .8em;
	letter-spacing: .1em;
}
#logo{
	width: 90%;
}
#logotext{
	width: 85%;
}
}