/* BASE CSS */
body {font-family: 'Montserrat', sans-serif;color:#ffffff;font-size: 30px;-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing: grayscale;}
body {background: #011f36 url('../img/acorn_bkg_f.jpg') no-repeat center center / cover fixed;}

/* LAYOUT */
.container{width:96%;padding-left: 10px;padding-right: 10px;}

/* NAVBAR */
.atv-logo{width:154px; margin-top:16px; margin-left:11px;}
.navbar{background:#161616;border:none;height:56px;box-shadow: 0 0 30px -5px #050505;-moz-box-shadow: 0 0 20px -5px #000000;-webkit-box-shadow: 0 0 20px -5px #050505; display:none;}

/* Active Features Block - Header Block */
.active-features {position: relative;}

/* Country Filter - Header Block */
.navbar-country-filter {position: absolute;bottom: 25px;left: 45px;display: inline-block;}

.message-block {display: flex;flex-flow: column nowrap;justify-content: center;align-items: center;height: 100vh;text-align: center;margin: 0 auto;}
.message {vertical-align: middle;position: relative;display: inline-block;}
.logo {width: auto;height: 100%;display: inline-block;}
h1 {text-shadow: -1px 2px 5px rgba(0, 0, 0, 0.31);font-size: 21px;font-weight: 800;line-height: 1.24;letter-spacing: -1px;}
h3 {text-shadow: 0 2px 3px rgba(0, 0, 0, 0.27);font-size: 14px;line-height: 1.33;letter-spacing: normal;}
.notify-me {margin-top: 2em;}
.notify-me a {font-family: 'PT Sans', sans-serif;font-size: 12px;font-weight: bold;line-height: 0.67;letter-spacing: 0.5px;text-align: center;color: #ffffff;background: #2b6f67;border-radius: 5px;padding: 10px 20px;}
.notify-me a:hover {text-decoration: none;text-shadow: 2px 2px 0 rgba(0,0,0,.25);}

.follow-us {font-family: 'Roboto', sans-serif; font-size: 22px; line-height: 1.09; margin-top: 4em; width: auto; margin: 4em auto 0;}
.follow-us ul {display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; margin: 1em 0; padding: 0;}
.follow-us ul li {display: inline-block;}
.follow-us ul li a {color: #fff; text-decoration: none; width: 20px; height: 23px;}
.follow-us ul li a span {display: inline-block; text-indent: -9999px;}

.eu-legal-notice {font-size: 10px;display: flex;flex-flow: column;justify-content: center;align-items: center;margin-top: 10%;}
.eu-legal-notice p {margin: 0;line-height: 1;}


@media all and (min-width: 480px) {
  /* BASE */
  h1 {font-size: 38px;}
  h3 {font-size: 22px;}
  .notify-me {margin-top: 2em;}
  .notify-me a {font-size: 13px; padding: 13px 25px;}
}

@media (min-width: 768px) {
  /* NAVBAR */
  .navbar{height:75px;}
  .atv-logo{width:215px;margin-top:20px;margin-left: 0px;}

  /* Country Filter - Header Block */
  .navbar-country-filter {bottom: 35px;left: 60px;}

  .notify-me {margin-top: 2em;}
}
@media all and (min-width: 992px) {
  h1 {font-size: 48px;}
  h3 {font-size: 25px;}
  .notify-me {margin-top: 2.5em;}
  .notify-me a {font-size: 16px; padding: 15px 30px;}

  .follow-us {width: calc(100% - 5em);}
  .follow-us ul {justify-content: space-evenly; margin: 2em 6em;}
}
@media all and (min-width: 1100px) {
  /* LAYOUT */
  .container{width:92%;}
  h1 {font-size: 58px;}
  h3 {font-size: 30px;}
  .notify-me {margin-top: 3em;}
  .notify-me a {font-size: 24px; padding: 20px 40px;}
}
@media all and (min-width: 1150px) {
  /* Country Filter - Header Block */
  .navbar-country-filter {top: 0px;}
}
@media (min-width:1400px) {
  /* LAYOUT */
  .container{width:1350px}
}

@media
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
    body {background: #011f36 url('../img/acorn_bkg_f@2x.jpg') no-repeat center center / cover fixed;}
  }
@media
  (-webkit-min-device-pixel-ratio: 2) and (min-width: 1100px),
  (min-resolution: 192dpi) and (min-width: 1100px) {
    body {background: #011f36 url('../img/acorn_bkg_f@3x.jpg') no-repeat center center / cover fixed;}
  }