#toolset {
	display: none;
}

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

a:active {
	opacity: 1.0;
}

.page a.active {
    text-shadow: 0px 0px 34px white;;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: 500;
}

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;
    transition: 0.2s;
}

img:hover {
	box-shadow: inset 0 0 24px rgba(255, 247, 216, 0.35),
        0 0 24px rgba(255, 247, 216, 0.35);
    
   	cursor: pointer;
	transition: 0.2s;
}

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

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

hr {
	background: rgba(130, 130, 130, 0.39);
    mix-blend-mode: difference;
	border: 0;
	height: 1.5px;
	display: block;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}

.content img {
	float: none;
    border-radius:1.5rem;
	margin-bottom: 0;
    vertical-align: bottom;
}

[image-gallery="slideshow"] {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0rem;
    border-radius: 1.5rem;
    border: solid 0px #111;
    box-shadow: 2px 2px 81px rgba(183, 255, 183, 0);
    
}

.gallery_image_caption {
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
    font-size: 1.7rem;
	font-weight: 400;
    color: rgba(253, 253, 253, 0.75);
	font-family: Diatype, Icons;
	line-height: 1.5;	
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.8rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.75);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.2;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
    transition: text-shadow 0.2s;
    text-shadow: 0 0 7px rgba(255, 254, 239, 0.87)
        ,
        0 0 4px rgba(59, 59, 59, 0.94);
    cursor: pointer;
}

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: "Arizona Serif Variable", Icons;
	padding: 0;
	margin: 0;
	font-size: 3rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.75);
	font-style: normal;
	font-weight: 200;
	font-variation-settings: 'slnt' 0, 'SRFF' 1;
}

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

[data-predefined-style="true"] h2 {
	font-family: "Arizona Serif Variable", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 2.4rem;
	line-height: 1.2;
	font-variation-settings: 'slnt' 0, 'SRFF' 1;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.2;
	font-family: "Arizona Flare Variable", Icons;
	color: rgba(255, 255, 255, 0.6);
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'SRFF' 0.25;
}

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

/**
 * Breakpoints
 */


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

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

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(0, 0, 0)/*!body_bgcolor*/;
}

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

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


/**
 * Thumbnails
 */

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

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

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

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

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

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

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

.thumbnails .thumb_image {
	outline: 3px solid rgba(0, 0, 0, 0.16);
    outline-offset: -1px;
    border-radius: 1.5rem;
    box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.2);

}

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

.thumbnails .tags {
    margin-top: 1.0rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.5;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}

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

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: rgba(237, 255, 237, 1);
    line-height: 1;
    font-size: 30px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(255, 255, 255, 0);
    position: fixed;
	right: 4rem /*!site_menu_button*/;
	top: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -2px;
    font-size: 32px;
}

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

#site_menu_button.active {
	display: none;
}


/**
 * Site Menu
 */

#site_menu {
	font-family: "Diatype Variable", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 2em;
	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;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

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

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.77);
	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.69);
	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: 1rem /*!shop_button*/;
	left: 1.5rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: Diatype, Icons;
    padding: 0;
    line-height: 1.3;
	font-style: normal;
}

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

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

/*
 * Shop Product Widget
 */

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

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

.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.4;
    padding: .7rem 2.5rem 0.6rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.3rem;
    background: rgba(255, 255, 255, 0.75);
    color: rgba(255, 255, 255, 1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem 0.8rem;
	font-style: normal;
	font-weight: 700;
}

/*
 * 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.6rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    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: 2px;
}

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

/**
 * 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: 2px;
}

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


/**
 * 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: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.4rem;
    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: 0.9rem;
    fill: rgba(0, 0, 0, 0.5);
}

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

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

/*
 * Custom
 */

.title1 {
}

.section1 {
    border-radius: 4rem;
    background-color: rgba(252, 252, 252, 1);
    border: solid 0rem #fff;
}
.section1b {
    border-radius: 4rem;
    background-color: rgba(235, 235, 232, 0.93);
    border: solid 1rem #fff;
}

.section2 {
	background-color: #131413;
    border: solid 2rem #f5f5f5;
    border-radius: 2rem;
}

.section3 {
	background-color: #dadada;
    border: solid 1rem #f6f6f6;
    border-radius: 3rem;
}

.textglow {
    text-shadow: 0px 0px 60px rgba(255, 253, 198, 0.86),
        0px 0px 37px rgba(255, 251, 108, 1);
}

.tag {
	background-color: rgba(27, 27, 27, 0.33);
    color: #fff;
    padding-right: 1.2rem;
    padding-left: 0.8rem;
        padding-top: 0.1rem;
            padding-bottom: 0.1rem;

box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.37);
    border-radius: 1.0rem;
    border: solid 1px rgba(151, 151, 151, 0.83);
}

.tag2 {
	background-color: #fff;
    padding-right: 2rem;
        padding-top: 1.5rem;
    padding-bottom: 1.5rem;

    padding-left: 2rem;
    border-radius: 2rem;
    margin: 0rem;
    border-right: solid 2px #000;
    border-left: solid 1px #777;
    border-top: solid 1px #777;
    border-bottom: solid 2px #000;

    box-shadow: 12px 12px 17px rgba(17, 52, 95, 0.17), 
        inset -1rem -1rem 31px rgba(142, 142, 142, 0.16)
;
}

.tag3 {
	background-color: #171717;
    color: #cbcbcb;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.4em;
    display: inline-table;
    padding-right: 0.5em;
    box-shadow: 2px 2px 0px #000;
    border-radius: 1.0rem;
    border: solid 1px #080808;
}
    
.tag4 {
	background-color: #d7d7d7;
    color: #cbcbcb;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: 2px 2px 14px #c6c6c6;
    border-radius: 1.0rem;
    border: solid 1px #898989;
}

.manuscript {
	background-color: rgba(4, 20, 19, 1);
    padding: 1.5em;
    margin: -1.5em;
    box-shadow: inset 2px 2px 76px rgba(0, 255, 168, 0.09);
    border-radius: 1.0em;
}

.title1 {
	background-color: rgba(255, 250, 194, 0);
    color: #000;
    border-radius: 1.6rem;
    border: solid 0px #ede500;
    box-shadow: inset 0px 0px 28px rgba(255, 194, 158, 0.4),
        2px 2px 45px rgba(255, 249, 230, 0.36);
}

.title2 {
    color: #fff;
    text-shadow: 1px 1px 22px rgba(137, 136, 105, 0.64);
}

.menu {
    display: flex;
  justify-content: flex-end;
}

.color-cycle {
  font-weight: bold;
  text-align: right;
  font-size: 2.5em;
  line-height: 0.0em;
  opacity: 70%;
    user-select: none;
  filter: blur(65px);  animation: color-cycle 8s linear infinite;
  text-shadow: 0 0 10px 27 rgba(255, 0, 0, 0.5);
}

@keyframes color-cycle {
  0% { 
    color: #ff5f5f; /* Red */
    text-shadow: 0 0 10px 21 rgba(255, 95, 95, 0.5); /* Lighter red glow */
  }
  20% { 
    color: #5f5fff; /* #090936 */
    text-shadow: 0 0 10px 23 rgba(95, 95, 255, 1); /* Lighter blue glow */
  }
  40% { 
    color: #267226; /* Green */
    text-shadow: 0 0 10px 0 rgba(56, 147, 56, 0.5); /* Lighter green glow */
  }
  60% { 
    color: #787800; /* #5e5e16 */
    text-shadow: 0 0 10px 0 rgba(255, 255, 95, 0.5); /* Lighter yellow glow */
  }
  80% { 
    color: #640064; /* #902739 */
    text-shadow: 0 0 10px 0 rgba(255, 95, 255, 0.5); /* Lighter pink glow */
  }
  100% { 
    color: #ff5f5f; /* #780000 */
    text-shadow: 0 0 10px 0 rgba(255, 95, 95, 0.5); /* Lighter red glow */
  }
}

.color-cycle2 {
  text-align: right;
  font-size: 0.6em;
  line-height: 0.0em;
  opacity: 100%;
  display: grid;
  align-content: flex-end;
  user-select: none;
  filter: blur(3px);
  text-shadow: 0 0 78px rgba(65, 48, 0, 0.71);
  animation: color-cycle2 5s linear infinite;
}

@keyframes color-cycle2 {
  0% { 
    color: rgba(255, 32, 32, 0.89); /* Red */
    text-shadow: 0 0 10px rgba(255, 194, 255, 1),
        0 0 40px rgba(255, 248, 126, 1), 
        0 0 40px rgba(255, 248, 126, 1); /* Lighter pink glow */
  }
  20% { 
    color: rgba(250, 255, 207, 0.72); /* #090936 */
    text-shadow: 0 0 31px rgba(174, 174, 255, 1),
        0 0 40px rgba(255, 248, 126, 1), 
        0 0 40px rgba(255, 248, 126, 1); /* Lighter blue glow */
  }
  40% { 
    color: rgba(150, 209, 255, 0.78); /* Green */
    text-shadow: 0 0 35px rgba(128, 255, 229, 1),
        0 0 40px rgba(255, 248, 126, 1), 
        0 0 40px rgba(255, 248, 126, 1); /* Lighter green glow */
  }
  60% { 
    color: rgba(207, 255, 215, 0.72); /* #5e5e16 */
    text-shadow: 0 0 20px rgba(255, 255, 95, 1),
        0 0 40px rgba(255, 248, 126, 1), 
        0 0 40px rgba(255, 248, 126, 1); /* Lighter yellow glow */
  }
  80% { 
    color: rgba(255, 215, 255, 0.79); /* #902739 */
    text-shadow: 0 0 10px rgba(255, 194, 255, 1),
        0 0 40px rgba(255, 248, 126, 1), 
        0 0 40px rgba(255, 248, 126, 1); /* Lighter pink glow */
  }
  100% { 
    color: rgba(255, 32, 32, 0.89); /* #780000 */
    text-shadow: 0 0 10px rgba(255, 249, 141, 0.98); /* Lighter red glow */
  }
}

.titlebox {
    
  background-color: rgba(10, 10, 10, 1);
  margin: 0px -100%;
  box-shadow: 0 0px 51px rgba(0, 0, 0, 0.64);
  padding: 0 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.menubox {
  background-color: rgba(0, 0, 0, 0.55);
  margin: 0px -100%;
  padding: 0 100%;
  backdrop-filter: blur(18px);
  margin-top: -0.1em;
  margin-bottom: -0.3em;
  padding-bottom: -1rem;
}

.textbox2 {
  background-color: rgba(252, 255, 146, 1);
  margin: 0px -100%;
  padding: 0 100%;
    
  padding-bottom: -2rem;
}
.textbox {
    background-color: rgba(255, 255, 204, 1);    
	padding: 1.5em;
    margin: -1.5em;
    border-radius: 1.0em;
    box-shadow: inset 0 0 2.7em rgba(122, 210, 200, 0.5);
}

.featurebox {
  mix-blend-mode: difference;
  background-color: rgba(255, 255, 255, 0.04);
  margin: 0px -100%;
  padding: 0 100%;
  backdrop-filter: blur(58px);
    margin-top: 0.0em;
  padding-bottom: 0rem;
}

.difference {
  mix-blend-mode: difference;
}


.collapse_toggle_wrapper    
{
        
}

#collapse_wrap 
{
    margin-top: 0px;
    padding: 1em;
    background: rgba(255, 255, 255, 0);
    width: auto; height: auto;
}



#collapse_wrap_toggle 
{
    padding: 1em;
    display: block;
    width: 100%;
	overflow: hidden;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}

#collapse_wrap_toggle:hover 
{
    background: rgba(255, 255, 255, 0.27);
    box-shadow: 1px 1px 2px rgba(255, 253, 230, 0.27);
}
