@charset "UTF-8";
/** CSS Document *
 * Built by Maine Creative, Ltd. Co.
 * https://mainecreative.co
 * 1 Forest Ave., Ste. 2B, Portland, Maine 04101
 * Author: Max Mogensen
 */

body {
	width:100%;
	margin:0;
	padding:0;
	overflow-x:hidden;
	
}

a { 
	text-decoration:none;
	color:inherit; 
}

.menu {
	height:80px;
	background-color:#0c0c0b;
	width:100%;
	padding:0;
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
	text-align:center;
}

.menu h2 {
	position:relative;
	color:#ff24f2;
	font-size:24px;
	text-transform:uppercase;
	font-family: 'Knewave', cursive;
	font-weight:10 !important;
	padding:0;
  	text-align: center;
	display:block;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.menu h2 span {
	position:relative;
	width:100%;
}

.menu h2 a:active, 
.menu h2 a:hover  {
	color:#ff24f2;
}

.menu h2 {
	color:#ffffff
}

.menu h2 a span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #ff24f2;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.menu h2 a:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.menu.sticky {
	position:fixed !important;
    top:0;
    left:0;
}

.title {
    font-family: 'Knewave', cursive;
	color:#ffffff;
	font-size:25px;
	text-align:center !important;
	font-weight:1 !important;
}

.titleMat {
	position:absolute;
	top:50vh;
	width:100%;
	transform:translateY(-50%);
}

#titleMatSpan {
	background-color:#0c0c0b;
	border-radius:50%;
	margin:0 auto;
	display:block;
	max-width:100px;
	transition:all ease-in .17s;
}

.header {
	width:100%;
	height:100vh;
	background-color:#0c0c0b;
}

.tops,
.bottoms {
	width:99vw;
	height:49vh;
	position:absolute;
	top:1vh;
	left:.25vw;
}

.bottoms {
	top:50.5vh;
}

.quarter {
	width:49vw;
	height:100%;
	position:relative;
	float:left;
}

.one {
	background-image:url(img/gracegorillas%20fabric%20portland%20web%20design.jpg);
	background-size:cover;
	background-position: bottom left;
	
}

.two {
	background-image:url(img/portster%20fabric%20portland%20web%20design.jpg);
	background-size:cover;
	background-position: center left;

}

.three {
	background-image:url(img/intoxicles%20fabric%20portland%20web%20design.jpg);
	background-size:cover;
	background-position: bottom right;
}

.four {
	background-image:url(img/birch%20balsam%20fabric%20portland%20web%20design.jpg);
	background-size:cover;
	background-position: center right;
}

.quarter .slide-inL,
.quarter .slide-inR,
.quarter .slide-inT {
    background-color:rgba(12,12,11,.92);
    position:relative;
	left:100%;
    width:0;
    height:100%;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.quarter .slide-inR {
	left:0;
}


.quarter .slide-inT {
	width:100%;
	height:0;
	top:0;
	left:0;
}

.quarter:hover .slide-inL {
   width:100%;
   left:0;
}

.quarter:hover .slide-inR {
	width:100%;
}

.quarter:hover .slide-inT {
	height:100%;
}

.quarterH2 {
	color:rgba(255,255,255,0);
	font-size:40px;
	text-transform:uppercase;
	position:absolute;
	font-family: 'BenchNine', sans-serif;
	margin-left:14%;
	margin-top:9%;
	-moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.quarterH2 a,
.quarterP {
	color:rgba(255,255,255,0);
	-moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.quarter:hover .quarterH2,
.quarter:hover .quarterH2 a,
.quarter:hover .quarterP {
	color:rgba(255,255,255,1)
}

.quarterP {
	font-size:17px;
	position:absolute;
	margin-top:18%;
	font-family: 'Oswald', sans-serif;
	padding:24px 14% 0;
}