@charset "UTF-8";
/* CSS Document */

.navbar.bg-dark {
	background-color:#000 !important;	
}

a.nav-link, a.navbar-brand  {
    color:#cccccc !important;
}

a:hover.nav-link, a:hover.navbar-brand {
    color: #01b2fd !important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.bg-dark {
	background-color:#000 !important;	
}
.sup{font-size:50%;line-height:0;position:relative;vertical-align:super;}
.w3-black, .w3-hover-black:hover {
	color: #fff !important;
	background-color: #000 !important;
}
.w3-blue, .w3-hover-blue:hover {
	color: #fff !important;
	background-color: #01b2fd !important;
}
.w3-wide {letter-spacing: 10px;}
.w3-opacity-min {
	opacity: 0.75;
}
.wq-blue-text {
	color: #01b2fd !important;
}
.wq-blue-bg {
	background-color: #01b2fd !important;
}


#blue-bar {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}
#blue-bar a, #blue-bar a:active{
	color: #fff;
	text-decoration:underline;
}
.req a, .req a:active{
	color: #dc0028;
	text-decoration:underline;
}
#blue-bar a:hover, .req a:hover {
	text-decoration:none;
}
#blue-bar .h4{
	margin-top: .5rem;
}

.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center;}
.w3-tag.wq-blue{background-color:#01b2fd;font-size:24px;}

.wq-long-text {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	text-indent: 20px;	
}

.wqlogo {
	display:block;
	max-width: 300px;
	min-width:200px;
	max-height:400px;
	margin: 0 auto 0;
	width: auto;
	z-index:10;
	position:absolute;
	left:40%;
}

.btn-primary {
	background-color: #01b2fd !important;
	border-color: #01b2fd !important;
	padding: 10px;
	padding: .6rem 1.5rem;
	font-size: 1.7rem;
}

.wq-blue-button-alt {
	color: #01b2fd !important;
	border:solid #01b2fd !important;
	background-color: #fff !important;
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
	background-attachment: fixed;
	background-position: center top ;
	background-repeat: no-repeat;
	background-size: cover;
	opacity:0.75;
}

/* Second image (Fans) */
.bgimg-2 {
	background-image: url("../assets/images/wrestler_champ_fan1920x1280.png");
	min-height: 400px;
}
/* Third image (Promoter) */
.bgimg-3 {
	background-image: url("../assets/images/wrestler_hand_on_rope960x640.png");
	min-height: 400px;
}
.bgimg-4 {
	background-image: url("../assets/images/banner-bg-logo-ropes1920x1037.png");
	min-height: 300px;
}
.carousel-caption {
	padding-left: 10px;
	padding-right: 10px;
	left: 0;
	right: 0;
	width: 100%;
	background-color:rgba(1, 178, 253, .9);
}
.carousel-caption p{
	font-size:24px;
}

.wq-footer-logo {
	display:block;
	max-height:200px;
	margin: 0 auto 0;
	width: auto;
}
.nav-logo-text {
	width: auto;
	border: none;
	outline: none;
	display: inline-block;
	white-space: normal;
	letter-spacing: 10px;
	margin-left:5px;
	font-size: 16px;
}
.bg-image-full {
	background: no-repeat top left scroll;	
}
.thumbnail {
	position: relative;
}

.caption {
	position: absolute;
	bottom:5px;
	left: 0;
	width: 100%;
}
.caption p {
	color: #fff;
	font-size:24px;
	font-weight:bold;
}
.page-title-img-text {
	color: #fff;
	font-weight:bold;
}

.seemore {
	background: rgba(255, 255, 255, .95);
	box-shadow: 0 2px 20px 0 rgba(0,0,0,.2);
	height: auto;
	text-align: center;
	width: 100%;
	z-index: 400;
}

@media screen and (max-width: 480px) {
	.carousel-caption p{
		font-size:18px;
	}
	.nav-logo-text {
		width: auto;
		display: inline-block;
		white-space: normal;
		letter-spacing: 5px;
		margin-left:3px;
		font-size: 14px;
	}
}
	