/*
	Theme Name: Self Medicating
	Theme URI: https://selfmedicating.com.au
	Author: 6Sense Web Solutions
	Author URI: https://6sense.com.au
	Description: Custom Theme for Self Medicating Short Film
	Version: 1.0.0
*/


@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Pacifico&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'PortagoITC';
    src: url('/font/porti.ttf');
}

body {
	font-size: 1em;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.5;
	font-weight: 300;
}
h1 {
	font-size: 8em;
	font-family: "Pacifico", cursive;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 10px;
}
h2 {
    font-stretch: normal;
    color: #111111;
}
h3 {
    font-stretch: normal;
}
.title-text {
	font-size: 8em;
	font-family: "Pacifico", cursive;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 10px;
}
.large-text {
	font-size: 1.4em;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-stretch: normal;
	color: #111111;
}
.small-text {
	font-size: 0.9em!important;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-stretch: normal;
}
.tiny-text {
	font-size: 0.8em;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-stretch: normal;
}
.center-text {
	text-align: center;
}
.white-text {
	color: #ffffff!important;
}
.big-first {
	font-size: 1.3em;
}
.bold-large-text {
	font-weight: 400!important;
}
.glow {
	text-shadow: 0 0 8px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073;
}

/*** CONTENT ***/

.item-right {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
}
.button-primary {
	padding: 20px;
	background: #111111;
	color: white;
	font-size: 1em;
	border: none;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
.button-primary:hover {
    cursor: pointer;
	background: #999999;
}
.space-button {
	margin:20px; 
	text-align:center;
}
.large-icons {
	font-size: 2em!important;
}
.icon {
    padding: 10px;
    background: #111111;
    color: white;
    min-width: 50px;
    text-align: center;
}
.float-right-icon {
	float: right;
	padding: 0px 20px;
	max-width: 90px;
}
.white-bg {
	background-color: #ffffff!important;
}
.black-bg {
    background-color: #111111;
}
.space-above {
	padding-top: 20px;
}
.space-below {
	margin-bottom: 20px;
}
.space-above-half {
	margin-top: 10px;
}
.space-below-half {
	margin-bottom: 10px;
}
.padding-below {
	padding-bottom: 20px;
}
.padding {
	padding: 20px;
}
.bottom_space {
	margin-bottom:30px;
}
.img-responsive {
	width: 100%;
	height: auto;
}
.grid-responsive {
	width: 100%;
	height: 100%;
}
.video-responsive {
	width: 100%;
	height: auto;
}

/*** Forms ***/

textarea {
	width: 100%;
	height: 150px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #111111;
	background-color: #ffffff;
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	outline: none;
}
.input-container {
	/* display: -ms-flexbox; IE10 */
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}
.input-field {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	outline: none;
	border: 1px solid #111111;
	border-left-style: none;
	font-size: 1em;
	background-color: white;
}
.g-recaptcha {
	display: flex;
	justify-content: center;
}
.rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
	background: #ffffff!important;
	color: #000;
}

/*** FOOTER ***/

p.footer-link, li.footer-link, li.footer-link a {
	color: #ffffff!important;
	text-decoration: none!important;
	line-height: 24pt;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}
li.footer-link a:hover, li.footer-link a:active {
	color: #999999!important;
	cursor: pointer;
}
li.active-link a {
	color: #999999!important;
}
.footer-info {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #ffffff;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
.footer-heading {
	font-family: "Fjalla One", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6em;
    color: #ffffff;
}
.pre-TITLE-heading {
	font-family: "Fjalla One", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 3em;
    color: #ffffff;
	line-height: 1.2em;
}
.TITLE-heading {
	font-family: "Fjalla One", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4em;
    color: #ffffff;
	line-height: 1.2em;
}
.sub-TITLE-heading {
	font-family: "Fjalla One", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3em;
    color: #000000;
	line-height: 1.2em;
}
.white-link {
	color: #ffffff!important;
}

/*** GRID CONTENT ***/
.grid-full {
    display: grid;
    grid-template-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.37%;
    background-color: #ffffff;
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
}
.grid-white {
    display: grid;
    grid-template-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.37%;
    background-color: #ffffff;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.grid-black {
    display: grid;
    grid-template-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.37%;
    background-color: #111111;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.max-width {
	grid-column: 1 /span 12;
}
.OneOfTwo {
    grid-column: 1 /span 6;
    padding: 10px;
}
.TwoOfTwo {
    grid-column: 7 /span 6;
    padding: 10px;
}
.OneAssym {
	grid-column: 1 /span 4;
    padding: 10px;
}
.TwoThreeAssym {
	grid-column: 5 /span 8;
    padding: 10px;
}
.OneOfThree {
    grid-column: 1 /span 4;
    padding: 10px;
}
.TwoOfThree {
    grid-column: 5 /span 4;
    padding: 10px;
}
.ThreeOfThree {
    grid-column: 9 /span 4;
    padding: 10px;
}
.OneOfFour {
    grid-column: 1 /span 3;
    padding: 10px;
}
.TwoOfFour {
    grid-column: 4 /span 3;
    padding: 10px;
}
.ThreeOfFour {
    grid-column: 7 /span 3;
    padding: 10px;
}
.FourOfFour {
    grid-column: 10 /span 3;
    padding: 10px;
}
#fix-image {
	max-width:2560px;
	margin: auto;
	position: relative;
  	text-align: center;
  	color: white;
}
#fix-smoke {
	max-width:2560px;
	margin: auto;
	position: relative;
  	text-align: center;
  	color: white;
}
.centered {
	position: absolute;
	top: -3%;
	left: 5%;
	right: 5%;
}
.centered-bottom {
	position: absolute;
	top: 80%;
	left: 5%;
	right: 5%;
}
.bottom-left1 {
	position: absolute;
	top: 45%;
	left: 5%;
}
.bottom-left2 {
	position: absolute;
	top: 60%;
	left: 5%;
}
.bottom-left3 {
	position: absolute;
	top: 75%;
	left: 5%;
}

/*** MEGA MENU ***/

*{
	margin:0;
	box-sizing: border-box;
}
:before,:after{
	box-sizing: border-box;
}
.container{
	max-width: 1600px;
	margin:auto;
	padding: 20px;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.v-center{
	align-items: center;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
	font-weight: 400;
    color: #000000;
}

/* HEADER */
.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding:0px;
}
.header .item-left{
	flex:0 0 17%;
}
.header .logo a{
	font-size: 2em;
	color:#111111;
	font-family: "Pacifico", cursive;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}
.header .item-center{
	flex:0 0 66%;
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 1.2em;
     color:#ffffff;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}
.header .menu > ul > li > a{
	font-size: 1.6em;
	color:#ffffff;
	position: relative;
	font-family: "Fjalla One", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#111111;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 991px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 1em;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 1em;
	color:#555555;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}
.header .menu > ul > li .sub-menu.mega-menu-column-4{
	max-width: 1100px;
	width: 100%; 	
	display: flex;
	flex-wrap: wrap;
	padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
	flex:0 0 25%;
	padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 1.2em;
	color:#999999;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: auto;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#999999;
}

/* BANNER SECTION */
.banner-section{
	background-image: url('../img/banner.jpg');
	background-size: cover;
	background-position: center;
	height: 700px;
	width: 100%;
	display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/* COLOURED BOXES */
@layer components.collections {
    .section {
        background-color: white;
        display: grid;
        inline-size: 100%;
        min-block-size: max(600px, calc(100dvb - var(--nav-block-size)));
        padding-block-end: 0.75rem;
        padding-inline: 0.75rem;
        place-items: center;
        position: relative;
		max-width: 2560px;
		margin-left: auto!important;
		margin-right: auto!important;
    }
    .cards {
        background-color: white;
        block-size: 100%;
        display: grid;
        gap: 1rem;
        inline-size: 100%;
        @media (width > 1024px) {
            grid-template-columns: 1fr 1fr;
        }
    }
    .card {
        container-type: size;
        inline-size: 100%;
        block-size: 100%;
        text-decoration: none;
        min-block-size: 350px;
        position: relative;
        &:hover::after {
            opacity: 1;
        }
        &::after {
            content: '';
            display: block;
            inset: 0;
            mix-blend-mode: multiply;
            opacity: 0;
            position: absolute;
            transition: opacity 0.2s ease;
        }
    }
    .card-1::after {
        background-color: hsl(343, 91%, 40%);
    }
    .card-2::after {
        background-color: hsl(199, 100%, 38%);
    }
    .card-3::after {
        background-color: hsl(119, 59%, 64%);
    }
    .card-4::after {
        background-color: hsl(49, 83%, 69%);
    }
    .visual {
        background-color: white;
        block-size: 100%;
        display: grid;
        inline-size: 100%;
        overflow: hidden;
        place-items: center;
        >* {
            grid-area: 1/1;
        }
    }
    .card-img {
        block-size: 100cqb;
        inline-size: 100cqi;
        border-radius: inherit;
        display: block;
        background: conic-gradient(from 90deg at 50% 0%, #111, 50%, #222, #111);
        /* filter: grayscale(); */
        object-fit: cover;
    }
    .figcaption {
        z-index: 2;
        color: white;
        font-family: "Fjalla One", sans-serif;
        font-weight: 400;
		font-size: 5em;
        font-style: normal;
        color: #ffffff;
    }
}

 /*** FAQS STYLE ***/
details{
	background-color: #ffffff;
	color: #000000;
	font-size: 1em;
	border-bottom: 1px solid #000000;
}
summary {
	font-size: 1.4em;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-stretch: normal;
	padding: 15px;
	list-style: none;
	display: flex;
	justify-content: space-between;  
	transition: height 1s ease;
	cursor: pointer;
}
/*
summary::-webkit-details-marker {
	display: none;
}
*/
summary:after{
	content: "\002B";
}
details[open] summary {
	border-bottom: 1px solid #ffffff;
	font-size: 1.4em;
}
details[open] summary:after{
	content: "\00D7";
}
details[open] div{
	padding: 15px;
	background-color: #ffffff;
	color:#000000;
}

/* SLIDER W3 CSS */
.w3-content, .w3-auto {
    margin-left: auto;
    margin-right: auto;
}
.w3-section, .w3-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.w3-row-padding, .w3-row-padding>.w3-half, .w3-row-padding>.w3-third, .w3-row-padding>.w3-twothird, .w3-row-padding>.w3-threequarter, .w3-row-padding>.w3-quarter, .w3-row-padding>.w3-col {
    padding: 0 8px;
}
.w3-row-padding, .w3-row-padding>.w3-half, .w3-row-padding>.w3-third, .w3-row-padding>.w3-twothird, .w3-row-padding>.w3-threequarter, .w3-row-padding>.w3-quarter, .w3-row-padding>.w3-col {
    padding: 0 8px;
}
@media (min-width:993px){
	.w3-col.l1{width:8.33333%}
	.w3-col.l2{width:16.66666%}
}
.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
    float: left;
    width: 100%;
}

.w3-opacity, .w3-hover-opacity:hover {
    opacity: 0.60;
}
.w3-opacity-off,.w3-hover-opacity-off:hover{
	opacity:1
}
.w3-opacity-max{
	opacity:0.25
}.w3-opacity-min{
	opacity:0.75
}

/* SMOKE */
canvas {
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* RESPONSIVE BREAK POINTS */
@media(max-width: 1350px){
	h1 {
		font-size: 7em;
	}
	.title-text {
		font-size: 7em;
	}
}

@media(max-width: 1100px){
	h1 {
		font-size: 6em;
	}
	.title-text {
		font-size: 6em;
	}
	.pre-TITLE-heading {
		font-size: 2em;
	}
	.TITLE-heading {
		font-size: 3.6em;
	}
	.sub-TITLE-heading {
			font-size: 2.5em;
	}
}

@media(max-width: 992px){
	h2 {
		font-size: 1.8em
	}
	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto;
	}
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #ffffff;
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}
	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#111111;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #111111;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#111111;
		font-size: 1.2em;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 1em;
		font-weight: 500;
		color:#111111;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#111111;	
		font-size: 2em;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
	.hideonresize {
		display: none;
	  }
}
header.header {
	position: sticky;
    top: 0;
	background-color:#111111;
}

@media(max-width: 890px){
	h1 {
		font-size: 5em;
	}
	.OneOfFour {
		grid-column: 1 /span 6;
		padding: 10px;
	}
	.TwoOfFour {
		grid-column: 7 /span 6;
		padding: 10px;
	}
	.ThreeOfFour {
		grid-column: 1 /span 6;
		padding: 10px;
	}
	.FourOfFour {
		grid-column: 7 /span 6;
		padding: 10px;
	}
	}

 @media(max-width: 820px){

	h1 {
		font-size: 5em;
	}
	.TITLE-heading {
		font-size: 2.8em;
	}
	.sub-TITLE-heading {
		font-size: 2em;
	}
	.OneOfThree {
		grid-column: 1 /span 6;
		padding: 10px 10px 0px 10px;
	}
	.TwoOfThree {
		grid-column: 7 /span 12;
		padding: 10px 10px 0px 10px;
	}
	.ThreeOfThree {
		grid-column: 1 /span 6;
		padding: 10px 10px 0px 10px;
	}
 }

@media(max-width: 706px){
	h1 {
		font-size: 4em;
	}
	.pre-TITLE-heading {
		font-size: 1.5em;
	}
	.TITLE-heading {
		font-size: 2em;
	}
	.OneOfTwo {
		grid-column: 1 /span 12;
		padding: 10px;
	}
	.TwoOfTwo {
		grid-column: 1 /span 12;
		padding: 10px;
	}
}

@media(max-width: 534px){
	h1 {
		font-size: 3em;
	}
	.pre-TITLE-heading {
		font-size: 1.2em;
	}
	.TITLE-heading {
		font-size: 2em;
	}
	.sub-TITLE-heading {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.6em;
	}
	.large-text {
		font-size: 1.1em;
	}
	.bold-large-text {
		font-size: 1.1em!important;
	}
	.OneOfThree {
		grid-column: 1 /span 12;
		padding: 10px 10px 0px 10px;
	}
	.TwoOfThree {
		grid-column: 1 /span 12;
		padding: 10px 10px 0px 10px;
	}
	.ThreeOfThree {
		grid-column: 1 /span 12;
		padding: 10px 10px 0px 10px;
	}
}

@media(max-width: 494px){
	h1 {
		font-size: 2.5em;
	}
	.pre-TITLE-heading {
		font-size: 1em;
	}
	.TITLE-heading {
		font-size: 1.8em;
	}
	.sub-TITLE-heading {
		font-size: 1em;
	}
	.figcaption {
		font-size: 3.8em;
	}
	.OneOfFour {
		grid-column: 1 /span 12;
		padding: 10px;
	}
	.TwoOfFour {
		grid-column: 1 /span 12;
		padding: 10px;
	}
	.ThreeOfFour {
		grid-column: 1 /span 12;
		padding: 10px;
	}
	.FourOfFour {
		grid-column: 1 /span 12;
		padding: 10px;
	}
 }

@media(max-width: 394px){

	h1 {
		font-size: 2.2em;
	}
	.pre-TITLE-heading {
		font-size: 0.9em;
	}
	.TITLE-heading {
		font-size: 1.5em;
	}
}
