body, html {
	height: 100%;
	margin: 0;
	font: 400 15px/1.8 "Lato", sans-serif;
	color: #fff;
}

.clean {
	clear:both;
}

a, a:hover {
	color: #ED1C24;
	text-decoration: none;
}

/* NAVBAR */
.navbar {
    overflow: hidden;
    background-color: #fff;
    position: fixed; 
    top: 0;
    width: 100%;
	z-index: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.navbar a {
    float: left;
    display: block;
    color: #ED1C24;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar a:hover {
    background: #ED1C24;
    color: #fff;
}

.navlinks {
	float: left;
}

.navbuttons {
	float: right;
}

.navlogo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: -1;
}

.main {
    margin-top: 30px;
} 

/* IMG */

.work {
	background-color: #D9D9D9;
	padding: 5px;
}

/* HOVER */

.item {
    position:fixed;
    top: 50%;
    left: 50%;
    width:700px;
    height:350px;
    margin-top: -175px;
    margin-left: -350px;
}

.item h2 {
	color: #ED1C24;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.item p {
	color: #000;
}

/* PARALLAX */

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
  position: relative;
  opacity: 0.65;
}

.bgimg-2, .bgimg-3, .bgimg-4 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-1 {
  background-image: url("../images/background.jpg");
  min-height: 30%;
}

.bgimg-2 {
  background-image: url("../images/background2.jpg");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("../images/background3.jpg");
  min-height: 400px;
}

.bgimg-4 {
  background-image: url("../images/background4.jpg");
  min-height: 400px;
}

.bgimg-5 {
  background-image: url("../images/background5.jpg");
  min-height: 50%;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
	background-color: #111;
	color: #fff;
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
	background-color:transparent;
	font-size:25px;
	color: #f7f7f7;
}

h3 {
	letter-spacing: 5px;
	text-transform: uppercase;
	font: 20px "Lato", sans-serif;
	color: #111;
}

@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
        background-attachment: scroll;
    }
}

/*Content*/
.intro {
	color: #777;
	background-color:white;
	text-align:center;
	padding:50px 80px;
	text-align: justify;
}

.work-list {
	position:relative;
}

.work-list div {
	color:#ddd;
	background-color:#282E34;
	text-align:center;
	padding:50px 80px;
	text-align: center;
}

.items {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 20;
}

.item-left {
	float: left;
	margin: 20px;
	width: 40%;
}

.item-right {
	float: right;
	width: 40%;
}

.arrow {
	position: fixed;
	margin: 1em;
	z-index:21;
}

/*Mobile*/
@media only screen and (max-width: 498px) {
	
	.navbar {
		overflow: hidden;
		background-color: #fff;
		position: fixed; 
		top: 0;
		width: 100%;
		z-index: 1;
		text-transform: uppercase;
		letter-spacing: 2px;
		min-height: 20%;
	}
	
	.navlinks {
		margin-top: 15%;
	}
	
	.navbuttons {
		display: none;
	}
	
	.item {
		position: relative;
		text-align: center;
		top: 0;
		left: 0;
		width: 90%;
		height: 100%;
		margin-top: 2em;
		margin-left: 0px;
	}
	
	.item div{
		clear:both;
		width:100%;
	}
	
	.item-right img{
		max-width: 240px;
		text-align: center;
	}
	
	.img-responsive {
		margin: auto;
		width: 100%;
	}
	
	.caption span.border {
		padding: 0px;
	}
}