@charset "UTF-8";
header.row h2  {
	color: #00FF00;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 350%;
	text-align: center;
	text-shadow: 0px 5px 5px rgba(0,0,0,0.40);
	width: auto;
}
.logowhite {
	color: #FFFFFF;
}
body,td,th {
	color: #FFFFFF;
	background-color: #000000;
	text-align:center;
	word-wrap:break-word;
	}
header.row p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.50);
	letter-spacing: 0.5em;
	color: #FFFFFF;
}
header.row {
	padding: 20px 0px;
	background-image: url(images/Wall.png), url(images/stripe.png),  -moz-linear-gradient(270deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	background-image: url(images/Wall.png), url(images/stripe.png), linear-gradient(180deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	background-size: auto 80%, auto auto, 100% auto;
	background-repeat: no-repeat, repeat-x;
	background-position: 0% center, left top, left top;
	background-color: #090;
}
nav.row .navbar.navbar-default {
	background-color: #069;
	background-image: -webkit-linear-gradient(270deg,rgba(0,102,153,1.00) 0%,rgba(0,136,170,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,102,153,1.00) 0%,rgba(0,136,170,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,102,153,1.00) 0%,rgba(0,136,170,1.00) 100%);
}
nav.row .nav.navbar-nav > li > a:link  , nav.row .nav.navbar-nav > li > a:visited{
	border-left: 1px solid #0AE;
	border-right: 1px solid #003377;
	border-bottom: 1px solid #003377;
	border-top: 1px solid #0AE;
	color: #FFC;
}
nav.row .nav.navbar-nav > li > a:hover {
	background-image: -webkit-linear-gradient(90deg,rgba(0,102,153,1.00) 0%,rgba(0,170,238,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(0,102,153,1.00) 0%,rgba(0,170,238,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(0,102,153,1.00) 0%,rgba(0,170,238,1.00) 100%);
	color: #FFF;
}

nav.row {
	border-top: 5px solid #FD5;
}
nav.row .navbar {
	margin-bottom: 0px;
	align-content: center;
	}
footer {
	padding: 1em 0px;
	background-color: #090;
	background-image: -webkit-linear-gradient(90deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 100%);
	color: #FFC;
}
body {
	font-family: source-sans-pro, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	/* [disabled]font-size: 14px; */
}
article.row section h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: patua-one;
	font-style: normal;
	font-weight: 400;
	font-size: 300%;
	line-height: 1.1em;
}
.hidden-sm {
}
.col-md-push-0 {
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
} 

@media (max-width: 455px){
header.row p {
	letter-spacing: 0.1em;
}
header.row {
	background-size: 95% auto, auto auto, 100% auto;
}
article.row section h1  {
	padding-top: 15px;
	font-size: 185%;
	line-height: 1.1em;
	text-align: justify;
}
article.row section h2  {
	font-size: 150%;
	line-height: 1.1em;
}
header.row  {
	background-image: url(images/Wall.png), url(images/stripe.png),  -moz-linear-gradient(270deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 10%);
	background-image: url(images/Wall.png), url(images/stripe.png), linear-gradient(180deg,rgba(0,102,0,1.00) 0%,rgba(0,204,0,1.00) 10%);
	background-size: auto 50%, auto auto, 100% auto;
}
article > section > iframe {
	width: 336px;
	height: 189px;
}
div > img {
	width:100%;
	height:100%;
}


}
