body, html { overflow-x:hidden; }

@font-face {
    font-family: 'papyrus';
    src: url('fonts/papyrus.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EagleLake-Regular';
    src: url('fonts/EagleLake-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Windhavi';
    src: url('fonts/Windhavi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'faelMAOOFTrial';
    src: url('fonts/faelMAOOFTrial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'faelMAOOFTrial';
    src: url('fonts/faelMAOOFTrial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 22px;
    line-height: 1.4;
    font-family: 'faelMAOOFTrial', 'faelMAOOFTrial', fantasy;
    font-style: normal; 
    -webkit-font-smoothing: antialiased; 
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { 
    color: #ffffff; 
    font-family: 'Windhavi', 'faelMAOOFTrial', fantasy; 
    margin-top: 0; 
}

.blue { color: #6CF; }

.green { color: #CF0; }

h2 {
	padding: 1px 0;
}

p {
	padding: 2px 0;
	text-align: justify;
	font-size: 22px;
		}

a {
	color: #023ef0;
}

a:hover {
	color: #012285;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2px 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 99;
}

#status {
    width: 756px;
    height: 432px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/status.gif);
    background-repeat: no-repeat;
    background-position: center;
}

#main-wrapper {
     overflow: hidden;
}

.pitchedinblack-logo {
	z-index: 1;
}
.pitchedinblack-site-title { 
    color: #ffffff !important; 
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}

.pitchedinblack-site-title a {
	color: #ffffff;
	text-decoration: none;
}

.pitchedinblack-site-title a:hover {
	color: #012591;
	text-decoration: none;
}


img.slide {
    width: 100%; 
    z-index: -9999999; 
    position: absolute;
}

.active {
    display: block;
}

.inactive {
    display: none;
}

.image-section {
    position: fixed;
}

.image-container {
    position: relative;
}

.image-container img {
    position: absolute;
}

.pitchedinblack-content {
    position: static;
    overflow: hidden; 
    margin-top: 0px;
    padding-bottom: 2px;
}

.black-bg {
    background-color: rgba(0,0,0,0.8);
}
.black-bg:before, .black-bg:after {
    content: "";
    display: table;
    line-height: 0;
}
.black-bg:after {
    clear: both;
}
    
.pitchedinblack-content section {
    font-family: 'Windhavi', 'faelMAOOFTrial', fantasy;
    font-size: 22px;	
    position: static;
    overflow: hidden; 
    margin-top: 0px; 
    padding-bottom: 5px;
}


.pitchedinblack-content-wrapper {
    overflow:hidden;
}

.pitchedinblack-content h1 {
    color:#64afff;
    font-family: 'Windhavi', 'faelMAOOFTrial', fantasy;
    font-size: 30px;
}

.pitchedinblack-content h2 {
    color:#64afff;
    font-family: 'Windhavi', 'faelMAOOFTrial', fantasy;
    font-size: 25px;
}

.pitchedinblack-content h3 {
    color:#64afff;
    font-family: 'Windhavi', 'faelMAOOFTrial', fantasy;
    font-size: 20px;
}

.pitchedinblack-content p {
    font-family: 'Windhavi', 'faelMAOOFTrial', fantasy;
    color: #ffffff;
    font-size: 22px;
}

#map-canvas {
	height: 100px;
}


.footer {
    overflow:hidden; 
    position:fixed; 
    bottom: 5px;
}

.footer-text {
    font-family: 'Windhavi', 'faelMAOOFTrial', fantasy; 
    color:#ffffff; 
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
    margin-left: 5px;
	margin-right: 5px;
    font-size: 18px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.btn-menu {
    padding: 5px 0;
    text-align: center;
}

.btn-menu > .fa {
    font-size: 50px;
    margin: 5px 0;
}
.btn-menu > h2 {
    margin: 3;
    font-size: 20px;
}

.change-section {
    color: #ffffff;
    text-decoration: none;
}

.change-section .black-bg {
    transition: all 0.8s ease;
}

.change-section .black-bg > h2 {
    transition: all 0.8s ease;
}

.change-section:hover {
    text-decoration: none;
    color: #001aff;
}

.change-section:hover .black-bg {
    background-color: rgba(0,26,255,0.8);
}

.change-section:hover .black-bg > h2 {
    color: #001aff;
}

@media (max-width: 991px) {
    .footer {
        overflow:hidden; 
        position:static;
        text-align: center;
    }
    
    .footer-text {
        margin-left: 0;
		margin-right: 0;
    }

#main-menu-banner, 
#content-body h1 {
    margin-top: 0 !important; 
}

main {
    margin-top: 0;
    padding-top: 0;
}
}