/* Created by Maria Cirimele, 2016 */

body{
	font-family: "Open Sans", Helvetica, Sans-serif;
	color: #58595B; 
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}

div{
	background-repeat: no-repeat;
}

a{
	text-decoration: none;
}

#image-viewer-container{
	height: 100%;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;	
	display: none;
	position: fixed;	
	z-index: 1;
}

#image-viewer-bg{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	background-color: #000000;
	opacity: 0.9;

}

#viewer-button-right{
	height: 50px;
	width: 50px;
	margin-left: 10px;
	background-image: url("_images/viewer-right-arrow.png");
	background-size: 100%;
	z-index: 3;
}

#viewer-button-left{
	height: 50px;
	width: 50px;
	margin-right: 10px;
	background-image: url("_images/viewer-left-arrow.png");
	background-size: 100%;
	z-index: 3;
}

#image-viewer{
	height: 225px;
	width: 400px;
	z-index: 2;
	background-size: 100%;
}

#page-container{
	width: 440px;
	margin: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hero-image{
	width: 400px;
	height: 225px;
}


#grouping-hero{
	background-image: url("_images/_app-grouping/grouping-hero.jpg");
	width: 400px;
	height: 225px;
	background-size: 100%;
}

#web-apps-tv-hero{
	background-image: url("_images/_web-apps-tv/web-apps-tv-hero.png");
	width: 400px;
	height: 225px;
	background-size: 100%;
}

#discovery-hero{
	background-image: url("_images/_discovery/discovery-hero.png");
	width: 400px;
	height: 225px;
	background-size: 100%;
}

#chomp-hero{
	background-image: url("_images/_chomp/chomp-hero.png");
	width: 400px;
	height: 225px;
	background-size: 100%;
}

#landing-hero{
	background-image: url("_images/landing-hero.png");
	width: 400px;
	height: 225px;
	background-size: 100%;
}

.hero-text{
	height: 225px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-content: flex-end;
	align-content: flex-end;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}

.project-title{
	width: 400px;
	max-height: 25px;
	font-size: 1.5em;
	font-weight: bold;
}

.project-client{
	width: 840px;
	height: 30px;
	font-size: 1.25em;
	font-weight: 200;
	font-style: italic;
}

.project-description{
	width: 400px;
	font-weight: 200;
	margin-top: 20px;
	margin-bottom: 20px;
}

.description-header{
	font-weight: bold;
}

#work-button-container{
	width: 400px;
	position: relative;
	bottom: 3px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#work-button{
	height: 30px;
	width: 70px;
	background-color: #666666;
	color: #ffffff;
	font-weight: 200;
	font-size: 0.875em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

#work-arrow{
	height: 11px;
	width: 13px;
	background-image: url("_images/right-arrow-white.png");
	background-size: 100%;
	margin-left: 4px;
}

#nav-button-bg{
	height: 55px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	position: fixed;
	display: none;
}


#nav-button-right{
	height: 35px;
	width: 42px;
	background-image: url("_images/right-arrow.png");
	background-size: 100%;
	top: 50%;
	right: 2%;
	position: fixed;
}

#nav-button-left{
	height: 35px;
	width: 42px;
	background-image: url("_images/left-arrow.png");
	background-size: 100%;
	top: 50%;
	left: 2%;
	position: fixed;
}

.content-block{
	width: 440px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sketch-small{
	width: 400px;
	height: 309px;
	background-size: 100%;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
}

.sketch-medium{
	width: 400px;
	height: 309px;
	background-size: 100%;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
}

.image-small{
	width: 400px;
	height: 225px;
	background-size: 100%;
	border: 1px solid #dddddd;
	margin-bottom: 20px;	
}

.image-medium{
	width: 400px;
	height: 225px;
	background-size: 100%;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
}

.chomp-medium{
	width: 400px;
	height: 296px;
	background-size: 100%;
	border: 1px solid #dddddd;
	margin-bottom: 20px;	
}

.image-large{
	width: 400px;
	height: 300px;
	background-size: 100%;
	border: 1px solid #dddddd;
	margin-bottom: 20px;	
}

.video-medium{
	width: 400px;
	height: 225px;
	border: 1px solid #dddddd;
	margin-bottom: 20px;	
}

.video-large{
	width: 400px;
	height: 225px;
	border: 1px solid #dddddd;
}

.video-viewer{
	width: 400px;
	height: 225px;
}

.video-portrait{
	width: 353px;
	height: 526px;
	border: 1px solid #dddddd;	
	margin-bottom: 20px;			
}

#chomp-promo-page{
	width: 400px;
	height: 619px;
	border: 1px solid #dddddd;
	background-size: 100%;
	background-image: url("_images/_chomp/chomp-promo-page.png");
	margin-bottom: 20px;	
}

#chomp-discovery{
	width: 400px;
	height: 705px;
	border: 1px solid #dddddd;
	background-size: 100%;
	background-image: url("_images/_chomp/chomp-discovery.png");
	margin-bottom: 20px;	
}

#chomp-discovery-landscape{
	width: 400px;
	height: 232px;
	border: 1px solid #dddddd;
	background-size: 100%;
	background-image: url("_images/_chomp/chomp-discovery-landscape.png");
	margin-bottom: 20px;	
}

#chomp-serp{
	width: 400px;
	height: 179px;
	border: 1px solid #dddddd;
	background-size: 100%;
	background-image: url("_images/_chomp/chomp-serp.png");
	margin-bottom: 20px;	
}

#chomp-app-details{
	width: 400px;
	height: 179px;
	border: 1px solid #dddddd;
	background-size: 100%;
	background-image: url("_images/_chomp/chomp-app-details.png");
	margin-bottom: 20px;	
}



