@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Josefin+Slab|Open+Sans+Condensed:300|Raleway');

@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap');

/*font-family: 'Raleway', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Josefin Slab', serif; */

@font-face {
    font-family: Oswald-Regular;
	src:url(Oswald-Regular.ttf);
}

@font-face {
    font-family: MyScriptFont;
	src:url(MyScriptFont.ttf);
}

@font-face {
    font-family: Aktiv Grotesk Ex Black;
	src:url("Aktiv Grotesk Ex Black.ttf");
}

@font-face {
    font-family: Aktiv Grotesk Ex Hair;
	src:url("Aktiv Grotesk Ex Hair.ttf");
}

@font-face {
	font-family: 'Atkinson Hyperlegible', sans-serif;
}


@font-face {
	
font-family: rig-shaded-zero-shading-coarse, sans-serif;

font-weight: 100;

font-style: normal;
}


/*Slideshow Style*/
{box-sizing: border-box}
.mySlides1, .mySlides2, .mySlides3, .mySlides4 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 1%;
	margin-left: 1%;
	margin-right: 1%;
  margin-top: 1%;
  color: #ffae00;
  font-weight: 900;
	font-style:normal;
  font-size: 5vmax;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #CCF;
	opacity: 45%;
  color: black;
}

/*Slideshow style end*/

body {
	font-family: 'Atkinson Hyperlegible', sans-serif;
	color:#fffac4;
  	background-image: url("images/bg7.jpg");
	background-color: #170a00;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
	background-size: cover;

}


  :not(.Nav_2):not(a) > img {
	/*border-radius: 20%;*/
	display:block;
	margin:auto;
}

video {
	
	display:block;
	margin: 0 auto;
	align-content: center;

}

iframe {
	display:block;
	margin:0 auto;
	width:640px;
	height:360px;
}


.bio_wrapper {
	max-width:50%;
	margin:50px, auto;
	padding-left:25%;
}

.FormiFrame > iframe {
	width:75%;
	height:1000px;
}

.imgscale1 {
	height:50%;
	width:50%;
}

.imgscale2 {
	height:40%;
	width:40%;
}

.imgscale3 {
	height:90%;
	width:90%;
}

.imgscale4 {
	height:40%;
	width:40%;
}

.imgscale4B {
	height:80%;
	width:80%;
}

.BAP_ICON {
	height:10%;
	width:10%;
}

.BAP_ICON2 {
	height:10%;
	width:10%;
	border-width:0px;
}

.BAP_ICON3 {
	height:20%;
	width:20%;
	padding: 1%;
	
}

.SOCIAL_ICON {
	width:50px;
	border-width:0px;
	float: right;
	padding: 1%;
	display: inline-block;
}

.BAPodcast_ICON {
	display:block;
	height:25%;
	width:25%;
}

.Audio_Controls {
	float:left;
	padding: 1%;
	margin: 1%;
}

.w3-display-container mySlides, w3-content w3-display-container {
	margin:0px, auto;
	font-family: 'Atkinson Hyperlegible', sans-serif;
}


p {
	word-spacing: 0px;
	font-size: 125%;
	color: #fffac4;
	text-indent:5%;
	text-align:left;
	margin:5px auto;
	padding:2%;

}

h1, h2 { 
font-family: 'Aktiv Grotesk Ex Hair', sans-serif;
    font-size: 300%;
	letter-spacing: 5px;
	text-align:center;
}
h3 {
font-family: 'Aktiv Grotesk Ex Hair';
	font-size:175%;
	text-align:center;
	color: white;
	
}

h4 {
font-family: 'Aktiv Grotesk Ex Black';
	font-size:175%;
	text-align:center;
	color:#fffac4;
	
	
}
h5 {
	font-size:150%;
	font-weight:bold;
	display:inline;
	text-decoration:underline;
	
}
h6 {
	font-size:75%;
	font-style:italic;
	color: #fffac4;
}



/* this is the animated line that throughout each page*/
.line {
    width: 10px;
    height: 5px;
    background-color: #ffae00;
    animation-name: example;
	animation-duration: 4s; 
    animation-duration: 4s;
	animation-fill-mode: forwards;
}
@keyframes example {
    from {width: 5%;}
    to {width: 100%;}
}


.spin_text {
	animation: spin_text 6s linear infinite;
}
@keyframes spin_text {
	100% {transform: rotate(360deg)};
}
	

  :not(.Nav_2):not(a) > img {
    /*border: 5px solid #fffac4;
    border-radius: 40px;*/
    padding: 5px;
	/*box-shadow: 2px 2px 5px #000;*/
	margin:10px auto;
}

.main {
	width:50%;
	margin:1% auto;
	padding:1%;
	background-color: rgba(0,0,0,.5);
	border: 10px double;
	border-radius: 2%;
	border-color:#fffac4;
		/*background-color: rgba(51,51,51,.8);*/
}

a {
	color:#ffae00;
	text-decoration:none;
}

.spin_wrapper{
display: grid;
grid-template-columns: repeat(3, 100px);
grid-template-rows: repeat(2, 100px);
	place-items: center;
gap: 100px;
	margin:10px;
	padding: 100px;
	
}

.spin_wrapper span {
	height: 20rem;
	width: 10rem;
	
position: relative;
	top
	
	font size: 4rem;
	
	transform-origin: bottom center;
	transform: rotateZ(calc(var(--1)*14deg))
	
}

.right_aligned {
	float:right;
	margin:10px;
}
/*Form Style*/
input[type=text], select, input[type=submit], textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:125%;
	width:100%;
	height:50%;
	margin:20px auto;
	border: none;
    border-radius: 4px;
}
input[type=submit] {
	text-align:center;
	color:#FFF;
	text-shadow: 2px 2px 5px #000;
	background-color:#FC3;
	margin:0px auto;
}

/*NavBar*/
nav {
	padding-bottom:25px;

}

ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-color:#ffae00;
	color:#170a00;
	font-family: /*'Open Sans Condensed',*/ 'Atkinson Hyperlegible', Oswald-Regular, Times, Geneva, sans-serif;
	font-size:150%;

}

li {
	float:left;
}

li a, .drop_button {
	display:inline-block;
	color:#170a00;
	text-align:center;
	text-decoration:none;
	margin:0px;
	padding:15px 15px;

}

li a:hover, .dropdown:hover .drop_button {
	background-color:#c98900;
	cursor:pointer;
}

li.dropdown {
	display:inline-block;
}

.dropdown_content {
	display:none;
	position:absolute;
	background-color:#ffae00;
	min-width:inherit;
	box-shadow: 5px 5px 20px rgba(51,51,51,.3);
}

.dropdown_content a {
	color:#fffac4;
	text-decoration:none;
	display:block;
	padding:15px 15px;
	font-size:75%;
}

.dropdown_content a:hover {
	background-color:#c98900;
}

.dropdown:hover .dropdown_content {
	display:block;
}


.Nav_2 {
	display:none;
}

/* scaled content*/
@media only screen and (max-width: 1024px) {
	p {
		font-size:100%;
		
	}
	
	video {
	height:50%;
	width:50%;
}
	.main {
		width:auto;
	}
	nav {
		font-size:75%;
		/*font-weight:bold;*/
	}
	.drop_button {
		/*font-weight:bold;*/
	}
	
	h1, h2{
		font-size:300%;
		letter-spacing: 3px;
	}
	
	h6 {
	font-size:75%;
	font-style:italic;
	text-align:center;
}
	.SOCIAL_ICON {
	width:50px;
	border-width:0px;
	position: relative;
	left: -35%;
	padding: 1%;
	padding-top: 10%;
	display: inline-block;
}

.bio_wrapper {
	max-width:75%;
	margin:50px, auto;
	padding-left:10%;
}
	.imgscale4 {
	height:50%;
	width:50%;
}
	
@media only screen and (max-width: 768px) {
	
	p {
		word-spacing: +1px;
		font-weight:600;
	}
	
	video {
	height:75%;
	width:75%;
}
	
	iframe {
	width:100%;
}

.FormiFrame > iframe {
	width:100%;
	height:1000px;
}
	h1,h2 {
		letter-spacing: 1px;
		font-size: 5.5VW;
		}
	h3, h4 {
		font-size:100%;
		}
	
	.bio_wrapper {
	max-width:100%;
	margin:20px, auto;
	padding-left:0%;
}
	.imgscale1 {
	height:75%;
	width:75%;
	}
	
	.imgscale2 {
	height:50%;
	width:50%;
	}
	
	.imgscale4 {
	height:80%;
	width:80%;
}
	
	.BAP_ICON {
		height:25%;
		width:25%;
	}
	.right_aligned {
		float:none;
	margin:10px auto;
	}
	
	.w3-display-container mySlides, .w3-content, .w3-display-container {
		width:100%;
	}
}
	.SOCIAL_ICON {
	width:75px;
	border-width:0px;
	position: relative;
	left: -5%;
	padding: 5%;
	padding-top: 3%;
	display: inline-block;
}
/* Nav Scaled*/
nav {
	margin:0px auto;
	display:none;
}
li {
	float:none;
	font-size:100%;
	font-weight:600;
	border:#C90 1px solid;
}

li a, .drop_button {
	display:none;
	padding:5px;
}
li.dropdown {
	display:none;
}
.dropdown:hover .dropdown_content {
	display:none;
}

.Nav_2 {
	display:inline;
	
	max-width:85%;
	width: 30%;
	margin: 0px auto;
}

.Nav_2,a > img {
	
	height:7%;
	width:7%;
	padding:.25VW;
	padding-left:12.5VW; 
	
	}

}