.navbar {
    position: fixed;
    width: 100%;
    z-index: 1;
}

h1 {
    font-size: 140%;
}

#description {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 70px;
    padding-bottom: 30px;
}
#info {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 70px;
    padding-bottom: 30px;
    background-color:#fffff8;
}
#access {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 70px;
    padding-bottom: 30px;
}
#actual {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 70px;
    padding-bottom: 30px;
    background-color:#fffff8;
}
#recruit {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 70px;
    padding-bottom: 30px;
//    background-color:#fffff8;
}
#contact {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 70px;
    padding-bottom: 30px;
    background-color:#fffff8;
}

footer {
    text-align: center;
}

.message1 {
    text-align: center;
    color: white;
    font-size: 200%;
}
.message2 {
    text-align: center;
    color: white;
    font-size: 140%;
}

#description h2 {
    text-align: center;
}

#description dt {
    text-align: center;
}

.bg-image {
    filter: brightness(50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.center-message {
    position: absolute;
    left: 5%;
    width: 90%;
    top: 40%;
    z-index: 0;
    color: white;
}

.center-img {
    width:100%; 
    height: 600px; 
    object-fit: cover; 
    z-index: 0; filter: 
    brightness(50%)
}

.gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#info dd {
    margin-left: 20%;
}
#recruit dd {
    margin-left: 20%;
}
#contact dd {
    margin-left: 20%;
}
#access dd {
    margin-left: 20%;
}

