html {
	scroll-behavior: smooth;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0;
	overflow-x: hidden;
}
body {
	width: 100%;
	margin: auto;
	margin-bottom: 0px;
	font-size: 1.1em;
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(0, 0, 0, 1.0);
	font-family: 'Arial', sans-serif;
	font-family: "Montserrat", sans-serif;
  	//font-optical-sizing: auto;
  	font-weight: 500;
 	font-style: normal;
}
a {
	color: rgba(39, 97, 255, 1.0);
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 2em;
	font-style: italic;
    font-family: "Permanent Marker";
	font-family: "Luckiest Guy", cursive;
    font-weight: 400;
	//font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;

}
h3 {
	font-size: 1.2em;
	//font-style: italic;
	font-family: "Permanent Marker";
	font-family: "Luckiest Guy", cursive;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: 300;
	font-style: normal;
}
li {
    font-weight: bold;
    font-style: italic;
    padding-bottom: 5px;
}
input {
	margin-bottom: 0.5em;
}
select {
	margin-bottom: 0.5em;
}
textarea {
	width: 100%;
}
th {
	font-size: 1.1em;
	text-align: left;
}
td {
	vertical-align: top;
}
table.full_width {
	width: 100%;
}
td.no_margin {
	margin: 0px;
}

#listen table {
	width: 100%;
}
#mediaPlayer {
	width: 100%;
	//border: 5px;
}

#mediaPlayer td.button {
	margin: 0px; 
	max-width: 30px;
	width: 30px;
	padding-left: 10px;
	color: rgba(0,0,0,1.0);
	text-align: center;
	opacity: 0.8;
	vertical-align: middle;
}
#mediaPlayer td.button img {
	max-width: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
}
#mediaPlayer td.filename {
	width: 100%;
	padding: 5px;
	font-family: 'Prompt', sans-serif;
    font-family: "Montserrat", sans-serif;
	text-align: left;
}
#mediaPlayer td.button:hover, td.button:focus {
	opacity: 1.0;
}
#mediaPlayer td.no_margin {
	margin: 0;
}
.time {
	//background-color: #272c38;
	color: rgba(10,10,10,1.0);
	padding: 5px;
	font-family: "Courier New, monospace";
	font-size: 0.85em;
	text-align: center;
}
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
.invisible {
	display: none;
}
#header {
	display: block;
	//background-color: rgba(0,0,0,1.0);
	//background-color: #272c38;
	background-color: #000000;
	background-image: url("images/studio_pic3_20250705.jpg");
	//background-image: linear-gradient(to bottom, rgba(39, 97, 255, 1.0), rgba(58, 135, 255, 1.0));
    //background-image: radial-gradient(rgba(39, 97, 255, 1.0), rgba(0,0,0, 1.0));
	background-size: cover;
	background-size: 110% auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 0px;
	margin: auto;
	//font-size: 0px;
	width: 100%;
}
#header_pic {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	padding-bottom: 10px;
}

#navbar {
	clear: both;
	width: 100%;
	//max-width: 1000px;
	margin: auto;
	//background-image: linear-gradient(to bottom, rgba(16, 16, 16, 1.0), rgba(0, 0, 0, 1.0));
	//background-image: linear-gradient(to bottom, rgba(39, 97, 255, 0.25), rgba(255, 255, 255, 1.0));
	//background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 25%, rgba(24,59,155,1.0) 50%, rgba(0, 0, 0, 1.0) 75%);
	//background-color: rgba(0, 0, 0, 1.0);
	background-color: rgba(39, 97, 255, 1.0);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: 'Quantico', sans-serif;
	font-size: 2.0em;
	color: rgba(225, 225, 225, 1.0);
	//display: flex;
	border-style: solid;
	border-color: rgba(0, 0, 0, 1.0);
	border-width: 0px 0px 3px 0px;
}
#navbar a {
	//color: rgba(225, 225, 225, 0.8);
	color: rgba(255,255,255,1.0);
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.0);
	text-decoration: none;
}

#navbar a:hover,focus {
	//color: rgba(0,81,231,1.0);
	text-decoration: underline;
	text-shadow: 1px 1px 20px rgba(0,81,231,0.5);;
}
#mainbody {
	clear: both;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#mainbody img {
	//display: block;
	//clear: both;
	//width: 100%;
}

#videos {
	margin: auto;
	text-align: center;
	padding-top: 10px;
    padding-bottom: 10px;
	max-width: 950px;
}
#audio_samples {
	padding-top: 10px;
	margin: auto;
	text-align: center;
}

#professional {
	width: 500px;
	max-width: 50%;
}
#storyteller {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding-top: 20px;
}
#studio th {
	font-size: 1em;
	width: 25%;
	vertical-align: top;
}

#footer {
	margin-top: 20px;
	//background-image: linear-gradient(to bottom, rgba(52, 73, 94, 1.0), rgba(33, 47, 61, 1.0));
	//background-image: linear-gradient(to bottom, rgba(50, 50, 50, 0.75), rgba(0, 0, 0, 1.0));
	//background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1.0), rgba(39, 97, 255, 1.0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 1.0));
	background-color: rgba(255,255,255,1.0);
	color: rgba(255,255,255, 1.0);
	text-align: center;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
    font-family: 'Lovers Quarrel', cursive;
    font-size: 3em;
	border-style: solid;
	border-color: rgba(0, 0, 0, 1.0);
	border-width: 3px 0px 0px 0px;
}
#disclaimer {
	padding-top: 2em;
	font-size: 1em;
}
#studio_table th, td {
	//padding: 5px;
	vertical-align: top;
	text-align: left;
}
#socials_top {
	clear: both;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#socials1 {
	display: inline-block;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#socials1 img {
	display: inline-block;
}
#socials1 table {
	width: 100%;
	//border: 1px solid;
}
#socials1 td {
	margin: auto;
	text-align: center;
	width: 25%;
}
#socials2 {
	display: inline-block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#socials2 img {
	display: inline-block;
}
#socials2 table {
	width: 100%;
	//border: 1px solid;
}
#socials2 td {
	margin: auto;
	text-align: center;
	width: 25%;
}
#testimonials_box {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
}
#testimonials_box fieldset {
	padding: 15px;
	text-align: center;
}
.luckiest-guy {
	font-family: "Luckiest Guy", cursive;
	font-weight: 400;
	font-style: normal;
}
.flex-child {
	flex: 1;
}
.icon {
	max-width: 30px;
}
.pad_right {
	padding-right: 10px;
}
.pad_top {
	padding-top: 5px;
}
.pad_bottom {
	padding-bottom: 5px;
}
.socials_bar {
	background-color: rgba(0,0,0,0.8);
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
.section_gray {
	display: block;
	background-color: #272c38;
	color: rgba(255, 255, 255, 1.0);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.section_gray img {
	display: block;
}
.section_white {
	display: block;
	background-color: #ffffff;
	color: rgba(0, 0, 0, 1.0);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.section_white img {
	display: block;
}
.section {
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 950px;
}
.section_blue {
	background-color: rgba(39, 97, 255, 1.0);
	color: rgba(255, 255, 255, 1.0);
	padding: 15px;
}
.navlink {
	padding-left: 15px;
	padding-right: 15px;
	/*
	border-radius: 10px;
	border-color: rgba(255,255,255,0.25);
	border-style: solid;
	border-width: 1px;
	//background-color: rgba(0, 0, 0, 1.0);
	//background-image: linear-gradient(to bottom, rgba(50, 50, 50, 0.75), rgba(0, 0, 0, 1.0));
	width:fit-content;
	*/
	display: inline-block;
}
.maxwidth40 {
    max-width: 40%;
}
.width100 {
    width: 100%;
}
.maxwidth50 {
	max-width: 50%;
	//width: 100%;
}
.maxwidth100 {
    max-width: 100%;
}
.dropshadow {
	box-shadow: 5px 5px 8px black;
	margin-bottom: 14px;
}
.email {
	max-width: 390px;
	width: 100%;
}
.bottom {
	font-size: 0em;
	margin: 0px;
	vertical-align: bottom;
}
.media_section {
    //background-color: rgba(39, 97, 255, 1.0);
    padding-top: 20px;
    padding-bottom: 20px;
    border: 3px solid rgba(39, 97, 255, 1.0);
    //box-shadow: 5px 5px rgba(0,0,0,0.5);
	//color: rgba(255, 255, 255, 1.0);
}
.float_right {
	float: right;
	padding-left: 10px;
	clear: both;
}
.float_left {
	float: left;
	padding-right: 10px;
	clear: both;
}
.align_right {
	text-align: right;
}
.black_bg {
	background-color: rgba(0, 0, 0, 1.0);
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}
.center {
	margin: auto;
	text-align: center;
}
.full_width {
	display: block;
	width: 100%;
}
.italics {
    font-style: italic;
}
.book_covers {
	text-align: center;
	margin: auto;
	width: 100%;
}
.client_pic {
	max-width: 100%;
}
.book_covers img {
	border: 2px solid rgba(0, 0, 0, 0.0);
	opacity: 0.90;
	//max-width: 20%;
}
.book_covers img:hover, .book_covers img:focus {
	border: 2px solid rgba(0, 0, 0, 1.0);
	opacity: 1.0;
}
.progress_bar1 {
	width: 100%;
	height: 8px;
	margin-bottom: 10px;
	//border-radius: 10px;
	//background-color: rgba(255,255,255,1.0);
	background-color: rgba(235,235,235,1.0);
	
}
.progress_bar2 {
	width: 0%;
	height: 8px;
	//border-radius: 10px;
	background-color: #0055ff;
}
.disclosure {
	font-style: italic;
	text-align: center;
	font-size: 0.75em;
}
.invisible {
	display: none;
	opacity: 0;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
	padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videowrapper2 {
    float: none;
    clear: both;
    width: 50%;
    position: relative;
	padding-bottom: 28.12%;
    padding-top: 12.5px;
    height: 0;
}
.videowrapper2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.scroll_container {
  overflow: hidden;
  display: flex;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  background-color: rgba(255,255,255,1.0);
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2361px, 0, 0); /* The image width */
  }
}

.scroll_container div {
  height: 100px;
  min-width: 2361px; /* The image width */
  margin-left: 0px;
  animation: slide 35s linear infinite;
}


@-webkit-keyframes fade_in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fade_in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fade_in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade_in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.fade_in {
  -webkit-animation: fade_in 0.5s ease-in; /* Safari 4+ */
  -moz-animation:    fade_in 0.5s ease-in; /* Fx 5+ */
  -o-animation:      fade_in 0.5s ease-in; /* Opera 12+ */
  animation:         fade_in 0.5s ease-in; /* IE 10+, Fx 29+ */
}
.fade_in_1500 {
  -webkit-animation: fade_in 1.5s ease-in; /* Safari 4+ */
  -moz-animation:    fade_in 1.5s ease-in; /* Fx 5+ */
  -o-animation:      fade_in 1.5s ease-in; /* Opera 12+ */
  animation:         fade_in 1.5s ease-in; /* IE 10+, Fx 29+ */
}

