/**
* 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: #fff;
    background-color: #EFA96E;
    background-image: url(../img/hero-right2.png);
    background-repeat: repeat-y;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.158);
    background-blend-mode: soft-light;
    height: 100%;
    
}
.trae{
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: hidden;
    right: 0;
    z-index: -1;
    display: flex;
    flex-direction: column-reverse;
}

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

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

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%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* countdown */
}


.social {
    background-color: rgb(240, 219, 190);
    color: rgb(0, 0, 0);
    font-size: 18px;
    display: flex;
    font-weight: 600;
    justify-content: space-around;
    align-items: center;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 15px;
    margin-top: 12px;

}

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


.social:hover {
    background-color: rgb(65, 46, 42);
    color: #ffffff;
    -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;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 60px 0 0 0;
    color: #fff;
    font-size: 16px;
    position: relative;
}

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