*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}

.top-bar{
    background-color: #7aaec4;
    height: 2.8rem;
    padding: .5rem 0;
}
.top-bar p{
    margin-right: auto;
}
.top-bar{
    color: white;
    text-decoration:none;
}
.navbar img{
    height: 40px;
    width: 200px;
}
.navbar{
    position: fixed;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: .1rem; 
    box-shadow:   .5rem .5rem rgba(0, 0, 0, .1 );
    z-index: 1;
}
nav-item{
    padding: 0.5rem;
}

.nav-link{
    color: #290606!important; 
}


.nav-link.active,
.nav-link:hover{
    color: #4981b3!important;
}

#carouselExampleControls{
    box-shadow:   1rem rem rgba(0, 0, 0, .1 );


}
.carousel-inner{
    max-height: 32rem!important;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active{transition: transform 1.2s ease;

}

.carousel-caption{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
}
.bg-custom{
    background-color: rgba(0, 0, 0, .4);
    color: white;
    border-radius: 1rem;

}

.carousel-caption h1{
    font-size: 3.8rem;
    text-shadow: .1rem .1rem .3rem  rgba(0, 0, 0, .1 );

}
.border-primary{
    border-top: 1.2rem solid #4981b3!important;
    
}



.carousel-caption h3{
    font-size: 2.2rem;
    text-shadow: .1rem .1rem .2rem  rgba(0, 0, 0, .1 );
    font-family: sans-serif;

}
.btn-lg{
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1rem;
    border-width: medium;
}
.btn-danger{
    background-color: #AC2615;
    border-radius: .5rem solid #AC2615;
    margin-right: 10px;
}
.btn-primary{
    background-color: #4981b3;
    border-radius: .5rem solid #4981b3;
    margin-left: 10px;
}
.btn-primary :hover,
.btn-primary :focus
 {
    background-color: #68a0d2!important;
    border-radius: .5rem solid #68a0d2!important;
}


.fixed{
    background-image: url('./mag/Yellow\ White\ Bold\ Best\ AI\ Websites\ YouTube\ Thumbnail.png');
    position: fixed;
}

.fixed-background{
    padding: 10rem 0;

}

















/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  
  /*-- Fixed Background Image --*/
  .fixed-background {
    position: relative;
    width: 100%;
    z-index: 1000!important;
  }
  .fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999 !important;
  }
  .fixed {
    z-index: -999!important;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
  }

footer{
    margin: none;
    padding-top: 6px;
    background: #010407!important;

}


  footer a{
    color: rgb(250, 245, 245);
    text-decoration: none;
  }

  footer li{
    list-style: none;

  }
  footer h3{
    color: white;
  }