@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	width: 100%;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 55px;
	text-align: center;
	color: #333;
	margin: 0;
	padding: 0;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	color: #333;
	margin: 0;
	padding: 0;
}
h3 {
	font-family: 'Merriweather', serif;
	font-size: 24px;
	text-align: left;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
}


.center {
	margin: 0 auto;
}
.content {
	margin: 0 auto;
	width: 960px;
}
.work_boxes {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 100%;
}
.work_box_640 {
	margin: 0;
	padding: 0;
	width: 640px;
	height: 320px;
	background-color: #fff;
	float: left;
	position: relative;
}
.work_box_480 {
	margin: 0;
	padding: 0;
	width: 480px;
	height: 480px;
	background-color: #fff;
	float: left;
	position: relative;
}
.work_box_320 {
	margin: 0;
	padding: 0;
	width: 320px;
	height: 320px;
	background-color: #fff;
	float: left;
}
.work_box_240 {
	margin: 0;
	padding: 0;
	width: 240px;
	height: 240px;
	background-color: #fff;
	float: left;
	position: relative;
}
.work_box_copy {
	padding: 40px;
	background-color: #fff;
	color:#919191;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	font-family: 'Merriweather', serif;
	font-weight: normal;
	line-height: 34px;
}
.work_box_title_240 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	width: 240px;
	height: 30px;
	font-family: 'Merriweather', serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	float: left;
}
.work_box_copy_240 {
	padding: 20px 20px;
	margin: 0;
	background-color: #fff;
	color:#919191;
	width: 200px;
	height: 420px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: 24px;
	float: left;
}


.container .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
	width: 320px;
	height: 320px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.container {
    position: relative;
    width: 100%;
}
.container:hover .image {
  opacity: 0.05;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  	color: #616161;
 	padding: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
}



.logo {
	float: left;
	margin: 16px 0 0 36%;
	width: 61px;
	height: 40px;
	background-image: url(../images/bluefishlogo.png);	
}
.bluefish_headline {
	width: 259px;
	margin: 100px auto;
	padding: 0;
}
.bluefish_head {
	background-image: url(../images/bluefish.png);
	width: 259px;
	height: 64px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.bluefish_deck {
	width: 259px;
	margin: 4px 0 0 -2px;
	padding: 0;	
}
.quotes {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 32px;
	text-align: left;
	margin: 0 0 40px 0;
	color: #919191;
}
.quotes_container {
	width: 960px;
	margin: 0 auto;
}
.clear {
	clear: both;
}


#header  {
	width: 100%;
	background: url(../images/header-bg.png);
	height: 80px;
	position: fixed;
	margin-top: 0;
	z-index: 10;
}
#nav {
	width: 410px;
	float: right;
	margin-top: 20px;
}
#intro_message {
	float: left;
	padding: 0;
	margin: 26px auto;
	background-color: #fff;
	width: 100px;
	height: auto;
}
#intro_message h3 {
	color:#919191;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
#nav ul {
	list-style: none;
	display: block;
	margin: 0 auto;
	float: right;
}
#nav li {
	margin-top: 9px;
	float: left;
	padding-left: 21px;
}
#nav li a {
	color: #333;
	opacity: 0.6;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: light;
}
#nav li a.active {
	color: #333;
	opacity: 1.0;
	border-bottom: 2px solid #333;
}
#nav li a:hover {
	color: #333;
	opacity: 1.0;
}


#footer-nav ul {
	list-style: none;
	display: block;
	margin: 0 auto;
	float: right;
}
#footer-nav li {
	margin-top: 0px;
	float: left;
	padding-left: 21px;
}
#footer-nav li a {
	color: #fff;
	opacity: 0.6;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: light;
}
#footer-nav li a.active {
	color: #fff;
	opacity: 1.0;
}
#footer-nav li a:hover {
	color: #333;
	opacity: 1.0;
}



#section1, #section2 {
	width: 100%;
}
#section1 {
	background: url(../images/section1bg.jpg) 50% 0 no-repeat fixed;
	height: 500px;
	margin: 0;
	padding: 200px 0 0 0;
	background-size: cover;
}
#section2 {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 110px 0;
	background-color:#f4f4f4;
}
#section3 {
	background: url(../images/section3bg.jpg) 50% 0 no-repeat fixed;
	height: 300px;
	margin: 0;
	padding: 100px 0;
	background-size: cover;
}
#section4 {
	background-color: #f4f4f4;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 110px 0;
}
#footer {
	background-color: #999;
	height: 260px;
	margin: 0;
	padding: 100px 0 30px 0;
}
#footer .bluefish_headline {
	width: auto;
	margin: 40px 0 0 46%;
	padding: 0;
	height: auto;
}
#footer .logo {
	float: left;
	padding: 0;
	margin: 0;
	width: 61px;
	height: 40px;
	background-image: url(../images/bluefishlogo.png);
}
#footer .bluefish_head {
	float: left;
	background-image: url(../images/bluefish-type-med.png);
	width: 198px;
	height: 44px;
	background-repeat: no-repeat;
	margin: 0 0 0 16px;
	padding: 0;
}
#footer .bluefish_deck {
	width: 287px;
	margin: 10px 0 0 75px;
	padding: 0;
}
#footer h3 {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	display: block;
}
#footer h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	display: block;
	padding: 0;
	margin: 3px auto;
}
#footer_content {
	padding: 0;
	margin: 60px 0 0 0;
}
#copyright {
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
#footer-nav {
	float: right;
}
