/*Light 300 Reg 400 bold 700*/

html {
	font: 5vw/1.3 'Rubik', sans-serif; 
	overflow-x: hidden !important;
	max-width: 100% !important;
}
body {
	background: #f4f1ee;
	font-family: inherit;
	font-size: 0.875em;
	font-weight: 300;
	color: #000;
	position: relative;
	overflow-x: hidden !important;
}
.span {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
a { text-decoration: none; color: #222222;}
a:hover { color:#222; !important}
.link a {
	color: #222;
	text-decoration: underline;
	font-weight: 400;
}
.link {
	color: #222;
	text-decoration: underline;
	font-weight: 400;
}
.link p {
	margin-bottom: 1em;
}
img { width: 100%;}
.contact-btn {
    display: inline-block;
	
}
.contact-btn a {
	padding: 0.55em 0.75em;
	font-weight: 400;
	width: 100%;
	display: inline-block;
	text-decoration: none !important;
	z-index: 100;
	color: #fff;
}
.green {
	background-color:#88aaa9;
}
.white {
	background-color:#fff;
}
/*----------------------------------------------------------------TEXT SHIP*/
.text-ship {
	overflow-x: hidden !important;
	max-width: 100% !important;
	color: #ece8e4;
	position: absolute;
	top:0.1em;
	white-space: nowrap;
	animation: myfirst 50s linear infinite;
	will-change: transform;
	pointer-events: none;
	display: table;
	resize: none;
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: 0;
	outline: 0;
	text-decoration: none;
	font-size: 28em;
	z-index: -1;
	}
.text-ship::before {
	content: attr(data-title);
	padding-right: 0.375em;
	font-weight: 300;
	z-index: -1;
	}
.text-ship::after {
	content: attr(data-title);
	padding-left: 0.375em;
	font-weight: 300;
	z-index: -1;
	}
@keyframes myfirst {
	0%  {transform: translate3D(0, 0, 0);}
	100% {transform: translate3D(calc((-100% / 3) - 0.125em), 0, 0);}
	0%  {transform: translate3D(0, 0, 0);}
	100% {transform: translate3D(calc((-100% / 3) - 0.125em), 0, 0);}
}
.header { padding-top: 1em; padding-bottom: 6em;}
#masthead {
	position: relative;
	margin-top: 1em;
}
#masthead a {
	display: inline-block;
	width: 12.21375em;
}
#masthead img {
	width: 100%;
}
#masthead button {
	position: absolute;
	right: 0;
	top: 0.25em;
}
#masthead .toggle {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url("/images/common/hamburger.svg");
}
#masthead .btn {
	padding: 0.35rem;
}
.offcanvas .nav-item .nav-link {
	color:#919191;
	font-size: 2.5em;
	font-weight: 300;
}
.offcanvas .nav-item .nav-link:hover {
	color:#222222;
}
.offcanvas .btn-close {
	position: absolute;
	right:  1em;
	top: 1em;
	font-size: 1.5em;
}
.offcanvas .btn-check:focus + .btn, .btn:focus {
	box-shadow:none;
}
.offcanvas .btn-close:focus {
	box-shadow: none;
}
.offcanvas .offcanvas-body {
	padding-top: 4em;
	padding-left: 2em;
}
/*----------------------------------------------------------------footer*/
.footer {
	color:#fff;
	font-weight: 300;
	text-align: center;
}
.footer .row {
	background-color:#222222;
}
.footer .span {
	padding-top: 3rem;
	padding-bottom: 1rem;
}
.footer .divider {
	height: 1px;
	width: 100%;
	background-color: #fff;
	margin-bottom: 1em;
}
.footer .foot-nav {
	padding-top: 2.5em;
}
.footer h3 {
	color:#919191;
	font-size: 1em;
}
.footer .insta-me {
	font-size: 1.75em;
	color: #fff;
	margin-bottom: 0.55em;
}
.footer .foot-nav a {
	color: #fff;
	font-size: 1.25em;
}
.footer .foot-nav div {
	margin-bottom: 1em;
}
.footer .contact-me a {
	background-color: #fff;
	padding: 0.55em .75em;
	display: inline-block;
	color: #222222;
	font-weight: 600;
}
.footer .sign-off p {
	margin-bottom: 0;
	color: #919191;
	font-size: 0.75em;
}
#newsletter-flash {
	margin-top: -5em;
	padding-bottom: 3em;
}
@media (min-width: 48em) {
	html {font-size: 100%;}
	body {font-size: 1em;}
	.text-ship {font-size: 18em; top: 0.25em;}
	#masthead a { width: 15em;}
	.footer { text-align: left;}
	.footer .foot-nav { padding-top: 4em;}
	.footer .foot-nav a {font-size: 1em;}
	#newsletter-flash img {
		position: absolute;
		width: 20em;
		top: -6em;
		right:1em;
	}
}
@media (min-width: 62em) {
	.span {
		width: 93.75vw;
		max-width: 75rem;
		margin: 0 auto;
	}
	.offcanvas-end { width: 600px;}
	.footer .span {
		padding-top: 6rem;
	}
	.text-ship {
		font-size: 28em;
		top: 0.25em;
	}
	#newsletter-flash img {
	    position: absolute;
		width: 25em;
		top: -6em;
		right: 4em;
	}
}
/*----------------------------------------------------------------MAILER*/
#mailer {
	padding-top: 0;
	padding-bottom: 3em;
}
#mailer #mc_embed_signup {
	padding: 3em 2em;
	background: #88aaa9;
}
#mailer #mc_embed_signup label {
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 1.75em;
}
#mailer #mc_embed_signup .button {
	background-color: #222;
	color: #fff;
	margin-bottom: 1em;
}
#mailer #mc_embed_signup .clear {
	margin-bottom: 1em;
}
#mailer #mc_embed_signup input.email {
	margin-bottom: 1em;
	border:none;
}
@media (min-width: 48em) {
	#mailer {
		padding-top: 0;
	}
	#mailer #mc_embed_signup .button {
		margin-bottom: 1em;
	}
}
@media (min-width: 62em) {
	#mailer {
		padding-top: 4em;
		padding-bottom: 10em;
	}
	#mailer #mc_embed_signup {
		padding: 2em 0;
	}
	
}