body {
	color: #232029;
	font-family: "ff-tisa-sans-web-pro", "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  -moz-font-feature-settings: 'lnum';`
}

.bold,
strong {
	font-weight: 700;
}

.verveine {
	font-family: "verveine", "Helvetica Neue", Arial, sans-serif;
	
}

p,
li {
	color: #535059;
	line-height: 1.45em;
}

li {
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #215edb;
	font-family: 'ff-tisa-sans-web-pro', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 700;
}

.button {
	background: none;
	border: 2px solid #FFF;
	color: #FFF;
	font-size: 1.2em;
	font-weight: 700;
}

.button.small {
	border-width: 1px;
	font-size: 1em;
	padding: 0.65em 0.85em;
}

.button .fa {
	color: #2eb8cf;
	margin-right: 8px;
}

.large-first p:first-of-type {
	color: #333039;
	font-size: 1.2em;
	line-height: 1.55em;
}

section .large-8 p:first-of-type {
	font-weight: 700;
}

.callout {
	border: 2px solid #215edb;
	color: #215edb;
	font-weight: 700;
	text-align: center;
}

section.expanded {
	padding: 50px 0;
}

.expanded.grey {
	background: #f0f2f6;
}

/* -- HEADER -- */


header {

}

header .row {
}


header .logo,
header .phone {
}

header .logo {
	
}

header .phone {
	color: #232029;
	display: block;
	height: 34px;
	line-height: 34px;
	margin-top: 32px;
}

header .phone .fa {
	color: #15a66a;
}

header .facebook {
	border: 2px solid #e3e5eb;
	color: #215edb;
	display: block;
	height: 34px;
	line-height: 34px;
	margin: 32px 0 0 10px;
	text-align: center;
	width: 34px;
}

header .phone,
header .facebook {
	float: right;
}

header .phone a {
	background: #15a66a;
	border: 2px solid #FFF;
	color: #FFF;
	line-height: 1em;
	margin-top: 8px;
	padding: 0.35em 0.85em 0.5em;
}

/* -- BANNER -- */

.banner {
	background-color: #232029;
	display: flex;
	align-items: center;
	padding: 100px 0;
}

.banner.parallax {
	background-image: url("../images/diver-hmas-tobruk.png");
}

.parallax { 
    /* Set a specific height */
    /*height: 500px; */
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overview {
	background: rgba(4,12,26,0.4);
	border: 2px solid #FFF;
	color: #FFF;
	margin: auto;
	max-width: 600px;
	text-align: center;
}

.coming-soon {
	background: #FFF;
	display: inline-block;
	color: #DB324B;
	font-weight: 700;
	letter-spacing: 5px;
	margin: -10px 0 15px;
	padding: 10px 50px;
	text-transform: uppercase;
}

.overview h1 {
	line-height: 1.1em;
	padding: 10px 0;
}

.overview h1,
.overview p {
	color: #FFF;
}

.overview p {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

.overview .text,
.overview .price {
	border-top: 2px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.overview .text {
	border-right: 2px solid #FFF;
}

.overview .price {
}

.overview .price strong {
	font-size: 2.2em;
	line-height: 1em;
}

.overview .button {
	border: none;
	border-top: 2px solid #FFF;
	margin: 0;
}

.overview .button:hover {
	background: #15a66a; 
}

/* -- HIGHLIGHTS -- */

.highlights {
	background: #0e98bf;
}

.highlights ul {
	display: flex;	
	list-style: none;
	margin: 0;
	padding: 8px 0;
}

.highlights ul li {
	color: #FFF;
	display: block;
	font-size: 0.95em;
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* -- INTRO -- */

.intro {
	background: #000a3f;
}

.intro h2 {
	color: #FFF;
}

.intro .large-first p:first-of-type {
	color: #FFF;
}

.intro p,
.intro li {
	color: #d0daef;	
}

.intro .button {
	border: 2px solid #15a66a;
}

.intro .button:hover {
	background: #15a66a;
	
}

/* -- INCLUSIONS -- */

.inclusions h3 {
	border: 2px solid #404a7f;
	border-bottom: 0;
	color: #FFF;
	font-size: 1.5em;
	margin: 0;
	padding: 10px 15px;
	text-align: left;
}

.inclusions ul {
	border: 2px solid #303a6f;
	list-style: none;
	margin: 0;
	padding: 15px;
}

.inclusions li {
	margin-bottom: 5px;
	padding-left: 25px;
	position: relative;
}

.inclusions li:last-child {
	margin-bottom: 0;
}

.inclusions li:before {
	content: '\f00c';
	color: #15a66a;
	font-family: FontAwesome;
	position: absolute;
		left: 0;
		top: 1px;
}

/* -- EARLY BIRD -- */

section.early-bird {
	background-color: #000b1c;
}

.early-bird.parallax {
	background-image: url("../images/tobruk-dive-tour-registration.jpg");
}

.early-bird h2 {
	color: #FFF;
}

.early-bird p,
.early-bird label {
	color: #FFF;
}

.early-bird .large-first p {
	color: #FFF;
	font-weight: 700;
	margin: 0;
}

label {
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 5px;
}

.early-bird-wrapper {
	background: rgba(4,12,26,0.4);
	padding: 0;
	margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.early-bird form > div {
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	overflow: auto;
	padding: 10px 0 30px;
}

.early-bird-text {
	border: 2px solid #FFF;
	border-bottom: none;
	padding-top: 15px;
}

.early-bird-text h2 {
	border-bottom: 2px solid #FFF;
	padding-bottom: 15px;
}

.early-bird form button {
	display: block;
	padding: 15px 0;
	width: 100%;
	margin: 0;
}

.early-bird form button:hover {
	background: #15a66a; 
}

/* -- FOOTER -- */

footer {
	background: #163a57;
	padding-top: 40px;
}

footer h4 {
	color: #2eb8cf;
	font-size: 1.1em;
	letter-spacing: 3px;
	text-transform: uppercase;
}

footer p,
footer li,
footer a,
footer small {
	color: #f3f0f9;
}

footer .button.phone,
footer .button.email {
	float: right;
	margin-left: 10px;
}

.copyright {
	padding: 15px 0;
}

.copyright li,
.copyright small {
	color: #d3d0d9;
}

/* -- SMALL BREAKPOINT -- */

@media screen and (max-width: 640px) {
	
	h1, h2, h3, h4, h5 {
		line-height: 1.1em;
	}
	
	h1 {
		font-size: 2em;
	}
	
	h2 {
		font-size: 1.75em;
	}
	
	h3 {
		font-size: 1.2em;
	}
	
	.large-first p:first-of-type {
		font-size: 1.05em;
	}
	
	.parallax {
		background-attachment: inherit;
		background-position: center top;
		background-size: inherit;
	}
	
	section.expanded {
		padding: 30px 0;
	}
	
	section.expanded .text-right {
		text-align: left;
	}
	
	header {
		text-align: center;
	}
	
	header .text-right {
		display: none;
	}
	
	.banner {
		padding-top: 100px;
		padding-bottom: 30px;
	}
	
	.row.expanded .overview.row {
		margin: 0 0.9375rem;
	}
	
	.overview .text {
		border-right: none;
		text-align: center;
	}
	
	.overview .price {
		border: none;
		padding-top: 0;
	}
	
	.overview .price br {
		display: none;
	}
	
	.overview .price strong {
		margin-right: 6px;
	}
	
	.highlights ul {
		display: block;
	}
	
	.highlights ul li {
		font-size: 0.95em;
		letter-spacing: 0;
		margin-bottom: 5px;
		text-transform: none;
	}
	
	.intro .button {
		margin-top: 20px;
		width: 100%;
	}
	
	footer,
	footer .text-right {
		text-align: center;
	}

	footer .button.phone,
	footer .button.email {
		float: none;
		margin: 0 5px 10px;
	}
	
	.dive-center > div:first-child {
		margin-bottom: 30px;
	}
	
}


