@charset "utf-8";
/* CSS Document */
/* Cthulhu Fthagn */

* {margin:0; padding:0;} 

html, body, header, section, section {
	width:100%; 
	height:100%;
}

body {background:black;}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 14, 2024 */
@font-face {
    font-family: "montserratthin";
    src: url("../fonts/montserrat-variablefont_wght-webfont.woff2") format("woff2"),
         url("../fonts/montserrat-variablefont_wght-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montserratthin_italic";
    src: url("../fonts/montserrat-italic-variablefont_wght-webfont.woff2") format('woff2'),
         url("../fonts/montserrat-italic-variablefont_wght-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}


.getshorty{min-height:74vh; max-height:74vh; background-image:url("../images/bg_case-tile.jpg"); background-size:200px; background-position:center center;background-repeat: repeat;}
.center-logo-contact{
			position:absolute;
			width:auto;
			height:auto;
			top:50%;
			left:50%;
			-webkit-transform:translate(-50%,-47%);
			transform:translate(-50%,-47%);
			z-index: 999;
		}

		.center-logo-contact img {max-width: 33vw;}

section {
	background:#394046; 
	padding:10% 5% 0 5%; /*Top Right Bottom Left*/
	width:90%; /*Right padding (5%) + width (90%) + Left padding (5%) = 100% of browser window */
	height:90%; /*Top padding (10%) + height (90%) = 100% of browser window */
}

/*---------section LEFT COLUMN - Logo, Site, Copyright, Navigation -----------*/



/*---------section RIGHT COLUMN - CONTACT FORM -----------*/
.getittogether {
	width:100%; display:flex; justify-content: center; margin-bottom:4.5rem;
}

#the-connection{
	color:#D0D0D0; 
	font-size:4rem;
	width:100%;
	text-align: center;
	margin-top:2rem;
}

p{color:#F4686B; width:100%; text-align: center; padding:1em 0;} /*Color of Confirmation/Error Text After Submission*/


/*---------////////////FORM STYLES////////// -----------*/

#form-left {
	width:70%; 
	float:left; 
	margin-right:20px;
}

/* input fields will affect name, email, & the human question */
input {
	height:45px;
	width:89%;  
	padding-left:11%;  
	margin-bottom:10px;
	border:1px solid firebrick;
	font-size:1em;
	background:#111;
	color:darkred;
	-webkit-transition:all ease .25s;
	-moz-transition:all ease .25s;
	-o-transition:all ease .25s;
	transition:all ease .25s;
	background-repeat: no-repeat;
	background-position: 5px 40%; 
}

/*OPTIONAL*/
input:hover {background-color:firebrick; color:white; font-size:1.3em;}
input:focus, textarea:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 92, 92, 0.6);
  	outline: 0 none; border:none;
	border: 1px solid white;
}

/*Styles for name ---------<input id="whoareyou"...>--------*/
#whoareyou {
	background-image:url(../images/icons/name.png); /*picture of person icon*/
	background-position: 12px 100%;
}


/*Styles for email ---------<input id="ugotmail"...>--------*/
#ugotmail {background-image:url(../images/icons/mail.png);} /*picture of mail icon*/


/*Styles for message ---------<textarea id="msg"...>--------*/
#msg {
	border:none; 
	width:89%; 
	min-height:180px; 
	margin-bottom:10px; 
	padding:2% 0 0 11%;
	background-image:url(../images/icons/msg.png); 
	background-repeat: no-repeat; 
	background-position: 5px 5px;
	-webkit-transition:all ease .25s;
	-moz-transition:all ease .25s;
	-o-transition:all ease .25s;
	transition:all ease .25s;
}

#msg:hover {background-color:firebrick; color:white; font-size:1.3em;border: 1px solid white;}



/*------Ask Human to Add--------*/
#checkpoint {
	width:auto; 
	float:left; 
	font-size:1.5em; 
	color:#EEE;
	line-height:1em;
}

#nospam {color:white; font-size:14px;}

#thearrow {
	float:left; 
	font-size:33px; 
	color:#C40E1A;
}

#surveysays {
	width:42%; 
	padding-left:2%; 
	height:45px; 
	margin-bottom:10px; 
	float:right;
}

/*------End of Ask Human to Add--------*/



/*------Styles for Submit Button--------*/
#form-right {float:left;}

#submit {
	border:none; 
	outline:none; 
	cursor:pointer; 
	background:url("../images/icons/btn_send.png"); 
	width:93px; 
	height:368px; 
	font-size:0; /*removes default "submit" button text*/
	line-height:0; /*guarantees you don't see default text*/
}
/*---------////////////END OF FORM STYLES////////// -----------*/


@media only screen 
and (min-width : 200px) 
and (max-width : 767px) 
and (orientation: portrait)
{
	.getshorty{height:70%;min-height:70%;max-height:70%;}
	.center-logo-contact img {max-width: 70vw;}
	input{padding-left:20%; width:83%;}
	#msg{padding:2% 0 0 20%; width:84%;}
	#leaveitalone{padding:20px;}
	#surveysays{width:27%;}
}

@media only screen 
and (min-width : 200px) 
and (max-width : 1024px) 
and (orientation: landscape)
{
	.getshorty{height:100%; min-height:100%; max-height:100%;}
	.center-logo-contact img {max-width: 33vw;}
	.center-logo-contact{
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);}
}
	