@font-face {
    font-family: 'ChangoOne';
    src: url('/fonts/ChangoOne.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body{
    margin-top: 50px;
}
.bg-black {
    background-color: #000000;
}
.color1 {
    font-family: 'ChangoOne',sans-serif;
    color: #002857;
}
.color2{
    color: #FFCC5A
}
.coming-soon{
    background-image: url('/background-2.jpg');
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-size: cover;       /* Scales the image to cover the entire screen */
    background-position: center;  /* Centers the image */   
    background-attachment: fixed;
    z-index: 1;
}
.coming-soon::after{
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.6));
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.pt-10{
    padding-top: 10rem;
}
.pb-10{
    padding-bottom: 10rem;
}
h1{
    z-index: 2;
    text-align: center;
    color: #002857!important;
    font-family: 'ChangoOne';
}
h2{
    z-index: 2;
    text-align: center;
    color: #002857!important;
    font-family: 'ChangoOne';
}
h3{
    z-index: 2;
    text-align: center;
    color: #002857;
    font-family: 'ChangoOne';
    text-align: center;
}
p{
    z-index: 2;
    text-align: center;
    color: #002857;
    font-family: 'ChangoOne';
    text-decoration: underline;
    /* background-color: rgba(255, 255, 255, 0.5);
    border: 10px solid; */
}
img{
    z-index: 2;
}

.card-about{
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(255, 255, 255);
    color: #002857;
    padding: 10px;
    z-index: 2;
}
.mx-custom{
    margin-left: 10rem;
    margin-right: 10rem;
}

.pt-custom{
    padding-top: 8rem;
}
