body {
    margin: 0%;
    padding: 0%;
}



/* Selamat Datang Teratas */
.GreetingsArea {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0F4C81;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

#Greetings{
    font-size: 20px;
    color: #f4f4f4;
}



/* Navbar */
.navbarContainer {
    display: flex;
    margin: 0;
    background-color: #f4f4f4;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    z-index: 2;
    position: sticky;
    top: .1px;
}
#home, #pendaftaran, #contact {
    margin: 10px;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #666363;
    font-weight: 550;
}
#home{
    color: #0F4C79;
}
#home:hover, #pendaftaran:hover, #contact:hover {
    color: #0F4C81;
    font-size: 16.5px;
    font-weight: 700;
    animation-duration: .5ms ;
}



/* TESTIMONI */
.TestimoniContainer {
    background-color: #252525;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px;
}
.FotoAlumniContainer {
    display: flex;
    align-items: center;
    width: 300px;
    height: 400px;
    margin: 0 40px 10px 0;
}
.FotoAlumni {
    width: 300px;
    height: 400px;
    margin: 0 20 0 0px;
}
.TeksTestimoniContainer {
    display: inline-block;
    color: #f4f4f4;
    width: 700px;
    margin: 2px 40px 2px 10px;
}
#NamaAlumni {
    margin: 0%;
    font-size: 35px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


/* NGIKLANNNNNNNNNNNN */
.FlashNewsContainer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    flex-wrap: wrap;
    background-color: #ebebeb;
    padding-top: 30px;
}
.FlashNews1, .FlashNews2, .FlashNews3 {
    margin-top: 15px;
    margin: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 390px;
    height: auto;
    background-color: #fcfcfcf2;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 28px 17px 10px 23px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 28px 17px 10px 23px rgba(0,0,0,0);
}
.thumbnail {
    width: 390px;
    height: 230px;
}
.LinkPromosi {
    text-decoration: none;
    color: #000000;
}



/* FOOTER */
#Footer {
    flex-wrap: wrap;
    width: 100%;
    height: 280px;
    background-color: #252525;
    color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.h3ContactContainer {
    width: auto;
    height: 50px;
    margin: 30px;
}
.GB {
    width: auto;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}


