/*
*   Custom styles
*/
/* Customer SCSS styles */
body {
  background: url("../images/bg-pattern.jpg");
  background-attachment: fixed; }

#main-section {
  margin: 0; }

.logo {
  display: inline-block; }
  .logo-text {
    display: none;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1; }
  .logo-img {
    max-width: 100%; }

.site-header {
  border-bottom: 5px solid #b72026; }
  @media (min-width: 992px) {
    .site-header {
      box-shadow: inset 0px -88px 0px -38px rgba(0, 0, 0, 0.05); } }

.site-header__logo {
  padding-top: 5px;
  padding-bottom: 16px;
  width: 100px;
  min-width: 100px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .site-header__logo {
      width: 165px;
      min-width: 165px; } }

.container-customer {
  max-width: 1600px; }

.site-header__right {
  display: flex;
  height: 100%;
  width: 100%; }

.hambBox {
  top: 50px; }

#main-footer a {
  color: #fff; }
  #main-footer a:hover {
    color: #fff;
    text-decoration: underline; }

/* Customer SCSS styles - END*/
/* Customer CSS styles */
/* Customer CSS styles - END */


