/**
* Template Name: Maundy
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/maundy-free-coming-soon-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  /* background: url("../img/bg.jpg") top center no-repeat;
  background-size: cover; */
  position: relative;
}


@media (min-width: 1024px) {
  body {
    background-attachment: fixed;
  }
}





.bt
{
    /* font-size: 165px;
    line-height: 140px; */
    font-size: 55px;
    line-height: 50px;
    font-weight: bold;
    font-family: Roboto;
    color: #fff;
    opacity: 1;
}

.ttext
{
  font-weight: 200;
  font-size: 32px;
  line-height: 34px;
  font-family: Roboto;
  color: #fff;
  opacity: 1;
}


.lbl {
    border: 1px solid #fff;
    border-radius: 22px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 200;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #fff;
    opacity: 1;    
    letter-spacing: 0px;
}

.copyright 
{
  font-size: 13px;
  line-height: 18px;
  font-family: Roboto;
  letter-spacing: 3.25px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}


video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    filter: brightness(30%);
}

.white-dot {
  height: 21px;
  width: 21px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}
.red-dot {
  height: 21px;
  width: 21px;
  background-color: #ff0052;
  border-radius: 50%;
  display: inline-block;
}
.blue-dot {
  height: 21px;
  width: 21px;
  background-color: #004ead;
  border-radius: 50%;
  display: inline-block;
}


@media (max-width: 576px) {
    .bt
    {
        font-size: 55px;
        line-height: 50px;
    }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) 
{ 
    .bt
    {
        font-size: 55px;
        line-height: 50px;
    }
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) 
{
    .bt
    {
        font-size: 95px;
        line-height: 100px;
    }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) 
{
    .bt
    {
        font-size: 95px;
        line-height: 100px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) 
{
    .bt
    {
        font-size: 165px;
        line-height: 140px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) 
{
    .bt
    {
        font-size: 165px;
        line-height: 140px;
    }
}
