*{
    font-family: 'Montserrat', sans-serif;
}
/*body{
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
}*/
.c-intro{
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    color: white;
}
.c-intro main{
    height: inherit;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin: 0 10%;
}
.c-intro h1{
    /*text-transform: uppercase;*/
    font-weight: 200;
    font-size: 26px;
    margin-bottom: 8px;
    text-align: center;
}
.c-intro h3{
    font-weight: 300;
    font-size: 22px;
    padding-left: 10px;
    margin-top: 14px;
    text-align: center;
}
.c-intro img{
    height: 200px;
    max-width: 60%;
}
.c-fixed{
    position: fixed;
    width: 100%;
}
.c-bg-dark{
    color: #fff !important;
    background-color: #141414 !important;
}
.c-header-logo{
    height: 32px;
}
.c-text-theme{
    color: #7d75eb;
}
.c-text-theme:hover{
    color: rgb(62, 41, 119);
}
.c-after-overlay{
    width: 100%;
    height: 0;
    overflow: visible;
}
.c-after-overlay::after{
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #141414;
}
.move-dn{
    padding-top: 15px;
    font-size: 26px;
    position: relative;
    top: 10px;
    animation: anim1 .8s linear .2s infinite;
}
@keyframes anim1
{
    0%, 100% {
        top: 5px;
    }
    30% {
        top: 16px;
    }
    70% {
        top: 18px;
    }
}

canvas#canvas {
    background-image: url('/images/bgimg.png');
    background-size: cover;
    background-position: right center;
}

.text-custom{
    color: rgb(150, 99, 32) !important;
}
.btn-custom {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(150, 99, 32);
    --bs-btn-border-color: rgb(150, 99, 32);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(150, 99, 32);
    --bs-btn-hover-border-color: rgb(150, 99, 32);
    --bs-btn-focus-shadow-rgb: 150, 99, 32;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(150, 99, 32);
    --bs-btn-active-border-color: rgb(150, 99, 32);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(150, 99, 32);
    --bs-btn-disabled-border-color: rgb(150, 99, 32);
}

.referece-logos {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 40px;
}
.referece-logos img{
    max-width: 190px;
    max-height: 90px;
    width: auto;
    height: auto;
    flex: 0 0 auto;
}