@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
@font-face {
  font-family: 'Metropolis Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Regular'), url(/fonts/Metropolis-Regular.woff) format('woff');
  }
  

  @font-face {
  font-family: 'Metropolis Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Regular Italic'), url(/fonts/Metropolis-RegularItalic.woff) format('woff');
  }
  

  /* @font-face {
  font-family: 'Metropolis Extra Light';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Extra Light'), url(/fonts/Metropolis-ExtraLight.woff) format('woff');
  }
  

  @font-face {
  font-family: 'Metropolis Light';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Light'), url(/fonts/Metropolis-Light.woff) format('woff');
  }
  

  @font-face {
  font-family: 'Metropolis Thin';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Thin'), url(/fonts/Metropolis-Thin.woff) format('woff');
  }
  

  @font-face {
  font-family: 'Metropolis Extra Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Extra Light Italic'), url(/fonts/Metropolis-ExtraLightItalic.woff) format('woff');
  }
  

  @font-face {
  font-family: 'Metropolis Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Light Italic'), url(/fonts/Metropolis-LightItalic.woff) format('woff');
  }
  

  @font-face {
  font-family: 'Metropolis Thin Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Thin Italic'), url(/fonts/Metropolis-ThinItalic.woff) format('woff');
  } */
  

  @font-face {
  font-family: 'Metropolis Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Medium'), url(/fonts/Metropolis-Medium.woff) format('woff');
  }
  

  /* @font-face {
  font-family: 'Metropolis Semi Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Semi Bold'), url(/fonts/Metropolis-SemiBold.woff) format('woff');
  }
  

  @font-face {
  font-family: 'Metropolis Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Bold'), url(/fonts/Metropolis-Bold.woff) format('woff');
  }
  

  @font-face {
  font-family: 'Metropolis Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Bold Italic'), url(/fonts/Metropolis-BoldItalic.woff) format('woff');
  }
  

  @font-face {
  font-family: 'Metropolis Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Medium Italic'), url(/fonts/Metropolis-MediumItalic.woff) format('woff');
  }
  

  @font-face {
  font-family: 'Metropolis Semi Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Semi Bold Italic'), url(/fonts/Metropolis-SemiBoldItalic.woff) format('woff');
  }
  

  @font-face {
  font-family: 'Metropolis Extra Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Extra Bold'), url(/fonts/Metropolis-ExtraBold.woff) format('woff');
  }
  

  @font-face {
  font-family: 'Metropolis Extra Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Extra Bold Italic'), url(/fonts/Metropolis-ExtraBoldItalic.woff) format('woff');
  }
  

  @font-face {
  font-family: 'Metropolis Black';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Black'), url(/fonts/Metropolis-Black.woff) format('woff');
  }
  

  @font-face {
  font-family: 'Metropolis Black Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Metropolis Black Italic'), url(/fonts/Metropolis-BlackItalic.woff) format('woff');
  } */
.error {
  display: inline-block;
  font-size: 12px;
  line-height: 1rem;
  color: red;
  text-transform: uppercase;
}
.home-banner {
  background: url(/assets/banners/man_running-cbca5aba7ab634696f02368d5e4c3f25781dc2eee70641c6b16f02943dce6d36.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  .home-banner {
    background-position: left bottom;
    text-shadow: #45464c 0 2px 45px;
  }
}

@media only screen and (min-width: 601px) {
  .home-banner {
    background-position: center bottom;
  }
}

#watch_app {
  width: 312px;
  height: 497px;
  position: relative;
  /* transition: top 0.2s; */
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
