@font-face {
    font-family: 'Gotham';
    src: url('/Resources/Fonts/D2809B229077329CD.eot'); /* IE9 Compat Modes */
    src: url("/Resources/Fonts/GothamSSm-Black.otf") format("opentype"), 
         url('/Resources/Fonts/D2809B229077329CD.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
font-style: normal;
/* font-weight: 800 !important; */ 
}

@font-face {
    font-family: 'Gotham Light';
    src: url('/Resources/Fonts/GothamSSm-Light.eot'); /* IE9 Compat Modes */
    src: url("/Resources/Fonts/GothamSSm-Light.otf") format("opentype"), 
         url('/Resources/Fonts/GothamSSm-Light.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
font-style: normal;
/* font-weight: 800 !important; */ 
}

body {
  font-family: @font-name;
 }

.site-logo {
    font-family: @font-heading-name;
}
.page-footer {
    font-family: @font-heading-name;
}
h1,
.h1 {
  font-family: @font-heading-name;
 }

h2,
.h2 {
  font-family: @font-heading-name;
 }


h3,
.h3 {
  font-family: @font-heading-name;
 }


h4,
.h4 {
  font-family: @font-heading-name;
 }


.oa-section .header-wrapper {
    color: @text-color;
    background-color: @background-color;
}
.oa-section .header-wrapper {
    background-image: url('/globalassets/se/seb-invited/invited-alpinelake.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

  @media (max-width: 767px) {
           .oa-section .header-wrapper  {
                background-image: url('/globalassets/se/seb-invited/invited-alpinelake.jpg');
                background-position :center center;
            }
}