
 .navbar-toggler-icon{
     /*background-color: #000000 !important;*/
      background-color: transparent !important;
}

.close-btn:hover{
   text-decoration: none !important;
}

 .scroll-to-top{
     display:none !important;
}



#mmjcc-logo{
    padding-bottom:5px !important;
}

#rv_button_2, #rv_button_4{
    background-color: #e5e5e7 !important;
}


#rv_button_1:active,
#rv_button_1:focus,
#rv_button_1:visited,
#rv_button_1:hover,

#rv_button_3:active,
#rv_button_3:focus,
#rv_button_3:visited,
#rv_button_3:hover,

#rv_button_5:active,
#rv_button_5:focus,
#rv_button_5:visited,
#rv_button_5:hover{
    /* background-color:#f7ec14 !important; */
    background-color: black !important;
    box-shadow: none !important;
    outline: none !important;
    border-style: none;
    color: white !important;
    border:none;
}


#rv_button_2:active, #rv_button_2:focus,
#rv_button_2:visited, #rv_button_2:hover,
#rv_button_4:active, #rv_button_4:focus,
#rv_button_4:visited, #rv_button_4:hover{
    /* background-color:#f7ec14 !important; */
    background-color: black !important;
    box-shadow: none !important;
    outline: none !important;
    border-style: none;
    color: white !important;
    border:none;
}

/************MODAL WINDOW*******************************/
#overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    z-index: 200;
    background: url("/images/bg_square.png") repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000');
    background-color:rgba(0, 0, 0, 0.8);
}
#closeme {
    padding-bottom: 20px;
    background-color: transparent !important;
}

/************MODAL WINDOW*******************************/
#video-callout-link{

font-family: "NeutrafaceTextBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center !important;
    text-transform: uppercase;
    font-size: 1.125em;
    margin: 0em;
    padding: 0em;
}
#vid-close-btn:hover{
    background: url("/img/close-button_hover.png") no-repeat !important;
}




body{
 color:white !important;
 /* background-color:#d3b0d3 !important;  */
  background-color: black !important;
}


.video-content {
    width: 100% !important;
    height: auto !important;
    z-index: -1;
}

#video-overlay {
    position: absolute;
    float: left;
    width: 100% !important;
    /*because 100% would activate the horizontal scrollbar*/
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    z-index: 300000;
    color: white !important;
}


.video-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 30000;
}




#site-header-text {
    margin-top: 25% !important;
    font-size: 5em !important;
}




#mobile-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  line-height: 100px; /* Vertically center the text there */

}


.remove-bottom-padding{
   padding-bottom: 0px !important
}


/*************/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .masthead h1{
    font-size: 3em !important;
  }

  body {
    padding-top: 60px !important;
 }

#mobile-footer{
   display:inline-block !important;
 }
  #donate-btn{
    display:none !important;
  }

  .close-btn-container{
    padding-top: 30px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  body {
    padding-top: 60px !important;
 }
  .masthead h1{
       font-size: 3em !important;
     }



    #mobile-footer{
      display:inline-block !important;
    }
    #donate-btn{
      display:none !important;
    }

    .close-btn-container{
      padding-top: 30px !important;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  body {
    /* padding-top: 60px !important; */
    padding-top: 0px !important;
  }

  #mobile-footer{
    display:inline-block !important;
  }

  #donate-btn{
    display: none!important;
  }

  .close-btn-container{
    padding-top: 30px !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  body {
    /* padding-top: 85px !important; */
    padding-top: 0px !important;
  }

  #mobile-footer{
    display:none !important;
  }

  #donate-btn{
    display:inline-block !important;
  }

  .close-btn-container{
    padding-top: 60px !important;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #mobile-footer{
    display:none !important;
  }
  #donate-btn{
    display:inline-block !important;
  }

  .close-btn-container{
    padding-top: 60px !important;
  }

}


/*********************************************************************/
