html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: 100%;
}

.content-row {
    margin-top: 140px;
}

.cursor-pointer {
    cursor: pointer;
}

.element-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.element-left {
    display: block !important;
    margin-right: auto !important;
}

.element-right {
    display: block !important;
    margin-left: auto !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.font-big {
    font-size: 2rem;
    line-height: 2.4rem;
}

.font-medium {
    font-size: 1.5rem;
    line-height: 1.8rem;
}

.font-normal {
    font-size: 1rem;
    line-height: 1.2rem;
}

.font-small {
    font-size: 0.9rem;
}

.font-smallest {
    font-size: 0.8rem;
} 

.navbar {
    background-color: black;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.navbar-logo {
    width: 180px;
}

.no-margin {
    margin: 0px;
}

.no-padding {
    padding: 0px;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

/**************************** Lower 1250px ****************************/
@media (max-width: 1250px) {
    .content-row {
        margin-top: 100px;
    }
}

/**************************** Lower 991px ****************************/
@media (max-width: 991px) {
    .content-row {
        margin-top: 80px;
    }

    .font-big {
        font-size: 1.7rem;
        line-height: 1.9rem;
    }
    
    .font-medium {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }
    
    .font-normal {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    
    .font-small {
        font-size: 0.9rem;
    }
    
    .font-smallest {
        font-size: 0.8rem;
    }
    
    #navbarText {
        padding: 15px;
        padding-left: 20px;
        background-color: rgb(51, 51, 51);
    }
}

/**************************** Lower 767px ****************************/
@media (max-width: 767px) {
    .content-row {
        margin-top: 60px;
    }

    .font-big {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
    
    .font-medium {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    
    .font-normal {
        font-size: 0.9rem;
        line-height: 1.1rem;
    }
    
    .font-small {
        font-size: 0.8rem;
    }
    
    .font-smallest {
        font-size: 0.8rem;
    } 
}

/**************************** Lower 575px ****************************/
@media (max-width: 575px) {
    .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .content-row {
        margin-top: 40px;
    }

    .font-big {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
    
    .font-medium {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }
    
    .font-normal {
        font-size: 0.9rem;
        line-height: 1rem;
    }
    
    .font-small {
        font-size: 0.7rem;
    }
    
    .font-smallest {
        font-size: 0.7rem;
    } 
}

/**************************** Lower 480px ****************************/
@media (max-width: 480px) {
    p {
        text-align: center;
    }
}

/**************************** Lower 430px ****************************/
@media (max-width: 430px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .font-big {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    
    .font-medium {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    
    .font-normal {
        font-size: 0.8rem;
        line-height: 0.9rem;
    }
    
    .font-small {
        font-size: 0.6rem;
    }
    
    .font-smallest {
        font-size: 0.6rem;
    } 

    .navbar-logo {
        width: 140px;
    }
}