.navbar-brand
{
    color: #6CF617 !important;
}
.nav-bg
{
    background-color: #241F1F;
}
.left
{
    justify-content: left;
}
.bg-photo
{
    background-image: url('images/im2.png');
    height: 830px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
}
*
{
    font-family: 'Roboto', sans-serif !important;
    scroll-behavior: smooth;
}
.welcome-1
{
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.btn
{
    border-radius: 0px;
    background-color: #6CF617;
    border: none;
    color: #000000;
    font-family: 'Righteous', cursive !important;
}
.bg-bottom
{
    background-color: #000000;
}
@media (max-width: 767px){
    .welcome-1 {
        font-size: 35px;
        /* line-height: 1.2; */
        
    }
}
@media (max-width: 767px){
    .bg-photo {
        width: 100%;
        height: 70vh;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .bg-photo {
        width: 100%;
        height: 70vh;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1920px){
    .welcome-1 {
        font-size: 70px !important;
        margin-bottom: 14px;        
        line-height: 1.2;
        text-transform: uppercase;
    }
}
.welcome-2
{
    font-weight: bold;
    font-family: 'Righteous', cursive !important;
    color: #C1C1C1;
}
table {
    margin: 0 auto;
    font-size: large;
    border: 1px solid black;
}

td {
    background-color: #2E2E2E;
    border: 1px solid black;
}
th
{
    background-color: #2E2E2E;
    font-size: 30px;
    font-weight: 900;
}
th,
td {
    font-weight: bold;
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}

td {
    font-weight: lighter;
    font-family: 'Righteous', cursive !important;
}
.center
{
    text-align: center;
    color: white;
    font-weight: 900;
    font-family: 'Righteous', cursive !important;
}
.bg-bottom-1
{
    background-color: #000000;
}
.shadow
{
    box-shadow: 0px 0px 20px 9px rgb(208 0 255 / 23%) !important;
}
::-webkit-scrollbar
{
    background-color: #000000;
}
::-webkit-scrollbar-thumb
{
    background-color: #6CF617;
}
.btn:hover
{
    background-color: #9d9d9e;
    color: #000000;
}
.form-control
{
    border: none !important;
    border-radius: 0px !important;
    background-color: #393939 !important;
    color: white !important;
}
.form
{
    justify-content: center;
}
label
{
    font-family: 'Righteous', cursive !important;
}
.right
{
    justify-content: right !important;
}
a
{
    text-decoration: none !important;
}
.footer-text
{
    color: #6CF617;
    font-weight: 900;
    font-family: 'Righteous', cursive !important;
}
.footer-text:hover
{
    color: #6CF617;
    font-weight: 900;
}
.font-real
{
    font-family: 'Righteous', cursive !important;
}
.footer-btn
{
    color: white;
    font-weight: bold;
}