/* @override http://localhost:8888/WebDev/Development/spin-new-now/css/mobile.002.css */

/* @group Size Modifications */

/*Min Width: Greater than or equal to
Max Width: Width is between 0 and ###px*/

/*Ratio is the lower the second number the wider the ratio the higher it is the longer the ratio*/
/*.element {
  aspect-ratio: 2 / 1; /* ↔️ is double the ↕️ *!/
}

.element {
  aspect-ratio: 1 / 1; /* ⏹ a perfect square *!/
}*/

@media screen and (max-width: 1200px) {

	html {
		font-size: 8px;
	}
	
	body {
		font: 2rem / 3.2rem var(--textFont);
	}
	
	.noMobile {
		display: none!important;
	}
	
	.noDesk {
		display: block!important;
	}
	
	.headShape {
		display: none;
	}
	
	header .headTop {
		width: 100%;
		background: none;
		margin-bottom: -9rem;
		position: static;
	}
	
	header .headTop img {
		object-fit: contain;
		object-position: 100% 100%;
		margin-top: 0vh;
		width: 100vw;
		max-width: 100%!important;
		max-height: 100%;
	}
	
	main .mainContentWrap h2.inline {
		font-size: 2.5rem;
		font-weight: bold;
		float: none;
		margin: 0 .5rem 0 0;
		color: var(--spinPurple);
		line-height: 4.1rem!important;
		text-align: center;
		padding-top: 1rem;
		text-transform: capitalize;
	}
	
	main .mainContentWrap > article:nth-of-type(1) > h2.inline {
		float: none;
		margin: 1rem 0 0;
		font: 3rem/3rem var(--subLogoFont);
	}
		
	.imagesOffsetGal span:nth-of-type(3),
	.imagesOffsetGal span:nth-of-type(4),
	.imagesOffsetGal span:nth-of-type(5) {
		display: none;
	}
	
	/* @group Main Book */

	.mainBook {
		font: 2.5rem/4rem var(--subLogoFont);
		position: relative;
		margin: 3rem 0rem;
	}
	
	.mainBook a {
		padding: 2rem 1rem 0;
	}
	
	/* @end main book */
	
	/* @group Head Intro */
	
	.headIntro p.inDesc {
		font-size: clamp(1.9rem, 1.3vw, 2.8rem);
		line-height: clamp(2.9rem, 2.5vw, 4.1rem);
	}
	
	.headIntro #loadContentHead .headNavWrapper .headerNav {
		margin: 1rem 2rem 3rem;
		border-radius: 10px;
		background: none;
		background-blend-mode: normal;
		padding-top: 2rem;
	}

	.headerNav ul {
		flex-flow: row wrap;
	}

	.headerNav ul li a {
		font-size: clamp(2rem, 2.6vw, 2.5rem);
		line-height: clamp(3rem, 3.5vw, 4rem);
		background-color: var(--spinGreen);
		padding: 1rem;
		border-radius: 10px;
		margin-bottom: 1rem;
	}
	
	.headIntro h1 {
		font-size: 3.5rem!important;
		margin-right: 2rem;
		margin-left: 2rem;
		line-height: 4rem!important;
	}
	
	.headerNav a:after {
		display: none;
	}
	
	/* @end head intro */
		
	/* @group Image Quote */
	
	.centerQuote figcaption {
		position: static;
		border-radius: 0 0 2rem 2rem;
		border: .2rem solid white;
		min-width: 100%;
		margin-top: -2rem;
		padding-top: 2rem;
	}
	
	.centerQuote figcaption > span {
		display: block;
	}
	
	.centerQuote figcaption .figSpider {
		display: none;
	}
		
	/* @end image quote */
	
	/* @group Quote Box */
	
	.quoteBox {
		font-size: 2rem;
		line-height: 2.8rem;
		padding: 1rem;
	}
	
	.quoteBox.left {
		margin-right: 2rem;
	}
	
	.quoteBox.right {
		margin-left: 2rem;
	}
	
	.quoteBox::before,
	.quoteBox::after {
		font-size: 2rem;
	} 

	/* @end quote box */
	
	
	/* @group Feature List */

	.featureListWrap .feature {
		height: 35rem;
	}
	
	.featureListWrap .featureList a:nth-of-type(2) {
		display: none;
	}
	
	/* @end feature list */

	/* @group Inline News */
	
	main .mainContentWrap .banner.contentHolder > div {
		margin: 5rem 0 -5rem;
	}
	
	.inlineNews .datesWrap {
		padding: 0rem;
	}
	
	.inlineNews .datesWrap .dates {
		flex-flow: column nowrap;
		align-items: flex-start;
		margin-bottom: 0rem;
		padding: .5rem;
	}
	
	.inlineNews .datesWrap .workDateTop {
		text-align: center;
		width: 100%;
	}
	
	.inlineNews .datesWrap .workDateBottom {
		text-align: center;
		padding-left: 0rem;
		width: 100%;
	}
	
	/* @end inline news */
	
	/* @group Inline Gallery */

	.inlineGalleryWrap .inlineGallery {
		grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
		grid-gap: 1rem;
		padding: 0rem;
	}
	
	/* @end inline gallery */
	
	/* @group Logo Scroller */
	
	.logosWrap {
		margin: 5rem 2rem;
		border-radius: 30px;
		padding: 2rem;
	}
	
	.logosWrap .logoScroller {
		padding: 1rem 0;
	}
	
	.logosWrap .logoScroller .carouselCell {
		width: 100%;
		height: 25rem;
		margin-right: 1rem;
	}
	
	.logosWrap .logoScroller .carouselCell img {
		padding: 1rem;
	}
	
	.logosWrap .logoScroller .flickity-prev-next-button {
		width: 50px;
		height: 50px;
		border: 2px solid var(--spinGreen);
	}
	
	.logosWrap .logoScroller .flickity-prev-next-button.previous { 
		left: -3rem; 
	}
	
	.logosWrap .logoScroller .flickity-prev-next-button.next {
		right: -3rem;
	}
	
	.logosWrap blockquote {
		font-size: 2rem;
		line-height: 3rem;
	}
	
	/* @end logo scroller */
	
	/* @group Bye Spin */

	.byeSpin {
		width: 100%;
		text-align: center;
		padding: 1rem;
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
	
	.byeSpin img {
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}
	
	/* @end bye spin */
	
	/* @group Footer */

	footer {
		flex-flow: column nowrap;
		justify-content: center;
		align-items: flex-start;
		padding: 0;
		margin-left: 0;
	}
	
	footer div:first-child {
		order: 1!important;
	}
		
	footer .footLogo {
		font: normal 4rem/3rem var(--logoFont);
		letter-spacing: .2rem;
		margin: 2rem 0 2.5rem;
		width: calc(100% - 6rem);
		text-align: center;
	}
	
	footer .footContact {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		width: calc(100% - 6rem);
		margin-bottom: 1rem;
		margin-top: 1rem;
	}

	footer .footContact a {
		font-size: 2.5rem;
		width: 5rem;
		height: 5rem;
	}
	
	footer .footLinks  {
		display: none;
	}

	/* @end footer */
	
	/* @group Site Bottom */
	
	/* @group Spiders */
	
	.siteBottom .siteBottomContent #credit {
		flex-flow: column wrap;
	}
	
	.spidersWrap {
		display: grid; 
		grid-template-columns: repeat(2, 1fr); 
		grid-template-rows: repeat(2, 1fr); 
		grid-column-gap: 1rem;
		grid-row-gap: 1rem;
		padding: 2rem 5rem;
	}
	
	.spidersWrap .spider {
		background-color: var(--spinPurple);
		padding: 2rem;
		border-radius: 10px;
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}
	
	.spidersWrap .spider:active {
		scale: .98;
	}
	
	.spidersWrap .spider .spiderWrap {
		flex: 1;
	}
	
	.spidersWrap .spider .spiderWrap a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.spidersWrap .spider .spiderWrap a h4 {
		display: block;
		padding-bottom: 1rem;
		text-align: center;
		font-size: 2rem;
	}
	
	.spidersWrap .spider span,
	.spidersWrap .spider h4 {
		color: white;
		margin: 0;
	}
	
	.spinHead,
	.siteBottom .siteBottomContent .mainLinksSecond a::after {
		display: none;
	}
	
	.spider.winkelLink {
		display: none;
	}
	
	/* @end spiders */
	
	/* @group Credit */
	
	#credit {
		text-align: center;
	}
	
	
	#credit .credit a {
		display: block;
	}
	
	/* @end credit */
	
	/* @group Footer Bottom */
	
	.siteBottom .siteBottomContent .siteBottom-Bottom {
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
		padding: 1rem;
	}

	/* @group Facebook Wrap */
	
	.siteBottom-Bottom .fbWrap,
	.siteBottom-Bottom .socialBtnsWrap {
		display: none;
	}
	
	/* @end facebook wrap */
	
	/* @group Address */
	
	.siteBottom-Bottom .address {
		display: none;
	}
	
	.siteBottom-Bottom .address p {
		text-align: center;
	}
	
	/* @end address */
	
	/* @group Visit Us */
	
	.visitUs {
		align-items: center;
	}
	
	.visitUs h4 {
		color: white;
		margin: 0 0 2rem;
		padding-bottom: 1rem;
		border-bottom-style: solid;
	}
	
	.visitUs > div {
		align-items: center;
	}
	
	/* @end visit us*/
	
	/* @end footer bottom */	

	/* @end site bottom */
	
	/* @group Extras Pop */

	.extrasPop {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}
	
	.extrasPop .extrasContent {
		border-radius: 20px;
		padding: 2rem;
		width: 96vw;
		height: 90vh;
	}
	
	.extrasPop .extrasContent::before {
		inset: .2rem;
		border: 2px solid var(--spinGreen);
	}
	
	.extrasPop .closePopExtras {
		top: -2.5rem;
		right: -1rem;
	}

	.extrasBox nav  {
		margin-top: -2rem;
		margin-bottom: 1rem;
	}
	
	.extrasBox nav a {
		padding: 1.2rem 1rem 0;
		font: normal 2.5rem/3rem var(--subLogoFont);
		color: var(--spinPurple);
		text-align: center;
		position: relative;
		margin-right: .5rem;
		margin-left: .5rem;
	}
	
	.extrasBox nav a::after {
		display: none;
	}
	
	.extrasTitle {
		width: 100%;
	}
	
	.extrasTitle .left,
	.extrasTitle .right {
		display: none;
	}
	
	.filterControl {
		padding: 1rem;
		bottom: 3rem;
		left: 3rem;
		width: calc(100% - 7rem);
	}
	
	.filterControl .filterButtons button {
		font-size: 2rem;
		line-height: 2.5rem;
		padding: 1.3rem 1rem 1rem;
	}
	
	.filterControl .filterButtons button:nth-last-of-type(1),
	.filterControl .filterButtons button:nth-last-of-type(2),
	.filterControl .filterButtons .splitter {
		display: none;
	}
	
	.filterControl .filterButtons button:hover,
	.filterControl .filterButtons button.active {
		background-color: red;
	}
	
	.filterControl .filterButtons .splitter {
		margin-right: .5rem;
		margin-left: .5rem;
		color: var(--spinPurple);
	}
	
	.grid-item {
		width: 50%;
	}
	
	.grid-item.big {
		width: 100%;
	}
	
	.grid {
		width: calc(100% + 2rem);
		margin-left: -2rem;
	}
	
	/* @end extras pop */
	
	/* @group Switch Box */

	/* @group Nav */
	
	.priceFaqBox nav a {
		font: normal 2.5rem/3.2rem var(--subLogoFont);
		margin-left: .5rem;
		margin-right: .5rem;
		padding: 1.3rem 1rem 0;
	}
	
	.priceFaqBox nav i {
		display: none;
	}
	
	.priceFaqBox nav span {
		display: none;
	}
	
	/* @end nav */
	
	/* @group Content */
	
	/* @group Gallery */
	
	.priceFaqBox .animatiesGal {
		column-count: 2;
	}
	
	.priceFaqBox .animatiesGal .brick img {
		transition: all .3s ease-in-out;
		backface-visibility: hidden;/* Remove Image flickering on hover */
		width: 100%;
		border-radius: 10px;
	}
	
	/* @end masonry gallery */
	
	/* @group Calculator */
	
	.finalPriceWrap {
		bottom: 1rem;
	}
	
	.finalPriceWrap .finalPrice {
		background-color: var(--spinGreen);
		min-width: calc(100vw - 10rem);
		margin-right: -6rem;
		border: 3px solid white;
	}
	
	.finalPriceWrap .privacyCheck label {
		font-size: 2rem;
	}
	
	.finalPriceWrap .finalPrice form {
		padding: 1rem;
		font-size: 2rem;
	}
	
	.finalPriceWrap .finalPrice form p,
	.finalPriceWrap .finalPrice form .privacyCheck,
	.finalPriceWrap .finalPrice .thanks  {
		font-size: 2rem;
	}
	
	.finalPriceWrap .finalPrice form > p:first-letter {
		text-transform: uppercase;
	}
	
	.finalPriceWrap .finalPrice form .wrapFormElements {
		min-width: 0rem;
	}
	
	.finalPriceWrap .finalPrice form .wrapFormElements input#email,
	.finalPriceWrap .finalPrice form .wrapFormElements .sendWrap {
		padding: .8rem 0 .8rem .0rem;
	}
	
	.finalPriceWrap .finalPrice form .wrapFormElements input#email {
		padding-right: 0rem;
	}
	
	.finalPriceWrap .finalPrice form .wrapFormElements .sendWrap {
		position: relative;
		line-height: 1.6rem;
	}
	
	.finalPriceWrap .finalPrice .closePrice {
		transform: scale(1.5);
	}
	
	.finalPriceWrap .finalPrice form .wrapFormElements .sendWrap input {
		padding-right: 2rem;
	}
	
	.finalPriceWrap .finalPrice form .wrapFormElements .sendWrap i {
		transform: scale(1.3) translateY(-1px);
	}
	
	/* @end calculator */
	
	/* @end content */
	
	/* @end switch box */
	
	/* @group Form */
	
	.formWrapperBack .contactWrap .contactForm {
		padding: 2rem;
	}
	
	.formBox .switchBoxContentWrap {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	
	.formBox .switchBoxContentWrap .switchBoxContent {
		padding: 2rem;
	}
	
	.formBox {
		margin: 1rem 1rem -1px !important; /*	Minus pixel fixes a Safari border*/
	}
	
	.formBox nav a {
		margin-right: 1rem;
		padding: .5rem;
		font-weight: 100;
	}
	
	.contactForm .allForms {
		margin: 0;
		padding: 0 2rem;
	}
	
	.closeForm {
		right: 1em;
		top: 1rem;
	}
	
	.contactForm .logoWrap .logo {
		font: normal 4rem/3rem var(--logoFont);
		margin-top: -2rem;
	}
	
	.contactForm .logoWrap .logoSubTitle {
		margin: 5rem 1rem 0;
	}
	
	.contactForm .formSection {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	
	.contactForm .personal legend {
		margin-bottom: 3rem;
		padding-top: 5rem;
	}
	
	.contactForm .enquiryType legend {
		margin-bottom: 3rem;
		padding-top: 7rem;
	}
	
	.contactForm .horizontalWrapper {
		padding-bottom: 1rem;
		margin-top: 2rem;
	}
		
	.contactForm .actsWrapper .addAct,
	.promoInfo {
		right: -2rem;
		bottom: 5rem;
	}
	
	.contactForm legend {
		padding-top: 3rem;
		margin-bottom: 1rem;
		line-height: 3.5rem;
	}
	
	.contactForm .actsWrapper .chooseAct .removeAct {
		bottom: 5rem;
		right: 2rem;
		transform: scale(1)
	}
	
	.addAct[title]:hover::after,
	.removeAct[title]:hover::after {
		display: none;
	}
	
	.workDatesWrap {
		display: flex;
		flex-flow: column wrap;
		justify-content: space-between;
		align-items: flex-start;
		align-content: center;
		margin: 1rem -.8rem 5rem !important;
	}
	
	.workDatesWrap .workDate {
		width: 100%;
		margin-bottom: -2rem;
	}
	
	.workDatesWrap .workDate p span {
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
	}
	
	.workDatesWrap .workDate label.full::after,
	.workDatesWrap .workDate label.nearly-full::after  {
		display: none;
	}
	
	.contactDetailsWrap .contactDetails {
		display: flex;
		flex-flow: column nowrap;
		justify-content: space-around;
		align-items: center;
		align-content: center;
	    margin-top: 6rem;
	}
	
	.contactDetails li {
	    width: 100%; /* Full width */
	    display: flex;
	    flex-flow: column nowrap;
	    justify-content: center;
	    align-items: center;
	    align-content: center;
	    font-size: 2.4rem;
	    position: relative;
	}
	
	.addComments legend,
	.addComments p {
		display: none;
	}
	
	.addComments legend {
		padding-top: 1rem;
	}
	
	.formHozTitle {
		display: none!important;
	}
	
	/* @end form */
	
	/* @group Simple Float Wrap */
	
	.floatWrapRight img {
		width: 65%;
	}
	
	.floatWrapLeft img {
		width: 25%;
	}
	
	/* @end simple float wrap */
	
	/* @group Studio Scroller */

	main .mainContentWrap .banner.contentHolder.studioBanner {
		display: flex;
		flex-flow: column nowrap;
		justify-content: space-around;
		align-items: center;
		align-content: center;
	}

	main .mainContentWrap .banner.contentHolder.studioBanner .studioScrollerWrap {
		order: 2;
		position: static !important;
	}
	
	.banner .inlinePromo h2 {
		margin: -10rem 0 -2rem;
	}
	
	/* @end studio scroller */
	
	/* @group Workshop */
	
	.workshopAccordion .accordLink .top > div:last-of-type img {
		display: none;
	}
	
	.workshopAccordion .accordContent ul.twoColmumnList {
		column-count: 1;
	}

	.workshopAccordion .accordContent ul.twoColmumnList li {
		margin-left: 0rem;
	}

	.workshopAccordion .accordContent .workshopLearn h4 {
		margin-top: 3rem;
	}
	
	/* @end workshops accordion */
	
	/* @group Animaties */

/* @group Nav */

.animaties nav div a {
	width: calc(50% - 0rem);
}

.animaties nav div a span {
	
	margin-right: 2rem;
	margin-left: 2rem;
}

/* @group Nav Slider Buttons*/

.animaties .navSlider {
	background-color: var(--spinPurple);
	border-radius: 100%;
	width: 3rem;
	height: 3rem;
	display: block;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	color: white;
	font-weight: bold;
	position: absolute;
	z-index: 2;
	box-shadow: 0 0 5px black;
	top: .2rem;
	cursor: pointer;
	opacity: 0;
	transform-origin: 50% 100%;
	border-style: solid;
}

.animaties .navSlider:hover {
	background-color: var(--spinGreen);
}

.animaties .navSlider:active {
	background-color: var(--spinGreenDark);
}

.animaties .navSlider.navLeft {
	left: 1rem;
}

.animaties .navSlider::after {
	content: "";
	position: absolute;
	width: 2rem;
	height: 6rem;
	top: -1.6rem;
	background-color: var(--spinWhite);
	border-radius: 100%;
}

.animaties .navSlider.navLeft::after {
	left: 3rem;
	/*background: linear-gradient(to right, #ffffff 8.3%, #ffffff 21.9%, rgba(255, 255, 255, 0.8) 48.8%, rgba(255, 255, 255, 0) 100%);*/
	box-shadow: 10px 0 5px rgba(0, 0, 0, 0.20);
}

.animaties .navSlider.navRight::after {
	right: 3rem;
	box-shadow: -10px 0 5px rgba(0, 0, 0, 0.20);
}

.animaties .navSlider.navRight {
	right: 1rem;
}

/* @end nav slider buttons */

/* @end nav */

/* @group Nav On */

.navOn.animaties nav div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	overflow-x: scroll;
	overflow-y: hidden;
	width: calc(100% - 12rem);
	white-space: nowrap;
	margin-left: 6rem;
	padding-bottom: 2rem;
	-webkit-overflow-scrolling: touch;
	scroll-snap-points-y: repeat(300px);
	scroll-snap-points-x: repeat(300px);
	scroll-snap-type: both mandatory;
}

/*.navOn.animaties nav div::after {
	content: "";
	background-color: var(--spinWhite);
	height: 1rem;
	position: absolute;
	bottom: -.1rem;
	left: 0;
	right: 0;
	transition: all .3s ease-in-out 0s;
}*/

.navOn.animaties:hover nav div::after {
	opacity: 0;
	transform: translateY(1rem);
}

.navOn.animaties nav div a {
	width: auto;
	height: auto;
	min-width: auto;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	padding: 1rem 2rem 0;
	white-space: nowrap;
	display: inline-block;
	transition: box-shadow .3s ease-in-out 0s;
	perspective: none;
	border-radius: 10px;
	margin: 0 1rem;
	will-change: filter;
	scroll-snap-stop: normal;
	scroll-snap-align: start;
	scroll-snap-type: both mandatory;
}

.navOn.animaties nav div a:first-child {
	margin-left: 2rem!important;
}

.navOn.animaties nav div a:last-child::after {
	display: inline-block;
	width: 10rem;
}

.navOn.animaties nav div a span {/*important is an easy fix for a FLIP problem*/
	font: 2rem/1.2rem var(--swirlyFont)!important;
	color: var(--spinPurple);
	display: inline;
	margin: 0;
	border-top-style: none;
	padding: 0;
	will-change: transform;
}

.navOn.animaties nav div a:active:not(.current) {
	background-color: var(--spinDarkPurple);
}

.navOn.animaties nav div a:hover:not(.current) {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}

.navOn.animaties nav div a.current {
	background-color: var(--spinPurple);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.23);
}

.navOn.animaties nav div a.current span {
	color: white;
}

.navOn.animaties nav div a:first-of-type {
	margin-left: 0;
}

.navOn.animaties nav div a img {
	opacity: 0;
	display: none;
}

.navOn.animaties nav div a span {
	font: 2rem/3rem var(--swirlyFont);
	letter-spacing: 1px;
	position: static;
	padding: 1.6rem 0rem 1rem;
	flex-flow: row nowrap;
	color: var(--spinPurple);
	text-shadow: 0 0 rgba(0, 0, 0, 0);
}

.navOn.animaties nav a span b {
	font: 2rem/3rem var(--swirlyFont);
	margin-left: .7rem;
	margin-top: 0;
	margin-bottom: 0;
}

.firstChange,
.navOn.animaties .firstChange {
	order: -1!important;
}



/* @end nav on */

/* @group Other Acts */

.otherActsRotate {
	margin-right: -1rem;
	margin-left: -1rem;
	margin-bottom: 0;
}

.otherActsRotate .otherActsTop h2 {
	padding-right: 2rem;
	padding-left: 2rem;
}

.otherActsRotate .otherActsBack {
	background-color: silver;
}

.otherActsRotate .flickity-button.next {
	right: 1rem;
	box-shadow: 0 1px 2px black;
}

.otherActsRotate .flickity-button.previous {
	left: 1rem;
	box-shadow: 0 1px 2px black;
}

.otherActsRotate .otherActsBack .otherActsScroller .carouselCell {
	width: 100%;
}

.otherActsRotate .otherActsBack .otherActsScroller .carouselCell div {
	width: 80%;
	margin-left: 10%;
}

/* @end other acts */

/* @end animaties */
	
}


@media screen and (max-width: 550px) {
	
	.boxOut {
		width: 100%;
	}

	.boxOut.right {
		float: none;
		margin: 0rem 0 3rem;
		text-align: center;
	}
	
	.boxOut.right img {
		display: none;
	}
	
	/* @group Quote Box */
	
	.quoteBox {
		width: 100%;
		margin-bottom: 3rem;
	}
	
	.quoteBox.left {
		margin-right: 0rem;
	}
	
	.quoteBox.right {
		margin-left: 0rem;
	}
	
	.quoteBox::before,
	.quoteBox::after {
		font-size: 2rem;
	} 

	/* @end quote box */
	
	
	/* @group Workshop */
	
	.workshopAccordion .accordLink .top .title {
		font: 4rem var(--logoFont);
	}
	
	.workshopAccordion .accordContent .masonInner.pic {
		display: none;
	}
	
	.mason {
		display: block;
	}
	
	.mason div {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
	
	.mason2 .mas.right {
		margin-left: 0rem;
	}
	
	.workshopAccordion .accordLink .top:hover .title,
	.workshopAccordion .accordLink.active .top .title {
		letter-spacing: 0px;
	}

	.mason1 .mas.left {
		flex: auto;
		min-width: 100%;
	}
	
	.mason1 .mas.right {
		display: none;
	}
	
	.mason3 .mas.full {
		flex: 1;
		width: 100%;
	}
	
	.mason4 .mas.left {
		flex: 2;
	}
	
	.mason4 .mas.left div {
		margin-right: 3rem;
	}
	
	.mason4 .mas.right {
		flex: 1;
		align-self: stretch;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
	}
	
	.mason4 .mas.right div {
		flex: 1;
		height: calc(100% - 2rem);
	}
	
	/* @end workshop */
	
	/* @group Animaties */
	
	.animaties nav div a span {
		
	}
	
	/* @end animaties */
}


/* @end mobile & print*/

/* @group Touch Devices Only */

.touchevents {
	
}

/* @end touch devices */

/*/* @group Dark Mode *!/

@media (prefers-color-scheme: dark) {
	
	:root {
	
		--select-border: #777;
		--white: #717171;
		--spinGreen: #138900;
		--spinGreenDark: #164c00;
		--spinPurple: #7917bd;
		--spinPurpleDark: #4a1274;
		--spinBlue: #080b41;
		--spinDarkBlue: #171fbd;
		--spinLightBlue: #d6f3fe;
		--spinYellow: #ecef98;
		--purpleHover: #b068e7;
			
	}
	
}

:root.dark {
	--select-border: #777;
	--spinWhite: #5d5b5b;
	--spinBlack: #fff;
	--spinGreen: #2f2a2a;
	--spinGreenDark: #000000;
	--spinPurpleGlow: #000;
	--spinPurple: #022556;
	--spinPurpleDark: #011152;
	--spinDarkBlue: #171fbd;
	--spinLightBlue: #d6f3fe;
	--spinYellow: #0c5ed2;
	--purpleHover: #b068e7;
}

.dark .inlineNews .datesWrap .dates .title {
	color: #c0caef;
}

.mainFlex {
	
}

p.inDesc {
	
}

.dark .inlineGalleryWrap {
	background: none;
}

.dark main .mainContentWrap > article:nth-of-type(1) > h2.inline {
	-webkit-background-clip: initial;
	-webkit-text-fill-color: var(--spinPurple);
	background-image: none;
}

.dark main .mainContentWrap article > h3 {
	background: none;
	-webkit-background-clip: var(--spinPurple);
	-webkit-text-fill-color: transparent;
}

.dark main .mainContentWrap > article:nth-of-type(1) > p:nth-of-type(1) {
	color: #393636;
	-webkit-background-clip: text;
	-webkit-text-fill-color: var(--spinPurple);
	background-image: none ;
	background-size: cover;
	background-position: 50% 70%;
}

.dark .bodyUndercover {
	filter: brightness(40%);
}

.dark aside#sideBar::after {
	filter: brightness(30%) hue-rotate(130deg);
	/*filter: hue-rotate(180deg) grayscale(50%);*!/
}

.dark .imgDec {
	filter: brightness(30%) hue-rotate(130deg);
}

.dark main .timeline li::before {
	filter: brightness(30%) hue-rotate(130deg);
}


.dark .inlineShop .shopLinks a {
	background-image: none;
}

.dark aside#sideBar::before {
	
	filter: brightness(40%) hue-rotate(0deg);
	
}

.dark {
	color: #ffffff;
}

/* @end *!/*/

