
@font-face {
	font-family: 'WES';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1666273/sunset-gothic-regular-pro.ttf') format('truetype');
}

h1, h2, h3 {
	font-family: 'WES' !important;
}

:root {
	--neon: #00D998;
    --neonhover: #00fc00;
    --h3color: #132226;
    --lightneon: #E9B878;
    --mint: #E1F2DF;
    --red: #e54b17;
}

/*:root {
	--gradient: linear-gradient(
    135deg,
    #FFFFFF,
    #FFE3DA,
    #F3CEFF,
    #CAFFD7);
}

:root {
	--gradient: linear-gradient(
    135deg,
    #FFFFFF,
    #FFE3DA,
    #F3CEFF,
    #E56D49);
}

:root {
	--gradient: linear-gradient(
    135deg,
    #E9B878,
    #00D998,
    #93D382,
    #DBECD9);
}

:root {
	--gradient: linear-gradient(
    135deg,
    #00D998,
    #93D382,
    #ffe3da,
    #F3CEFF,
    #DBECD9,
    #CAFFD7);
}*/

:root {
	--gradient: linear-gradient(
    135deg,
    #00D998,
    #93D382,
    #ffe3da,
    #F3CEFF);
}

#toolset {
	display: none;
}

body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	color: #ff0000;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, .15);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    /*margin-top: 1rem;
    margin-bottom: 0.5rem;*/
    font-size: 1.3rem;
	font-weight: 500;
    color: #132226;
	/*color: rgba(0, 0, 0, 0.4);*/
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;
    background: var(--lightneon);
    padding: 1rem 0 0.5rem 0;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.3rem;
	font-weight: 400;
	color: #010101;
	font-family: "Favorit Variable", Icons;
	font-style: normal;
	line-height: 1.7;
	font-variation-settings: 'slnt' 0;
}

[data-predefined-style="true"] bodycopy a {
	color: #e54b17;
	text-decoration: underline;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: 3.2rem;
	line-height: 1.1;
	color: #132226;
    letter-spacing: -0.04rem;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: #132226;
	font-size: 1.8rem;
	line-height: 1.2;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	}

[data-predefined-style="true"] h2 a {
	color: #e53200;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.2;
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.85);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: center /*!text_center*/;
}

[data-css-preset] body {
	background-color: #fff /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 0rem /*!main_margin*/;
	padding-bottom: 0rem /*!main_margin*/;
	padding-left: 0rem /*!main_margin*/;
	padding-right: 0rem /*!main_margin*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.0rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 0.5;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
	color: rgba(0, 0, 0, 0.75);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	top: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
	font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/**
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1.;
    position: fixed;
	padding: 6px;
	top: 2.5rem /*!shop_button*/;
	right: 3rem /*!shop_button*/;
}

#shop_button.text {
	font-family: Diatype, Icons;
	font-size: 2.4rem;
    padding: 0;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
    line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/**
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: Diatype, Icons;
	font-size: 1.3rem;
	line-height: 1rem;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 500;
}

.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.3rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .8rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
	/*font-family: Diatype, Icons;
	font-size: 1.3rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .8rem;
	font-style: normal;
	font-weight: 500;*/
    font-family: "Favorit Variable", Icons;
	font-size: 1.3rem;
    font-weight: 400;
    background: var(--neon);
    /*border-radius: 1rem;*/
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1.0;
    padding: 1.5rem 1.75rem;
	font-style: normal;
	/*font-weight: bold;*/
    text-decoration: none;
    /*box-shadow: 2px 2px 0 #000;*/
    border: solid 1px #000;    
}

.shop_product .button a {
   color: #36140B !important; 
}

.shop_product .button:hover {
	background: var(--neonhover);
    box-shadow: 1px 1px 3px #3D6F30;
}

/**
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: Diatype, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.3rem;
	font-style: normal;
	font-weight: 500;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/**
 * Audio Player
 */

.audio-player {
    max-width: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.3;
	font-family: Diatype, Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

[data-css-preset] .backdrop {
	width: 100% /*!background_cover*/;
}

.landing h1 {
	font-size: 4.5em;
}

.landing h2 a {
	color: var(--mint);
}

@media only screen and (max-width: 640px) {
.landing h1 { 
	font-size: 4em }
}

.cta {
	font-family: Diatype, Icons;
	font-size: 1.3rem;
    color: #13404D !important;
    background: var(--neon);
    /*border-radius: 1rem;*/
    flex: 0 0 50%;
    text-align: left !important;
    display: inline-block;
	line-height: 1.0;
    padding: 1.5rem 1.75rem;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
    box-shadow: 4px 4px 2px #13404D;
    border: solid 1px #13404D;
    width: 100%;
}

.cta a {
   text-decoration: none !important; 
}

.cta:hover {
	background: var(--neonhover) ;
    box-shadow: 2px 2px 2px #13404D;
}

.tac {
	font-family: Diatype, Icons;
	font-size: 1.3rem;
    color: #13404D !important;
    background: rgba(0,0,0,0);
    /*border-radius: 1rem;*/
    flex: 0 0 50%;
    text-align: left !important;
    display: inline-block;
	line-height: 1.0;
    padding: 1.5rem 1.75rem;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
   	box-shadow: 2px 2px 2px #13404D;
    border: solid 1px #13404D;
    width: 100%;
}

.tac:hover {
	background: var(--neonhover) ;
    box-shadow: 1px 1px 2px #13404D;
}

.l-menu a.currentpage {
    color: #0D2A33 !important;
    font-weight: 500;
}

.shop_product .button {
	color: #2e4e4a !important;
    text-decoration: none !important;
}

body{
	background: transparent;
    background-image: var(--gradient);
    background-size: 300%;
    animation: gradient 8s infinite alternate;
}

@keyframes gradient {
	0% {
		background-position: left top;
	}
	100% {
		background-position: right bottom;
	}
}

h3 {
    font-style: normal;
    font-weight: normal;
    color: var(--h3color);
}

/*a {
    text-decoration-color: var(--neon);
}*/

.footer a {
	text-decoration: none !important;
}

.reader h1 {
	max-width: 24ch;
}

.reader h2 {
	max-width: 44ch;
}

.reader p {
	margin-top: 2.1em;
    max-width: 60ch;
}

.gallery_image_caption {
    background-color: transparent;
	background-image: linear-gradient(rgba(19, 34, 38, 0), rgba(19, 34, 38, 0.8));
    color: #2bff00;
    margin-top: -60px;
    z-index: 1000;
    padding-left: 2.5em;
}

[image-gallery-horizontal-align=middle] .gallery_image_caption {
    text-align: left !important;
}

.image-gallery-navigation .left-arrow .outer-color, .image-gallery-navigation .right-arrow .outer-color {
	stroke: #E1F2DF;
    stroke-width: 2.5px;
}

.image-gallery-navigation .left-arrow .inner-color, .image-gallery-navigation .right-arrow .inner-color {
	stroke: #E1F2DF;
	stroke-width: 1.5px;
}

.school-menu ul{
    padding: 0;
	margin: 32px 0;
    list-style-type: none;
}

.school-menu li {
    padding-right: 16px;
	display: inline-block;
    width: 30%;
}

.school-menu a {
    text-decoration: none !important;
}

@media only screen and (max-width: 640px) {
.school-menu li { 
	padding-bottom: 16px;
    display: block;
    width: 100%; }
}

.l-menu {
   margin-top: 100vh;
}

.l-menu ul {
    padding: 0;
	margin: 32px 0;
    list-style-type: none;
}

.l-menu li {
	padding: 16px 0 0 0;
}

.l-menu a {
	display:block;
    text-decoration: none !important;
}

/*.l-menu a:hover {
	background: #EBCD4D;
}*/

.m-menu ul {
    padding: 0;
	margin: 32px 0;
    list-style-type: none;
}

.m-menu ul {
    padding: 0;
	margin: 32px 0;
    list-style-type: none;
}

.m-menu li {
	padding: 16px 0 0 0;
}

.m-menu a {
	display:block;
    text-decoration: none !important;
}

.disco {
	background: transparent;
    background-image: url("https://files.cargocollective.com/c1666273/disco.png");
    background-size: 175%;
    color: #E1F2DF;
    z-index: 10;
}

.disco:hover {
	color: #2e4e4a !important;
}

hr.red {
	border-top: 2px solid #e56349;
}

.signup-form {
	display: flex;
    margin-top: 32px;
}

.signup-form input {
	background: #e56349;
    border-bottom: 1px solid #132226;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 1rem;
}

.signup-form label {
    padding: 1rem 1rem 1rem 0;
}

.signup-box {
	color: #132226 !important;
}

.news {
    font-family: "Favorit Variable", Icons;
	font-size: 1.3rem;
    font-weight: 400;
    background: var(--neon);
    border-radius: 0.5rem;
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1.0;
    padding: 1rem;
	font-style: normal;
	/*font-weight: bold;*/
    text-decoration: none;
    /*box-shadow: 2px 2px 0 #000;*/
    border: none;    
}

.news {
       color: #36140B;  
}

.news:hover {
	background: var(--neon);
    box-shadow: 0 0 6px #3D6F30;
}

.top-nav {
	z-index: 10;
    border-bottom: 1px solid #E1F2DF; 
}

.top-nav ul {
	display: flex;
    justify-content: start;
    background: transparent;
}

.top-nav li {
    list-style-type:none;
    min-width: 150px;
    box-shadow: none;
    padding: 8px 0;
}

.top-nav li a {
    color: #E1F2DF !important;
	text-decoration: none;
}

.top-nav ul li ul {
	display: none;
    padding: 0;
}

.top-nav li:hover ul {
	display: block;
    padding: 0;
}

/*Class list styling*/

.classes p {
  margin: 0;
}

.classes h1 {
  line-height: 70px;
  font-size: 40px !important;
  font-family: 'Diatype' !important;
  font-weight: normal;
  color: rgba(229, 75, 23, 0.8) !important;
  letter-spacing: .1px;
  padding: 0 0 4px 0;
  border-bottom: 2px solid #e54b17;

}

.classes a {
  font-size: 40px;
  line-height: 70px;
  border-bottom: 2px solid #e54b17;
  font-family: 'Diatype';
  display: block;
  letter-spacing: .1px;
  padding: 0 0 4px 0;
  text-decoration: none !important;
}

.classes a:nth-child(even) {
  background-color: #f2f2f2;
}

.classes a:hover {
	background: #F37039;
    color: white;
}

.header {
  border-bottom: 2px solid #e54b17;
  width: 100% !important;
}

.header h1 {
  text-align: left;
  line-height: 70px;
  font-size: 40px;
  font-family: 'Diatype' !important;
  font-weight: normal;
  color: #e54b17;
  letter-spacing: .1px;
  padding-bottom: 4px;
}

@media (max-width: 768px) {
	
.classes a, 
.header h1 {
  font-size: 30px; 
    }
}

/*Responsive nav*/
:root {
  --dark-grey: #333333;
  --medium-grey: #636363;
  --light-grey: #eeeeee;
  --ash: #f4f4f4;
  --primary-color: #2b72fb;
  --white: white;
  --border: 1px solid var(--primary-color);
  --shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

ul {
	list-style: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

.btn {
  display: block;
  background-color: var(--neon);
  color: var(--white);
  text-align: center;
  margin: 0 1.5rem;
  padding: 0.6rem 1.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 5px;
}

.icon {
  padding: 0.5rem;
  background-color: var(--light-grey);
  border-radius: 10px;
}

.logo {
  margin: 0 1.5rem;
}

#nav-menu {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid var(--mint);
}

#nav-menu a {
  color: var(--mint);
  text-decoration: none;
}

#nav-menu a:hover {
  color: var(--neonhover);
  text-decoration: none;
}

.nav-menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  height: 60px;
  padding: 0;
}

.menu-bar .nav-link {
  font-size: 1.3rem;
  padding: 0 0 0.2rem 0;
  min-width: 60px;
  margin: 0 1rem;
  color: #E1F2DF;
  text-decoration: none;
}

.menu-bar .nav-link:hover {
  color: var(--neonhover);
}

.navdrop a:hover {
  color: var(--h3color) !important;
}

.nav-start,
.nav-end,
.menu-bar,
.right-container,
.right-container .search {
  display: flex;
  align-items: center;
}

.navdrop {
  display: flex;
  flex-direction: column;
  min-width: 230px;
  background-color: var(--neon);
  border-radius: none;
  position: absolute;
  top: 61px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.97) translateX(-5px);
  transition: 0.1s ease-in-out;
  /*box-shadow: var(--shadow);*/
}

.navdrop.active {
  display: flex;
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateX(5px);
}

.navdrop ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  font-size: 1.3rem;
}

.dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.15rem;
}

.dropdown-link {
  color: var(--neonhover);
  transition: 0.1s ease-in-out;
}

.dropdown-link p {
  color: var(--medium-grey);
}

.right-container {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

#customers {
  border-collapse: collapse;
  width: 100%;
}

#customers a {
	text-decoration: none;
}

#customers td, #customers th {
  border-bottom: 2px solid #e54b17;
  height: 70px;
}

#customers td, #customers th {
  font-size: 18px;
  font-family: 'Diatype';
  font-weight: normal;
}

#customers td:nth-child(2) {
  font-size: 25px;
}

@media (max-width: 768px) {
#customers td:nth-child(2) {
  font-size: 30px;
}
}

/*#customers tr:nth-child(even) {
  background-color: rgba(221, 221, 221, 0.48);
}*/

#customers tr:hover {
  background-color: #F37039;
  color: #fff;
}

#customers tr:hover a {
  color: #fff;
}

#customers .past {
    text-decoration: line-through;
}

#more {
	display:none;
}

.underline a {
	text-decoration: underline;
}

.flier {
	pointer-events: auto;
}

.flier > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 90s linear infinite;
        pointer-events: auto;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 0s;
	z-index: 999999;
}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */


@-webkit-keyframes fly {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}