body {
    font-family: 'Abel', sans-serif;
    margin: 20;
    padding: 0;
    background-color: #fff;
    color: #333;
    font-size: 20px; /* Adjust the font size as needed */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background-color: #fff;
}

.page-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.page-separator::before,
.page-separator::after {
    content: '';
    flex: 1;
    height: 0.2px;
    background: #000;
    margin: 0 5px;
}
}

.page-separator span {
    font-size: 35px;
    font-weight: bold;
    color: #333;
}

.logo {
    display: flex;
    align-items: LEFT; 
    
}

.logo img {
    height: 80px;
    margin-right: 0px;
    margin-left: 350px;
    content: url("images/GRESITALLOGO.png");
}
.header-container {
    display: flex;
    align-items: center;
}

.brand-name h1 {
    font-size: 35px;
    margin-left: 0px; /* Moved the text 50px to the right */
    margin-top: 30px;
    font-family: 'Cinzel', serif;
    font-weight: 500; /* Make the font slim */
}


nav ul {
    list-style: none;
    display: flex;
    gap: 200px;
    margin: 0;
    padding: 0;
    margin-right: 450px; /* Moved the buttons 50px to the left */
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 16px; /* Adjust the font size as needed */
}

nav ul li a:hover {
    color: #555;
}
}

.gallery {
    display: flex;
    justify-content: center;
    gap: 14px; /* Reduced the gap by 30% from 20px */
    padding: 5px;
}

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

.image-box img {
    width: 750px; /* Increase the width by 50% from 500px */
    height: 750px; /* Increase the height by 50% from 500px */
    object-fit: cover;
    border-radius: 10px;
    content: url("images/ATUDOR.png");
}

.about, .contact {
    max-width: 800px;
    margin: 50px auto;
    text-align: center;
}

.about-container {
    display: flex;
    align-items: flex-start;
    gap: 20px; /* Adjust the gap between columns as needed */
    margin-bottom: 20px; /* Add some space below the container */
}

.about-image {
    width: 300px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}

.about-text {
    flex: 1; /* Allow the text to take up the remaining space */
}

form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

input, textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    padding: 10px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #555;
}

hr {
    border: none;
    height: 0.2px;
    background-color: #000;
    margin: 20px 0;
    width: 100%; /* Ensure the line spans the full width */
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
}
.contact {
    max-width: 600px;
    margin: 40px auto;
    text-align: center;
    font-size: 18px;
}

.contact form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
}

input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    padding: 10px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #555;
}

/* Separation Line with Page Title */
.page-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.page-separator::before,
.page-separator::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #000;
    margin: 0 10px;
}

.page-separator span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
