
.w3-cardWidth{float:left;width:100%}
.w3-cardWidth.s1,{width:8.33333%}.w3-cardWidth.s2{width:16.66666%}.w3-cardWidth.s3{width:24.99999%}.w3-cardWidth.s4{width:33.33333%}
.w3-cardWidth.s5{width:41.66666%}.w3-cardWidth.s6{width:49.99999%}.w3-cardWidth.s7{width:58.33333%}.w3-cardWidth.s8{width:66.66666%}
.w3-cardWidth.s9{width:74.99999%}.w3-cardWidth.s10{width:83.33333%}.w3-cardWidth.s11{width:91.66666%}.w3-cardWidth.s12{width:99.99999%}
@media (min-width:801px){.w3-cardWidth.m1,{width:8.33333%}.w3-cardWidth.m2{width:16.66666%}.w3-cardWidth.m3{width:24.99999%}.w3-cardWidth.m4{width:33.33333%}
.w3-cardWidth.m5{width:41.66666%}.w3-cardWidth.m6{width:49.99999%}.w3-cardWidth.m7{width:58.33333%}.w3-cardWidth.m8{width:66.66666%}
.w3-cardWidth.m9{width:74.99999%}.w3-cardWidth.m10{width:83.33333%}.w3-cardWidth.m11{width:91.66666%}.w3-cardWidth.m12{width:99.99999%}}
@media (min-width:1050px){.w3-cardWidth.l1,{width:8.33333%}.w3-cardWidth.l2{width:16.66666%}.w3-cardWidth.l3{width:24.99999%}.w3-cardWidth.l4{width:33.33333%}
.w3-cardWidth.l5{width:41.66666%}.w3-cardWidth.l6{width:49.99999%}.w3-cardWidth.l7{width:58.33333%}.w3-cardWidth.l8{width:66.66666%}
.w3-cardWidth.l9{width:74.99999%}.w3-cardWidth.l10{width:83.33333%}.w3-cardWidth.l11{width:91.66666%}.w3-cardWidth.l12{width:99.99999%}}

/* EQUAL HEIGHT CELL PARTS */
.grid {
  display: grid;
  gap: 3em;
  margin: 0 auto;
}
.grid-4 {
	grid-template-columns: repeat(4, 1fr);
}
.grid-3 {
	grid-template-columns: repeat(3, 1fr);
}
.grid-2 {
	grid-template-columns: repeat(2, 1fr);
}
.grid-1 {
	grid-template-columns: repeat(1, 1fr);
}
@media (max-width:1049px) and (min-width:601px){
.grid-4 {
	grid-template-columns: repeat(3, 1fr);
	}
.grid-3 {
	grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width:600px){
.grid-4 {
	grid-template-columns: repeat(1, 1fr);
	}
.grid-3 {
	grid-template-columns: repeat(1, 1fr);
}
.grid-2 {
	grid-template-columns: repeat(1, 1fr);
}
}
.cell {
  display: flex;
  flex-direction: column;
}

.top {
}

.bot {
  flex-grow: 1;
}

/* FLEX CARDS */
.card_flex {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
    width: 100%;
}

.card_flex__wrap--outer {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
        }

.card_flex__wrap--inner {
            display: flex;
            flex-direction: row;
            width: 100%;
        }
.card-block {
	display:flex;
	flex-direction: row;
	flex-wrap:wrap
}
@media (max-width:1049px){
	.card-block {
	display:inline-block;
	}
}
.flexible1 { flex-grow:1; }
.flexible2 { flex-grow:1; }
.flexible3 { flex-grow:1; }

/* PAGE BACKGROUND */
.bgimg {
background: rgb(249, 249, 249);
background-image: url("/assets/images/noise.png"), none;
background-position-x: 0%, 0%;
background-position-y: 0%, 0%;
background-size: auto, auto;
background-repeat: repeat, repeat;
background-attachment: scroll, scroll;
	}


/* LINKS */

.nicelinks p a {
  color: black;
  padding: 0 2px;
  text-decoration: none;
  border-bottom: 3px solid #b99c7d;
  box-shadow: inset 0 -1px 0 #b99c7d;
  transition: background 0.75s;
  position: relative;
}
.nicelinks p a:hover {
  background-color: #b99c7d;
  color: #fff;
}
.nicelinks p a:hover:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3em;
  background-color: #b99c7d;
  font-size: 0.85em;
  line-height: 2.5em;
  max-width: 17em;
  height: 2.5em;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 1em;
  border-radius: 4px;
  color: #fff;
  font-family: monospace;
}
.nicelinks p a:hover:before {
  position: absolute;
  top: -0.4em;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-width: 0.5em;
  margin-left: -0.5em;
}

/* SPECIAL LINK */

.special a{
  list-style: none;
  font-weight: bold;
  position: relative;
  padding: 0em 0em 1.5rem 0rem;
  cursor: pointer;
}
.special a:after{
  content: "";
  width: 0;
  height: 0.3rem;
	display: block;
  border-radius: 0.2rem;
  position: absolute;
  bottom: 0.8rem;
  background-color: #b99c7d;
  transition: width 200ms ease-in;
}
.home-container + * {
	color:#fff!important;
}
.home-container .w3-row .w3-container .w3-padding2 .w3-container .w3-padding2 .w3-container h1 {
	color:#fff!important;
}
footer {
	color:#fff;
	line-height: 1.8em;
	
}
footer *{
	color:#fff;
}
.special a:hover:after {
	width:100%;
}
    .nice a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-weight: 600;
        transition: all 500ms ease-in !important;
    }

    .nice a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        border-radius: 4px;
        background-color: #b99c7d;
        bottom: -.5rem;
        left: 0;
        transform-origin: right;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
    }

    .nice a:hover::before {
        transform-origin: left;
        transform: scaleX(1);
    }
/* HEADING PADDING */
.padded-multiline { 
  padding: 1em 0; 
  max-width: 500px;
  margin: 0.1em auto;
  margin: 1em auto;
}
.padded-multiline span { 
  color: #333; 
  display: inline;
  padding: 0.1rem 0 0 1rem;
	font-family: 'Helvetica Neue','Hanken Grotesk',sans-serif;
	font-weight: 500;
	font-size:0.8em;
	line-height:0.8em;
  
  /* Needs prefixing
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; */
}
@media (max-width:1049px){
	.padded-multiline span {
	font-size:0.5em;
	line-height:0.4em; 
	}
}
@media (max-width:1240px){
	.w3-content {
	max-width:1040px; 
	}
}
.padded-multiline-archived { 
  line-height: 0.9em; 
  padding: 2px 0; 
  max-width: 500px;
  margin: 1.5em auto;
}
.padded-multiline-archived span { 
  background-color: #333;
  color: #fff; 
  display: inline;
  padding: 0.5rem;
	font-family: 'Helvetica Neue','Hanken Grotesk',sans-serif;
	font-weight: 700;
	font-size:0.5em;
	line-height:0.5em;
	border-radius:0.05em;
  
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width:1049px){
	.padded-multiline-archived {
  margin: 0.5em auto;
	}
}
  
  /* Paragrph indent */
.para-indent > p {
	margin-bottom:2.5em;
	margin-left:40px;
	margin-right:40px;
}
/* BUTTON */
.btn-primary {
        font-family: 'Helvetica Neue','Hanken Grotesk', sans-serif;
        font-size: 1.2em;
        font-weight: 600;
        border: none;
        padding: 20px 40px;
        cursor: pointer;
        transition: all 200ms ease-in;
        background-color: #984462;
        color: #fff;
		letter-spacing:-0.03em;
    }
.button-width {
	width:50px;
	margin-right:1em;
}
@media (max-width:1049px){.btn-primary {font-size: 1.3em;}
	.para-indent > p {
	margin-bottom:2.5em;
	margin-left:0px;
	margin-right:0px;
}}

    .btn-primary:hover {
        opacity:0.8;
    }
.btn-secondary {
        font-family: sans-serif;
        font-size: 0.8em;
        font-weight: 800;
        border: none;
        padding: 6px 12px;
        cursor: pointer;
        transition: all 200ms ease-in;
        background-color: #000;
        color: #fff;
    }
@media (max-width:1049px){.btn-primary {font-size: 1.3em;}}

    .btn-secondary:hover {
        background: #000;
        color: #fff;
    }
/* SECTION BLOCK BACKGROUND COLOURS */
.sectionblockbg1, .sectionblockbg7 {
        background-color: #b99c7d;
    }
.sectionblockbg2, .sectionblockbg8 {
        background-color: #9cb97d;
    }
.sectionblockbg3, .sectionblockbg9 {
        background-color: #7db99c;
    }
.sectionblockbg4, .sectionblockbg10 {
        background-color: #7d9cb9;
    }
.sectionblockbg5, .sectionblockbg11 {
        background-color: #a585c2;
    }
.sectionblockbg6, .sectionblockbg12 {
        background-color: #b97e7d;
    }

    .btn-primary:hover {
        opacity:0.8;
    }

    .btn-secondary:hover {
        opacity:0.8;
    }

/* PAGE BACKGROUND */

/* PAGE BACKGROUND */
header.nav-fixed {
    width: 100%;
    position: fixed;
    transition: 0.3s ease-in-out;
}
.fullwidthnavcontainer .navigationlogo {
background-image: url(/assets/images/icflogooriginalpurple.svg);
background-repeat: no-repeat;
background-position: center;
height: 60px;
}
.nav-active>.fullwidthnavcontainer .navigationlogo {
background-image: url(/assets/images/icflogooriginalwhite.svg);
background-repeat: no-repeat;
background-position: center;
height: 60px;
}
.nav-active {
    background-color:#78c8a5;
}
.nav-active>.intheflockmenu a {
    color:#000;
}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
}



/* DESKTOP NAV */
.nav {
  position: fixed;
  width: 100vw;
	z-index: 1;
}
.nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  margin: 0 2rem 0 0rem;
	padding-top:2rem;
	padding-bottom:2rem;
}
.nav__listlogo {
  list-style: none;
  margin-right: auto;
  cursor: pointer;
}
.nav__listlogo svg {
  width: 2.5rem;
  transition: fill 250ms ease-in;
}
.nav__listlogo svg:hover, .nav__listlogo svg:focus {
  fill: #f06292;
}
.nav__listitem {
  list-style: none;
  font-weight: 500;
	text-transform: uppercase;
  position: relative;
  padding: 1.5rem 1rem;
  cursor: pointer;
}
.nav__listitem::after {
  content: "";
  width: 0;
  height: 0.3rem;
  border-radius: 0.2rem;
  position: absolute;
  left: 1rem;
  bottom: 0.8rem;
  background-color: #b99c7d;
  transition: width 200ms ease-in;
}
.nav__listitem:hover::after, .nav__listitem:focus::after {
  width: 80%;
}
.nav__listitem:hover ul, .nav__listitem:focus ul {
  opacity: 1;
  visibility: visible;
}
.nav__listitemdrop {
  position: absolute;
  top: 4rem;
  left: -1rem;
  box-shadow: 0 0 10px #e1e5ee;
  background-color: white;
  border-radius: 0.2rem;
  width: 12rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out;
	z-index:10;
}
.nav__listitemdrop li {
  list-style: none;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  transition: background-color 200ms ease-in-out;
	z-index:10;
}
.nav__listitemdrop li:hover, .nav__listitemdrop li:focus {
  background-color: #f1ebe5;
	z-index:10;
}
ul.nav__list2 {
		padding-inline-start:10px;
}
/* MOBILE NAV */
.main-navigation .menu li a {
	display: block;
	font-size: 1rem;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.floating-menu-btn {
	display: block;
	position: fixed;
	z-index: 100;
	right: 35px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	cursor: pointer;
}
.floating-menu-btn .floating-menu-toggle .bar {
	width: 22px;
	margin: 0 0 4px 0;
}
.mobile-menu-toggle .bar,
.floating-menu-toggle .bar {
	display: block;
	will-change: transform, opacity;
	width: 32px;
	height: 2px;
	margin: 0 0 6px 0;
	background: #333;
	opacity: 1;
	-webkit-transform: translate(0) rotate(0deg);
	-moz-transform: translate(0) rotate(0deg);
	-ms-transform: translate(0) rotate(0deg);
	-o-transform: translate(0) rotate(0deg);
	transform: translate(0) rotate(0deg);
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.floating-header {
	position: absolute;
	z-index: 100;
	display: block;
	width: 100%;
	padding: 35px;
}

.floating-header .site-logo {
	max-width: 50%;
	padding: 0;
	margin: 0 !important;
	font-size: 30px;
	color: crimson;
	font-weight: 600;
}

.floating-header-home + * {
	padding-top: 190px;
}

@media screen and (max-width: 768px) {
	.floating-header {
		padding: 25px 0px;
	}
	.floating-header + * {
		padding-top: 175px;
	}
.bgimg {
	background-image: url("/assets/images/noise2vertical25.png"), none;
	background-size: cover;
    background-repeat: repeat-y;
    background-position: center center;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    height: 100%;
    overflow:scroll;
}

.button-width {
	width:30px;
	margin-right:auto;
}
}


.floating-header .main-navigation-wrap {
	position: fixed;
	z-index: 110;
	display: table;
	width: 300px;
	height: 100%;
	top: 110px;
	left: 50%;
	margin-left: -170px;
	overflow: hidden;
	visibility: hidden;
	background: #fff;
}

.floating-header .main-navigation {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	top: auto;
	right: auto;
	padding: 0;
	text-align: center;
	top: -110px;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	-o-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 0.35s 0.5s;
	-o-transition: all 0.35s 0.5s;
	transition: all 0.35s 0.5s;
}

.floating-header .main-navigation .menu {
	display: inline-block;
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.floating-header .main-navigation .menu.off-view {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.floating-header .main-navigation .menu.in-view {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.floating-header .main-navigation .menu > li {
	position: static;
	border-bottom: none;
}

.floating-header .main-navigation .menu > li > a {
	padding-top: 9px;
	padding-bottom: 9px;
}

.floating-header .main-navigation .menu li {
	display: block;
}

.floating-header .main-navigation .menu li a {
	display: block;
	font-size: 1rem;
}

.floating-header .main-navigation .menu li.menu-item-has-children > .sub-menu {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	top: 0;
	left: auto;
	right: -100%;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.floating-header
	.main-navigation
	.menu
	li.menu-item-has-children
	> .sub-menu
	> li
	> a {
	padding-top: 9px;
	padding-bottom: 9px;
}

.floating-header
	.main-navigation
	.menu
	li.menu-item-has-children
	> .sub-menu.in-view {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.floating-header
	.main-navigation
	.menu
	li.menu-item-has-children
	> .sub-menu.off-view {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.floating-header
	.main-navigation
	.menu
	li.menu-item-has-children:hover
	.sub-menu {
	-webkit-animation: none;
	-o-animation: none;
	animation: none;
}

.floating-header .main-navigation.is-visible {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ie .floating-header .main-navigation-wrap .main-navigation,
.edge .floating-header .main-navigation-wrap .main-navigation,
.firefox .floating-header .main-navigation-wrap .main-navigation {
	top: 0;
}

.android .floating-header .main-navigation-wrap .main-navigation,
.ios .floating-header .main-navigation-wrap .main-navigation {
	-webkit-transition: all 0.25s 0s;
	-o-transition: all 0.25s 0s;
	transition: all 0.25s 0s;
}
.floating-menu-btn {
	display: block;
	position: fixed;
	z-index: 100;
	right: 35px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	cursor: pointer;
}

.floating-menu-btn:before {
	display: block;
	position: absolute;
	z-index: -1;
	content: "";
	width: 56px;
	height: 56px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transform-origin: center 30%;
	-moz-transform-origin: center 30%;
	-ms-transform-origin: center 30%;
	transform-origin: center 30%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
	-webkit-box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.26);
}

.floating-menu-btn .floating-menu-toggle-wrap {
	position: absolute;
	z-index: 1;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	top: 28px;
	left: 27px;
}

.floating-menu-btn .floating-menu-toggle {
	display: block;
	width: 22px;
	right: auto;
	left: 50%;
	margin-top: -6px;
	margin-left: -11px;
	cursor: pointer;
}

.floating-menu-btn .floating-menu-toggle .bar {
	width: 22px;
	margin: 0 0 4px 0;
}

.floating-menu-btn .floating-menu-toggle .bar:last-child {
	margin-bottom: 0;
}

.floating-menu-btn.expanded .floating-menu-toggle {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.floating-menu-btn.expanded .floating-menu-toggle .bar:nth-child(1) {
	-webkit-transform: translate(-9px, 3px) rotate(-45deg) scale(0.5, 1);
	-moz-transform: translate(-9px, 3px) rotate(-45deg) scale(0.5, 1);
	-ms-transform: translate(-9px, 3px) rotate(-45deg) scale(0.5, 1);
	-o-transform: translate(-9px, 3px) rotate(-45deg) scale(0.5, 1);
	transform: translate(-9px, 3px) rotate(-45deg) scale(0.5, 1);
}

.floating-menu-btn.expanded .floating-menu-toggle .bar:nth-child(3) {
	-webkit-transform: translate(-9px, -3px) rotate(45deg) scale(0.5, 1);
	-moz-transform: translate(-9px, -3px) rotate(45deg) scale(0.5, 1);
	-ms-transform: translate(-9px, -3px) rotate(45deg) scale(0.5, 1);
	-o-transform: translate(-9px, -3px) rotate(45deg) scale(0.5, 1);
	transform: translate(-9px, -3px) rotate(45deg) scale(0.5, 1);
}

.floating-menu-btn.expanded:before {
	-webkit-transform: scale(80);
	-moz-transform: scale(80);
	-ms-transform: scale(80);
	-o-transform: scale(80);
	transform: scale(80);
	background-color: #f1ebe5;
}

@media screen and (max-width: 768px) {
	.floating-menu-btn {
		right: 15px;
	}
}


.c-preview {
  background: #000;
  background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #7db99c 50%, #9cb97d 75%, #b99c7d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #7db99c 50%, #9cb97d 75%, #b99c7d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #7db99c 50%, #9cb97d 75%, #b99c7d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 400% 400%;
  background-repeat: no-repeat;
  display: flex;
  width: 500px;
  height: 500px;
  max-width: 100vw;
  max-height: 100vh;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: 0.5s all;
}
.c-preview__img {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: screen;
}
.c-preview__title {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.c-preview:hover {
  background-position: 100% 100%;
	color:#333;
}
.c-preview:hover__title {
  text-shadow: 0 0 20px black;
}
.c-preview-copy {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  min-height:140px;
  font-size: 0.8em;
}
.title-top {
	margin-top:5em;
}
@media screen and (max-width: 4000px) {
.c-preview {
  width: 25vw;
  height: 25vw;
	}
.c-preview-copy {
  max-width: 25vw;
}
}
@media screen and (max-width: 2000px) {
.c-preview {
  width: 29vw;
  height: 29vw;
	}
.c-preview-copy {
  max-width: 29vw;
}}
@media screen and (max-width: 1050px) {
.c-preview {
  width: 44vw;
  height: 44vw;
	}
.c-preview-copy {
  max-width: 44vw;
}}
@media screen and (max-width: 600px) {
.c-preview {
  width: 85vw;
  height: 85vw;
	}
.c-preview-copy {
  max-width: 85vw;
  max-width: 85vw;
}}
@media screen and (max-width: 768px) {
	.title-top {
	margin-top:2em;
}
}