/* 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;
}
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;
}


/* ==========================================================================
   Fonts
   ========================================================================== */


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
    outline: none;
}



@font-face {
  font-family: 'GT Condensed';
  src: url('GTAmerica-CompressedBlack.eot?#iefix') format('embedded-opentype'),  url('GTAmerica-CompressedBlack.woff') format('woff'), url('GTAmerica-CompressedBlack.ttf')  format('truetype'), url('GTAmerica-CompressedBlack.svg#Revisal-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Revisal-Italic';
  src: url('Revisal-Italic.eot?#iefix') format('embedded-opentype'),  url('Revisal-Italic.woff') format('woff'), url('Revisal-Italic.ttf')  format('truetype'), url('Revisal-Italic.svg#Revisal-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Revisal-Bold';
  src: url('Revisal-Bold.eot?#iefix') format('embedded-opentype'),  url('Revisal-Bold.woff') format('woff'), url('Revisal-Bold.ttf')  format('truetype'), url('Revisal-Bold.svg#Revisal-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Revisal';
  src: url('Revisal.eot?#iefix') format('embedded-opentype'),  url('Revisal.woff') format('woff'), url('Revisal.ttf')  format('truetype'), url('Revisal.svg#Revisal') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Publico-Light';
  src: url('Publico-Light.eot?#iefix') format('embedded-opentype'),  url('Publico-Light.otf')  format('opentype'),
	     url('Publico-Light.woff') format('woff'), url('Publico-Light.ttf')  format('truetype'), url('Publico-Light.svg#Publico-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'DomaineDispNarSemibold-Italic';
  src: url('DomaineDispNarSemibold-Italic.eot?#iefix') format('embedded-opentype'),  url('DomaineDispNarSemibold-Italic.otf')  format('opentype'),
	     url('DomaineDispNarSemibold-Italic.woff') format('woff'), url('DomaineDispNarSemibold-Italic.ttf')  format('truetype'), url('DomaineDispNarSemibold-Italic.svg#DomaineDispNarSemibold-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}




/* ==========================================================================
   Stuff
   ========================================================================== */



body {
	background: #000;
}

h1 {
	font-family: "Publico-Light", serif;
	font-size: 96px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.center {
	text-align: center;
}

.intro-content img {
	margin-bottom: 30px;
}

h2 {
	font-family: "Revisal-Bold", sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 25px;
}

.intro-content a {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	font-family: "DomaineDispNarSemibold-Italic", serif;	
}


.block-item {
height: 100vh ;
display: flex;
  align-items: center;
  justify-content: center;
  
  }

.block-item a {
	color: #fff;
}
.block-inner {
	width: 100%; 
}

.block-item img {
  max-height: 100%;
  max-width: 100%;

}

#intronameanimatealert {
	font-size: 14px;
	color: #555;
	text-align: center;
}

#portfolio11-animate img {
	width: 75%;
}

#portfolio1-animate img {
	width: 85%;
}

#portfolio2-animate img {
	width: 85%;
}

#portfolio5-animate img {
	width: 50%;
}

#portfolio7-animate img {
	width: 65%;
}

#portfolio9-animate img {
	width: 65%;
}

#intronameanimatealert, #portfolio1-animate, #portfolio2-animate, #portfolio3-animate, #portfolio4-animate, #portfolio5-animate, #portfolio6-animate, #portfolio7-animate, #portfolio8-animate, #portfolio9-animate, #portfolio10-animate, #portfolio11-animate, #portfolio12-animate, #portfolio13-animate {
	opacity: 0;
}

.logo-item {
	display: flex;
  align-items: center;
  justify-content: center;
	
}

.item-left {
	color: #fff;
	text-align: center;
	width: 50%;
}

.item-left img {
	padding-left: 10%;
}

.item-right p {
	padding-left: 25%;
	font-family: "Revisal-Bold", sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 25px;	
}

.item-right p.desc {
	font-family: "Revisal", sans-serif;
	font-size: 16px;
	text-transform: capitalize;
}


.item-right {
	color: #fff;
	text-align: left;
	width: 50%;
}



#whitebaranimate1 {
	width: 20px;
	height: 90px;
	background: #fff;
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	left: -10px;
}

#whitecircleanimate1 {
	height: 40px;
	width: 40px;
	opacity: 0;
	background: #fff;
	position: absolute;
	border-radius: 100px;
	left: 20px;
	top: 0;
}

#whitebaranimate2 {
	width: 20px;
	height: 90px;
	background: #fff;
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
	right: -10px;
}

#whitecircleanimate2 {
	height: 40px;
	width: 40px;
	opacity: 0;
	background: #fff;
	position: absolute;
	border-radius: 100px;
	right: 20px;
	bottom: 0;
}

.logo-container {
	width: 100px;
	position: relative;
	height: 90px;
}

.intro-name {
	font-family: "GT Condensed", sans-serif;
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
}

#intronameanimate {
	opacity: 0;
}

.intro-logo-container {
	z-index: 999999;
	position: fixed;
}

.america {
	font-family: "GT Condensed", sans-serif;
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	
}


.next {
	width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: fixed; 
  bottom: 30px;
  z-index: 999999;
  border-top: 10px solid #fff;
  left: 50%;
  display: block;
  cursor: pointer;
    transform: translate(-50%, -50%);  
}

.prev {
	width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: fixed; 
  bottom: 30px;
  z-index: 999999;
  border-bottom: 10px solid #fff;
  right: 40%;
  cursor: pointer;
    transform: translate(-50%, -50%);  
}






.portfolio-item-image-container {
	width: 40%;
	text-align: center;
}


@media only screen and (max-width: 600px) {
	.portfolio-item-image-container {
		width: 75%;
	}

}

































































