/* montserrat-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/montserrat-v25-latin-200.eot'); /* IE9 Compat Modes */
    src: url('../fonts/montserrat-v25-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v25-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v25-latin-200.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v25-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v25-latin-200.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  
  /* montserrat-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  
  /* montserrat-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  
  /* montserrat-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/montserrat-v25-latin-800.eot'); /* IE9 Compat Modes */
    src: url('../fonts/montserrat-v25-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v25-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v25-latin-800.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v25-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v25-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  
body {
    font-size:110%;
    font-family: Montserrat, Verdana, sans-serif;
}

.mew_blue_bg {
    background-color:#232b58;
}

.navbar-container {
    background-color:#f0f0f0c9;
    backdrop-filter: blur(4px);
}

.cursor_pointer {
    cursor:pointer;
}

h1 {
    text-transform: uppercase;
    font-size:160%;
}

h2 {
    text-transform: uppercase;
    font-size:140%;
}

h3 {
    text-transform: uppercase;
    font-size:125%;
}

.btn-primary {
    background-color:#232b58 !important;
}

#header_image {
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    min-height:330px !important;
}

.watchpreview_in_listing {
    background-size:cover;
    height:240px;
    min-height:240px;
    background-repeat:no-repeat;
    background-position: center;
    cursor: pointer;
    text-align:right;
    padding-top:6px;
    padding-right:6px;
}

.bg_staff_pick {
    color:#232b58;
    background-color:#f0f0f0;
    border-color: #232b58;
}

#mew_logo {
    width:270px;
}

@media (min-width: 1000px) {
    #mew_logo {
        width:410px;
    }    
}

@media (min-width: 1200px) {
    #header_image {
        min-height:440px !important;
    }    
}

A {
    color:#78766A !important;
}

A.detail_link {
    text-decoration: none;
}

#filtersettings {
    padding:30px 0px;
    margin-bottom:50px;
    background-color:#999981 !important;
    color:white;
}

footer {
    border-top:solid 3px #696969;
    color:#696969;
    background-color:#232b58 !important;
    color:white;
}

footer A {
    text-decoration: none;
    color:white !important;
}