html {
	background-color:black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/TEJ_Artwork_1.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;}
@media screen and (max-width: 750px) and (orientation: portrait) {
	html {
		background-color:black;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-image: url(../images/TEJ_Artwork_Mobile.jpg);
		width: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
	}
}
@media screen and (max-width: 750px) and (orientation: landscape) {
	html {
		background-color:black;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-image: url(../images/TEJ_Artwork_1.jpg);
		width: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
	}
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
    font-family: Arial;
	padding: 0;
}
h1 {
	font-family: Helvetica;
	color: white;
	margin-top: 100px;
	text-align: left;}
h2 {
    color: white;
}
h4 {
    color: white;
}
p {
    color: white;
}
ul {
	list-style-type: none;
	text-align: center;
}
ul li {
	display: inline-block;
	margin-right: 30px;
}
article {
	font-family: Arial;
	color:white;
	text-align: left;}
a {
  color:white;
  text-decoration: none;}
a:hover {
  color: gray;
  text-decoration: none;
	transition: 0.5s;}
a:active {
  color:white;
  text-decoration: none;}
article {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
hr {
	position: absolute;
  bottom: -305px;
  width: 99%;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	opacity: 30%;
}
#my_footer {
	position: absolute;
  bottom: -300px;
  width: 95%;
  height: 10px; 
	text-align: left;
	padding-left: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	color:white;
	filter: opacity(70%);}
.misc-spacing {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    height: 10px;
}
/*=====Home============*/
/*wrappers...*/
.outta-p-wrapper {
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;
    padding: 5px 5px 5px 5px;
    background: rgba(0, 0, 0, 0.7);
}
.logo-wrapper {
   margin: 0 auto;
    width: 100%;
    padding: 0;
}
.handle-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
.featured-media-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
.quick-nav-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
.quick-nav-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 0;  
}
/*...items...*/
.outta-pocket {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    pointer-events: none;
    font-weight: 40;
}
.logo {
    margin: 0 auto;
    width: 425px;
    pointer-events: none;
}
#home-images {
    padding: 0;
    text-align: center;
}
.main-social-handle {
    margin: 0 auto;
    width: 300px;
    pointer-events: none;
}
.f-social-1 {
    margin: 15px auto;
    width: 200px;
}
.f-social-2 {
    margin: 15px auto;
    width: 200px;
}
.box-nav {
    margin: 10px auto;
    width: 200px;
    text-align: center;
    padding: 10px 0;  
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px; 
}
/*spacing...*/
.featured-media-wrapper {
    padding: 10px 0;
}
/*=====Schedule============*/
.first-panel-content {
    margin: 0 auto 10px auto;
    /*padding: 0;*/
    width: 90%;
}
.schedule-note-content {
    margin-left: 10px;
    background: rgba(0, 0, 0, 0.8);
    height: 120px;
    border-radius: 5px;
    width: 90%;
}
.schedule-note-content p {
    padding: 10px 10px;
    margin: 0;
}
.schedule-panel-contents {
    margin-top: 10px;
    margin-left: 10px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    padding: 10px 10px 5px 5px;
}
.schedule-container {
    margin-left: 5px;
    width: 98%;
    height: 550px;
    overflow-y: scroll;
}
/*=====Contact============*/
.notice-panel-content {
    margin: 0 auto;
    padding: 0;
    width: 90%;    
}
.container-h-recaptcha {
padding: 0;
margin: 0 auto;
width: 90%;
display: block;
}
.h-captcha {
padding: 20px 0 0 0;
margin: 0 auto;
display: block;
}
.captcha-status {
padding: 0;
margin: 2px auto;
}
.notice-box {
    background: rgba(0, 0, 0, 0.6);
    max-width: 639px;
    border-radius: 5px;
    padding: 5px 0 5px 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.first-panel-content {
    background: rgba(0, 0, 0, 0.6); 
    border-radius: 5px;  
    padding: 5px 20px 5px 15px;

}
.contact-panel-contents > img {
    position: relative;
    top: 3px;
}