/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 .logo.img-responsive {
    max-width: 200px;
 }

 .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

#contact-link {
    padding-left: 20px;
}

#header .header-top {
    padding: 1.25rem 20px;
}