.rounded-outline-button {
    padding: 0 2rem; /* 2 rem padding around the text */
    border: 2px solid #000; /* Rounded outline */
    border-radius: 20px; /* Rounded corners */
    background-color: transparent; /* Transparent background */
    color: #000; /* Text color */
    font-size: 1rem; /* Font size */
    cursor: pointer; /* Cursor style */
    transition: all 0.3s ease; /* Smooth transition */
}

.rounded-outline-button:hover {
    background-color: #000; /* Change background color on hover */
    color: #fff; /* Change text color on hover */
}

.center {
    width: 100%;
    justify-content: center;
}

.center a {
    font-size: 1.75rem;
}

.center p {
    font-size: 1rem;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 99;
}

.navbar img {
    height: 4rem;
    margin: auto;
}

.nav-link {
    padding: 25px;
}

.nav-link img {
    width: 12rem;
}

.customcontent.top-padding {
    padding-top: 6rem;
}


@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }

    .navbar img {
        width: 80%;
        height: auto;
    }
}

.section-header h4{
    padding-top: 2rem;
}

