/**
* Template Name: Maundy
* Updated: Jan 29 2024 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: #000000;
    background-image: url(../img/8.webp);
    background-color: rgba(0, 0, 0, 0.479);
    background-blend-mode: soft-light;
    background-position: center;
    background-size: contain;
    width: 100%;
    }
.trae{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column-reverse;
}

.bg-navy{
    background-color: navy!important;
}

.filter{
    filter: brightness(0) invert(1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

#main {
    position: relative;
}

a{
    color: black;
    text-decoration:none;
}

a:hover{
    color: rgb(255, 255, 255);
    text-decoration:none;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    position: relative;
    width: 100%;
    padding: 0px 0;
    /* countdown */
    background: white;
}


.btn-warnin {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 8px;

}
.bg-cream {
    background-color: #fffffff5 !important;
  }

#video_background {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    z-index: -1000;
    }

.fa{
font-size: 25px!important;
}


.btn-warnin:hover {
    background-color: rgb(237, 189, 117);
    color: #000000;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    animation: 3s;
    overflow: hidden;
}

.social-botton {
    animation: zoomInOut 3s infinite;
}

@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
}


#header h1 {
    margin: 0 0 10px 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#header h2 {
    color: #eee;
    margin-bottom: 40px;
    font-size: 22px;
}


/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 10px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 20px 0;
    color: #1b1b1b;
    background: #ffffff;
    font-size: 16px;
    position: relative;
}

#footer .copyright {
    text-align: center;
}