@charset "UTF-8";

/* MAIN ELEMENTS */
section {
	font-family: Tahoma;
	font-size: 1rem;
	overflow: hidden;
	width: 100vw;
}
article {
	padding: 0 5px;
	margin: 0 15px;
}
main {
	width: 100vw;
}
main > section {
	width: 100vw;
	/*margin: -1em -2em 1em 2em;*/
	margin: -1em -2em 1em 0;
}
footer {
	position: fixed;
	display: inline-block;
	text-align: center;
	font-family: Helvetica, Arial, "sans-serif";
	color: var(--bluelt);
	font-size: 1em;
	bottom: 0;
    left: 0;
    width: 100%;
	margin-bottom: -25px;
}

.desk-img { display: none; }
.tab-mob { display: none; }

holder {
	vertical-align: top;
}
/*footer > section {
    margin: 5px 0 5px 0;
    text-align: center;
}*/

.thumbs {
	border: 5px solid var(--blue);
}
.thumbs:hover {
	border: 5px solid var(--gold);
}

textarea {
	min-height: 5em;
	max-height: 15em;
	max-width: 75vw;
}
.inputs {
	min-width: 25vw;
	max-width: 75vw;
}

.note {
	font-weight: lighter;
	/*font-style: oblique;*/
	letter-spacing: 1px;
	font-size: .7rem;
	line-height: 5px;
	text-indent: 85px;
}

quote {
    font-style: oblique;
    color: var(--goldlt);
	font-size: 1.22em;
}

.bg-ltblue {
	/*margin: -20px -8px 0 -8px;*/
	width: 100vw;
	background: var(--bgblue);
}
.bg-midred {
	/*margin: -20px -8px 0 -8px;*/
	width: 100vw;
	background: var(--bgred);
}


/* LAYOUT AND SPECIAL CASE STYLES */
.center {
	text-align: center;
}
.rightalign {
	text-align: right;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1em;
	color: var(--white);
	vertical-align: top;
}
.rustystar {
	color: #f5a58d;
	font-size: 1em;
}

/* APPS MASTERED SECTION */
.programs {
	float: right;
	display: block;
	position: relative;
	top: 40px;
	right: 1px;
	width: 50px;
	text-align: right;
}
.refs, .refs + ul li {
	font-size: 0.02rem;
}

.backstack {
	z-index: -5;
}
.frontstack {
	z-index: 10;
}

#resume ul li {
	list-style-type: none;
}

/* SITE DESIGN/LAYOUT IMAGERY */
.header {
	clear: both;
	padding: 0;
	margin: -20px 0 0 0;
	/*height: 113px;*/
	display: inline-flex;
	align-items: flex-start;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	text-align: left;
	color: var(--blue);
	top: 0;
	left: 0;
}
.header-left {
	margin-left: 0;
}
.head-img {
	margin-left: -6px;
}
.head-mid-img {
	margin-left: -8px;
}
.head-img-but {
	position: absolute;
	display: inline-block;
	top: 106px;
	left: 26vw;
}
.header3-bg {
	background-image: url("../images/header/hdr-3-all.jpg");
	background-repeat: no-repeat;
	/*&background-attachment:fixed;*/
	background-position: 480px top;
}
.header3-red-bg {
	background-image: url("../images/header/hdr-3-media.jpg");
	background-repeat: no-repeat;
	/*&background-attachment:fixed;*/
	background-position: 480px top;
}
.mob-head-img {
	display: inline-block;
	min-width: 301px;
	max-width: 499px;
}
.hamb-img {
	display: none;
}

.appmasterot {
	transform: rotateZ(-90deg);
	position: absolute;
	margin: 75px 0 0 -115px;
	left: 18px;
}

/* RESPONSIVE IMAGE SHIPPING & HANDLING */
.crop-h {
	/*width: 2432px;*/
	width: 100vw;
	height: 226px;
	border: 0;
	object-fit: none;
	overflow: hidden;
	/*object-position: 100% 0;*/
}
.crop-f {
	/*max-width: 2920px;*/
	width: 100vw;
	height: 130px;
	border: 0;
	object-fit: none;
	object-position: left top;
}
/* RESPONSIVE OLD STINKY FOOTER */
.footer2 {
	padding: 0;
	text-align: center;
	color: var(--blue);
}
.holder-f {
	width: min-content;
	/*float: left;*/
	/*height: 213px;*/
}
.footer-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 10px;
}

#clock {
	color: var(--bluelt);
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 1em;
 }

/* ::===<<<!  @MEDIA QUERIES  !>>>===::
I no longer design my sites with "mobile first," instead I do
a simplified design first and then branch out to each need 
from there.

MOBILE:  300px - 499px
TABLET:  500px - 899px
DESKTOP: 900px - 2880px
*/

/* MOBILE */
@media screen and (min-width: 300px) and (max-width: 499px) {
	.desk-img { display: none; }
	.tab-mob { display: inline-block; }
	.mob { display: block; }
	.tab { display: none; }
	.desk { display: none; }
	textarea .inputs {
		max-width: 90vw;
	}
	#home {
		max-width: 80vw;
		min-width: 70vw;
	}
	#resume {
		max-width: 80vw;
		min-width: 70vw;
	}
	#writing {
		max-width: 80vw;
		min-width: 70vw;
	}
	#design {
		max-width: 80vw;
		min-width: 70vw;
	}
	#media {
		max-width: 80vw;
		min-width: 70vw;
	}
	.head-img-but {
		left: 17vw;
	}
	.programs > img {
		width: 35px;
		height: 35px;
	}
	.appmasterot {
		left: 38px;
		margin: 60px 0 0 -100px;
		font-size: 1rem;
	}
}
/* TABLET */
@media screen and (min-width: 500px) and (max-width: 1000px) {
	.desk-img { display: none; }
	.tab-mob { display: inline-block; }
	.mob{ display: none; }
	.tab{ display: inline-block; }
	.desk{ display: inline-block; }
	textarea .inputs {
		max-width: 75vw;
	}
	#home {
		max-width: 74vw;
		min-width: 50vw;
	}
	#resume {
		max-width: 74vw;
		min-width: 50vw;
	}
	#writing {
		max-width: 74vw;
		min-width: 50vw;
	}
	#design {
		max-width: 74vw;
		min-width: 50vw;
	}
	#media {
		max-width: 74vw;
		min-width: 50vw;
	}
	.head-img-but {	
		left: 17vw;
	}
	.programs img {
		width: 40px;
		height: 40px;
	}
}
/* DESKTOP */
@media screen and (min-width: 1001px) {
	.mob{ display: none; }
	.tab{ display: none; }
	.tab-mob{ display: none; }
	.desk{ display: inline-block; }
	.desk-img { display: inline-block; }
	#home {
		max-width: 90vw;
	}
	#resume {
		max-width: 90vw;
		min-width: 80vw;
	}
	#writing {
		max-width: 90vw;
		min-width: 80vw;
	}
	#design {
		max-width: 90vw;
		min-width: 80vw;
	}
	#media {
		max-width: 90vw;
		min-width: 80vw;
	}
	.programs > img {
		width: 50px;
		height: 50px;
	}
}
@media screen and (min-width: 1500px) {
	.head-img-but {	
		left: 17vw;
	}
}
