/* ADD SITE CUSTOM CSS HERE*/

/* Change if logo is too wide, add padding*/
@media only screen and (min-width: 900px) {
    #logo_img {
      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*/

  }

  #footer_ctn {
    text-align: center;
  }


    /*Multiple Brokers*/
  #footer_fl_name1, #footer_fl_name2, #footer_fl_name3{
    font-weight: bold;
  }


  @media only screen and (max-width: 720px) {
    #footer_ctn {
      flex-direction:column;
      padding-bottom:3%;
    }
  }