



.home-page #header h1{
    color: #009ade;
}

.home-page #header em{
    color: grey;
}

.home-page #logo1{
    margin: 0;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.home-page #banner{
    background-image: url(../../images/banner1.jpg);
}

.home-page #intro{
    background-color: white;
}

.home-page #intro h1{
    color: black;
    justify-content: center;
}

.home-page #intro p{
    color: black;
}





.home-page #intro1 ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.home-page #intro1 li{
    display: flex;
    align-items: center;
    color: yellow;
    margin-right: 10px;
}

.home-page #intro1 li::before{
    content: "";
    background-image: url('images/bullet1.png');
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}