.row {
    margin-left: 0;
    margin-right: 0;
}

.navbar
{
    background-color: white;
}

.navbar-brand-text
{
    font-weight: 600;
}

.no-padding {
    padding: 0 !important;
}

.video-section-title
{
    font-family: 'Poppins' sans-serif;
    font-weight: 700;
    color: black;
    margin-bottom: 0;
}

.video-section-div {
    padding-top: 8em !important;
    background-color: #e4e4e4; /* Light gray background */
}

.header-title
{
    font-family: 'Poppins' sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.container
{
    display: flex;
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    height: 100vh; /* Full viewport height */
}

.video-wrapper
{
    width: 80%; /* 80% width of the parent container */
    height: 80%; /* 80% height of the parent container */
}

.contact-section-row
{
    padding-top: 4rem;
    padding-bottom:4rem;
    background-color: #e4e4e4;
    align-items: center;
    justify-content: center;
}


.about_section {
    .img-box {
        position: relative;
        padding: 0;
    }
}

.about-me-column
{
    display: flex;
    align-items: center;
    background-color: #a34318;
}

.about-me-title
{
    padding-top: 2em;
    font-size: 2rem;
    font-family: 'Poppins' sans-serif;
    font-weight: bold;
    position: relative;
}

.about-me-description
{
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 1.2rem;
    font-family: 'Poppins' sans-serif;
    position: relative;
}

.about-me-section
{
    margin-left: 5em;
    margin-right: 5em;
    color: white;
}

.about-me-container
{
    padding: 0px;
}

.contact-title
{
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 3rem;
    font-family: 'Poppins' sans-serif;
    font-weight: bold;
    position: relative;
}

.contact-info
{
    align-items: center;
    justify-content: center;
}

.contact-info-item
{
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-family: 'Poppins' sans-serif;
    font-weight: bold;
    position: relative;
}