@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-image: linear-gradient(to right, rgb(255, 255, 255, 0), rgb(255, 255, 255, .65), rgb(255, 255, 255, 1), rgb(255, 255, 255, 1), rgb(255, 255, 255, 1), rgb(255, 255, 255, .65), rgb(255, 255, 255, 0)), url('https://www.jasontikitackett.com/images/background_standard.jpg');
}








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;
}







@media (max-width: 1023px) {
  .bodycopy { font-size: 1em; }
}

@media (min-width: 1024px) {
  .bodycopy { font-size: 1em; }
}

@media (max-width: 1023px) {
  .bodycopymenu { font-size: .5em; }
}

@media (min-width: 1024px) {
  .bodycopymenu { font-size: .75em; }
}

@media (max-width: 1023px) {
  .bodycopybold { font-size: .75em; }
}

@media (min-width: 1024px) {
  .bodycopybold { font-size: 1em; }
}

@media (max-width: 1023px) {
  .bodycopydark { font-size: .75em; }
}

@media (min-width: 1024px) {
  .bodycopydark { font-size: 1em; }
}

@media (max-width: 1023px) {
  .bodycopydarkbold { font-size: .75em; }
}

@media (min-width: 1024px) {
  .bodycopydarkbold { font-size: 1em; }
}

@media (max-width: 1023px) {
  h1 { font-size: 1.25em; }
}

@media (min-width: 1024px) {
  h1 { font-size: 1.5em; }
}

@media (max-width: 1023px) {
  h5 { font-size: .75em; }
}

@media (min-width: 1024px) {
  h95 { font-size: .75em; }
}

@media (max-width: 1023px) {
  h95 { font-size: .75em; }
}

@media (min-width: 1024px) {
  h96 { font-size: .75em; }
}

@media (max-width: 1023px) {
  h96 { font-size: .75em; }
}

@media (min-width: 1024px) {
  h5 { font-size: 1em; }
}

@media (max-width: 1023px) {
  .copyright { font-size: .75em; }
}

@media (min-width: 1024px) {
  .copyright { font-size: 1em; }
}

@media (max-width: 1023px) {
  .copyrightdark { font-size: .5em; }
}

@media (min-width: 1024px) {
  .copyrightdark { font-size: .75em; }
}







.bodycopy {	
	line-height: 1.15;
	font-family: "Josefin Sans", sans-serif;
  	font-weight: 200;
  	font-style: normal;
	color: #ffffff;
}

.bodycopymenu {	
	line-height: 1.15;
	margin-top: 5px;
	font-family: "Josefin Sans", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	color: #ffffff;
}

.bodycopybold {	
	line-height: 1.15;
	font-family: "Josefin Sans", sans-serif;
  	font-weight: 900;
  	font-style: normal;
	color: #ffffff;
}

.bodycopydark {	
	line-height: 1.15;
	font-family: "Josefin Sans", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	color: #392a15;
}

.bodycopydarkbold {	
	line-height: 1.15;
	font-family: "Josefin Sans", sans-serif;
  	font-weight: 900;
  	font-style: normal;
	color: #392a15;
}

.copyright {	
	font-size: 12px;
	line-height: 15px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 0px 2px #271502;
}

.copyrightdark {	
	font-size: 12px;
	line-height: 15px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	color: #392a15;
}

h1 {	
	line-height: 1;
	margin: 0px;
	font-family: "Skranji", sans-serif;
	font-weight: 400;
	color: #392a15;
}

h5 {	
	line-height: 1.15;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	color: #ffffff;
}

h95 {	
	line-height: 1.15;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	color: #ffffff;
}

h96 {	
	line-height: 1.15;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 900;
	color: #ffffff;
}







.material-symbols-outlined {
  	font-size: 36px; /* Adjust size */
  	color: #ffffff; /* Change color */
}

.material-symbols-outlined.md-18 { font-size: 18px;
	color: #ffffff; /* Change color */
}

.material-symbols-outlined.md-24 { font-size: 24px;
	color: #ffffff; /* Change color */
} /* Default */

.material-symbols-outlined.md-36 { font-size: 36px;
	color: #ffffff; /* Change color */
}

.material-symbols-outlined.md-36-selected { font-size: 36px;
	color: #ffffff; /* Change color */
}

.material-symbols-outlined.md-48 { font-size: 48px;
	color: #ffffff; /* Change color */
}







#container {
	width: 100vw;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	z-index: 1;
}







#header {
	width: 96vw;
	min-width: 805px;
	height: 75px;
	margin-bottom: 20px;
	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_header.jpg');
	background-position: center center;
	border-top: 1px solid #916229;
	border-left: 1px solid #916229;
	border-bottom: 1px solid #3a2b15;
	border-right: 1px solid #3a2b15;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	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_logo {
	width: 24vw;
	min-width: 280px;
	max-width: 360px;
	height: 75px;
	border: 0pt solid #ff0000;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#header_logo img {
	width: 22vw;
	min-width: 240px;
	max-width: 320px;
	margin-top: 10px;
}

#header_navigation {
	width: 62vw;
	max-width: 700px;
	height: 75px;
	border: 0pt solid #ff0000;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
}

#header_navigation_button {
	width: 10vw;
	max-width: 115px;
	height: 60px;
	border: 0px solid #ff0000;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#header_navigation_button a {
	font-weight: 400;
	color: #ffffff;
  	text-decoration: none;
}

#header_navigation_button a:hover {
	font-weight: 800;
	color: #ffffff;
  	text-decoration: none;
}









#envelope {
	width: 96vw;
	min-width: 805px;
	border-radius: 10px;
	margin-bottom: 20px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}







#module_cover {
	width: 96vw;
	min-width: 780px;
	margin-top: -75px;
	margin-bottom: 40px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	text-align: center;
}

#module_cover img {
	width: 96vw;
	min-width: 780px;
	object-fit: cover;
	object-position: center top;
	border-top: 1px solid #916229;
	border-left: 1px solid #916229;
	border-bottom: 1px solid #3a2b15;
	border-right: 1px solid #3a2b15;
	border-radius: 10px;
	xbox-shadow: 0px 6px 5px 3px rgba(39,21,2,0.25);
}







#divider {
	width: 96vw;
	min-width: 800px;
	height: 10px;
	margin-bottom: 40px;
	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_divider.jpg');
	background-position: top center;
	border-radius: 10px;
	border-top: 1px solid #916229;
	border-bottom: 1px solid #3a2b15;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
}







#module_threecards_noborder {
	width: 65vw;
	min-width: 780px;
	min-height: 100px;
	margin-bottom: 40px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	text-align: center;
}

#card_threeway_border {
	width: 19vw;
	min-width: 225px;
	min-height: 55vh;
	border: 1px solid #3a2b15;
	border-radius: 10px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.25);
}

#card_threeway_border_image {
	width: 17vw;
	min-width: 185px;
	margin-top: 20px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}

#card_threeway_border_image img {
	width: 17vw;
	min-width: 185px;
	object-fit: cover;
	object-position: center top;
	border-top: 1px solid #916229;
	border-left: 1px solid #916229;
	border-bottom: 1px solid #3a2b15;
	border-right: 1px solid #3a2b15;
	border-radius: 10px;
	xbox-shadow: 0px 6px 5px 3px rgba(39,21,2,0.25);
}

#card_threeway_border_title {
	width: 17vw;
	min-width: 185px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

#card_threeway_border_divider {
	width: 17vw;
	min-width: 185px;
	height: 5px;
	margin-bottom: 10px;
	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_divider.jpg');
	background-position: top center;
	border-radius: 10px;
	border-top: 1px solid #916229;
	border-bottom: 1px solid #3a2b15;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	box-shadow: 0px 5px 4px 2px rgba(39,21,2,0.25);
}

#card_threeway_border_text {
	width: 17vw;
	min-width: 185px;
	margin-bottom: 20px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

#card_threeway_border_text a {
	font-weight: 400;
	color: #392a15;
  	text-decoration: none;
}

#card_threeway_border_text a:hover {
	font-weight: 800;
	color: #392a15;
  	text-decoration: none;
}







#module_preview_profile_frame {
	margin-bottom: 40px;
	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_divider.jpg');
	background-position: center center;
	object-fit: cover;
	object-position: center top;
	border-top: 3px solid #916229;
	border-left: 3px solid #916229;
	border-bottom: 3px solid #3a2b15;
	border-right: 3px solid #3a2b15;
	border-radius: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	text-align: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
}

#module_preview_profile_frame_inset {
	width: 59vw;
	min-width: 696px;
	min-height: 100px;
	margin: 15px;
	background-image: linear-gradient(to right, rgb(255, 255, 255, .25), rgb(255, 255, 255, 1), rgb(255, 255, 255, 1), rgb(255, 255, 255, 1), rgb(255, 255, 255, 1), rgb(255, 255, 255, 1), rgb(255, 255, 255, .25)), url('https://www.jasontikitackett.com/images/background_standard.jpg');
	object-fit: cover;
	border-bottom: 3px solid #916229;
	border-right: 3px solid #916229;
	border-top: 3px solid #3a2b15;
	border-left: 3px solid #3a2b15;
	border-radius: 8px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	text-align: center;
}

#module_preview_profile_frame_inset img {
	width: 16vw;
	min-width: 185px;
	margin-top: 20px;
	margin-bottom: 20px;
	object-fit: cover;
	object-position: center top;
	border-bottom: 2px solid #916229;
	border-right: 2px solid #916229;
	border-top: 2px solid #3a2b15;
	border-left: 2px solid #3a2b15;
	border-radius: 6px;
}

#module_preview_profile_frame_inset_text {
	width: 40vw;
	min-width: 450px;
	margin-top: 25px;
	margin-bottom: 20px;
	object-fit: cover;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

#module_preview_profile_frame_inset_text a {
	font-weight: 400;
	color: #392a15;
  	text-decoration: none;
}

#module_preview_profile_frame_inset a:hover {
	font-weight: 800;
	color: #392a15;
  	text-decoration: none;
}

#module_preview_profile_frame_inset_divider {
	width: 40vw;
	min-width: 450px;
	height: 5px;
	margin-bottom: 10px;
	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_divider.jpg');
	background-position: top center;
	border-radius: 10px;
	border-top: 1px solid #916229;
	border-bottom: 1px solid #3a2b15;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	box-shadow: 0px 5px 4px 2px rgba(39,21,2,0.25);
}







#module_preview_shop_noframe {
	margin-bottom: 40px;
	border: 1px solid #3a2b15;
	border-radius: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	text-align: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.25);
}

#module_preview_shop_noframe_inset {
	width: 59.5vw;
	min-width: 696px;
	min-height: 100px;
	margin: 15px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	text-align: center;
}

#module_preview_shop_noframe_inset img {
	width: 16vw;
	min-width: 185px;
	margin-top: 20px;
	margin-bottom: 20px;
	object-fit: cover;
	object-position: center top;
	border: 1px solid #3a2b15;
	border-radius: 6px;
}

#module_preview_shop_noframe_inset_text {
	width: 40vw;
	min-width: 450px;
	margin-top: 25px;
	margin-bottom: 20px;
	object-fit: cover;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

#module_preview_shop_noframe_inset_thumbnail {
	height 30px;
	margin-top: 25px;
	margin-bottom: 20px;
	border: 1pt solid #ff0000;
	object-fit: cover;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

#module_preview_shop_noframe_inset_text a {
	font-weight: 400;
	color: #392a15;
  	text-decoration: none;
}

#module_preview_shop_noframe_inset a:hover {
	font-weight: 800;
	color: #392a15;
  	text-decoration: none;
}

#module_preview_shop_noframe_inset_divider {
	width: 40vw;
	min-width: 450px;
	height: 5px;
	margin-bottom: 10px;
	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_divider.jpg');
	background-position: top center;
	border-radius: 10px;
	border-top: 1px solid #916229;
	border-bottom: 1px solid #3a2b15;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	box-shadow: 0px 5px 4px 2px rgba(39,21,2,0.25);
}







#module_title {
	width: 61vw;
	min-width: 750px;
	margin-bottom: 20px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}







#module_clients {
	width: 61vw;
	min-width: 750px;
	min-height: 75px;
	margin-bottom: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	text-align: center;
}







#module_footer {
	width: 96vw;
	min-width: 805px;
	min-height: 75px;
	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_header.jpg');
	background-position: center top;
	border-top: 1px solid #916229;
	border-left: 1px solid #916229;
	border-bottom: 1px solid #3a2b15;
	border-right: 1px solid #3a2b15;
	border-radius: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	box-shadow: 0px 6px 5px 3px rgba(39,21,2,0.5);
}

#footer_logo {
	width: 24vw;
	min-width: 280px;
	max-width: 360px;
	height: 75px;
	border: 0pt solid #ff0000;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#footer_logo img {
	width: 22vw;
	min-width: 240px;
	max-width: 320px;
	margin-top: 10px;
}

#footer_text {
	width: 22vw;
	min-width: 290px;
	max-width: 390px;
	min-height: 75px;
	border: 0pt solid #ff0000;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}

#footer_text_column {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0pt solid #ff0000;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

#footer_text a {
	color: #ffffff;
  	text-decoration: none;
}







#module_sitecopyright {
	max-width: 1440px;
	width: 80vw;
	min-width: 720px;
	margin-top: 20px;
	margin-bottom: 30px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}
