
.text-white {
    opacity: 1;
    color: white !important
}

.text-dark-gray{
    opacity: 1;
    color:#363636 !important
}

.hover{
    cursor: pointer;
}
/* .container-fluid
{
    margin-left: 25px !important;
} */
.header-large{
    display: flex;
    align-items: center;
    position: relative;
	word-break: break-word;
    line-height: normal;
	margin-top: 50px;
    font-size: 50px;
    background-image: url('../images/code12_main_banner1.jpeg');
    background-size:100% auto;
    background-repeat: no-repeat; /* Prevent image repetition */
    background-position: center; /* Center the background image */
    height: 850px;
    text-align: center;
}

.header-large-under-construction{
    display: flex;
    align-items: center;
    position: relative;
	word-break: break-word;
    line-height: normal;
	margin-top: 50px;
    font-size: 20px;    
    text-align: center;
}

.section {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}


.layer {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-large-text {
    position: relative;
    z-index: 1; /* Place the text content above the overlay */
    color: white;
    text-align: left;
    /* margin-top: 1.5em; */
}


.section-header {
    font-size: 100px;
    font-weight: bold;
    line-height: normal;
}

.green
{
    color: #91d0cc;
}

.pink
{
    color: #e31368 ;
}

.white
{
    color: #ffffff ;
}

.blue
{
    color: #6ec1e4;
}

.section-text {
    font-size: 17px !important;
    
}

.small-text {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 18px;
}

.small-text-pink
{   
    position: relative;
    z-index: 1;
    color: #e31368 ;
    font-size: 15px;
}


.small-text-dark {
    position: relative;
    z-index: 1;
    color: rgb(42, 41, 41);
    font-size: 15px;
}

.icon-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-col i {
    font-size: 6rem; /* Adjust the icon size as needed */
}

.main-col {
    padding-left: 20px; /* Add some padding to the left of the main content */
}



.top{
    position: fixed !important;
    width: 100%;
    z-index: 1000;
}

.footer {
    background-color: #000000;    
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-text {
    color: #cac8c8;
    font-size: .75em;
}








/* Google fonts */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 50;

  background-image: linear-gradient(to right, #006eff, #e100ff); /* Adjust colors as needed */
  -webkit-background-clip: text;
  color: transparent;
}

/* Adjust font size for screens smaller than 768px */
@media (max-width: 767px) {
    .section-header {
      font-size: 40px;
    }
  }
@media screen and (min-width: 300px) {
    .header-large {
        font-size: 20px;
    }
}


@media screen and (min-width: 360px) {
    .header-large {
        font-size: 25px;
        height: 250px;
        align-items: center; /* Center vertically */
        justify-content: left; /* Center horizontally */
        position: relative;
	    word-break: break-word;
        line-height: normal;
    }
    .small-text {
        font-size: 15px;
    }   
}

@media screen and (min-width: 576px) {
    .header-large {
        font-size: 35px;
        height: 300px;
        align-items: center; /* Center vertically */
        justify-content: left; /* Center horizontally */
        position: relative;
	    word-break: break-word;
        line-height: normal;
    }
    .small-text {
        font-size: 18px;
    }
    /* .header-large-text {
        margin-top: 0.5em;
    } */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header-large {
        font-size: 50px;
        height: 400px;
        align-items: center; /* Center vertically */
        justify-content: left; /* Center horizontally */
        position: relative;
	    word-break: break-word;
        line-height: normal;
    }
    .small-text {
        font-size: 22px;
    }
    .section-header {
        font-size: 80px;
      }
}

@media screen and (min-width: 992px) {
    .header-large {
        font-size: 70px;
        height: 500px;
    }
    .small-text {
        font-size: 22px;
    }
    .header-large-text {
        margin-top: 2px;
    }
    
}

@media screen and (min-width: 1200px) {
    .header-large {
        font-size: 80px;
        height: 600px;
        align-items: center; /* Center vertically */
        justify-content: left; /* Center horizontally */
        position: relative;
	    word-break: break-word;
        line-height: normal;
    }

}

@media screen and (min-width: 1400px) {
    .header-large {
        font-size: 80px;
        height: 670px;
        align-items: center; /* Center vertically */
        justify-content: left; /* Center horizontally */
        position: relative;
	    word-break: break-word;
        line-height: normal;
    }

}