/* ADD SITE CUSTOM CSS HERE*/

/* Change if logo is too wide, add padding*/
@media only screen and (min-width: 900px) {
    #logo_img {
      
    }
  }

  /* Change if background isn't background.png */
  #main_background{
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15) ), url(/img/background.png)!important;
  }

  /*background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15) ), url(/img/background.gif)!important;*/

  .tooltip::after{
    /*change min-width and width to fit different email addresses*/
    min-width:235px;
  }

  #footer_ctn {
    text-align: center;
  }