/* 
Author Alfred Kakuli
*/

/* =============================================
    Html and body Css For the Blem Entertainment
   ============================================= */

html,
body {
    height: 100%;

}

body {
    color: #212226
}

/*Navbar change on scroll*/
.navbar { // the initial style of the navbar
padding-top: 10px;
    padding-bottom: 20px;
    transition: all 2s;
    box-shadow: none;
}

.navbar.compressed {
    background-color: gold;
    font-weight: bolder;
    padding-top: 5px;
    padding-bottom: 20px;
    box-shadow: none;
    z-index: 200;
}



h1,h2,h3,h4,h5,h6 {
    font-family: "Century-Gothic", sans-serif;
}

h3  {
    color: #ffc90b;
}

p {
    font-family: "Inconsolata", "Century Gothic";
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

section {
    background: #fff;
    overflow: hidden;
}

/* =============================================
    Preloader Css For the Blem Entertainment
   ============================================= */

#preloader {
    background-color: ghostwhite;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#status {
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    animation: beating 2s infinite;
    transition: all .9s;
}

@keyframes beating {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(90deg);
    }

    60% {
        transform: rotate(180deg);
    }

    80% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* =============================================
   Home section Css For the Blem Entertainment
   ============================================= */
#home-section {
    background: none;
    height: 100%;
    margin: 0 auto;
    align-items: center;
}

#home-content {
    width: 100%;
    height: 100%;
    display: table;
    align-items: center;
}

#home-content-inner {
    display: table-cell;
    vertical-align: middle;
    align-items: center;
}

#home-bg-video {
    position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
    background: url('..public/video/homepage_video.mp4') no-repeat;
    
    align-items: center;
}

#home-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    align-items: center;
}

#home-heading h1 {
    color: ghostwhite;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
    align-items: center;
    display: inline-block;

}

#home-heading h1 span {
    color: #f4cc13;
    font-weight: 500;
    font-family: "Great+Vibes","sans-serif";
    align-items: center;
}

#home-text p {
    color: ghostwhite;
    font-size: 17px;
    font-weight: 100;
    margin: 8px 0 30px 0;
}



/* =============================================
   Buttons For the Blem Entertainment
   ============================================= */

.btn-general {
    font-family: "Raleway", sans-serif;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px 12px 46px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-home {
    color: ghostwhite;
    border: 1px solid #f4cc13;
}

.btn-home:hover,
.btn-home:focus {
    color: ghostwhite;
    background: ghostwhite;
    border: 1px solid gold;

}

/* =============================================
   Arrow down the Blem Entertainment
   ============================================= */
#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: ghostwhite;
    font-size: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #f4cc13;

}

/* =============================================
  Navigation bar for the Blem Entertainment
   ============================================= */
.navbar{
    padding: 35px 0 20px 0   ;
}
.navbar-brans{
    padding: 13px 15px;
}
ul.navbar-nav > li.nav-item >a.nav-link{
    font-family: "raleway", sans-serif;
    color: #fff;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color:transparent;
}

.dropdown-menu{
  background-color:transparent;
  border: none;
  box-shadow: none;
}

.dropdown-item{
    font-family: "raleway", sans-serif;
    color: #fff;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color:transparent;
}

.dropdown-item:hover{
    font-family: "raleway", sans-serif;
    color:gold;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color:transparent;
}

ul.navbar-nav > li.nav-item >a.nav-link:hover,ul.navbar-nav > li.nav-item >a.nav-link:focus{
    background: none;
    color:gold;



}


ul.navbar-nav > li.nav-item >a.Entertainer:hover,ul.navbar-nav > li.nav-item >a.Entertainer:focus{
    background:darkgray;
    color:gold;



}


ul.navbar-nav > li.nav-item >a.Events:hover,ul.navbar-nav > li.nav-item >a.Events:focus{
    background:lightblue;
    color:gold;



}
ul.navbar-nav > li.nav-item > a.academy:focus {
    background: gold;
}
ul.navbar-nav > li.nav-item > a.Entertainer:focus {
    background: lightseagreen;
}



/* =============================================
   Statement
   ============================================= */

#statement{
    background: url("../img/logo1.png");

}


/*footer*/
footer{

}
.footer-link{
    color: #eee;
    font-size: 15px;
}
.footer-link:hover{
    color: #70aed2;
    text-decoration: none;
}
.subscribe{
    border-radius: 0;
}

.footer-items{
    border-bottom: 2px solid #00FFFF;
    transition: all .56s;
    width:fit-content;
    width:-webkit-fit-content; width:-moz-fit-content;
}
.copy-right{
    border-top: 2px solid #2f83ff;
}

.footer-items:hover{
    border-bottom: 2px solid gold;
    transition: all .56s;
    width:fit-content;
    width:-webkit-fit-content; width:-moz-fit-content;
}

#social_fb{
    background-image: url("Fb.PNG");
    background-size: cover;
    transition: all 2s;
    -webkit-transition: all 2s;

}
#social_fb:hover{
    background-image: url("Facebook.PNG");
    background-size: cover;
}
#social_Wozap:hover {
    background-image: url("../img/wozap.PNG");
    background-size: cover;
}
#social_Wozap{
    background-image: url("../img/Twirra.PNG");
    background-size: cover;
    transition: all 2s;
    -webkit-transition: all 2s;

}
/*end of footer*/
















