body {
    height: 100%;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #303030
}

.hero-image {
    display:flex;
    background-image: url(../images/la_cc_Cedar0.jpg);
    flex-direction: column;
    min-height: 40em;
    height: 100%;
    align-self: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    align-items: center;
    justify-content: center;

}
.hero-image-students {
    display:flex;
    background-image: url(../images/students-page.jpg);
    flex-direction: column;
    min-height: 40em;
    height: 100%;
    align-self: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    align-items: center;
    justify-content: center;
}
.hero-text {
    text-align: center;
    color: white;
    
    
}

.hero-header {
    align-self: center;
    font-size: 6em;
    filter: drop-shadow(0 0 4px #000000);
    font-family: 'Poly', serif;
}
.about-us{
    display: flex;
    flex-grow: 1;
    background-color: #303030;
    color:#e0ecf8;
    padding: 40px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
}
.student-attn {
    display: flex;
    flex-grow: 1;
    background-color: #7c0a02;
    color:#e0ecf8;
    padding: 40px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
}

h5 {
    padding: 60px;
    margin: 10px;
    text-align: center;

}

.amenities {
    display:flex;
    justify-content:space-evenly;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
    border: #e0ecf8 2px solid;

}


.gallery {
    margin: 10px 30px;
    
}

.gallery img {
    transition: .5s;
    padding: 15px;
    width: 200px;
    border-radius: 20px;

}

.gallery img:hover {
    filter: grayscale(100%);
    transform: scale(1.1);
}

.footer {
    background-color: #444444;
    color: white;
    margin-top: 30px;
    position: relative;
    padding: 25px;
    text-align: center;
}

button {
    padding: 15px;
    background-color: #e0ecf8;
    border: none;
    font-size: 25px;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
}
button:hover {
    background-color: #7c0a02;
    color: #e0ecf8;
}

i {
    color:#303030;
    font-size: 30px;
    padding-bottom: 15px;
}

a {
    color: #303030;
}

a:hover {
    color: #e0ecf8;
    text-decoration: underline;
}
p{
    font-family: 'Raleway', sans-serif;
}
.amenities-title {
    padding: 20px;
    font-family: 'Poly', serif;
    font-size: 35px;
}