/* ----------------------------------------------------------------
    Custom CSS

    Add all your Custom Styled CSS here for New Styles or
    Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.white-box {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.display-none{
    display:none;
}
