body {
margin:50px;
  font-family: "Jersey 15", sans-serif;
  color:#000;
  background-color: #eee; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, red,magenta,orange,red,yellow);
  background-image: linear-gradient(to bottom right, #f11,#fff,#f1f);

}

body.white {
background: white;
  background-image: linear-gradient(to bottom right, #fff,#aaa,#ccc,#fff);
}

.section {
    display: inline-block;
    margin-right: 50px;
    margin-top:25px;
/*    min-height: 500px;*/
}

#footer {
	font-size: 30px;
	text-transform: uppercase;
	margin-top:150px;
}

a {
	color:#000;
	display: inline-block;
  margin: 10px 10px 0px 0px;
}

a:hover {
	background-color: #ff1;
	transition: background-color 300ms;	
}

a:hover .item {
	background-color: #ff1;
	transition: background-color 300ms;

}

a:hover img {
	background-color: #ff1;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: opacity 300ms, filter 300ms;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}


h1 {
	font-size:100px;
	margin-top:10px;
	margin-bottom:10px;
	text-transform: uppercase;
	line-height: 100px;
}

h1#home-title {
	font-size:150px;
}

h2 {
	font-size: 36px;
	max-width:1000px;
}

h3 {
	font-size: 25px;
	margin-bottom:5px;
	margin-top:15px;
	text-transform: uppercase;
	line-height: 22px;
}

h4 {
	font-size: 18px;
	margin-top:0;
	text-transform: uppercase;
}

h5 {
	font-size:50px;
	margin:0px 0 10px;
/*	border-top: 4px dashed #111;*/
	padding-top:20px;
	text-transform: uppercase;
}


.item img {
	width:100%;
}

.item {
	width:190px;
	display: inline-block;
	vertical-align: top;
margin-bottom:15px;
}

.item-archive, .item-print {
	width:250px;
}

.item-archive h3, .item-print h3 {
	margin-top:5px;
}

.item-hover {
	vertical-align: unset;
}

.item-hover h3 {
	position: absolute;
  margin-top: -195px;
  margin-bottom: 0;
  width: 170px;
  background: #ff1;
  color: black;
  padding: 10px;
  opacity: 0;

}

.item-hover:hover h3 {
	opacity: 1;
	transition: opacity 200ms;
}

.item h4 {
	display: none;
}

.feature {
	margin-top:50px;
}

.feature img {
	display: inline-block;
	margin:10px 20px 10px 0;
	background-color:#ff1;
}

.w200 img {
	width:200px;
}

.h100 img {
	height:100px;
}

.h200 img {
	height:200px;
}

.h300 img {
	height:300px;
}

.w400 img {
	width:400px;
}

.w800 img {
	width:800px;
}

.w1000 img {
	max-width:1000px;
	min-width:400px;
	width:100%;
}

.w1200 img {
	max-width:1200px;
	min-width:400px;
	width:100%;
}


.w1600 img {
	max-width:1600px;
	min-width:400px;
	width:100%;
}

.w2000 img {
	max-width:2000px;
	min-width:400px;
	width:100%;
}

.h1000 {
	height:1000px;
	background:none;
}

video {
	width: auto;
	display: inline-block;
	margin:0 20px 20px 0;
}

.vid480 video {
	height:480px;
}
