header, body{
	margin: 0px;
	padding: 0px;
}

.l-overall {
	position: relative;
	height: calc(100vh);
	width: 100%;
	overflow: hidden;
	display:none;
	background-color: #C2F9F9;
}

.nojs .l-overall { display:block; }


.l-wrapper {
	font-size: 0px;
	position: absolute;
	top: calc(50vh - 390px);
	left: calc(50vw - 335px);
	height: 780px;
	width: 670px;
	z-index: 1;
}

.l-wrapper a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: inherit;
}
.l-bg {
	font-size: 0px;
	position: absolute;
	top: calc(50vh - 610px);
	left: calc(50vw - 665px);
	height: 1220px;
	width: 1330px;
	z-index: 0;
}

.l-about {
	position: absolute;
	top: 230px;
	left: 120px;
	height: 422px;
	width: 422px;
	background-color: rgba(243, 254, 254, 1);
	z-index: 0;
	opacity: 0;
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.4);
	border: 4px solid white;
	font-size: 15px;
	color: #454545;
	font-family: 'Lato', sans-serif;
	text-align: justify;
}

.l-abouttitle {
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 145px;
	text-align: center;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
}
.l-st {
	position: relative;
	vertical-align: top;
	display: inline-block;
	height: 4px;
	width: 138px;
	background-color: #555555;
	margin-top: 24px;
}

.l-box {
	position: relative;
	vertical-align: top;
	display: inline-block;
	height: 100px;
	margin: 10px 0px 0px 10px;
	box-shadow: none;
}
.l-box span {
	margin-top: 0px;
	width: 100%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
    background-color: #000000;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.4) 1px 1px 3px;
	font-family: 'Montserrat', sans-serif;
}

.l-box span h1{
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 36px;
    background-color: #000000;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.4) 1px 1px 3px;
	text-align: center;
}

.blank { background-color: transparent; 
	box-shadow: none !important}
.c-one { background-color: #d1fafa; 
	box-shadow: 1px 1px 2px 0px;
	color: rgba(0,0,0,0.4);}
.c-two { background-color: #e3fcfc; 
	box-shadow: 2px 2px 3px 0px;
	color: rgba(0,0,0,0.4);}
.c-three{ background-color: #f3fefe; 
	box-shadow: 3px 3px 4px 0px;
	color: rgba(0,0,0,0.4);}
.c-four { background-color: #fefefe;
	box-shadow: 4px 4px 5px 0px;
	color: rgba(0,0,0,0.4);}
	
.l-filler{
	height: 100px;
	width: 100px;
	background-color: #faffff;
	box-shadow: 3px 3px 4px 0px;
}

.l-filler:first-of-type{
	margin-bottom: 10px;
}

.shadow {
}
.l-one { width: 100px; }
.l-three { width: 420px; height: 90px; padding: 5px;}
.l-twobytwo {
	height: 200px;
	width: 200px;
	padding: 5px;
}
.l-twobyone {
	background-color: transparent;
	height: 210px;
	width: 110px;
	position: relative;
	vertical-align: top;
	display: inline-block;
	box-shadow: none;
}

.l-twobytwo img {
	display: block;
	margin: auto;
	margin-top: 30px;
}
.l-twobytwo .text {
	margin: -1 5px auto 0px auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	display: block;
    background-color: #000000;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.4) 1px 1px 3px;
	font-family: 'Montserrat', sans-serif;
}


.l-twobytwo:hover {
	background-color: white;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}

.l-flip {
	overflow: hidden;
	background-color: #f3fefe;
	height: 100%;
	width: 100%;
	margin: 0px !important;
}



#l-about {
	-webkit-mask-image: url('../img/abouticon.png');
	background-color: blue;
	height: 200px;
}