/* ADD SITE CUSTOM CSS HERE*/

/* Change if logo is too wide, add padding*/
@media only screen and (min-width: 900px) {
    #logo_img {
      max-height: 210px;
      padding:0%;
    }
  }

  /* 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:220px;
  }

  #footer_info_details {
    opacity: 1;
  }

#footer_ctn{
  text-align: center;
}
#main_background {
  height: auto;
}