/* GENERAL */
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	margin-top:0px;
	margin-bottom:0px;
	letter-spacing: 5px;
}

p {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	line-height: 1.8;
}

.separator_line {
	width: 150px;
	margin-top:30px;
	margin-bottom:30px;
	border-bottom: 1px solid #F59E2A;
	display:inline-block;
}

.anchor{
	display: block;
	height: 50px; /*same height as header*/
	margin-top: -50px; /*same height as header*/
	visibility: hidden;
}

/* navbar */
.navbar-default-custom {
	background-color: #FFAC2A;
	border-color: #FF9000;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 3px;
}

/* title */
.navbar-default-custom .navbar-brand {
	padding:8px;
}

/* link */
.navbar-default-custom .navbar-nav > li > a {
	color: #FFFFFF;
}
.navbar-default-custom .navbar-nav > li > a:hover {
	color: #FFFFFF;
	background-color: #FF9000;
}
.navbar-default-custom .navbar-nav > li > a:focus {
	color: #FFFFFF;
	background-color: #FF9000;
}
.navbar-default-custom .navbar-nav > .active > a,
.navbar-default-custom .navbar-nav > .active > a:hover,
.navbar-default-custom .navbar-nav > .active > a:focus {
	color: #FFFFFF;
	background-color: #FF9000;
}
/* mobile version */
.navbar-default-custom .navbar-toggle {
	border-color: #FFFFFF;
}
.navbar-default-custom .navbar-toggle:hover,
.navbar-default-custom .navbar-toggle:focus {
	background-color: #FF9000;
}
.navbar-default-custom .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

/* Jumbotron  */

#header_section.jumbotron {
	background: url(../img/header.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 70vh;
	max-height: 1300px;
	margin-bottom: 0px;
}

#header_section.jumbotron img {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	height:50%;
}

/* Boards section */

#boards_section {
	padding-top: 30px;
	padding-bottom: 30px;
}

#boards_section h2 {
	color: #F59E2A;
}

#boards_section h3 {
	font-family: 'Open Sans', sans-serif;
	color: #F59E2A;
	letter-spacing: 4px;
	text-shadow: none;
	margin-top: 0px;
	font-size: 28px;
}

#boards_section .carousel-control.left, .carousel-control.right {
	background-image: none;
}

#boards_section .carousel-control.left {
	text-align: left;
}

#boards_section .carousel-control .glyphicon-chevron-left {
	left: 20%;
	color: grey;
}

#boards_section .carousel-control.right {
	text-align: right;
}

#boards_section .carousel-control .glyphicon-chevron-right {
	right: 20%;
	color: grey;
}
#boards_section img {
	padding:45px 35px 45px 35px;
}
#boards_section .carousel-caption {
	top: 0;
	left: 0;
	text-align: left;
	padding-top:0px;
	padding-left:15px;
}

#boards_section .carousel-indicators li {
	background-color: grey;
	width:14px;
	height:14px;
	margin:0px;
}

#boards_section .carousel-indicators li.active {
	background-color: #FF9000;
	width:14px;
	height:14px;
}

/* Infobar section */

#info_section {
	background-color: #F59E2A;
	padding-top:30px;
}

#info_section .info_box {
	padding-bottom: 40px;
	color:white;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
}

#info_section .info_box .image_container {
	display: inline-block;
	background-color: #FF9000;
	padding:20px;
	border-radius: 50%;
	height: 110px;
	width: 110px;
	margin-bottom:10px;
}

#info_section .info_box .image_container img {
	height:100%;
	width:100%;
}

/* BOARD DESIGN */
#board_design_section {
	padding-top:30px;
	padding-bottom: 30px;
}

#board_design_section p {
	color: #F59E2A;
	text-align:justify;
	margin-bottom: 50px;
}

#board_design_section h2 {
	color: #F59E2A;
}

/* Accessories section */
#accessories_section {
	padding-top:30px;
	padding-bottom: 30px;
}

#accessories_section .separator_line {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	#accessories_section h2 {
		font-size: 30px;
	}
	#boards_section h2 {
		font-size: 35px;
	}
}

#accessories_section h2 {
	color: #F59E2A;
}

#accessories_section .accessory-name {
	color: #F59E2A;
	font-size: 25px;
}

#accessories_section .accessory_container {
	overflow:hidden;
	margin-bottom:70px;
}

@media (max-width: 767px) {
	#accessories_section .accessory_container {
		margin-bottom: 20px;
	}
}

#accessories_section .accessory_container .text_container {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:200px;
	padding-right:30px;
	padding-left:10px;
	z-index:2;
	background-color:white;
}

#accessories_section .accessory_container .text_container .text_container_table {
	display:table;
	height:100%;
}

#accessories_section .accessory_container .text_container .text_container_table_cell {
	display:table-cell;
	vertical-align:middle;
}

#accessories_section .accessory_container .image_container {
	z-index:2;
	display:inline-block;
	position:relative;
	padding-right: 10px;
	background-color: white;
}

#accessories_section .accessory_container .line_container {
	position:absolute;
	left:15;
	top:0;
	height:50%;
	width:100%;
	border-bottom:1px solid #F59E2A;
	z-index:1;
}

@media (max-width: 767px) {
	#accessories_section .accessory_container {
		text-align: center;
		padding-right: 0px;
	}
}

/* About us section */
#about_section {
	background-color: #F59E2A;
	padding-top:30px;
	padding-bottom: 60px;
}

#about_section h2, #about_section p {
	color:white;
}

#about_section .separator_line {
	border-color: white;
}

/* Image separator #1 and #2 */
#image_separator_1_section, #image_separator_2_section {
	height: 40vh;
	min-height: 300px;
	max-height: 700px;
}
#image_separator_1_section {
	background: url(../img/flexsurfing_separator.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#image_separator_2_section {
	background: url(../img/separator_2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Contact section */
#contact_footer {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #F59E2A;
}

#contact_footer .dealer_text {
	margin-bottom: 30px;
	font-size: 20px;
	color: #F59E2A;
}

#contact_footer .retailer_text {
	margin-bottom: 50px;
	padding-top: 60px;
	font-size: 30px;
}

#contact_footer .info_box {
	margin-bottom: 30px;
}

#contact_footer .info_box .image_container {
	display: inline-block;
	max-width:400px;
}

#contact_footer .contact img {
	height: 120px;
	width: 120px;
	margin-bottom: 20px;
}



#contact_footer .retailers img {
	padding-right: 20px;
	padding-left: 20px;
	max-width: 250px;
}

#contact_footer a, #contact_footer address {
	color: #F59E2A;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	line-height: 1.8;
	font-weight: bold;
}