html, body, main{
    height: 100% !important;
    width: 100%;
}

.main-page{
    overflow: hidden;
}
.font-10{
    font-size: 10px !important;
}

.font-11{
    font-size: 11px !important;
}

.font-12{
    font-size: 12px !important;
}

.font-13{
    font-size: 13px !important;
}

.font-14{
    font-size: 14px !important;
}

.font-16{
    font-size: 16px !important;
}

.font-18{
    font-size: 18px !important;
}

.font-20{
    font-size: 20px !important;
}

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

.width-10{
    width: 10% !important;
}

.width-20{
    width: 20% !important;
}

.width-30{
    width: 30% !important;
}

.width-40{
    width: 50% !important;
}

.width-50{
    width: 50% !important;
}

.width-60{
    width: 60% !important;
}

.width-70{
    width: 70% !important;
}

.width-80{
    width: 90% !important;
}

.width-90{
    width: 90% !important;
}

.section{
    flex: 1 !important;
}

.text-orange{
    color: #FF9B05 !important;
}
.orange-white{
    background-image: url("../images/white-orange.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.rich-nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px; /* Optional padding for better spacing */
    height: 100px;
}

.nav-link:hover{
    text-decoration: underline;
    text-decoration-color: #FF9B05;
    text-decoration-width: 3px;
}

.responsive-img {
    width: 500px; /* Initial size */
    height: auto; /* Maintain aspect ratio */
    display: block;
    margin: 0 auto; /* Center the image horizontally */
}

.fa.fa-twitter{
    font-family:sans-serif;
}
.fa.fa-twitter::before{
    content:"𝕏";
    font-size:1.2em;
}

.social-media a{
    color: #000000 !important;
}

/* Media query for fullscreen */
@media screen and (min-device-width: 1024px) and (min-device-height: 768px) and (orientation: landscape) {
    .responsive-img {
        transform: scale(1.2); /* Increase image size by 10% */
    }
}