body{
    margin:0;
    padding:0;
    color:#d4cfd4;
    background:#010101;
}
.navbar-dark {
    background-color: black;
}

body.bg-light {
    color:#010101;
}
.alt-dark{
    background:#19171c;
}
.xsm-img {
    width:50px;
}
.sm-img {
    width:90px;
}
.x-sm-img {
    width:75px;
}

.md-img {
    width:200px;
}

.lg-img {
    
    width:300px;
}
.menu-img {
    height:59px;
}

/*Utilities*/
.mt-xxxl {
    margin-top:10rem;
}


.footer.sticky{
    position: static;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.footer.bottom-sticky{
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}


/*text*/
.xxsm-txt {
    font-size:10px;
}
.xsm-txt{
    font-size:14px;
}
.sm-txt {
    font-size:16px;}

.md-txt {
    font-size:1.5rem;
}
.larger-text {
    font-size:1.3rem;
}

.large-text {
    font-size:2rem;
}
.bb-txt {
    font-size:5.7rem;
}
.bold {
    font-weight:bold;
}

/*images*/
.img-ab {
    vertical-align: text-bottom;
}

/*themes*/
.purple {
    color:#a648a6;
}
.links {
    color:#ff7c29;
}
.links-secondary{
    color:#ff7c29;
}

.text-dark {
    color:#000000;
}

/*pointers*/
.txt-link:hover {
    color:#a648a6;
    cursor: pointer;
}


/*sections*/
.featured-movies{
    background:#d4cfd4;
}

.orange {
    color:#ff7c29;
}

.presents {
    position:relative;
    top:2px;
    font-size:14px;
}

.white-section {
    background-color:#f1f1f1;
    color:#4c4c4c;
}

.alt {
    background:#e8e5e8;
}

/*Utilities*/
.border-bottom-1px {
    border-bottom:1px solid #d4cfd4;
}

.mt-n3 {
    margin-top:-15px;
}

.mt-n5 {
    margin-top:-30px;

}

/* modal style css */
#video-section .modal-content {
    min-width: 600px;
  }
  
  #video-section .modal-content iframe {
    width: 560px;
    height: 315px;
  }
  tbody {
      color:#d4cfd4;
  }
  thead {
    color:#a648a6;
  }

  body.bg-light tbody {
      color:dimgrey;
  }