body {
	background-color: #1a1919;
	color:#FFF;
	font-family: 'arial' sans-serif;
	}
a {
	color:#fff;
	
	}
a.fadelink {
	
	opacity: 0.7;
	transition: linear 0.2s;
	}
a.fadelink:hover {
	opacity: 1;
	color:#fff;
	}
a:visited,
a:active,
a:focus {
	outline: none;
	}
		
ul li {
	list-style: none;
	}

ul {
	padding: 0;
}

.bg-black {
	background-color: rgba(0, 0, 0, 0.9);
	}

.blue {color:#009fd7;
	}

.orange {color:#e19d3e;
	}

.red {
	color:#ae3730;
	}

.bg-blue {
	background-color:#009fd7;
	}

.bg-orange {
	background-color:#e19d3e;
	}

.bg-red {
	background-color:#ae3730;
	}
	
.btn {
	text-transform:uppercase;
	font-weight: bold;
}
.btn-dark {background-color: #000; border-color: #000;}	
.navbar-brand {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 3rem;
	padding:0;
	}		

header {
	margin-top:88px;
	position: relative;
	background-color: black;
	width: 100%;
	overflow: hidden;
	}
header.mobile {
	padding: 100px 0 100px;
	background: url('/images/playpadel-header1.jpg') no-repeat center top;
	background-size: cover;
	/* display: none; */
	}	
header.desktop  {
	/* display: none; */
	}	
header .overlay {
	position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: black;
opacity: 0.5;
z-index: 1;
}
header video.embed-responsive {
    position: relative;
    top:0;
    
    z-index: 0;

}
#slider-text-container {
	top:0;
}

section {
  padding: 100px 0;
	}
	
h1, h2, h3 {
	text-transform: uppercase;
	font-weight: bold;
	}
	
h1 {
	font-size: 3.5rem;
	}
h3 {
	font-size: 1.4rem;
	}
	
header {
	text-shadow: 0px 0px 17px black;
	}
header .lead {
	font-size: 1.5rem;
	font-weight: bold;
	}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
.navbar-toggler {

    font-size: 1.4rem;

    border: none;

}
.nav-link {
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: bold;
    display: block;
    padding: .5rem 1rem;
	}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.6);
	}

.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
	}
	
.parallax {
	padding: 200px 0; 
	background-size: cover; 
	background-attachment: fixed;
	background-position: center;
	}
	
.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: .5s;
	}
	
footer {
	font-size: 0.9rem; 
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}		
@media (min-width: 768px) {
	
	header.desktop {
	/*	display: block; */
	}
	
}	
@media (max-width: 991px) {
	
	.nav-link {
		text-align: center;
		padding: 1rem;
	}
	
	
}

@media (max-width: 767px) {
	
	h1 {
	font-size: 2.5rem;
	}
	header {
	margin-top:64px;
	}
	header .lead {
		font-size: 1rem;
		}
	
	header.mobile {
		/* display: block; */
	}	
	.parallax {
    background-attachment: scroll;
    background-position: center ;
    }
    .navbar-brand {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2rem;
	padding:0;
	}
	
}
