.logo>img{
    width: 150px;
}
.navdiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 10px;
}
.links>ul>li{
    display: inline;
    margin-right: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: large;
    /* transition: 1s; */
}
.links>ul>li:hover{
    /* transform: scale(1.1); */
    text-decoration: underline 3px solid rgb(113, 113, 116);
}
.buttons>ul>li{
    display: inline;
    padding-right: 30px;
}
.parent{
    display: flex;
    border: 2px solid rgb(153, 153, 157);
    width: 900px;
    padding-left: 300px;
}
.headbox{
    /* border: 1px solid rgb(165, 161, 161); */
    width: 900px;
    height: 47px;
    justify-content: space-between;
    align-items: center;
    
}
.headbox>ul>li{
    display: inline;
    padding-right: 50px;
    /* justify-content: space-around; */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}
/* header end */

.bghero>img{
    width: 1204px;
    height: 600px;
    z-index: 2;
}
.fa-solid{
    font-size: 25px;
}
.images{
    display: inline-flex;
}
.images>img{
    width: 290px;
    border: 2px solid rgb(157, 157, 164);
    transition: 0.5s;
    border-radius: 10px;
}
#text{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.image>img{
    width: 370px;
    margin-left: 23px;
    border-radius: 10px;
}
.image{
    display: inline-flex;
}

@media (max-width:400){
    .buttons>ul>li{
        display: none;
    }
}
