/* WEB FONT */
@import url(http://fonts.googleapis.com/css?family=HelveticaNeue);

/* RESET */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
/* BASIC */
body {
	font: normal 18px/22px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
	background-color: #FBFBFB;
	color: #2e2e2e;
}
h1, h2 {
  font-family: "HelveticaNeue", "Helvetica", "Arial Bold", "Lucida Grande", sans-serif;
  font-weight: 600;
}

h1 {
	font-size: 36px;
	line-height: 46px;
	color: #FFFFFF;
}
h2 {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: -20px;
}
p {
  margin: 20px 0;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  
}

/* LAYOUT */
.fixed-nav-bar {
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.6);
}

.content {
  position: relative;
  background: #464646 url(../fixed-navigation-bar-master/assets/desktop-large.jpg) no-repeat center center fixed;
  background-size: cover;
 }
.description, .gallery-text {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.description {
  padding-top: 100px;
  min-height: 250px;
  text-align: center;
}
.gallery-text {
  color: #747474;
}
.gallery-link-text {
	color: #747474;
	font-weight: bold;
}

.gallery-text h1 {
	color: #333333;
	margin-top: 60px;
	text-transform: uppercase;
}
.gallery-text h2 a:link, .gallery-text h2 a:visited  {
  color: #747474;
  transition: color 0.1s ease;
}
.gallery-text h2 a:hover {
	color: #333333;
	transition: color 0.3s ease;
}

.my-image img {
	float: left;
	vertical-align: top;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
.image-set img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #666;
}
/* footer */

.footer {
	width: 100%;
	font-size: 0.65em;
	height: 25px;
	clear: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


/* SPECIAL */
.summary {
  color: #d9dee2;
  margin-top: 40px;
  margin-bottom: 60px;
}
