/*
Author: Alex Vanderzon (@alexvanderzon)
Theme Name: Portfolio Template
Version: 1.0

Have an issue? contact me on twitter @alexvanderzon
*/


/* Fonts */

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

html {
  height: 100%;
	font-family: "Open Sans"; 
	background-color: #f3f2f4;
}

body {
  	background: url(apple-touch-icon.png) no-repeat center center;
}

#header {
	height: auto;
	width: 100%;
	background-color: #01243B;
	margin-bottom: 6px;
}

.grid-12 {
	text-align: right;
}

#project {
	border: 5px solid #fff;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	width: 100%;
	height: 300px;
	margin-top: 1px;
	border-radius: 3px; /* Change Border Radius */
}

#top {
	margin-top: 24px;
}


/* Potfolio Items */

.item1 {
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	background-image: url(../img/instagram.png); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.item2 {
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 400px;
	background-image: url(../img/cheddar.png); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.item3 {
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 400px;
	background-image: url(../img/dropbox.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.item4 {
	width: 100%;
	height: 400px;
	background-image: url(../img/dribbble-shot2.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.item5 {
	background-image: url(../img/video_player.png); 
	background-repeat: no-repeat;
	background-position: center;
	position: relative; 
	width: 100%;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.item6 {
	background-image: url(../img/search.png); 
	background-repeat: no-repeat;
	background-position: center;
	position: relative; 
	width: 100%;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.item7 {
	background-image: url(../img/twittershot.png); 
	background-repeat: no-repeat;
	background-position: center;
	position: relative; 
	width: 100%;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
  
/* Typo */

h1 {
		font-size: 18px;
		color: white;
		text-align: center;
		padding-bottom: 12px;
}

h2 {
	color: black;
	font-size: 18px;
	color: rgba(0,0,0,.4);
 	font-family: "open sans"; 
  font-weight: 500;
	text-align: center;
	margin-top: 12px;
}

h3 {
	text-align: center;
	padding-bottom: 12px;
	color: #444444;
	opacity: .5;
	font-size: 14px;
	font-weight: 300;
}


/* social */

a.twitter {
	font-family: 'social';
	margin-top: 6px;
	font-size: 24px;
	padding-left: 6px;
	padding-right: 6px;
	color: rgba(255,255,255,.3);
		display: inline-block;
	text-align: right;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

a.twitter:hover {
	color: rgba(255,255,255,.8);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

a.facebook {
	font-family: 'social';
	margin-top: 6px;
	font-size: 24px;
	padding-left: 6px;
	padding-right: 6px;
	color: rgba(255,255,255,.3);
		display: inline-block;
	text-align: right;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

a.facebook:hover {
	color: rgba(255,255,255,.8);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

a.instagram {
	font-family: 'social';
	margin-top: 6px;
	font-size: 24px;
	padding-left: 6px;
	padding-right: 6px;
	color: rgba(255,255,255,.3);
			display: inline-block;
	text-align: right;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

a.instagram:hover {
	color: rgba(255,255,255,.8);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;

}

#email {
	padding: 12px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
	display: block;
	text-align: center;
	color: white;
	margin-top: 12px;
	font-size: 20px;
	font-weight: 400;
	background-color: #01243B;
	margin-bottom: 24px;
}


 /* Img */

img.logo {
	display: block;
	margin-left: auto;
	margin-bottom: 24px;
	margin-right: auto;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  
  /* Styles for mobile */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  /* Styles for tablet */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {

  /* Don't forget your Retina CSS! */

}