@charset "utf-8";


.box_step_photo_1 {
	background-image: url("/fish/STEP/images/STEP_Pic_1.jpg");
	background-size: cover;
	padding: 20px 20px 50px 20px;
	margin: 5px;
	color: #FFFFFF;
	text-align: center;
}

.box_step_photo_2 {
	background-image: url("/fish/STEP/images/STEP_Pic_2.jpg");
	background-size: cover;
	padding: 20px 20px 50px 20px;
	margin: 5px;
	color: #FFFFFF;
	text-align: center;
}

.box_step_video {
	background-image: url("/fish/STEP/images/STEP_video.jpg");
	background-size: cover;
	padding: 20px 20px 50px 20px;
	margin: 5px;
	color: #FFFFFF;
	text-align: center;
}

.box_text {
	padding: 20px 20px 50px 20px;
	margin: 5px;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 5px;
	background-color: #337D40;
	color: #FFFFFF;
	text-decoration: none;
	float: none;
	font-weight: 800;
	vertical-align: bottom;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear:both;
}

.col {
		float: left;
		padding: 0px;
	}
	
.col_half {
	width: 50%;
}

.col_third {
	width: 33%;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 120px;
	text-shadow: 0 0 12px #000;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

a.button {
	color: #ffffff;
	text-decoration: none;
	font-weight: 800;
}

a.button_hero {
	color: #ffffff;
	text-decoration: none;
	font-weight: 800;
}

.white_text {
	color: #fff;
	font-weight: 800;
}

.title_box {
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	text-shadow: 0 0 12px #000;
}

.ratio {
    position: relative;
    width: 100%;
}