
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Site styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  color: #606368;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  padding: 0 0 36px;
  color: #187689;
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 800;
}
h2 {
  padding-bottom: 28px;
  color: #fff;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 700;
}
h3 {
  padding-bottom: 24px;
  color: #187689;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 700;
}
p {
  padding: 0 0 36px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
}
a {
	color: #606368;
	text-decoration: none;
	transition: color 300ms;
}
a:hover {
	color: #187689;
}
strong {
  font-weight: 700;
}
.main-content {
	padding: 100px 0 0;
}
.wrapper {
  position: relative;
  width: 1440px;
  max-width: 100%;
  height: 100%;
	margin: 0 auto;
}
/* Header */
#header {
	position: fixed;
	width: 100%;
  height: 100px;
  color: #fff;
  background: linear-gradient(270deg, #187689 0%, #136272 100%);
	z-index: 999;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.menu {
	width: 100%;
	height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-btn {
	display: none;
}
#logo-box {
  position: absolute;
  top: 0;
  left: 90px;
  width: 150px;
  height: 130px;
  background: #114C58;
  display: flex;
  align-items: center;
  justify-content: center;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
#logo {
  width: 136px;
  height: 111px;
	cursor: pointer;
}
#tagline {
  width: 320px;
  margin: 0 0 0 270px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: .01em;
}
#nav {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  padding: 0 90px 0 0;
}
#nav a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
#nav a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #114c58;
}
#nav a:last-child {
  padding: 0 0 0 30px;
}
#nav a:last-child:after {
  display: none;
}
#nav a:before {
	content: '';
	position: absolute;
	bottom: 38px;
	left: 30px;
	width: calc(100% - 60px);
	height: 2px;
	background: #39bcd7;
	opacity: 0;
	transition: opacity 300ms;
}
#nav a:last-child:before {
	width: calc(100% - 30px);
}
#nav a:hover:before {
	opacity: 1;
}
/* One Column */
.one-col {
  width: 100%;
  color: #fff;
  text-align: center;
  background: #114c58;
}
.text-col {
  width: 100%;
  min-height: 400px;
  padding: 90px 90px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.one-col .text-col {
	min-height: auto;
}
.text-col ul {
	padding: 0 0 36px;
}
.text-col ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.text-col ul li:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 2px;
  background: #39bcd7;
}
#line-handling .one-col h3 {
  color: #fff;
}
#line-handling .one-col p {
	width: 640px;
	margin: 0 auto;
}
#line-handling .one-col span {
	white-space: nowrap;
	font-weight: 700;
}
#line-handling .one-col span:before {
	content: '';
  display: inline-block;
  width: 10px;
  height: 2px;
  margin: 0 10px 4px;
  background: #39bcd7;
}
#line-handling .one-col span:nth-child(1):before,
#line-handling .one-col span:nth-child(4):before,
#line-handling .one-col span:nth-child(9):before,
#line-handling .one-col span:nth-child(12):before,
#line-handling .one-col span:nth-child(16):before {
	display: none;
}
#port-launch .one-col {
  background: #187689;
}
#port-launch .one-col h3 {
	color: #fff;
}
/* Two Columns */
.two-col {
  display: flex;
}
.two-col.reverse {
  flex-direction: row-reverse;
}
.photo-col {
  width: 50%;
  flex-shrink: 0;
}
.two-col .text-col {
  width: 720px;
}

#who-we-are p {
	font-size: 21px;
}
#who-we-are .photo-col {
  background: url('img/paradise-point-marine.jpg') no-repeat;
  background-size: cover;
}
#who-we-are .text-col {
  padding: 160px 180px 160px 90px;
}
#line-handling .photo-col {
  background: url('img/line-handling-professional-crews.jpg') no-repeat;
  background-size: cover;
}
#line-handling .reverse .photo-col {
  background: url('img/line-handling-reliable-equipment.jpg') no-repeat;
  background-size: cover;
}
#port-launch .photo-col {
  background: url('img/port-launch-services.jpg') no-repeat;
  background-size: cover;
}
#port-launch .reverse .photo-col {
  background: url('img/port-launch-reliable-equipment.jpg') no-repeat;
  background-size: cover;
}

/* Contact Us */
#contact-us h2 {
  display: block;
  text-align: center;
  color: #1f7f9b;
}
#contact-us .wrapper {
  display: block;
  width: 980px;
	margin: 0 auto;
  padding: 80px 0 20px;
}
.lower-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4em;
  width: 100%;
	padding: 30px;
}
.contact-logo {
  width: 216px;
  height: 175px;
}
.contact-block {
	display: flex;
	justify-content: space-between;

}
.contact-block p {
	padding: 0 0 18px;
}
.contact-photo {
  width: 182px;
  height: 182px;
  border-radius: 10px;
	margin: 0 30px;
}
.name {
	color: #187689;
	font-weight: 700;
}
.copyright {
	display: block;
	width: 100%;
	margin: 60px 0 0;
	font-size: 12px;
	text-align: center;
}
@media screen and (max-width: 1440px) {
  #logo-box {
    left: 30px;
  }
  #nav {
    padding-right: 30px;
  }
  #tagline {
    width: 240px;
    margin: 0 0 0 210px;
  }
  .text-col {
    padding: 90px 60px 60px;
  }
  .two-col .text-col {
    width: 50%;
  }
	#who-we-are .text-col {
		padding: 120px 60px;
	}
}

@media screen and (max-width: 1200px) {
  #logo-box {
    left: 0;
  }
  #nav {
    padding-right: 0;
  }
  #nav a,
  #nav a:last-child {
    padding: 0 20px;
  }
	#nav a:before {
		width: calc(100% - 40px);
		left: 20px;
	}
	#nav a:last-child:before {
		width: calc(100% - 40px);
		left: 20px;
	}
  #tagline {
    width: 160px;
    margin: 0 0 0 170px;
  }
}
@media screen and (max-width: 1024px) {
	h1 {
		font-size: 46px;
	}
	.menu {
		position: fixed;
		top: 100px;
		right: 0;
		width: 320px;
		height: calc(100% - 100px);
	  margin: 0 auto;
		padding: 30px;
	  display: flex;
		flex-direction: column;
	  align-items: center;
	  justify-content: flex-start;
		background: #114c58;
		transform:translateX(320px);
		transition: transform 300ms ease-in-out;
	}
	.menu.open {
		transform:translateX(0);
	}
	body.open {
    overflow: hidden;
  }
	.menu-btn {
		display: block;
		position: absolute;
		right: 60px;
		top: 50%;
		width: 40px;
		height: 12px;
		margin-top: -6px;
		font-size: 12px;
		line-height: 12px;
		font-weight: 700;
		letter-spacing: .1em;
		cursor: pointer;
		transition: color 300ms;
	}
	.menu-btn:hover {
		color: #39bcd7;
	}
	.menu-btn .open-menu {
		opacity: 1;
		transition: opacity 300ms;
	}
	.menu-btn .close-menu {
		position: absolute;
		top: 5px;
		left: 10px;
		opacity: 0;
		transition: opacity 300ms;
	}
	.menu-btn .close-menu:before,
	.menu-btn .close-menu:after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 20px;
		height: 2px;
		background: #39bcd7;
		transform: rotate(45deg);
		transform-origin: center;
		transition: background 300ms;
	}
	.menu-btn .close-menu:after {
		transform: rotate(-45deg);
	}
	.menu-btn:hover .close-menu:before,
	.menu-btn:hover .close-menu:after {
		background: #fff;
	}

	.menu-btn.open .open-menu {
		opacity: 0;
	}
	.menu-btn.open .close-menu {
		opacity: 1;
	}
	#nav {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
		height: auto;
	}
	#nav a {
		font-size: 16px;
		padding: 30px 0;
		border-bottom: 2px solid #187689;
		transition: color 300ms;
	}
	#nav a:hover {
		color: #39bcd7;
	}
	#nav a:last-child {
		padding: 30px 0;
		border-bottom: none;
	}
	#nav a:before,
	#nav a:after {
		display: none;
	}
	#tagline {
		width: 100%;
		margin: 0;
	}
	#who-we-are .text-col {
		padding: 60px;
	}
}
@media screen and (max-width: 960px) {
	#contact-us .wrapper {
		padding: 80px 0 40px;
	}
	.lower-contact {
		flex-direction: column-reverse;
	}
	.contact-logo {
		margin: 40px 0 0;
	}

}
@media screen and (max-width: 768px) {
	body,
	p,
	.contact-block p {
		font-size: 16px;
	}
	#header {
		height: 70px;
	}
	.main-content {
		padding: 70px 0 0;
	}
	.menu-btn {
		right: 30px;
	}
	.menu {
		top: 70px;
		height: calc(100% - 70px);
	}
	#logo-box {
		width: 90px;
		height: 70px;
		box-shadow: none;
	}
	#logo {
		width: 75px;
		height: auto;
	}

	.two-col,
	.two-col.reverse {
		flex-direction: column;
	}
	.text-col,
	.two-col .text-col {
		width: 100%;
		padding: 60px 60px 30px;
	}
	.text-col,
	#who-we-are .text-col {
		padding: 60px 60px 30px;
		min-height: auto;
	}
	.photo-col {
		width: 100%;
		height: 300px;
	}
	#line-handling .one-col .text-col {
		padding: 60px 0 30px;
	}
	#line-handling .one-col .text-col p {
		width: 410px;
	}
	#line-handling .one-col span:nth-child(1):before,
	#line-handling .one-col span:nth-child(3):before,
	#line-handling .one-col span:nth-child(6):before,
	#line-handling .one-col span:nth-child(9):before,
	#line-handling .one-col span:nth-child(11):before,
	#line-handling .one-col span:nth-child(14):before,
	#line-handling .one-col span:nth-child(16):before {
		display: none;
	}
	#line-handling .one-col span:nth-child(4):before,
	#line-handling .one-col span:nth-child(12):before {
		display: inline-block;
	}
	.contact-photo {
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width: 500px) {
	.menu {
		width: 100%;
		transform: translateX(100%);
	}
	.photo-col {
		height: 240px;
	}
	.text-col,
	.two-col .text-col {
		padding: 60px 30px 30px;
	}
	.text-col,
	#who-we-are .text-col {
		padding: 60px 30px 30px;
	}
	#line-handling .one-col .text-col {
		padding: 60px 30px 30px;
	}
	#line-handling .one-col .text-col p {
		width: 100%;
	}
	#line-handling .one-col span {
		display: block;
	}
	#line-handling .one-col span:before,
	#line-handling .one-col span:nth-child(4):before,
	#line-handling .one-col span:nth-child(12):before {
		display: none;
	}
	.contact-block {
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
	}
	.contact-info {
		margin: 0 0 30px;
	}
}
