@charset "UTF-8";
/*CSS Document */

/*************************************************************************/

/*beginning of code that affects every page for every size*/

/*start of @fontface*/

@import url('https://fonts.cdnfonts.com/css/bauhaus-93');

@import url('https://fonts.cdnfonts.com/css/Impact');

@import url('https://fonts.cdnfonts.com/css/Arial');

/*ending of @fontface*/

.middlenav a:hover {
	color: #0CF;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

/*ending of code that affects every page for every size*/

/*************************************************************************/

/*Media Query - Breakpoint for Desktop minimum of 1025px*/
@media only screen and (min-width: 1025px)
{
	
body {
	margin: 1%;
	padding: 0;
	border: 2.5px solid #0CF;
	height: auto;
	width: auto;
	overflow: auto;
	background: #000000;
	background-size: cover;
}

/*css for top of webpage*/

h1 {
	margin: 0px 20px 0px;
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 50pt;
	color: transparent;
	-webkit-text-stroke-width: .001em;
	-webkit-text-stroke-color: #0CF;
}

h2 { /*index.html, resume.html*/
	margin-top: 200px;
	margin-left: 7%;
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 30pt;
	color: transparent;
	-webkit-text-stroke-width: .01em;
	-webkit-text-stroke-color: #0CF;
}

h3 { /*index.html*/
	margin-left: 0%;
	padding-top: 80px;
	text-align: left;
    font-family: 'Bauhaus 93', sans-serif;
	font-size: 24pt; 
	color: transparent; 
	-webkit-text-stroke-width: .001em;
	-webkit-text-stroke-color: #0CF;
}

h4 {  /*rotating_photo.html (1-7)*/
	margin-bottom: 3px;
	padding-top: -40px;
	text-align: center;
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 35pt;
	color: transparent;
	-webkit-text-stroke-width: .001em;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 2px 2px #1B0000;
	top: 50%;
	transform: translate(0, -15%);
}

h5 { /*index.html*/
    font-family: 'Bauhaus 93', sans-serif;
	font-size: 24pt; 
	color: transparent; 
	text-align: center;
	-webkit-text-stroke-width: .001em;
	-webkit-text-stroke-color: #0CF;
}

/*end of css for top of webpage*/

/*******************************************/

/*css for navigation*/

.middle {
	position: relative;
	display: inline-table;
	transform: translate(50%,-260%);
	height: 10px;
	width: 150px;
}

.middlenav a {
	margin: 16px 0 16px;
	padding: 0 15px 0;
	font-family: 'Bauhaus 93', sans-serif;  
	font-size: 30pt;
	color: transparent;  
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
}

.middlenav a:hover { 
	color: transparent;  
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0CF;
}

#backtonav a { /*index.html*/
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 25pt;
	color: transparent;
	text-align: center;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
}

#backtonav a:hover { /*index.html*/
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0CF;
}

#textshift { /*index.html*/
	margin-top: 100px;
	text-align: center;
}

/*end of css for navigation*/

/*******************************************/

/*css for rotation headshots*/

div#top { /*index.html*/
	text-align: center;
	justify-content: center;
	color:#333;
}

.slider { /*index.html*/
	margin: auto;
	border-radius: 0px;
	overflow: hidden;
	height: 400px;
	width: 96%;
}

.slides { /*index.html*/
	position: relative;
	display: flex;
	justify-content: center;
	height: 500px;
}
	
.slides input { /*index.html*/
	display: none;
}

.slide.first { /*index.html*/
	padding-left: 30%;
	padding-right: 1%;
	transition: 0.2s;
}

.slide { /*index.html*/
	padding: 0 1.25% 0;
	transition: 0.2s;
}

.slide img { /*index.html*/
	margin: auto;
	padding: auto;
	border: 2px solid #FFFFFF;
	height: 200px;
	width: 160px;
}

.slide:hover { /*index.html*/
	border-color: #0CF;
}

/*css for manual slide navigation*/

.navigation-manual { /*index.html*/
	margin-top: -270px;
	position: absolute;
	display: flex;
	justify-content: center;
	width: 1000px;
}

.manual-btn { /*index.html*/
	margin: 0 40px 0;
	padding: 5px;
	border: 2px solid #0CF;
	border-radius: 9px;
	cursor: pointer;
	transition: 1s;
}

.manual-btn:hover { /*index.html*/
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
}

#radio1:checked ~ .first { /*index.html*/
	margin-left: 0%;
}

#radio2:checked ~ .first { /*index.html*/
	margin-left: -10%;
}

#radio3:checked ~ .first { /*index.html*/
	margin-left: -20%;
}

#radio4:checked ~ .first { /*index.html*/
	margin-left: -30%;
}

#radio5:checked ~ .first { /*index.html*/
	margin-left: -40%;
}

#radio6:checked ~ .first { /*index.html*/
	margin-left: -50%;
}

#radio7:checked ~ .first { /*index.html*/
	margin-left: -60%;
}

/*css for automatic slide navigation*/

.navigation-auto { /*index.html*/
	margin-top: 230px;
	position: absolute;
	display: flex;
	justify-content: center;
	width: 1000px;
}

.navigation-auto div { /*index.html*/
	padding: 5px;
	border: 2px solid #0CF;
	border-radius: 10px;
	transition: 1s;
}

.navigation-auto div:not(last-child) { /*index.html*/
	margin: 0 40px 0;
}

#radio1:checked ~ .navigation-auto .auto-btn1 { /*index.html*/
	background: #0CF;
}

#radio2:checked ~ .navigation-auto .auto-btn2 { /*index.html*/
	background: #0CF;
}

#radio3:checked ~ .navigation-auto .auto-btn3 { /*index.html*/
	background: #0CF;
}

#radio4:checked ~ .navigation-auto .auto-btn4 { /*index.html*/
	background: #0CF;
}

#radio5:checked ~ .navigation-auto .auto-btn5 { /*index.html*/
	background: #0CF;
}

#radio6:checked ~ .navigation-auto .auto-btn6 { /*index.html*/
	background: #0CF;
}

#radio7:checked ~ .navigation-auto .auto-btn7 { /*index.html*/
	background: #0CF;
}

/*end of css for rotation headshots*/

/*******************************************/

/*css for enlarged photos*/

section#section { /*rotating_photo.html (1-7)*/
	margin-top: 500px;
	position: relative;
	top: 0;
	transform: translate(0, -50%);
}

.enlargedphoto1 { /*rotating_photo.html (1-4)*/
	margin-top: -1%;
	position: relative;
	justify-content: center;
	border: 2px solid #0CF;
	height: 630px;
	width: 490px;
}

.enlargedphoto2 { /*rotating_photo.html (5-7)*/
	margin-top: -1%;
	position: relative;
	justify-content: center;
	border: 2px solid #0CF;
	height: 620px;
	width: 490px;
}

#breakcontent { /*index.html, rotating_photo.html (1-7)*/
	white-space: pre-line;
}

/*css for enlarged photo navigation*/

#enlargednavigation { /*rotating_photo.html (1-7)*/
	margin-top: -5px;
	text-align: center;
}

.enlargedphototext { /*rotating_photo.html (1-7)*/
	padding-top: 0;
	text-align: center;
	justify-content: center;
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 25pt;
	color: transparent;
	-webkit-text-stroke-width: .5px;
	-webkit-text-stroke-color: #FFC18C;
	text-shadow: 2px 2px #1B0000;
}

.prev { /*rotating_photo.html (1-7)*/
	padding-right: 133px;
	text-align: left;
	font-family: 'Bauhaus 93', sans-serif; 
	font-size: 25pt; 
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 1px 1px #1B0000;
}

.prev:hover { /*rotating_photo.html (1-7)*/
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 1px 1px #1B0000;
}

.return { /*rotating_photo.html (1-7)*/
	text-align: center;
	font-family: 'Bauhaus 93', sans-serif; 
	font-size: 25pt; 
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 1px 1px #1B0000;
}

.return:hover { /*rotating_photo.html (1-7)*/
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 1px 1px #1B0000;
}

.next { /*rotating_photo.html (1-7)*/
	padding-left: 133px;
	text-align: right;
	font-family: 'Bauhaus 93', sans-serif; 
	font-size: 25pt; 
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 1px 1px #1B0000;
}

.next:hover { /*rotating_photo.html (1-7)*/
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 1px 1px #1B0000;
}

/*end of css for rotation headshots*/

/*******************************************/

/*css for main content*/

#aboutme { /*index.html*/
	margin-top: 10px;
	margin-left: 4%;	
}

#resumetitle { /*index.html, resume.html*/
	margin-left: 4%;
	text-align: left;
}

/*css for embedded videos*/

.wrapper-main { /*index.html*/
	position: relative;
}

.demoreeltext { /*index.html*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 18pt;
}

#videos-align { /*index.html*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	max-height: 1000px;
    max-width: 1000px;
}

.videospace { /*index.html*/
	margin: 0 40px 0;
	position: relative;
}

.videoposition { /*index.html*/
	padding: auto;
	position: relative;
	border: 2.5px solid #FFFFFF;
	width: 400px;
}

/*end of css for embedded videos*/

/*******************************************/

/*css for embedded audio*/

#audio-align { /*index.html*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	max-height: 1000px;
    
}

.audiospace { /*index.html*/
	margin: 0 40px 0;
}

.audioposition { /*index.html*/
	position: relative;
	color: #0CF;
	width: 400px;
}

.audio-outline {
	position: relative;
	border: 2.5px solid #FFFFFF;
	border-radius: 30px;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel { /*index.html*/
    background-color: #0CF;
}

/*end of css for embedded audio*/

/*******************************************/

/*css for contact text*/

#openall { /*index.html*/
	margin-left: auto;
	margin-right: auto;
	padding-left: -2%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-height: 800px;
    max-width: 800px;
}

.openeach { /*index.html*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: 220px;
}

/*end of css for embedded audio*/

/*******************************************/

/*css for socials follow*/

#followmetext { /*index.html*/
    font-size: 24pt;
    text-align: center;
}

.resizelogo { /*index.html*/
	margin: 20px 30px 20px;
	position: relative;
	max-height: 100px;
	max-width: 100px;
}

.resizelogo:hover { /*index.html*/
	border: 2px solid #0CF;
}

.resizelogo-imdb_linkedin { /*index.html*/
	margin: 20px 30px 20px;
	position: relative;
	max-height: 100px;
	max-width: 100px;
}

.resizelogo-imdb_linkedin:hover { /*index.html*/
	border: 2px solid #0CF;
	border-radius: 10px;
}

#resizelogo-instagram { /*index.html*/
	margin: 20px 30px 20px;
	position: relative;
	max-height: 100px;
	max-width: 100px;
}

#resizelogo-instagram:hover { /*index.html*/
	border: 2px solid #0CF;
	border-radius: 25px;
}

div.gridcontainer { /*index.html*/
	margin-left: auto;
	margin-right: auto;
    position: relative;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	max-height: 1000px;
    max-width: 600px;
}
	
div.grid { /*index.html*/
	flex-basis: calc(20% - 90px);
	box-sizing: border-box;
	max-height: 500px;
    max-width: 500px;
}

/*end of css for socials follow*/

/*******************************************/

/*css for paragraph text*/

.paragraph { /*index.html*/
	font-family: 'Arial', sans-serif; 
	font-size: 15pt; 
	color: #FFFFFF;
	text-align: center;
	-webkit-text-stroke-width: .04em;
	-webkit-text-stroke-color: transparent;
}

p { /*index.html, resume.html*/
	margin: 0px 3% 0 4%;
	font-family: 'Arial', sans-serif;
	font-size: 15pt;
	color: #FFFFFF;
}

/*end of css for paragraph text*/

/*******************************************/

/*css for resume*/

.resumetitles { /*resume.html*/
    margin-left: auto;
	margin-right: auto;
    padding: 1%;
    text-align: center;
    font-family: 'Bauhaus 93', sans-serif;
    font-size: 30pt; 
	color: transparent;
	-webkit-text-stroke-width: .001rem;
	-webkit-text-stroke-color: #0CF;
    max-width: 30%;
}

.subresumetitles { /*resume.html*/
    border: 2px solid #FFFFFF;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 16pt;
    color: #0CF;
	background-color: transparent;
	-webkit-text-stroke-width: .06em;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 2px 2px #1B0000;
}
    
table { /*resume.html*/
	margin-left: 4%;
	margin-right: 4%;
    justify-content: center;
	table-layout: fixed;
	width: 92%;
}

th, tr { /*resume.html*/
    padding: 1%;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 18pt;  
    font-weight: normal;
    color: #FFFFFF;
	background-color: transparent;
    border: 2px solid #FFFFFF;
	word-wrap: break-word;
	-webkit-text-stroke-width: .01em;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 2px 2px #1B0000;
}

/*end of css main content*/

/*******************************************/

/*css for footer*/

footer {
	margin-top: 250px;
	padding: 20px 0 20px 0;
	text-align: center;
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 12pt;
	color: transparent;
	-webkit-text-stroke-width: .04em;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 2px 2px #1B0000;
}	

/*end of css for footer*/

}
/*******End of Media Query - Breakpoint for Desktop minimum of 1025px**************/

/*************************************************************************/

/*Media Query - Breakpoint for Tablets between 641px and 1024px*/
@media only screen and (min-width: 641px) and (max-width: 1024px)
{
	
body {
	margin: 1%;
	padding: 0;
	border: 2px solid #0CF;
    height: auto;
	width: auto;
	overflow: auto;	
	background: #000000;
	background-size: cover;	
}
	
/*css for top of webpage*/

h1 {
	margin: 8px 20px 0px;
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 40pt;
	color: transparent;
	-webkit-text-stroke-width: .009em;
	-webkit-text-stroke-color: #0CF;
}

h2 { /*index.html, resume.html*/
	margin-top: 150px;
	margin-left: 7%;
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 25pt;
	color: transparent;
	-webkit-text-stroke-width: .02em;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 3px 3px #1B0000;
}

h3 { /*index.html*/
	padding-top: 80px;
	text-align: left;
    font-family: 'Bauhaus 93', sans-serif;
	font-size: 20pt; 
	color: transparent; 
	-webkit-text-stroke-width: .015em;
	-webkit-text-stroke-color: #0CF;
}

h4 { /*rotating_photo.html (1-7)*/
	margin-bottom: -50px;
	text-align: center;
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 30pt;
	color: transparent;
	-webkit-text-stroke-width: .009em;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 2px 2px #1B0000;
	top: 80%;
	transform: translate(0, -15%);
}

h5 { /*index.html*/
    font-family: 'Bauhaus 93', sans-serif;
	font-size: 20pt; 
	color: transparent; 
	text-align: center;
	-webkit-text-stroke-width: .015em;
	-webkit-text-stroke-color: #0CF;
}

/*end of css for top of webpage*/

/*******************************************/

/*css for navigation*/

.middle {
	position: relative;
	display: inline-table;
    transform: translate(25%,-280%);
	height: 10px;
	width: 150px;
}

.middlenav a {
	margin-top: 60px;
	padding: 0 10px 0;
	font-family: 'Bauhaus 93', sans-serif;  
	font-size: 25pt;
	color: transparent;  
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
}

.middlenav a:hover {
	color: transparent;  
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0CF;
}

#backtonav a { /*index.html*/
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 20pt;
	color: transparent;
	text-align: center;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
}

#backtonav a:hover { /*index.html*/
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0CF;
}

#textshift { /*index.html*/
	margin-top: 100px;
	text-align: center;
}

/*end of css for navigation*/

/*******************************************/

/*css for rotation headshots*/
  
div#top { /*index.html*/
	text-align:center;
	justify-content: center;
	color:#333;
}

.slider { /*index.html*/
	margin: auto;
	border-radius: 0px;
	overflow: hidden;	
	height: 400px;
	width: 92%;
}

.slides { /*index.html*/
	position: relative;
	display: flex;
	justify-content: center;
	height: 500px;
}
	
.slides input { /*index.html*/
	display: none;
}

.slide.first { /*index.html*/
	padding-left: 30%;
	padding-right: 2.4%;
	transition: 0.2s;
}

.slide { /*index.html*/
	padding-left: 2.4%;
	padding-right: 2.4%;
	transition: 0.2s;
}

.slide img { /*index.html*/
	margin: auto;
	padding: auto;
	border: 1px solid #FFFFFF;
	justify-content: center;
	height: 140px;
	width: 110px;
}

.slide img:hover { /*index.html*/
	border-color: #0CF;
}

/*css for manual slide navigation*/

.navigation-manual { /*index.html*/
	margin-top: -325px;
	position: absolute;
	display: flex;
	justify-content: center;
	width: 300px;
}

.manual-btn { /*index.html*/
	margin: 0 20px 0 20px;
	padding: 5px;
	border: 1.5px solid #0CF;
	border-radius: 9px;
	cursor: pointer;
	transition: 1s;
}

.manual-btn:hover { /*index.html*/
	background: #FFFFFF;
	border: 1.5px solid #FFFFFF;
}

#radio1:checked ~ .first { /*index.html*/
	margin-left: 55%;
}

#radio2:checked ~ .first { /*index.html*/
	margin-left: 27.5%;
}

#radio3:checked ~ .first { /*index.html*/
	margin-left: 0%;
}

#radio4:checked ~ .first { /*index.html*/
	margin-left: -27.5%;
}

#radio5:checked ~ .first { /*index.html*/
	margin-left: -55%;
}

#radio6:checked ~ .first { /*index.html*/
	margin-left: -82.5%;
}

#radio7:checked ~ .first { /*index.html*/
	margin-left: -110%;
}

/*css for automatic slide navigation*/

.navigation-auto { /*index.html*/
	margin-top: 175px;
	position: absolute;
	display: flex;
	justify-content: center;
	max-width: 200px;
}

.navigation-auto div { /*index.html*/
	padding: 5px;
	border: 1.5px solid #0CF;
	border-radius: 10px;
	transition: 1s;
}

.navigation-auto div:not(last-child) { /*index.html*/
	margin: 0 20px 0;
}

#radio1:checked ~ .navigation-auto .auto-btn1 { /*index.html*/
	background: #0CF;
}

#radio2:checked ~ .navigation-auto .auto-btn2 { /*index.html*/
	background: #0CF;
}

#radio3:checked ~ .navigation-auto .auto-btn3 { /*index.html*/
	background: #0CF;
}

#radio4:checked ~ .navigation-auto .auto-btn4 { /*index.html*/
	background: #0CF;
}

#radio5:checked ~ .navigation-auto .auto-btn5 { /*index.html*/
	background: #0CF;
}

#radio6:checked ~ .navigation-auto .auto-btn6 { /*index.html*/
	background: #0CF;
}

#radio7:checked ~ .navigation-auto .auto-btn7 { /*index.html*/
	background: #0CF;
}

/*end of css for rotation headshots*/

/*******************************************/

/*css for enlarged photos*/

section#section  { /*rotating_photo.html (1-7)*/
	margin-top: 300px;
	position: relative;
	top: 300%;
	transform: translate(0, -35%);
}

.enlargedphoto1 { /*rotating_photo.html (1-4)*/
	margin-top: 43px;
	position: relative;
	justify-content: center;
	border: 2px solid #0CF;
	height: 500px;
	width: 380px;
}

.enlargedphoto2 { /*rotating_photo.html (5-7)*/
	margin-top: 43px;
	position: relative;
	justify-content: center;
	border: 2px solid #0CF;
	height: 500px;
	width: 380px;
}

#breakcontent { /*index.html, rotating_photo.html (1-7)*/
	white-space: pre-line;
}

/*css for enlarged photo navigation*/

#enlargednavigation { /*rotating_photo.html (1-7)*/
	margin-top: -5px;
	text-align: center;
}

.enlargedphototext { /*rotating_photo.html (1-7)*/
	padding-top: 0;
	text-align: center;
	justify-content: center;
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 25pt;
	color: transparent;
	-webkit-text-stroke-width: .5px;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 2px 2px #1B0000;
}

.prev { /*rotating_photo.html (1-7)*/
	text-align: left;
	padding-right: 94px;
	font-family: 'Bauhaus 93', sans-serif; 
	font-size: 20pt; 
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 1px 1px #1B0000;
}

.prev:hover { /*rotating_photo.html (1-7)*/
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 1px 1px #1B0000;
}

.return { /*rotating_photo.html (1-7)*/
	text-align: center;
	font-family: 'Bauhaus 93', sans-serif; 
	font-size: 20pt; 
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 1px 1px #1B0000;
}

.return:hover { /*rotating_photo.html (1-7)*/
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 1px 1px #1B0000;
}

.next { /*rotating_photo.html (1-7)*/
	padding-left: 94px;
    text-align: right;
	font-family: 'Bauhaus 93', sans-serif; 
	font-size: 20pt; 
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 1px 1px #1B0000;
}

.next:hover { /*rotating_photo.html (1-7)*/
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 1px 1px #1B0000;
}

/*end of css for rotation headshots*/

/*******************************************/

/*css for main content*/

#aboutme { /*index.html*/
	margin-top: 10px;
	margin-left: 4%;
}

#resumetitle { /*index.html*/
	margin-left: 4%;
	text-align: left;
}

/*css for embedded videos*/

.wrapper-main { /*index.html*/
	margin-top: -30%;
	position: relative;
}

.demoreeltext { /*index.html*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 18pt;
}

#videos-align { /*index.html*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	max-height: 1000px;
    max-width: 1000px;
}

.videospace { /*index.html*/
	margin: 0 40px 0;
	position: relative;
}

.videoposition { /*index.html*/
	padding: auto;
	position: relative;
	border: 2.5px solid #FFFFFF;
	width: 300px;
}

/*end of css for embedded videos*/

/*******************************************/

/*css for embedded audio*/

#audio-align { /*index.html*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	max-height: 2000px;
    max-width: 1000px;
}

.audiospace { /*index.html*/
	margin: 0 40px 0;
	position: relative;
}

.audioposition { /*index.html*/
	position: relative;
	border: 2.5px solid #0CF;
	width: 300px;
}

.audio-outline {
	position: relative;
	border: 2px solid #FFFFFF;
	border-radius: 30px;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel { /*index.html*/
    background-color: #0CF;
}

/*end of css for embedded audio*/

/*******************************************/

/*css for contact text*/

#openall { /*index.html*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	max-height: 800px;
    max-width: 800px;
}

.openeach { /*index.html*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 350px;
}
	
/*end of css for embedded audio*/

/*******************************************/

/*css for socials follow*/

#followmetext { /*index.html*/
    font-size: 20pt;
    text-align: center;
}

.resizelogo { /*index.html*/
	margin: 20px 25px 20px;
    position: relative;
	max-height: 80px;
	max-width: 80px;
}

.resizelogo:hover { /*index.html*/
	border: 2px solid #0CF;
}

.resizelogo-imdb_linkedin { /*index.html*/
	margin: 20px 25px 20px;
	position: relative;
	max-height: 80px;
	max-width: 80px;
}

.resizelogo-imdb_linkedin:hover { /*index.html*/
	border: 2px solid #0CF;
	border-radius: 10px;
}

#resizelogo-instagram { /*index.html*/
	margin: 20px 25px 20px;
	position: relative;
	max-height: 80px;
	max-width: 80px;
}

#resizelogo-instagram:hover { /*index.html*/
	border: 2px solid #0CF;
	border-radius: 25px;
}

div.gridcontainer { /*index.html*/
	margin-left: auto;
	margin-right: auto;
    position: relative;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
    max-height: 800px;
	max-width: 400px;
}
	
div.grid { /*index.html*/
	flex-basis: calc(20% - 90px);
	box-sizing: border-box;
	max-height: 150px;
	max-width: 150px;
}

/*end of css for socials follow*/

/*******************************************/

/*css for paragraph text*/

.paragraph { /*index.html*/
	font-family: 'Arial', sans-serif; 
	font-size: 13pt; 
	color: #FFFFFF;
	text-align: center;
	-webkit-text-stroke-width: .04em;
	-webkit-text-stroke-color: transparent;
}

p { /*index.html, resume.html*/
	margin: 0px 3% 0px 4%;
	font-family: 'Arial', sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
}

/*end of css for paragraph text*/

/*******************************************/

/*css for resume*/

.resumetitles { /*resume.html*/
    margin-left: auto;
	margin-right: auto;
    padding: 1%;
    text-align: center;
    font-family: 'Bauhaus 93', sans-serif;
    font-size: 20pt; 
	color: transparent;
	-webkit-text-stroke-width: .001rem;
	-webkit-text-stroke-color: #0CF;
    max-width: 30%;
}
    
.subresumetitles { /*resume.html*/
    text-align: center;   
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14pt;
    color: #0CF;
	background-color: transparent;
	border: 1.5px solid #FFFFFF;
	-webkit-text-stroke-width: .02em;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 2px 2px #1B0000;
}
    
table { /*resume.html*/
	margin-left: 4%;
	margin-right: 4%;
    justify-content: center;
	table-layout: fixed;
	width: 92%;
}

th, tr { /*resume.html*/
    padding: 1%;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 14pt;  
    font-weight: normal;
    color: #FFFFFF;
	background-color: transparent;
    border: 1.5px solid #FFFFFF;
	word-wrap: break-word;
	-webkit-text-stroke-width: .02em;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 2px 2px #1B0000;
}

/*end of css main content*/

/*******************************************/

/*css for footer*/

footer {
	margin-top: 250px;
	padding: 20px 0 20px 0;
	text-align: center;
	font-family: 'Bauhaus 93';
	font-size: 10pt;
	color: transparent;
	-webkit-text-stroke-width: .04em;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 2px 2px #1B0000;
}	

/*end of css for footer*/

}
/*******End of Media Query - Breakpoint for Tablets between 641px and 1024px*******/	

/*************************************************************************/

/*Media Query - Breakpoint for Smartphones between 320px and 640px)*/
@media only screen and (min-width: 320px) and (max-width: 640px)
{
	
body {
	margin: 1%;
	padding: 0;
	border: 1px solid #0CF;
    height: auto;
	width: auto;
	overflow: auto;	
	background: #000000;
	background-size: cover;	
}

/*css for top of webpage*/

h1 {
	margin: 0px 10px 0px;
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 30pt;
	color: transparent;
	-webkit-text-stroke-width: .009em;
	-webkit-text-stroke-color: #0CF;
}

h2 { /*index.html, resume.html*/
	margin-top: 200px;
	margin-left: 6%;
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 18pt;
	color: transparent;
	-webkit-text-stroke-width: .03em;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 3px 3px #1B0000;
}

h3 { /*socials.html*/
	padding-top: 80px;
	text-align: left;
    font-family: 'Bauhaus 93', sans-serif;
	font-size: 16pt; 
	color: transparent; 
	-webkit-text-stroke-width: .02em;
	-webkit-text-stroke-color: #0CF;
}

h4 {  /*rotating_photo.html (1-7)*/
	margin-bottom: -5px;
	padding-top: -50px;
	text-align: center;
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 20pt;
	color: transparent; 
	top: 50%;
	transform: translate(0, -15%);
    -webkit-text-stroke-width: .02em;
	-webkit-text-stroke-color: #0CF;
}

h5 { /*index.html*/
    font-family: 'Bauhaus 93', sans-serif;
	font-size: 16pt; 
	text-align: center;
	color: transparent; 
	-webkit-text-stroke-width: .02em;
	-webkit-text-stroke-color: #0CF;
}

/*end of css for top of webpage*/

/*******************************************/

/*css for navigation*/

.middle {
	position: relative;
	display: inline-table;
	transform: translate(-20%,-135%);
    height: 20px;
	width: 10px;
}

.middlenav a {
	margin-top: 10px;
	padding: 0 4px 0;
	font-family: 'Bauhaus 93', sans-serif;  
	font-size: 13pt;
	color: transparent;  
	-webkit-text-stroke-width: .04em;
	-webkit-text-stroke-color: #FFFFFF;
}

.middlenav a:hover {
	color: transparent;  
	-webkit-text-stroke-width: .04em;
	-webkit-text-stroke-color: #0CF;
}

#backtonav a { /*index.html*/
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 15pt;
	color: transparent;
	text-align: center;
	-webkit-text-stroke-width: .04em;
	-webkit-text-stroke-color: #FFFFFF;
}

#backtonav a:hover { /*index.html*/
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0CF;
}

#textshift { /*index.html*/
	margin-top: 100px;
	text-align: center;
}

/*end of css for navigation*/

/*******************************************/

/*css for rotation headshots*/
  
div#top{ /*index.html*/
	text-align:center;
	justify-content: center;
	color: #333;
}

.slider { /*index.html*/
	margin: auto;
	border-radius: 5px;
	overflow: hidden;
    height: 300px;
	width: 95%;
}

.slides { /*index.html*/
	position: relative;
	display: flex;
	justify-content: center;
	height: 500px;
}
	
.slides input { /*index.html*/
	display: none;
}

.slide.first { /*index.html*/
	padding-left: 30%;
	padding-right: 4%;
	transition: 0.2%;
}

.slide { /*index.html*/
	padding: 0 4% 0;
	transition: 0.2s;
}

.slide img { /*index.html*/
	padding: auto;
	border: .05em solid #FFFFFF;
	justify-content: center;
	height: 80px;
	width: 60px;	
}

.slide img:hover { /*index.html*/
	border-color: #0CF;
}

/*css for manual slide navigation*/

.navigation-manual { /*index.html*/
	margin-top: -400px;
	position: absolute;
	display: flex;
	justify-content: center;	
	width: 300px;
}

.manual-btn { /*index.html*/
	margin: 0 15px 20px;
	padding: 4px;
	border: 1px solid #0CF;
	border-radius: 50px;
	cursor: pointer;
	transition: 1s;
}

.manual-btn:hover { /*index.html*/
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#radio1:checked ~ .first { /*index.html*/
	margin-left: 65%;
}

#radio2:checked ~ .first { /*index.html*/
	margin-left: 29.5%;
}

#radio3:checked ~ .first { /*index.html*/
	margin-left: 0%;
}

#radio4:checked ~ .first { /*index.html*/
	margin-left: -29.5%;
}

#radio5:checked ~ .first { /*index.html*/
	margin-left: -59%;
}

#radio6:checked ~ .first { /*index.html*/
	margin-left: -88.5%;
}

#radio7:checked ~ .first { /*index.html*/
	margin-left: -118%;
}

/*css for automatic slide navigation*/

.navigation-auto { /*index.html*/
	margin-top: 100px;
	position: absolute;
	display: flex;
	justify-content: center;
	max-width: 300px;
}

.navigation-auto div { /*index.html*/
	padding: 4px;
	border: 1px solid #0CF;
	border-radius: 50px;
	transition: 1s;
}

.navigation-auto div:not(last-child) { /*index.html*/
	margin: 0 15px 0;
}

#radio1:checked ~ .navigation-auto .auto-btn1 { /*index.html*/
	background: #0CF;
}

#radio2:checked ~ .navigation-auto .auto-btn2 { /*index.html*/
	background: #0CF;
}

#radio3:checked ~ .navigation-auto .auto-btn3 { /*index.html*/
	background: #0CF;
}

#radio4:checked ~ .navigation-auto .auto-btn4 { /*index.html*/
	background: #0CF;
}

#radio5:checked ~ .navigation-auto .auto-btn5 { /*index.html*/
	background: #0CF;
}

#radio6:checked ~ .navigation-auto .auto-btn6 { /*index.html*/
	background: #0CF;
}

#radio7:checked ~ .navigation-auto .auto-btn7 { /*index.html*/
	background: #0CF;
}

/*end of css for rotation headshots*/

/*******************************************/

/*css for enlarged photos*/

section#section { /*rotating_photo.html (1-7)*/
	margin-top: 300px;
	position: relative;
	top: 0;
	transform: translate(0, -30%);
}

.enlargedphoto1 { /*rotating_photo.html (1-4)*/
	margin-top: 2px;
	position: relative;
	justify-content: center;
	border: 2px solid #0CF;
	height: 330px;
	width: 250px;
}

.enlargedphoto2 { /*rotating_photo.html (5-7)*/
	margin-top: 2px;
	position: relative;
	justify-content: center;
	border: 2px solid #0CF;
	height: 330px;
	width: 250px;
}

#breakcontent { /*index.html, rotating_photo.html (1-7)*/
	white-space: pre-line;
}

/*css for enlarged photo navigation*/

#enlargednavigation { /*rotating_photo.html (1-7)*/
	margin-top: 2px;
	text-align: center;
}

.enlargedphototext { /*rotating_photo.html (1-7)*/
	text-align: center;
	justify-content: center;
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 14pt;
	color: transparent;
	-webkit-text-stroke-width: .5px;
	-webkit-text-stroke-color: #FFC18C;
	text-shadow: 2px 2px #1B0000;
}

.prev { /*rotating_photo.html (1-7)*/
	padding-right: 50px;
	text-align: left;
	font-family: 'Bauhaus 93', sans-serif; 
	font-size: 18pt; 
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 1px 1px #1B0000;
}

.prev:hover { /*rotating_photo.html (1-7)*/
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 1px 1px #1B0000;
}

.return { /*rotating_photo.html (1-7)*/
	text-align: center;
	font-family: 'Bauhaus 93', sans-serif; 
	font-size: 18pt; 
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 1px 1px #1B0000;
}

.return:hover { /*rotating_photo.html (1-7)*/
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 1px 1px #1B0000;
}

.next { /*rotating_photo.html (1-7)*/
	padding-left: 50px;
	text-align: right;
	font-family: 'Bauhaus 93', sans-serif; 
	font-size: 18pt; 
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 1px 1px #1B0000;
}

.next:hover { /*rotating_photo.html (1-7)*/
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 1px 1px #1B0000;
}

/*end of css for rotation headshots*/

/*******************************************/

/*css for main content*/

#aboutme { /*index.html*/
	margin-top: 10px;
	margin-left: 4%;
}

#resumetitle { /*index.html*/
	margin-left: 4.5%;
	text-align: left;
}

/*css for embedded videos*/

.wrapper-main {	/*index.html*/
	margin-top: -30%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.demoreeltext {	/*index.html*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 14pt;
}

#videos-align { /*index.html*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: grid;
    justify-content: center;
	flex-wrap: wrap;
	max-height: 800px;
    max-width: 800px;
}

.videospace { /*index.html*/
	margin: 0 30px 0;
	position: relative;
}

.videoposition { /*index.html*/
	position: relative;
	border: 2.5px solid #FFFFFF;
	width: 200px;
}

/*end of css for embedded videos*/

/*******************************************/

/*css for embedded audio*/

#audio-align { /*index.html*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	max-height: 2000px;
    max-width: 1000px;
}

.audiospace { /*index.html*/
	margin: 0 40px 0;
	position: relative;
}

.audioposition { /*index.html*/
	padding: auto;
	position: relative;
	border: 2.5px solid #0CF;
	width: 200px;
}

.audio-outline {
	position: relative;
	border: 2.5px solid #FFFFFF;
	border-radius: 30px;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel { /*index.html*/
    background-color: #0CF;
}

/*end of css for embedded audio*/

/*******************************************/

/*css for contact text*/

#openall { /*index.html*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-height: 800px;
    max-width: 800px;
}

.openeach { /*index.html*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	width: 300px;
}
	
/*end of css for embedded audio*/

/*******************************************/

/*css for socials follow*/

#followmetext { /*socials.html*/
    position: relative;
    font-size: 14pt;
    text-align: center;
}

.resizelogo { /*socials.html*/
	margin: 5px 8px 5px;
	position: relative;
	max-height: 75px;
	max-width: 75px;
}

.resizelogo:hover { /*index.html*/
	border: 2px solid #0CF;
}

.resizelogo-imdb_linkedin { /*index.html*/
	margin: 5px 8px 5px;
	position: relative;
	max-height: 75px;
	max-width: 75px;
}

.resizelogo-imdb_linkedin:hover { /*index.html*/
	border: 2px solid #0CF;
	border-radius: 10px;
}

#resizelogo-instagram { /*index.html*/
	margin: 5px 8px 5px;
	position: relative;
	max-height: 75px;
	max-width: 75px;
}

#resizelogo-instagram:hover { /*index.html*/
	border: 2px solid #0CF;
	border-radius: 25px;
}

div.gridcontainer { /*socials.html*/
	margin-left: auto;
	margin-right: auto;
    position: relative;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
    max-height: 600px;	
    max-width: 300px;
}
	
div.grid { /*socials.html*/
	flex-basis: calc(20% - 90px);
	box-sizing: border-box;
	max-height: 150px;
    max-width: 150px;
}

/*end of css for socials follow*/

/*******************************************/

/*css for paragraph text*/

.paragraph { /*contact.php*/
	font-family: 'Arial', sans-serif; 
	font-size: 12pt; 
	color: #FFFFFF;
	text-align: center;
	-webkit-text-stroke-width: .04em;
	-webkit-text-stroke-color: transparent;
}

p { /*index.html, resume.html, contact.php*/
	margin: 0px 3% 0px 4%;
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

/*end of css for paragraph text*/

/*******************************************/

/*css for resume*/

.resumetitles { /*resume.html*/
    margin-left: auto;
	margin-right: auto;
    padding: 1%;
    text-align: center;
    font-family: 'Bauhaus 93', sans-serif;
    font-size: 12pt; 
	color: transparent;
	-webkit-text-stroke-width: .001rem;
	-webkit-text-stroke-color: #0CF;
    max-width: 30%;
}

.subresumetitles { /*resume.html*/
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 9pt;
    color: #0CF;  
	background-color: transparent;
	border: 1px solid #FFFFFF;
	-webkit-text-stroke-width: .03em;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 1px 1px #1B0000;
}

table { /*resume.html*/
	margin-left: 4%;
	margin-right: 4%;
    justify-content: center;
	table-layout: fixed;
	width: 92%;
}

th, tr { /*resume.html*/
    padding: 1%;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 10pt;  
    font-weight: normal;
    color: #FFFFFF; 
	background-color: transparent;
    border: 1px solid #FFFFFF;
	word-wrap: break-word;
	-webkit-text-stroke-width: .01em;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 1px 1px #1B0000;
}

/*end of css main content*/

/*******************************************/

/*css for footer*/

footer {
    margin-top: 150px;
	padding: 20px 0 20px 0;
	text-align: center;
	font-family: 'Bauhaus 93', sans-serif;
	font-size: 6pt;
	color: transparent;
	-webkit-text-stroke-width: .04em;
	-webkit-text-stroke-color: #0CF;
	text-shadow: 2px 2px #1B0000;
}	

/*Ending of footer*/

}
/*******End of Media Query - Breakpoint for Smartphones between 320px and 640px****/