/*//////////////// MAIN ////////////////*/

html {
    padding: 0;
	height: 100%;
}

body {
	margin: auto 0px;
	padding: 0px 0px 0px 0px;
	height: 100% auto;
	min-height: 100%;
	background: linear-gradient(-45deg, #ff72cb, #ffea00, #42cbed);
	background-size: 400% 400%;
	animation: Gradient 40s ease infinite;
	position: relative;
	display: block;
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

#wrapper {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100% auto;
	min-height:100%;
}

/*//////////////// TEXT ////////////////*/

<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:300,300i,400,400i,700,700i|PT+Serif:400,400i,700,700i" rel="stylesheet">

p {
	color: #7d7d7d;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.5rem;
}     

h1 {
	font-family: 'Lato', sans-serif;
	color: #13c37;
	font-weight: 300;
	font-size: 2.3rem;
	letter-spacing: 0.02em;
	line-height: 3.5rem;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

@media only screen and (max-width: 800px) {
	h1 {
        text-align: left;
    }
}

h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #413c37;
	font-size: 1.7em;
	letter-spacing: 0.02em;
	line-height: 1.5em;
	padding: 0em 0em 0em 0em;
	margin-bottom: 20px;	
}

h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	
	text-align: left;
	color: #413c37;
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top: 40px;
	padding: 0em 0em 5em 0em;	
}

h3 .blue {
	color: #42cbed;
	display: inline;
}

h3 .magenta {
	color: #df0787;
	display: inline;
}

h4 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	color: #000000;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	text-align: left;
	margin-top: 0em;
}

h5 {
	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 2.3rem;
	letter-spacing: 0.02em;
	line-height: 3.5rem;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

@media only screen and (max-width: 800px) {
	h5 {
        text-align: left;
    }
}

h6 {
	font-family: 'Merriweather Sans', sans-serif;
	
	font-weight: 300;
	letter-spacing: 0.03em;
	color: #7d7d7d;
	font-size: 1em;
	line-height: 1.7em;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0em 0em 0em 0em;	
}

h7 {
	color: #7d7d7d;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: -0.02em;
	line-height: 2rem;
}

h8 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400i;
	letter-spacing: 0.05em;
	color: #7d7d7d;
	font-size: 1em;
	line-height: 2.5em;
	text-transform: uppercase;
	padding: 1.5em 0em 0em 0em;	
}

h9 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #42cbed;
	font-size: 1em;
	line-height: 1.7em;
	text-transform: uppercase;
	padding: 0;
	padding-bottom: 20px;	
}

h9 .right {
	text-align: right;
	margin-right: 15px;

}

a {
	color: #42cbed;
	text-decoration: none;
	
}

.mult {
	mix-blend-mode: multiply;
}	


a:hover {
	color: #d3db03;
}

#p-footer {
	color: #bebebe;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 0.675rem;
	line-height: 0.75rem;
}

.special {
	padding-left: 35px;
	margin-bottom: -15px;
}

/*//////////////// MENUS ////////////////*/

ul {
    color: #7d7d7d;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 0.9rem;
	line-height: 1.5rem;
	padding-left: 0px;
	text-decoration: none;
	list-style: none;
}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    
}
.menu li:hover {
    background-color: #0099cc;
}
.aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.list-block {
	display: inline-block;
	position: relative;
	float: left;
	padding-right: 35px;
}

.list-fix {
	display: inline-block;
	position: relative;
	float: none;
	padding: 0;
}

.text-limit {
	margin: 0 auto;
	width: auto;
	padding: 0;
	position: relative;
	max-width: 1000px;

}

.image-limit {
	margin: 0 auto;
	width: auto;
	padding: 0;
	position: relative;
	max-width: 1030px;
	max-height: 700px;

}

/*//////////////// ROWS ////////////////*/

* {
    box-sizing: border-box;
}

.row {
	margin: -20px 0px -20px 0px;
	padding: 0px 20px 40px 20px;
	display: block;
	background: #e6e6e6;
	display: block;
	position: relative;
}

.row-full {
	margin: -55px 0px 50px 0px;
	padding: 0;
	display: block;
}

.row-full-mkii {
	margin: 0px 0px 50px 0px;
	padding: 0;
	display: block;
}

.row-fullbody {
	margin: 0px 0px 50px 0px;
	padding: 0;
	display: block;
}

.row-fullbody-abc {
	margin: -20px 0px 0px 0px;
	padding: 0;
	display: block;
}

.row-text {
	padding: 20px 35px 20px 35px;
	margin: -20px 0px 20px 0px;
	background: #e6e6e6;
	display: block;
	position: relative;
}

.row-text-white {
	padding: 70px 35px 80px 35px;
	margin: -20px 0px 20px 0px;
	background: #FFFFFF;
	display: block;
}


.row-text-white-bottom {
	padding: 180px 35px 200px 35px;
	margin: 20px 0px -20px 0px;
	background: #FFFFFF;
}

.row-text-top {
	padding: 250px 35px 200px 35px;
	margin: 0px 0px 20px 0px;
	position: relative;
	display: block;
}

@media only screen and (max-width: 700px) {
	.row-text-top {
        padding: 150px 35px 100px 35px;
        }
}


.gif-container {
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
	background-image: url (images/lines-1920x1920.gif);
	object-fit: cover;
	height: 100vh;
	
}
.row-text-intro {
	padding: 20px 35px 50px 35px;
	margin: 0px 0px 20px 0px;
	background-color: #f2f2f2;
}
	
.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

/*//////////////// IMAGES ////////////////*/

.image {
   object-fit: contain;
   
   width: 100%;
   padding: 0px;
   position: relative;
   margin-bottom: 25px;
}

.image-test {
	position: absolute;
	height: 100%;
	opacity: .5;
	mix-blend-mode: multiply;
	left: 0;
	bottom:0;

}

.image-cat {
	width: 150px;
   margin-bottom: 45px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   display: block;
   border-radius: 75px;
}

.image-new {
	object-fit: cover;
	
	width: 100%;
	display: block;
	padding: 0px;
	position: relative;
	margin-bottom: 0px;
}

.image-new-vert {
	object-fit: cover;
	height: 100%;
	display: block;
	padding: 0px;
	position: relative;
	margin-bottom: 0px;
	max-height: 700px;
}

@media only screen and (max-width: 700px) {
	.image-new-vert {
        width: 100%;
        height: auto;
        object-position: 50% 50%;
    }
}

.image-new-vert-side {
	object-fit: cover;

	height: 100%;
	display: block;
	padding: 0px;
	position: relative;
	margin-bottom: 0px;
	max-height: 335px;
	
}

@media only screen and (max-width: 700px) {
	.image-new-vert-side {
        width: 100%;
        height: auto;
        
    }
}


.image-intro {
	object-fit: contain;
	float:left
	max-height: 150px;
	padding: 0;
	margin: 40px 0px 40px 0px;
	position: relative;
}

@media only screen and (max-width: 400px) and (min-width: 300px) {
    /* For mobile phones: */
    .image-intro {
        max-height: 80px;
    }
}



.image-sunfish {
	object-fit: contain;
	margin: 0 auto;
	max-height: 375px;
	padding: 0;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.image-mkii-intro-header {
	width: 100%;
	float: left;
	padding: 0px;
	margin: -20px 0px 50px 0px;
	position: relative;
	mix-blend-mode: multiply;
}

.image-cent {
	object-fit: contain;
	
	max-height: 250px;
	padding: 0;
	margin: 45px 0px 0px 0px;
	position: relative;
}

.image-header {
   object-fit: cover;
   width: 100%;
   max-height: 450px;
   padding: 0px;
   margin: 0px 0px 40px 0px;
   position: relative;
}

.image-fullwidth {
   object-fit: cover;
   width: 100%;
   max-height: 500px;
   padding: 0px;
   margin: 0px 0px 75px 0px;
   position: relative;
}


/*//////////////// FOOTER ////////////////*/
.footer {
    background: #7d7d7d;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}    

.clearFloat { clear: both;} 


/* For desktop: */
.col-1 {width: 33%; padding: 15px;}
.col-2 {width: 75%;}
.col-3 {width: 25%; padding-left: 0px; padding-right: 15px;}
.col-4 {width: 40%; padding: 40px;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%; padding: 15px;}
.col-7 {width: 58.33%;}
.col-8 {width: 60%; padding-right: 50px;}
.col-9 {width: 60%; padding-left: 0px;}
.col-10 {width: 35%; padding: 15px}
.col-11 {width: 65%; padding: 15px;}
.col-12 {width: 100%;}
.col-13 {width: 100%; padding: 0;}
.col-14 {width: 14.66%; float:left;}
.col-15 {width: 40%; float:left;}
.col-16 {width: 60%; float:right;}
.col-17 {width: 50%; padding: 0px 50px 0px 0px; float:left; background-color: #9933cc; height: 100%;}
.col-18 {width: 65%; padding: 15px}
.col-19 {width: 35%; padding: 15px;}
.col-20 {width: 50%; padding: 15px; clear: left;}
.col-21 {width: 50%; padding: 15px; float: right;}
.col-22 {width: 25%; padding: 15px; }
.col-23 {width: 70%; padding: 15px; }

@media only screen and (max-width: 700px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    /* For mobile phones: */
    [class*="col-3"] {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    /* For mobile phones: */
    [class*="col-16"] {
        width: 100%;
    }
}

/*//////////////// HEADER ////////////////*/

.header {
    background-color: #9933cc;
    color: #ffffff;
    padding: 15px;
    width: 100%;
}

#header-logo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-top: 4em;
	margin-right: 38px;
	margin-bottom: 0.35em
}

.sidenav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-left: 0em;
    padding-top: 3.5em;
	overflow: auto;
	overflow-y: hidden; // hide vertical
	overflow-x: hidden; // hide horizontal
}


::-webkit-scrollbar { 
    display: none;
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */ 
}


.sidenav a {
    font-family: 'PT Serif', serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 8px 8px 8px 25px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #413c37;
    display: inline-block;
    transition: 0.5s;
}

.sidenav a:hover {
    color: #42cbed;
}


.sidenav-sub a {
    padding: 8px 8px 8px 25px;
    text-decoration: none;
    font-size: 16px;
    text-transform: none;
    color: #413c37;
    display: inline-block;
    transition: 0.5s;

}

.sidenav-sub a:hover {
    color: #42cbed;
}

.sidenav .openbtn {
	font-size: 38px;
	color: #413c37;
	cursor: pointer;
	position: absolute;
	left: 1em;
	bottom: 0.2em;
	transition: 0.5s;
}

.sidenav .openbtn:hover {
	color: #42cbed;
	
}

.sidenav .closebtn {
    position: absolute;
    bottom: 2em;
    left: 0.21em;
    font-size: 34px;
    margin-left: 0.25em;
    margin-top: 0em;
    transition: 0.5s;
}



* {
    box-sizing: border-box;
}

.navRow-A {  
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: flex;
    -osx-flex-wrap: flex;
    flex-wrap: wrap;
    float: left;
    max-width: 35%;
}

@media screen and (max-width: 420px) {
    .navRow-A {
        flex-direction: column;
        flex; 35%; !IMPORTANT;
    }
}


.navRow-B {  
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: flex;
    clear: right;
    max-width: "50%";
}

@media screen and (max-width: 420px) {
    .navRow-B {
        flex-direction: column;
        
    }
}



.flexNav-A {
    flex: 20%;
    display: -webkit-flex;
    -webkit-flex-wrap: flex;
    background-color: "";
    padding: 10px;
    float: left;
}

.flexNav-B {
    flex: 25%;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-wrap: flex;
    background-color: "";
    padding: 10px;
    float: left;
}



/* Responsive layout - when the screen is less than 800px wide, 
make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) and (max-device-width:800px) {
    .NavRow { 
    	-webkit-flex-wrap: flex;  
        flex-direction: column;
    }
}






/*//////////////// HOME PAGE MEDIA ////////////////*/

.arrow-wrap {
	margin: 0 auto;
	position: relative;
	padding: 0;
}


.limitless {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #413c37;
	font-size: 1.7em;
	letter-spacing: 0.02em;
	line-height: 1.5em;
	padding: 0em 0em 0em 0em;
	margin-bottom: 20px;
	text-align: center;	
	margin: 100px 0px 100px 0px;
}

.limitless .blue {
	color: #42cbed;
	font-size: 1.1em;

}


.top-left-b {
	position: absolute;
	top: 60px;
	left: 30px;
	width: 70px;
	animation-name: Fade;
	transition:  (1, 0.6, 1);
 	animation-duration: 4s;
 	animation-iteration-count: infinite;
 	animation-delay: 0s;
 	animation-timing-function: ease;
 	animation-fill-mode: forwards;
}

.top-right-b {
	position: absolute;
	transform: rotate(90deg);
	top: 60px;
	right: 30px;
	width: 70px;
	animation-name: Fade;
	transition: opacity (1, 0.6, 1);
 	animation-duration: 4s;
 	animation-iteration-count: infinite;
 	animation-delay: 1s;
 	animation-timing-function: ease;
 	animation-fill-mode: forwards;
}
	
.bottom-left-b {
	position: absolute;
	transform: rotate(-90deg);
	bottom: 60px;
	left: 30px;
	width: 70px;
	animation-name: Fade;
	transition: opacity (1, 0.6, 1);
 	animation-duration: 4s;
 	animation-iteration-count: infinite;
 	animation-delay: 3s;
 	animation-timing-function: ease;
 	animation-fill-mode: forwards;
}	

.bottom-right-b {
	position: absolute;
	transform: rotate(180deg);
	bottom: 60px;
	right: 30px;
	width: 70px;
	animation-name: Fade;
	transition: opacity (1, 0.6, 1);
 	animation-duration: 4s;
 	animation-iteration-count: infinite;
 	animation-delay: 2s;
 	animation-timing-function: ease;
 	animation-fill-mode: forwards;
}

@Keyframes Fade {

	0% {opacity: 1}
	5% {opacity: 0.6}
	100% {opacity: 1}
}



.top-left-c {
	position: absolute;
	top: 60px;
	left: 30px;
	width: 40px;
	animation: bounceTL 4s;
	animation-iteration-count: infinite;
	color: #e41923;
	transition: 7s;
	animation-delay: 0s;
	opacity: 0.6;
	transform: translateZ(0);
}

@keyframes bounceTL {
	0%		{ 	transform: translate(0px, 0px)}
	5% 	{	transform: translate(25px, 25px)}
	10%		{	transform: translate(0px, 0px)}
	15%		{	transform: translate(7px, 7px)}
	18%		{	transform: translate(0px, 0px)}
	22%		{	transform: translate(3px, 3px)}	
	25%		{ 	transform: translate(0px, 0px)}
	100%	{ 	transform: translate(0px, 0px)}
}			

.top-right-c {
	position: absolute;
	transform: rotate(90deg);
	top: 60px;
	right: 30px;
	width: 40px;
	animation: bounceTR 4s;
	animation-iteration-count: infinite;
	color: #e41923;
	transition: 7s;
	animation-delay: 1s;
	opacity: 0.6;
	transform: translateZ(0);
}

@keyframes bounceTR {
	0%		{ 	transform: translate(0px, 0px) rotate(90deg);}
	5% 	{	transform: translate(-25px, 25px) rotate(90deg);}
	10%		{	transform: translate(0px, 0px) rotate(90deg);}
	15%		{	transform: translate(-7px, 7px) rotate(90deg);}
	18%		{	transform: translate(0px, 0px) rotate(90deg);}
	22%		{	transform: translate(-3px, 3px) rotate(90deg);}	
	25%		{ 	transform: translate(0px, 0px) rotate(90deg);}
	100%	{ 	transform: translate(0px, 0px) rotate(90deg);}
}		

.bottom-right-c {
	position: absolute;
	transform: rotate(180deg);
	bottom: 60px;
	right: 30px;
	width: 40px;
	animation: bounceBR 4s;
	animation-iteration-count: infinite;
	color: #e41923;
	transition: 7s;
	animation-delay: 2s;
	opacity: 0.6;
	transform: translateZ(0);
}

@keyframes bounceBR {
	0%		{ 	transform: translate(0px, 0px) rotate(180deg);}
	5% 		{	transform: translate(-25px, -25px) rotate(180deg);}
	10%		{	transform: translate(0px, 0px) rotate(180deg);}
	15%		{	transform: translate(-7px, -7px) rotate(180deg);}
	18%		{	transform: translate(0px, 0px) rotate(180deg);}
	22%		{	transform: translate(-3px, -3px) rotate(180deg);}	
	25%		{ 	transform: translate(0px, 0px) rotate(180deg);}
	100%	{ 	transform: translate(0px, 0px) rotate(180deg);}
}		

.bottom-left-c {
	position: absolute;
	transform: rotate(-90deg);
	bottom: 60px;
	left: 30px;
	width: 40px;
	animation: bounceBL 4s;
	animation-iteration-count: infinite;
	color: #e41923;
	transition: 7s;
	animation-delay: 3s;
	opacity: 0.6;
	transform: translateZ(0);
}

@keyframes bounceBL {
	0%		{ 	transform: translate(0px, 0px) rotate(-90deg);}
	5% 		{	transform: translate(25px, -25px) rotate(-90deg);}
	10%		{	transform: translate(0px, 0px) rotate(-90deg);}
	15%		{	transform: translate(7px, -7px) rotate(-90deg);}
	18%		{	transform: translate(0px, 0px) rotate(-90deg);}
	22%		{	transform: translate(3px, -3px) rotate(-90deg);}	
	25%		{ 	transform: translate(0px, 0px) rotate(-90deg);}
	100%	{ 	transform: translate(0px, 0px) rotate(-90deg);}
}