/* Navbar brand centering with logo */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(188, 186, 186, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar_brand {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0764e4;
    flex-grow: 1;
    margin: 0 auto;
}

.navbar_logo {
    height: 65px; /* Adjust as needed */
    margin-right: 10px;
}

.navbar_title {
    font-size: 1.5em;
    font-weight: bold;
}

.navbar-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.navbar-link {
    color: #0764e4;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    transition: background-color 0.3s;
    font-size: 1rem;
    margin: 0 5px;
    display: flex;
}

.navbar-link:hover,
.navbar-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
}

.nav-form {
    margin: 0 5px;
}

.nav-button {
    background-color: transparent;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.nav-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.nav-button.active {
    background-color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
}

/* Email form */

.email-form {
    background-color: white;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    max-width: 400px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.email-form label {
    margin-bottom: 6px;
    font-weight: 500;
    color: #333;
}
.email-form textarea[name="bericht"], .email-form textarea#bericht {
    min-height: 80px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    background: #f8f9fa;
    transition: border-color 0.2s;
    resize: vertical;
    overflow-y: auto;
    box-sizing: border-box;
}
.email-form input[type="text"],
.email-form input[type="email"]{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    background: #f8f9fa;
    transition: border-color 0.2s;
}
.email-form textarea[name="bericht"], .email-form textarea#bericht {
    min-height: 80px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    background: #f8f9fa;
    transition: border-color 0.2s;
    resize: vertical;
    overflow-y: auto;
    box-sizing: border-box;
}

.email-form input[type="text"]:focus,
.email-form input[type="email"]:focus {
    border-color: #ffa500;
    outline: none;
}

.email-form button[type="submit"] {
    background-color: #6b96f1;
    color: white;
    border: none;
    padding: 12px 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.2s;
    width: 100%;
}

.email-form button[type="submit"]:hover {
    background-color: #0764e4;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.submit-button:hover {
    background-color: #0056b3;
}

/* Title */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffeffc;
    color: #333;
    line-height: 1.6;
}

h1 {
    font-family: syne;
    color: #000413;
    font-size: 60px;
    text-align: center;
    margin-top: 25px;
}

h2, h3, p{
    font-size: 16px;
    color: #0f1312;
    text-align: center;
}

h3 {
    font-size: 18px;
}

h2 {
    font-size: 20px;
}

/* Text editing for containers */
.text h2 {
    margin-bottom: 4px;
}
.text p {
    margin-top: 4px;
}
.text p:not(:last-child) {
    margin-bottom: 2px;
}

.text li {
    margin-top: 2px;
}

.splitting .sectioning .container-prijs h1 {
    padding-top: -5px;
}

.splitting h2, .splitting .sectioning h2 {
    text-align: center;
    font-size: 30px;
}

.container-introduction h2 {
    text-align: center;
    padding-top: 40px;
    font-size: 50px; 
}
.container-introduction p {
    font-size: 18px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
}

.info p {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    text-align: left;
}

.info_leren p {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    text-align: left;
}

/* Containments and containers */
.container-email{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.container-text {
    max-width: 800px;
    margin: 20px auto;
    padding: 0 15px;
    border-radius: 8px;
}

.container-introduction {
    max-width: 580px;
    margin: 20px auto;
    padding: 0 15px;
    background-color: white;
    border-radius: 8px;
}

.body-picture {
    background-image: url('background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.splitting {
    display: flex;
    flex-direction: row;
}

.sectioning {
    width: 50%; 
    padding: 20px;
    color: #fff; 
}

.container-prijs {
    max-width: flex;
    margin: 20px auto;
    padding: 0 15px;
    background-color: white;
    border-radius: 8px;
}

.text {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 18px;
    color: #333;
}

.container-text .text > p, h2 {
    text-align: left;
}

/*Elements and shapes*/

.circle {
    width: 80px;
    height: 80px;
    background-color: #ffeffc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    justify-content: center;
    position: relative;
    top: -25px;
}

.icon_insta {
    width: 20px;
    height: 20px;
}

.icon_email {
    width: 25px;
    height: 25px; 
    padding-left: 10px;
}

/*Button styling*/

button {
    background-color: #6b96f1;
    color: white;
    border: none;
    padding: 12px 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.2s;
    width: 30%;
}

button:hover {
    background-color: #0764e4;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        padding: 10px;
    }
    
    .navbar-menu {
        margin-top: 10px;
        width: 100%;
        justify-content: center;
    }
    
    .nav-form {
        margin: 0 2px;
    }
}

/*Footer*/

.footer {
    min-height: 100px;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}