/*

hiviz
below is better #beff39
#e1ff3c

*/ 

html {
	background: #fff;
}
body {
	color: #333;
	line-height: 1.8;
	font-family: ocr, courier, mono;
}

a, a:link {
	text-decoration: none;
	border-bottom: 1px dotted #666;
	color: #333;
}
a:hover, a:link:hover {
	border-bottom: 1px dotted #000;
}

h2 {
	margin-top: 0;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	color: #75cbc6;
	font-size: 2rem;
	border-bottom: 1px solid #dadada;
}

h3 {
	margin-top: 0;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-weight: 600;
	color: #75cbc6;
	font-size: 1.1rem;
}


p {
	color: #333;
	font-size: .9rem;
}
header {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 2rem;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	/*border-bottom: 1px solid #fff;*/
}

.cams {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.cams img {
	flex-shrink: 0;
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	max-height: none;
	position: relative;
	left: 57%;
	bottom: 14%;
}

.statement {
	position: absolute;
	top: 0;
	left: 0;
	letter-spacing: 1px;
}
.statement p {
	font-size: 10px;
	padding-left: 1rem;
	padding-top: 1rem;
}

.logo {
	margin-bottom: 1rem;
}
.logo img {
	width: 120%;
}

.logo p {
	/*background: ;*/
	padding: 13px;
	text-transform: uppercase;
	font-size: 12px;
	color: #827272;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-align: center;
}

.whatwedo a {
	border-bottom: 0;
}

.location p {
	letter-spacing: -.5px;
	margin-top: 2rem;
	margin-bottom: 0;
	font-size: 15px;
	color: #9a9a9a;
}

.contact {
	display: flex;
	margin-top: .8rem;
	justify-content: space-between;
	gap: 2rem;
	text-align: center;
}
.contact a {
	width: 120px;
	display: inline-block;
}

footer {
	/*background: #000;*/
	width: 100%;
	padding: 1rem;
	text-align: center;
	position: fixed;
	bottom: 0;
}
footer p {
	/*margin-bottom: 0;*/
	font-family: ocr, courier;
	font-size: .6rem;
	color: #0a0a0a;
	text-transform: uppercase;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(255,255,255,.68);
}

.wrap {
	display: flex;
	position: relative;
	width: 100%;
	padding-left: 2.4rem;
	padding-right: 2.4rem;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 3;
	height: 100vh;
	background-image: url(../img/cams-lofi.gif);
	background-position: 13% 230%;
	background-size: 291%;
}

.wrap > div {
	z-index: 1;
}

.wrap.fullw {
	padding-left: 0;
	padding-right: 0;
}


.button {
	margin-bottom: 8px;
	width: 24%;
	background: #37476ecc;
	text-transform: uppercase;
	font-size: .8rem;
	border-radius: 4px;
	color: #ccfaf8;
	text-align: center;
	padding: .6rem .3rem;
	text-decoration: none;
}

.button:hover {
	background: #37476e;
}


/*============================================
	MEDIA QUERIES
=============================================*/
@media only screen and (max-width: 768px) {

}
/* end max 768 */

@media only screen and (min-width: 768px) {

	body {
		text-align: center;
	}
	.wrap {
		background-position: 23% 85%;
		background-size: 341%;
	}
	.overlay {
		display: none;
	}
}
/* end 768 */

@media only screen and (min-width: 900px) {

}
/* end 900 */

@media only screen and (min-width: 1024px) {

	.wrap {
		background-position: 11% 85%;
		background-size: 241%;
	}
}
/* end 1024 */

@media only screen and (min-width: 1440px) {

	.wrap {
		background-position: -11% 75%;
		background-size: 171%;
	}
}
/* end 1440 */
@media only screen and (min-width: 1660px) {
	.wrap {
		background-position: -24% 49%;
		background-size: 170%;
	}
}
/* end 1660 */	
