﻿.main_icon {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid white;
	border-bottom: 1px solid black;
	margin-right: 15px;
	float: left;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 8px;
	border-radius: 10px;
}
.main_icon_borderless {
	margin-right: 15px;
	float: left;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.colored_border {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid white;
	border-bottom: 1px solid black;
	box-shadow: 2px 2px 2px #202020;
	margin: 8px;
}
.colored_border_shadowless {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid white;
	border-bottom: 1px solid black;
	margin: 8px;
	padding: 0px;
}
.colored_border_curved {
	border-style: solid;
	border-width: 1px;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: gray; /*	box-shadow: 5px 5px 5px #202020; */;
	border-radius: 10px;
	margin: 8px;
}
.title {
	font-family: "aachen", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 3em;
	font-weight: normal;
	text-transform: capitalize;
	color: #ffffff;
	letter-spacing: 1px;
}
.subtitle {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;
}
.thumbnail_title {
	margin: 8px;
	padding: 8px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	font-style: normal;
	color: white;
	font-variant: normal;
	text-align: center;
	line-height: 1.25em;
	text-shadow: 1px 1px 1px #000000;
}
.heading {
	text-align: center;
	font-family: "aachen", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 3em;
	font-weight: normal;
	text-transform: capitalize;
	color: #ffffff;
	letter-spacing: 2px;
}
.subheading {
	text-align: left;
	font-family: "aachen", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-transform: capitalize;
	color: #ffffff;
	letter-spacing: 1px;
}
.body_box {
	border-top: 1px #aaaaaa solid;
	border-bottom: 2px #202020 solid;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
/*	box-shadow: 5px 5px 5px #202020; */padding: 8px;
	margin: 8px;
	float: none;
	display: flex;
}
.body_box_shadowless {
	border-top: 1px #aaaaaa solid;
	border-bottom: 2px #202020 solid;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
	padding: 8px;
	margin: 8px;
}
.body_box_curved {
	border-top: 1px #aaaaaa solid;
	border-bottom: 2px #202020 solid;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
/*	box-shadow: 5px 5px 5px #202020; */padding: 8px;
	margin: 8px;
	border-radius: 10px;
}
.body_text {
	margin: 8px;
	padding: 8px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	font-style: normal;
	color: white;
	font-variant: normal;
	text-align: left;
	line-height: 1.25em;
	text-shadow: 1px 1px 1px #000000;
}
.ninety_trans_black {
	background-color: rgba(0,0,0,.1);
}
.seventyfive_trans_black {
	background-color: rgba(0,0,0,.25);
}
.fifty_trans_black {
	background-color: rgba(0,0,0,.5);
}
.twenty_five_trans_black {
	background-color: rgba(0,0,0,.75);
}
.sixtysix_trans_white {
	background-color: rgba(255,255,255,.33);
}
.fifty_trans_white {
	background-color: rgba(255,255,255,.5);
}
.fifty_trans_red {
	background-color: rgba(255,0,0,.5);
}
.fifty_trans_green {
	background-color: rgba(0,255,0,.5);
}
.fifty_trans_blue {
	background-color: rgba(0,0,255,.5);
}
.fifty_trans_purple {
	background-color: rgba(128,0,128,.5);
}
.eighty_trans_purple {
	background-color: rgba(128,0,128,.2);
}
.fifty_trans_yellow {
	background-color: rgba(255,255,0,.35);
}
.seventyfive_trans_red {
	background-color: rgba(255,0,0,.25);
}
.seventyfive_trans_blue {
	background-color: rgba(0,0,255,.25);
}
.seventyfive_trans_white {
	background-color: rgba(255,255,255,.25);
}
.seventyfive_trans_yellow {
	background-color: rgba(255,255,0,.1);
}
.eighty_trans_black {
	background-color: rgba(0,0,0,.2);
}
.eighty_trans_blue {
	background-color: rgba(0,0,255,.2);
}
.ninety_trans_red {
	background-color: rgba(255,0,0,.1);
}
.ninety_trans_white {
	background-color: rgba(255,255,255,.1);
}
.ninety_trans_blue {
	background-color: rgba(0,0,255,.1);
}
horizontal_rule {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
.hoverscale:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.hero-wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.hero-wrap > .leading {
	order: 1;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.hero-wrap > .middle {
	order: 2;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.hero-wrap > .trailing {
	order: 3;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width50%;
}
.centered {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.hoverscale {
	border: none;
	margin: 0 auto;
}
.hoverscale:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.center_container {
	display: flex;
	justify-content: space-evenly;
	align-content: centered;
	align-items: centered;
	flex-direction: row;
	flex-shrink: 1;
	flex-grow: 2;
	flex-basis: 50%;
	flex-wrap: wrap;
}
.silver_button {
	background: rgb(10,10,10);
	background: linear-gradient(180deg, rgba(10,10,10,1) 0%, rgba(128,128,128,1) 30%, rgba(0,0,0,1) 100%);
}
.main_body_jake {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 25%;
}
@media screen and (max-width: 800px) {
.body_text {
	font-size: 3em;
}
}
@media screen and (max-width: 800px) {
.thumbnail_title {
	font-size: 5em;
}
}
@media screen and (max-width: 800px) {
.main_body_jake {
	width: 33%;
	height: auto;
}
}
@media screen and (max-width: 800px) {
.main_photo_pair {
	width: 450px;
	height: auto;
}
}
@media screen and (max-width: 800px) {
.thumbnail_title {
	font-size: 2em;
}
}

.redgradvert {
	background: linear-gradient(90deg, rgba(36,0,0,.25) 0%, rgba(121,9,9,.5) 18%, rgba(255,0,0,.75) 100%);
}
.gallery_thumb {
	border-style: solid;
	border-width: 1px;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: gray;
	border-radius: 10px;
	margin: 8px;
}
.main_photo_pair {
	border-style: solid;
	border-width: 1px;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: gray;
	border-radius: 10px;
	margin: 8px;
	width: 400px;
	height: auto;
}
.muscle_jake_logo {
	border-style: solid;
	border-width: 1px;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: gray; /*	box-shadow: 5px 5px 5px #202020; */;
	border-radius: 10px;
	margin: 8px;
	width: 65%;
}
.twitter_logo {
	border-style: solid;
	border-width: 1px;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: gray; /*	box-shadow: 5px 5px 5px #202020; */;
	border-radius: 10px;
	margin: 8px;
	width: 128px;
}
.instagram_logo {
	border-style: solid;
	border-width: 1px;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: gray; /*	box-shadow: 5px 5px 5px #202020; */;
	border-radius: 35px;
	margin: 8px;
	width: 128px;
}
.onlyfans_logo {
	border-style: solid;
	border-width: 1px;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: gray; /*	box-shadow: 5px 5px 5px #202020; */;
	border-radius: 62px;
	margin: 8px;
	width: 128px;
}
.main_icon_borderless {
	margin-right: 15px;
	float: left;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 8px;
	border-radius: 10px;
}
.youtube_logo {
	border-style: solid;
	border-width: 1px;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: gray; /*	box-shadow: 5px 5px 5px #202020; */;
	border-radius: 20px;
	margin: 8px;
	width: 130px;
}
.hover {
	width: 150px;
}
@font-face {
  font-family: "aachen";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("/aachen.woff");
}
.rotpalm {
	animation: mymove 15s infinite;
}
@keyframes mymove {
  50% {transform: rotate(4deg);}
}
.rotpalm2 {
	animation: mymove2 15s infinite;
}
@keyframes mymove2 {
  50% {transform: rotate(4deg);}
}
}
