/*
Theme Name: Static
Author: ticktoo Systems GmbH
Author URI: https://ticktoo.com
*/

/*! IMPORTS ------------------------------------------------------------ */

@import url('vendor/bootstrap-5.2.2-dist/css/bootstrap-reboot.min.css');
@import url('vendor/bootstrap-5.2.2-dist/css/bootstrap-grid.min.css');
@import url('fonts/Poppins/Poppins.css');

/*! GENERAL ----------------------------------------------------------------- */

body{background-color:rgb(255,241,85);font-family:'Poppins', Helvetica Neue, Helvetica, sans-serif;}
p{margin-bottom: 0;}
a{color:#000}
a:hover{color:#000;}
.min-vh-100{min-height:100vh!important}
.site-content{position:relative;z-index:9001}
.fader{animation:fader 1s ease-in-out 0s 1 normal forwards;}
@keyframes fader {
  0%{opacity:0}
  100%{opacity:1}
}
.socials {
  font-size: 2rem;
  margin-top: .5rem;
}
.socials a {
  display: inline-block;
  color: #000;
  margin-right: 10px;
}
.message {margin-top: 1.5rem;padding-bottom:2rem;}

.buy-now {
  display: block;
  margin: 2rem 0;
}
.buy-now a {
  border-radius: 6px;
  display: block;
  background-color: #e40134;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 1rem 1rem .5rem 1rem;
}

/*! BOOTSTRAP PARTS modified ------------------------------------------------ */

.container{padding:0 3rem}
.img-fluid{height:auto;max-width:100%;width:100%}
@media (min-width: 1200px){.container{max-width:900px}}

/*! RESPONSIVE, BABY! ------------------------------------------------------- */

@media screen and (min-width: 1200px){ /* EXTRA LARGE */}
@media screen and (min-width: 992px){ /* LARGE */ }
@media screen and (max-width: 991.98px){ /* SMALL + MEDIUM */
  .message {margin-top: 1.5rem;}
 }
@media screen and (min-width: 576px) and (max-width: 991.98px){ /* MEDIUM ONLY */ }
@media screen and (max-width: 575.98px){ /* SMALL ONLY*/ }

/*! END OF LINE */