@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Potta+One&family=Skranji:wght@400;700&display=swap');

body {
  	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font: 100%/1.5 system-ui, sans-serif;
	background: linear-gradient(to right, rgb(39, 21, 2, .65), rgb(39, 21, 2, .1), rgb(39, 21, 2, 0), rgb(39, 21, 2, 0), rgb(39, 21, 2, 0), rgb(39, 21, 2, .1), rgb(39, 21, 2, .65)), url(https://www.jasontikitackett.com/images/cover_bbb19blur.jpg) no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}








main {
 	max-width: 100vw;
  	margin-left: auto;
  	margin-right: auto;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}







html { font-size: 14px; }

@media (max-width: 1023px) {
  p { font-size: 1.05em; }
}

@media (min-width: 1024px) {
  p { font-size: 1.05em; }
}

@media (max-width: 1023px) {
  .bodycopy { font-size: 1em; }
}

@media (min-width: 1024px) {
  .bodycopy { font-size: 1em; }
}

@media (max-width: 1023px) {
  .bodycopydark { font-size: 1em; }
}

@media (min-width: 1024px) {
  .bodycopydark { font-size: 1em; }
}

@media (max-width: 1275px) {
  h1 { font-size: 1.75em; }
}

@media (min-width: 1276px) {
  h1 { font-size: 3em; }
}

@media (max-width: 1024px) {
  h2 { font-size: 2em; }
}

@media (min-width: 1025px) {
  h2 { font-size: 2.25em; }
}

@media (max-width: 1023px) {
  h3 { font-size: 1.75em; }
}

@media (min-width: 1024px) {
  h3 { font-size: 1.75em; }
}

@media (max-width: 1023px) {
  h4 { font-size: 1.5em; }
}

@media (min-width: 1024px) {
  h4 { font-size: 1.5em; }
}

@media (max-width: 1023px) {
  h5 { font-size: 1em; }
}

@media (min-width: 1024px) {
  h5 { font-size: 1em; }
}

@media (max-width: 1023px) {
  h53 { font-size: 1.75em; }
}

@media (min-width: 1024px) {
  h53 { font-size: 1.75em; }
}

@media (max-width: 1023px) {
  h54 { font-size: 1.5em; }
}

@media (min-width: 1024px) {
  h54 { font-size: 1.5em; }
}







h1 {	
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Potta One", serif;
	font-weight: 400;
	color: #fdf8eb;
	text-shadow: 0px 5px #271502;
}

h2 {	
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Potta One", serif;
	font-weight: 400;
	color: #fdf8eb;
	text-shadow: 0px 4px #271502;
}

h3 {	
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: "Potta One", serif;
	font-weight: 400;
	color: #fdf8eb;
	text-shadow: 0px 3px #271502;
}

h4 {	
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Potta One", serif;
	font-weight: 400;
	color: #fdf8eb;
	text-shadow: 0px 3px #271502;
}

h5 {	
	line-height: 1;
	font-family: "Potta One", serif;
	font-weight: 400;
	color: #fdf8eb;
	text-shadow: 0px 3px #271502;
}

h53 {	
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: "Potta One", serif;
	font-weight: 400;
	color: #5f411b;
	text-shadow: 0px 3px #cecdcd;
}

h54 {	
	line-height: 1;
	margin-top: 0px;
	font-family: "Potta One", serif;
	font-weight: 400;
	color: #5f411b;
	text-shadow: 0px 3px #cecdcd;
}

p {	
	line-height: 1.25;
	font-family: "Century Gothic", sans-serif;
	font-weight: 400;
	color: #fdf8eb;
}

.bodycopy {	
	line-height: 1.35;
	font-family: "Josefin Sans", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	color: #fdf8eb;
	text-shadow: 0px 2px #271502;
}

.bodycopydark {	
	line-height: 1.35;
	font-family: "Josefin Sans", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	color: #5f411b;
	text-shadow: 0px 2px #cecdcd;
}

.bodycopybold {	
	line-height: 1.35;
	font-family: "Josefin Sans", sans-serif;
  	font-weight: 900;
  	font-style: normal;
	color: #fdf8eb;
	text-shadow: 0px 2px #271502;
}

.footercopyright {	
	margin-top: 4px;
	font-size: 12px;
	line-height: 15px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	color: #fdf8eb;
	text-shadow: 0px 2px #271502;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}







#container_stack {
	width: 100vw;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	z-index: 1;
}







#header_on {
	width: 60vw;
	height: 60px;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(47, 33, 110, 0.65)), url('https://www.jasontikitackett.com/images/background_crossslats.jpg');
	background-position: center center;
	border-top: 2px solid #916229;
	border-bottom: 2px solid #3a2b15;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
	position: fixed;
  	top: 0;
	z-index: 900;
}

#header_left {
	width: 480px;
	height: 60px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: left;
  	top: 0;
	z-index: 900;
}

#header_left img {
	width: 16vw;
}

#header_center {
	width: 480px;
	height: 60px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
  	top: 0;
	z-index: 900;
}

#header_center_nav {
	width: 80px;
	height: 55px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
  	top: 0;
	z-index: 900;
}

#header_center_nav a {
	font-weight: 200;
	color: #fdfbf4;
  	text-decoration: none;
	text-shadow: 0px 4px #271502;
}

#header_center_nav a:hover {
	font-weight: 900;
	text-shadow: 0px 4px #271502;
}

.material-icons {
  font-size: 40px; /* Adjust size */
  color: #fdf8eb; /* Change color */
	text-shadow: 0px 4px #271502;
}







#stack {
	width: 100vw;
	margin-top: -9vh;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
}







#cover {
	width: 60vw;
	min-height: 480px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: url(https://www.jasontikitackett.com/images/artwork_dpb_bbb19.jpg) no-repeat top center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
}

#cover_logoblock {
	width: 15vw;
	margin-top: 180px;
	margin-left: 25px;
	margin-bottom: 20px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#cover_logoblock img {
	width: 15vw;
}









#content {
	width: 60vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}







#content_left {
	width: 15.5vw;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

#content_left_header_top {
	width: 15.5vw;
	height: 35px;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(36, 93, 24, 0.65)), url('https://www.jasontikitackett.com/images/background_crossslats.jpg');
	background-position: top center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 2px solid #916229;
	border-bottom: 2px solid #3a2b15;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
	z-index: 800;
}

#content_left_header_title {
	height: 32px;
	margin-left: 20px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
	z-index: 800;
}

#content_left_body {
	width: 15.5vw;
	min-height: 100px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	z-index: 700;
}

#content_left_frame {
	margin-bottom: 20px;
	border-radius: 10px;
	border-bottom: 2px solid #3a2b15;
	border-right: 2px solid #3a2b15;
	border-left: 2px solid #916229;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(36, 23, 94, 0.65)), url('https://www.jasontikitackett.com/images/background_crossslats.jpg');
	background-position: center center;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
	z-index: 700;
}

#content_left_frame img {
	width: 13.5vw;
	margin: 15px;
	border-radius: 10px;
	border-top: 2px solid #3a2b15;
	border-left: 2px solid #3a2b15;
	border-bottom: 2px solid #916229;
	border-right: 2px solid #916229;
	z-index: 700;
}









#content_right {
	width: 43vw;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
}







#content_right_header_top {
	width: 43vw;
	height: 35px;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(36, 23, 94, 0.65)), url('https://www.jasontikitackett.com/images/background_crossslats.jpg');
	background-position: top center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 2px solid #916229;
	border-bottom: 2px solid #3a2b15;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
	z-index: 800;
}

#content_right_header_title {
	width: 20vw;
	height: 32px;
	margin-left: 20px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
	z-index: 800;
}







#content_right_featured_body {
	width: 43vw;
	min-height: 100px;
	margin-bottom: 20px;
	background: linear-gradient(to right, rgb(36, 23, 94, .65), rgb(36, 23, 94, .1), rgb(39, 21, 2, 0), rgb(39, 21, 2, 0), rgb(39, 21, 2, 0), rgb(36, 23, 94, .1), rgb(36, 23, 94, .65)), url(https://www.jasontikitackett.com/images/background_polyceiling.jpg) repeat top center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
	z-index: 700;
}

#content_right_featured_body_window {
	width: 41vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	z-index: 700;
}

#content_right_featured_body_copy {
	width: 25vw;
	margin: 20px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	z-index: 700;
}







#content_right_body {
	width: 43vw;
	min-height: 50px;
	margin-bottom: 20px;
	background: #fdf8eb;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
	z-index: 700;
}

#content_right_body_window {
	width: 41vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	z-index: 700;
}

#content_right_body_copy {
	width: 25vw;
	margin: 20px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	z-index: 700;
}








#content_right_photo {
	width: 215px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	z-index: 700;
}

#content_right_frame {
	margin-bottom: 20px;
	border-radius: 10px;
	border-bottom: 2px solid #3a2b15;
	border-right: 2px solid #3a2b15;
	border-left: 2px solid #916229;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(36, 23, 94, 0.65)), url('https://www.jasontikitackett.com/images/background_crossslats.jpg');
	background-position: center center;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
	z-index: 700;
}

#content_right_frame img {
	width: 175px;
	margin: 20px;
	border-radius: 10px;
	border-top: 2px solid #3a2b15;
	border-left: 2px solid #3a2b15;
	border-bottom: 2px solid #916229;
	border-right: 2px solid #916229;
	z-index: 700;
}







#content_right_body_copy_posters {
	width: 43vw;
	margin-top: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	z-index: 700;
}







#content_header_top {
	width: 60vw;
	height: 35px;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(59, 44, 22, 0.65)), url('https://www.jasontikitackett.com/images/background_crossslats.jpg');
	background-position: top center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 2px solid #916229;
	border-bottom: 2px solid #3a2b15;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
	z-index: 800;
}

#content_header_left_top {
	width: 20vw;
	height: 35px;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(59, 44, 22, 0.65)), url('https://www.jasontikitackett.com/images/background_crossslats.jpg');
	background-position: top center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 2px solid #916229;
	border-bottom: 2px solid #3a2b15;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
	z-index: 800;
}














#content_header {
	width: 60vw;
	height: 35px;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(36, 23, 94, .65)), url('https://www.jasontikitackett.com/images/background_crossslats.jpg');
	background-position: bottom center;
	border-top: 2px solid #916229;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
	z-index: 800;
}







#content_body {
	width: 100vw;
	min-height: 85.75vh;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: center;
}

#content_body_preview {
	width: 70vw;
	display: flex;
	background: linear-gradient(to right, rgb(39, 21, 2, 1), rgb(39, 21, 2, .65), rgb(39, 21, 2, .1), rgb(39, 21, 2, 0), rgb(39, 21, 2, 0), rgb(39, 21, 2, 0), rgb(39, 21, 2, .1), rgb(39, 21, 2, .65), rgb(39, 21, 2, 1)), url(https://www.jasontikitackett.com/images/background_verticalslats.jpg) repeat top center;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}

#content_body_profile {
	width: 60vw;
	display: flex;
	background: linear-gradient(to right, rgb(39, 21, 2, 1), rgb(39, 21, 2, .65), rgb(39, 21, 2, .1), rgb(39, 21, 2, 0), rgb(39, 21, 2, 0), rgb(39, 21, 2, 0), rgb(39, 21, 2, .1), rgb(39, 21, 2, .65), rgb(39, 21, 2, 1)), url(https://www.jasontikitackett.com/images/background_polyceiling.jpg) repeat top center;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}

#content_body_resume {
	width: 60vw;
	display: flex;
	background: linear-gradient(to right, rgb(39, 21, 2, 1), rgb(39, 21, 2, .65), rgb(39, 21, 2, .1), rgb(39, 21, 2, 0), rgb(39, 21, 2, 0), rgb(39, 21, 2, 0), rgb(39, 21, 2, .1), rgb(39, 21, 2, .65), rgb(39, 21, 2, 1)), url(https://www.jasontikitackett.com/images/background_verticalslats.jpg) repeat top center;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}

#content_body_secondary {
	width: 60vw;
	min-height: 82.25vh;
	background: linear-gradient(to right, rgb(39, 21, 2, .65));
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: center;
}







#content_body_preview_preview {
	width: 60vw;
	margin-bottom: 3.25vh;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	text-align: left;
}

#content_body_preview_frame {
	margin-top: 3.25vh;
	border-radius: 10px;
	border-bottom: 2px solid #3a2b15;
	border-right: 2px solid #3a2b15;
	border-top: 2px solid #916229;
	border-left: 2px solid #916229;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(59, 44, 22, 0.65)), url('https://www.jasontikitackett.com/images/background_crossslats.jpg');
	background-position: center center;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
}

#content_body_preview_frame img {
	width: 275px;
	margin: 25px;
	border-radius: 10px;
	border-top: 2px solid #3a2b15;
	border-left: 2px solid #3a2b15;
	border-bottom: 2px solid #916229;
	border-right: 2px solid #916229;
}







#content_body_profile_profile {
	width: 60vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	text-align: left;
}

#content_body_profile_left {
	width: 325px;
	margin-top: 3.25vh;
	margin-bottom: 3.25vh;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

#content_body_profile_right {
	width: 38.5vw;
	margin-top: 3.25vh;
	margin-bottom: 3.25vh;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

#content_body_profile_frame {
	border-radius: 10px;
	border-bottom: 2px solid #3a2b15;
	border-right: 2px solid #3a2b15;
	border-top: 2px solid #916229;
	border-left: 2px solid #916229;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(59, 44, 22, 0.65)), url('https://www.jasontikitackett.com/images/background_crossslats.jpg');
	background-position: center center;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
}

#content_body_profile_frame img {
	width: 275px;
	margin: 25px;
	border-radius: 10px;
	border-top: 2px solid #3a2b15;
	border-left: 2px solid #3a2b15;
	border-bottom: 2px solid #916229;
	border-right: 2px solid #916229;
}









#content_didactic_noframe_25percent {
	width: 25vw;
	min-width: 275px;
	min-height: 82.25vh;
	margin-top: 1vh;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
}

#content_didactic_noframe_25percent_title {
	width: 20vw;
	margin-top: 4vh;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

#content_didactic_noframe_25percent_divider {
	width: 21vw;
	height: 1vh;
	border-radius: 10px;
	border-bottom: 2px solid #fdf8eb;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

#content_didactic_noframe_25percent_body {
	width: 20vw;
	margin-top: 2vh;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}







#content_body_portfolio_right {
	width: 75vw;
	min-height: 85.75vh;
	margin-top: 1.75vh;
	margin-bottom: 3.25vh;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}

#content_portfolio {
	width: 72vw;
	min-height: 85.75vh;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}









#content_body_contact_right {
	width: 75vw;
	min-height: 82.25vh;
	margin-top: 1.75vh;
	margin-bottom: 3.25vh;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}

#content_contact {
	margin-top: 3.25vh;
	border-radius: 10px;
	border-bottom: 2px solid #3a2b15;
	border-right: 2px solid #3a2b15;
	border-top: 2px solid #916229;
	border-left: 2px solid #916229;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(59, 44, 22, 0.65)), url('https://www.jasontikitackett.com/images/background_crossslats.jpg');
	background-position: center center;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
}

#content_contact_insert {
	width: 68vw;
	margin: 20px;
	border-radius: 10px;
	border-top: 2px solid #3a2b15;
	border-left: 2px solid #3a2b15;
	border-bottom: 2px solid #916229;
	border-right: 2px solid #916229;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(59, 44, 22, 0.65)), url('https://www.jasontikitackett.com/images/background_wooddarkkoa.jpg');
	background-position: center center;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

#content_contact_form {
	width: 64vw;
	margin-top: 2vh;
	margin-bottom: 2vh;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}











#content_gallery_5across_frame {
	margin-top: 3.25vh;
	border-radius: 10px;
	border-bottom: 2px solid #3a2b15;
	border-right: 2px solid #3a2b15;
	border-top: 2px solid #916229;
	border-left: 2px solid #916229;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(59, 44, 22, 0.65)), url('https://www.jasontikitackett.com/images/background_crossslats_small.jpg');
	background-position: center center;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
}

#content_gallery_5across_frame img {
	width: 10vw;
	margin: 6px;
	border-radius: 10px;
	border-top: 2px solid #3a2b15;
	border-left: 2px solid #3a2b15;
	border-bottom: 2px solid #916229;
	border-right: 2px solid #916229;
}







#content_bio_photo_frame {
	margin-bottom: 2vh;
	margin-top: 3.25vh;
	border-radius: 10px;
	border-bottom: 2px solid #3a2b15;
	border-right: 2px solid #3a2b15;
	border-top: 2px solid #916229;
	border-left: 2px solid #916229;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(59, 44, 22, 0.65)), url('https://www.jasontikitackett.com/images/background_crossslats_small.jpg');
	background-position: center center;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
}

#content_bio_photo_frame img {
	width: 23.75vw;
	margin: 12px;
	border-radius: 10px;
	border-top: 2px solid #3a2b15;
	border-left: 2px solid #3a2b15;
	border-bottom: 2px solid #916229;
	border-right: 2px solid #916229;
}

#content_bio_didactic_frame {
	margin-top: 3.25vh;
	width: 64.85vw;
	min-width: 600px;
	min-height: 31vh;
	margin-bottom: 2.5vh;
	border-radius: 10px;
	border-bottom: 2px solid #3a2b15;
	border-right: 2px solid #3a2b15;
	border-top: 2px solid #916229;
	border-left: 2px solid #916229;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(59, 44, 22, 0.65)), url('https://www.jasontikitackett.com/images/background_crossslats.jpg');
	background-position: center center;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
}

#content_bio_didactic_inset {
	width: 60.85vw;
	min-width: 400px;
	min-height: 23vh;
	border-radius: 8px;
	border-top: 2px solid #3a2b15;
	border-left: 2px solid #3a2b15;
	border-bottom: 2px solid #916229;
	border-right: 2px solid #916229;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(59, 44, 22, 0.65)), url('https://www.jasontikitackett.com/images/background_wooddarkkoa.jpg');
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	box-shadow: inset 0px 6px 5px 3px rgba(39,21,2,0.5);
}

#content_bio_didactic_title {
	margin-top: 2vh;
	width: 58.85vw;
	min-width: 350px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

#content_bio_didactic_bodycopy {
	width: 58.85vw;
	min-width: 350px;
	margin-top: 2vh;
	margin-bottom: 2vh;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}







#content_body_resume_title {
	width: 60vw;
	margin-top: 2vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}

#content_body_resume_logos {
	width: 35vw;
	margin-bottom: 1vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}

#content_body_resume_logos img {
	width: 10vw;
}







#footer_on {
	width: 60vw;
	min-height: 60px;
	margin-bottom: 30px;
	background-image: linear-gradient(to bottom, rgb(195, 88, 41, 0.1), rgb(36, 23, 94, .65)), url('https://www.jasontikitackett.com/images/background_crossslats.jpg');
	background-position: center center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: 2px solid #916229;
	border-bottom: 2px solid #3a2b15;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
   	z-index: 800;
}

#footer_off {
	width: 60vw;
	height: 5.5vh;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	xbox-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
   	z-index: 800;
}

#footer_left {
	width: 12vw;
	height: 5.5vh;
	margin-left: 4vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

#footer_left a {
	color: #fdfbf4;
  	text-decoration: none;
	text-shadow: 0px 4px #271502;
}

#footer_center {
	width: 22vw;
	height: 5.5vh;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#footer_right {
	width: 12vw;
	height: 5vh;
	margin-top: 5px;
	margin-right: 4vw;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-end;
}















/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 64vw; /* Full width */
  background-color: #fdf8eb;
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 1.75vh; /* Add a top margin */
  margin-bottom: 3.25vh; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #271502;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #271502;
}