@charset "utf-8";
/* CSS Document */


/*



*{border: 1px solid #9A0C0F ; }


#bodywow{ border: 5px solid #9225FF; }

#footerwow{ border: 3px solid #FF661E; }

.cards_ctn{ background-color: goldenrod; }

.feat_ctn{ background-color: burlywood; }

.container-fluid{ background-color:aqua; }




*/



#container_main{
			background-color:none;
			border: 5px #16A800;
			margin: 0;
			padding: 0;
			display: inline-block;
			}



#carouselExampleCaptions{
			border: 5px #16A800;
			}






/* --------------------------------------------- 🟡🟡🟡 Bootstrap NavBar 🟡🟡🟡 ------------------------------------------------ */




.my-nav{
	background-color: #24252A;	
	}


.my-nav .mainlogo01{
	margin-left: 17px;
	}


.my-nav .nav-link{
	color:#4091F7;
	transition: all 0.3s ease 0s;
	padding: 15px;
	padding-left: 100px;
	font-weight: 850;
	font-size: 17px;
	}


.my-nav .nav-link:hover{
	color:aliceblue;
	background-color:#4091F7;
	}	











.my-nav .dropdown:hover .dropdown-menu{
	display: block;
	}


.my-nav .dropdown-menu{
	background-color:#4091F7;
	}


.my-nav .dropdown-item{
	font-weight: 500;
	font-size: 15px;
	color:aliceblue;
	}


.my-nav .dropdown-item:hover {
	color:#4091F7;
	}




.my-nav .navbar-toggler{
	background-color:#4091F7;
	}

.navbar-toggler-icon{
	color:aliceblue;
	display: inline;
	}




/* --------------------------------------------- 🟢🟢🟢 Bootstrap Carousel 🟢🟢🟢 ---------------------------------------------- */


.carousel-caption{
	margin-bottom: 120px;
	}


.btn-dark{
	background: #24252A;
	color: #4091F7;
	font-weight: 800;
	font-size: 17px;
	padding: 20px 27px 20px 27px;
	border: none;
	box-shadow: 0 5px 7px 0 rgba(36,37,42,0.64);
	}


.btn-dark:hover{
	background:#FFFFFF;
	color: #4091F7;
	box-shadow: 0 10px 15px 0 rgba(36,37,42,0.64);
	}




/* ---------------------------------------------- 🍄🍄🍄 3 Main Columns 🍄🍄🍄 ------------------------------------------------- */




.carddeck01{
	margin-top: 150px;
	margin-bottom: 150px;
	}


.button2{
	width: 100%;
	height: 60px;
	font-weight: 800;
	font-size: 16px;
	color: aliceblue;
	letter-spacing: 3px;
	}


#card_body_link01{
	text-decoration: none;
	}


#card_body_link02{
	text-decoration: none;
	}


#card_body_link03{
	text-decoration: none;
	}


.button2:hover{
	transition: all 0.3s ease 0s;
	background:#24252A;
	color: #4091F7;
	}	





.card .card-body li a{
	text-decoration: none;	
	padding: 0;
	margin: 0;
	}


.card .card-body{
	transition: all 0.3s ease 0s;
	background:#4091F7;
	padding: 0;
	margin: 0;
	display: block;
	}





.card .card-body:hover{
	transition: all 0.3s ease 0s;
	background:#24252A;
	}


.card .cardtext{
	text-align: center;
	font-weight: 800;
	font-size: 17px;
	color: aliceblue;
	letter-spacing: 3px;
	}






/* ------------------------------------------------- 🍌🍌🍌 Features 🍌🍌🍌-------------------------------------------------- */





#container_feat{
	background: #040020;
	margin-top: 0;
	margin-bottom: 0;
	
	
	border: 1px solid rgba(0,0,0,0.00);

	
	background-image: url("images/Background Grey.jpg");
	background-size: cover;
	}




.feat_title_row{
	display: inline;
	}

.feat_title_col{
	text-align: center;
	}

#feat_text_link{
	text-decoration: none;
	}


.feat_text{
	font-weight: 800;
	color:#4091F7;
	}

#carddeck02{
	margin-top: 10px;
	}








/*💙💙💙💙💙💙💙*/

.ft_container{
	position: relative;
	display: inline-block;
	background: none;
	border: none;	
	}



.ft_image{
	display: block;
	width: 100%;
	height: auto;
	}



.ft_overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.5s ease all;
	background-color:rgba(0,0,0,0.80);
	
	
	/* This is to allow the text in the feature movies poster is not over flowing outside the box */
	overflow: hidden;
	
	}





.ft_container:hover .ft_overlay{
	opacity: 1;
	}


.ft_text{
	color: aliceblue;
	font-size: 16px;
	position:absolute;
	top: 35%;
	left: 50%;
	right: -50%;

	
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	text-align:left;
	}




#ft_poster_a01{
	text-decoration: none;
	}

/*

.ft_h4{
	margin-top: 210px;
	}

*/




/* ------------------------------------------------ 🍊🍊🍊 Logo Bottom 🍊🍊🍊-------------------------------------------------- */





.bottom_logo_bluesky{
	margin-top: 150px;
	margin-bottom: 20px;
	}


#footersns{
	display:inline-block;
	background:none;
	}


/*
#footersns{
	display:inline-block;
	background:#4091F7;
	}
*/



.footersns_size .icon{
	color:#4091F7;
	font-size: 25px;
	}


.footersns_size .icon:hover{
	color:#0064E2;
	transition: all 0.3s ease 0s;
	}


/*.footersns_size .icon:hover{
	color:#24252A;
	transition: all 0.3s ease 0s;
	}
*/










.feat_title_row1{
	display: inline;
	}


#footertext01{
	font-weight: 750;
	font-size: 12px;
	color: aliceblue;
	}







#footera01{
	font-weight: 750;
	font-size: 12px;
	color: aliceblue;
	text-decoration: none;
	}

#footera01:hover{
	color:lightskyblue;
	transition: 0.3s ease;
	}

#footera02{
	font-weight: 750;
	font-size: 12px;
	color: aliceblue;
	text-decoration: none;
	}

#footera02:hover{
	color:lightskyblue;
	transition: 0.3s ease;
	}

#footera03{
	font-weight: 750;
	font-size: 12px;
	color: aliceblue;
	text-decoration: none;
	}

#footera03:hover{
	color:lightskyblue;
	transition: 0.3s ease;
	}

#footera04{
	font-weight: 750;
	font-size: 12px;
	color: aliceblue;
	text-decoration: none;
	}

#footera04:hover{
	color:lightskyblue;
	transition: 0.3s ease;
	}







.footertext02{
	font-weight: 600;
	font-size: 13px;
	color: slategrey;
	}










