/* Basic styles for demonstration purposes */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background-color: #007bff;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

nav {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 20px;
}

.container {
    max-width: 800px;
    margin: 20px auto;

    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

/* Specific page styles */
.info,
.ceo-info,
.contact {
    text-align: center;
    margin-bottom: 30px;
}

.signin {
    text-align: center;
    margin-bottom: 30px;
}

#map {
    width: 100%;
    height: 450px;
    margin-top: 20px;
}
.signin-form{
    text-align: center;
}
.staff{
    max-width: 800px;
    margin: 20px auto;

    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height:2100px
}

.staff-member{
    width:800px;
    float:left;
}
.staff-image{
    width:500px;
    float:left;
}
.staff-text{
    float:left;
    margin:0 0 0 10px;
    width:270px;
    font-size:85%;
}
