/* ibm-plex-sans-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: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ibm-plex-sans-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/ibm-plex-sans-v19-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* ibm-plex-sans-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: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ibm-plex-sans-v19-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/ibm-plex-sans-v19-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* outfit-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: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/outfit-v11-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/outfit-v11-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
  font-family: "IBM Plex Sans","Outfit", sans-serif,"google";
  margin: 0;
  background-size: cover;
}

.main{
  min-height: 100vH;
}
/*main > .container {
  padding: 60px 0;
}
*/
/* ############ Video ################# */
h1, h2, h3, h4, h5, h6{
  font-family: "Outfit";
}
h1, .h1{
  font-size: 48px;
}
h2, .h2{
  font-size: 38px;
}
h3, .h3{
  font-size: 32px;
}
h4, .h4{
  font-size: 24px;
}
p{
  font-size: 18px;
}

/* ############ Video ################# */
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/* ############ Overlay ################# */
.overlay {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: left;
}
.overlay h2 {
    background: transparent;
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    margin: 2rem 3rem 0;
    mix-blend-mode: hard-light;
    padding: 5px 15px;
    text-align: left;
}
/* ############ Colors ################# */
.white{
  color: #ffffff;
}
.black{
  color: #000000;
}
.lightgray{
  color: #f2f2f2;
}
.darkgray{
  color:#808080;
}
.lightgreen{
  color:#B8EE19;
}

/* ############ Buttons ################# */
.btn-dark{
  background-color: #000000;
}
.btn-dark:hover, .btn-dark:focus{
  background-color:#B8EE19;
  color: #000000;
  border: 1px solid #B8EE19;
}
.btn-white{
  background-color: #ffffff;
  color: #000000;
}
.btn-white:hover, .btn-white:focus{
  background-color: #B8EE19;
  color: #000000;
  border: 1px solid #B8EE19;
}
.btn-green{
  background-color: #B8EE19;
  border: 2px solid #000000;
}
.btn-green:hover,.btn-green:active, .btn-green:focus{
  border: 2px solid #000000;
  background-color: #ffffff;
}
/* ############ Section ################# */
.section-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.section{
  padding-top:50px;
  padding-bottom: 50px;
  }
/* ############ Memoji ################# */
.memoji{
  width: 50%;
}
.rounded-circle{
  border:5px solid #000000;
}
/* ############ Cards ################# */
.form-group{
  padding-bottom: 20px;
}
.form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}
/* ############ Cards ################# */
.card{
  border: none;
}
/* ############ Navbar ################# */
.navbar-dark .navbar-nav .nav-link  {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  background-color: transparent;
}
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: #B8EE19;
    text-decoration: underline;
}
.nav-item{
  padding: 0 20px;
  color: #fff;
}
.bg-black{
  background-color: #000000;
}
/* ############ Footer ################# */
footer  p{
  color: #fff;
}
footer ul li{
  color: #fff;
  font-size: large;
  line-height: 35px;
}
footer ul li a{
  color: #fff;
  text-decoration: none;
}
footer ul li a:hover{
  color:#B8EE19;
}
footer ul li p{
  font-size: 12px;
}
.social-icon{
  height: 60px;
}
.alert-success {
  color: #000000;
  background-color: #8FD14F;
  border-color: #8FD14F;
}
.alert-success:before{
content: "";
display: block;
background: url("../icons/check.svg") no-repeat;
width: 20px;
height: 20px;
float: left;
margin: 3px 6px 0 0;
}
.error{
  color:#F02B05;
}
/*
.error:before {
  content: "";
  display: block;
  background: url("../icons/error.svg") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 6px 0 0;
}
*/
/* ############ Media Query ################# */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  video{
    height: 40%;
  }
  .overlay{
    min-height: 40vH;
  }
  .overlay h2{
    font-size: 30px;
    margin: -7rem 3rem 0;
  }
  */
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
 
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .section{
    padding: 100px 100px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}