html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%; /* (62.5/100) * 16px = 10px for using rems in CSS */
}
body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #fff;
	font-family:'nimbus-sans', 'Open Sans', Arial, sans-serif;
	font-size:1.6rem;
	font-weight: normal;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family:'nimbus-sans';
	text-transform: uppercase;
	font-weight: 700;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: rgb(12,35,64)
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #fff;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:none;
	border-color: #ccc #ccc #bbb;
	border-radius: 100px;
	background: #0093AF;
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	padding: 10px 40px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	background: #006687;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border:none;border-bottom: 1px solid #ccc;
	border-radius: 0px;
	padding: 10px;
	max-width: 100%;
}
textarea {border: 1px solid #ccc;}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
position: relative;
flex-direction: column;
align-items: flex-end;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	position: relative;
	padding-left: 20px;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1100px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
	.main-navigation ul ul {
		flex-direction: column;
	  }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 0;
	display: grid;
	grid-gap: 0;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	height:33.333vw;
	max-height: 553px;
	margin:0;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* https://patorjk.com/software/taag/#p=display&h=0&f=Slant&t=One%20Marine */
/* -------------------------------------------------------------------------------------------------------------------

   ____                          __  ___                    _               
  / __ \   ____   ___           /  |/  /  ____ _   _____   (_)   ____   ___ 
 / / / /  / __ \ / _ \         / /|_/ /  / __ `/  / ___/  / /   / __ \ / _ \
/ /_/ /  / / / //  __/        / /  / /  / /_/ /  / /     / /   / / / //  __/
\____/  /_/ /_/ \___/        /_/  /_/   \__,_/  /_/     /_/   /_/ /_/ \___/ 
                                                                            

#FFCC00 yellow
#CE8315 tan
#6E262A brown
#0093AF teal
#006687 mid blue
#0C2340 dark blue

Open Sans:
300 light
400 regular
500 medium
600 semi-bold
700 bold
800 extra-bold

font-family:'DIN Next LT W01 Light'; // nav + small links
font-family:'DIN Next LT W01 Bold'; 

font-family:'Helvetica Neue LT W05_45 Light'; // main body copy
font-family:'Helvetica Neue LT W05_75 Bold';// headers

**FONTS REPLACED WITH TYPEKIT
din-2014 light 300
din-2014 bold  700
Helvetica replacement
nimbus-sans light 300
nimbus-sans bold  700

---------------------------------------------------------------------------------------------------------------------*/
#page{position: relative;}
header {position: absolute;width:100%;z-index:10;background:rgba(12,35,64,0.5);padding-bottom: 60px;}
.contentinner, .contentinnerfull, .contentinnersocial {width:1700px;padding:0px 20px 0 20px;margin:0 auto; max-width: 100%;}
.contentinnerfull {width:1660px;padding:0;}
.contentinnersocial{display: flex;justify-content: flex-end;}
.contentinnersocial div {display: inline-block;padding: 2px 20px; border:1px solid #fff;text-transform: uppercase;font-family:'din-2014'; font-weight: 300}
.contentinnersocial a, .contentinnersocial span {display: inline-block;padding:3px 5px;margin-left:20px;font-family:'din-2014'; font-weight: 300; text-decoration: none;text-transform: lowercase;}
.site-branding{	position: relative;z-index: 5;}
.site-header .contentinner {padding:80px 20px 0 20px;display: flex;justify-content: space-between;}
.site-branding a {display:block;}
.logobox {display:block;width:622px; height:65px;overflow: hidden;	position: relative;}
.logotext {}
.logosun {display:block;width:90px;height:65px; position:absolute;top:0;left:0; background:url(/wp-content/themes/onemarine22/images/one-marine-logo-sun.png) top left no-repeat;background-size: cover;}
.home .logosun {top:75px;}
.home.sunup .logosun {top:0px;transition:all 2s;}

.main-navigation {font-size:1.8rem;text-transform: uppercase;letter-spacing: 0.2rem;font-family:'din-2014'; font-weight: 300}
.menu-main-menu-container {position: relative;top: -6px;}



/*
	.logobox {width:431px; height:45px;}
	.logosun {width: 62px;height:45px;}
	.logobox svg {width:431px; height:45px;}
	.main-navigation {font-size: 1.6rem;}
@media only screen and (max-width:1500px) { 
}
*/
.logobox {width:335px;width: 192px; height:35px;}
.logosun {width: 48px;height:35px;}
.logobox svg {width:335px; height:35px;}
.main-navigation {font-size: 1.6rem;}
@media only screen and (max-width:1024px) {
	.contentinnersocial {position: absolute;top: 20px;right: 20px;}
}
@media only screen and (max-width:1099px) { 
	.main-navigation button.menu-toggle {
		padding: 10px 10px;
		border: none;
		font-size: 1.7rem;
		font-weight: 300;
		text-decoration: none;
		line-height: 1em;
		border-radius: 0;
		background: transparent url(/wp-content/themes/onemarine22/images/menu-open.svg) center center no-repeat;
		color: rgba(255, 255, 255, 0);
		position: relative;
		z-index: 8;
		top: -10px;
	}
	.main-navigation button.menu-toggle:hover {cursor: pointer;}
	.main-navigation.toggled button.menu-toggle {
		background:transparent url(/wp-content/themes/onemarine22/images/menu-close.svg) center center no-repeat;
	}
	.main-navigation {transition:all 0.5s;}
	.main-navigation.toggled {}
	.menu-main-menu-container {top:0;height: 0;background-color:rgba(12,35,64,0);transition:all 0.5s;}
	.main-navigation.toggled .menu-main-menu-container {
		height: 100vh;
		width: 100%;
		position: fixed;
		z-index: 4;
		background: rgba(12,35,64,0.9);
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.main-navigation li {
		font-size: 2rem;
		padding: 1rem;
	  }
}
@media only screen and (max-width:768px) { 
	.logobox {width:335px; height:35px;}
	.logosun {width: 48px;height:35px;}
	.logobox svg {width:335px; height:35px;}
}
@media only screen and (max-width:767px) { 
	/*.site-header .contentinner {padding: 60px 20px 0 20px;}
	.contentinnersocial {position: absolute;top: 10px;right: auto;}
	.contentinnersocial div,.contentinnersocial span {display:none;}*/
	.logobox {text-align: center;}
	header {padding-bottom: 30px;}
}

.waiting{background:rgb(12,35,64) url(/wp-content/themes/onemarine22/images/loading.gif) center center no-repeat;}
.hero, .herohome  {height: 100vh;position: relative;z-index: 5;width: 100%;overflow: hidden;}
.herohome {height:calc(100vh + 170px);}

.hero  #herovideo, .herohome  #herovideo {object-fit: cover;height: 100vh;width: 100%;}
.herohome  #herovideo {height:calc(100vh + 170px);position: absolute;z-index: 1;}
.tax-boat_cats .hero  #herovideo {position: absolute;z-index: 1;}
.heroimage {background-position: center bottom;background-attachment:scroll;background-size: cover;background-repeat: no-repeat;position: relative;}
.single .heroimage {}
.videoholdingimg {}
.videoplaybutton {display: block; width:40px;height: 40px; background:url(/wp-content/themes/onemarine22/images/tri-top.svg) center center no-repeat;rotate: 90deg; position: absolute;z-index: 3;bottom: 64vh;left: calc(50% - 20px);cursor: pointer;}
.herofallback {background:rgb(12,35,64);}

.herologo {height: 100vh;width: 100%;display: flex;justify-content: center;align-items: center;}

.herohometext{/*display: flex;flex-direction: column;	justify-content: center;*/height: 100vh;width:1370px;max-width:100%;padding:0 20px;margin:0 auto;position: relative;z-index:2;}
.herohometextinner{width:850px;max-width: 100%;display: flex;flex-direction: column;height: 70vh;margin-top: 30vh;padding-bottom: 140px;	justify-content: space-between;}
.herohometextinner h1 {font-size:7rem;font-weight: 700;text-transform: uppercase;line-height: 1.1em;text-shadow: 0px 0px 2px rgba(12,35,64,0.7);}
.herohometextbuttonbox {/*padding: 60px 0 60px;padding-top:35vh;*/	line-height: 0;}
.herohometextbuttonbox a {background: rgba(12,35,64,0.5); display:inline-block;padding:10px 30px; border:1px solid #fff; font-size:1.7rem;font-family:'din-2014'; font-weight: 300; letter-spacing: 0.25rem;text-transform:uppercase; text-decoration: none;line-height: 1em;}
.herohometextbuttonbox a:hover {background:#0093AF;border:1px solid #0093AF;}

.herosupertext {  
	text-transform: uppercase;
	text-align: center;
	font-size:200px;
	width:1700px;
	max-width:100%;
	padding:0;
	margin:0 auto;
	color:rgb(255, 255, 255);
	-webkit-text-fill-color: rgba(255, 255, 255, 0); /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	transition:font-size 0.5s; 
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:'nimbus-sans';
	font-weight: 700;
	line-height: 1em;
  }
.herosupertextinner {display: inline-block;white-space: nowrap;}
.tax-boat_cats .herosupertext  {position: relative;z-index: 3;}
.downarrows {
	position: absolute;
	z-index: 3;
	left: calc(50% - 100px);
	bottom: 0;
	width: 200px;
	text-align: center;
	font-size:1.6rem;font-family:'din-2014'; font-weight: 300; letter-spacing: 0.25rem;text-transform:uppercase; 
}
.downarrows div {padding: 20px 0 50px 0;}

@media only screen and (max-width:768px) {
	.herohometextinner h1 {font-size: 6rem;}
	.herosupertextinner{white-space:initial;}
}
@media only screen and (max-width:600px) { 
	.herohometextinner h1 {font-size: 4.1rem;}
	.site-header .contentinner {padding: 60px 20px 0 20px;flex-direction: column;align-items: center;}
	.contentinnersocial {position: absolute;top: 10px;right: 0;	width: 100%;justify-content: center;}
	.contentinnersocial div,.contentinnersocial span {display:none;}
	.main-navigation {top:20px;}
	.herohometextbuttonbox a {margin-bottom: 10px; }
}


.waves {min-height: 450px;background:rgba(255,0,0,0.0);position:relative;max-width: 100%;overflow-x: hidden;}
.waveline {}
.waveline.wave1 {width:2772px;height:250px;position: absolute;top:1px;left:0px;max-width:none;z-index:1;}
.waveline.wave2 {width:2589px;height:269px;position: absolute;top:86px;right:0;max-width:none;z-index:2;}
.waveline.wave3 {width:2574px;height:166px;position: absolute;top:283px;left:0px;max-width:none;z-index:3;}
.wavetext {z-index:5;color:#fff;display: flex;align-items: center;justify-content: center;text-align:center; font-weight: 700; font-size:5.5rem;height: 450px;width: 1200px;max-width: 100%;padding:0 20px; margin: 0 auto;position: relative;font-family:'nimbus-sans';}

.homeherograd {min-height:550px;position:relative;top:-300px;left:0;z-index: 6;padding-top: 100px;margin-bottom:-300px;}
.bluesolid,.bgblue{background: rgb(12,35,64);position: relative;z-index: 2;}
.bluegrad{
	background: rgb(12,35,64);
	background: -moz-linear-gradient(0deg, rgba(12,35,64,1) 0%, rgba(12,35,64,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(12,35,64,1) 0%, rgba(12,35,64,0) 100%);
	background: linear-gradient(0deg, rgba(12,35,64,1) 0%, rgba(12,35,64,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c2340",endColorstr="#0c2340",GradientType=1);
}
.bluegrad2{
	background: rgb(12,35,64);
	background: -moz-linear-gradient(0deg, rgba(12,35,64,1) 0%, rgba(12,35,64,0) 30%, rgba(12,35,64,0) 70%, rgba(12,35,64,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(12,35,64,1) 0%, rgba(12,35,64,0) 30%, rgba(12,35,64,0) 70%, rgba(12,35,64,1) 100%);
	background: linear-gradient(0deg, rgba(12,35,64,1) 0%, rgba(12,35,64,0) 30%, rgba(12,35,64,0) 70%, rgba(12,35,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c2340",endColorstr="#0c2340",GradientType=1); 
}
.bluegradhome {
	background: rgb(12,35,64);
	background: -moz-linear-gradient(180deg, rgba(12,35,64,0) 0%, rgba(12,35,64,1) 51%, rgba(12,35,64,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(12,35,64,0) 0%, rgba(12,35,64,1) 51%, rgba(12,35,64,1) 100%);
	background: linear-gradient(180deg, rgba(12,35,64,0) 0%, rgba(12,35,64,1) 51%, rgba(12,35,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c2340",endColorstr="#0c2340",GradientType=1);
}
@media only screen and (max-width:1024px) { 
	.wavetext {
		font-size: 4.5rem;
		line-height: 5.5rem;
  	}
}



