.hero{
    background: url("/img/bg.jpg");
    height:85vh;
    background-size: cover;
    background-position: center;
    display:flex;
    background-repeat: no-repeat;
    flex-direction: column;
}
.hero>div{
    margin:auto;
    color:white;
    width:100%;
    margin-top:10%;
}
.hero>div>h1,.hero>div>p{
    text-align: center;
    color:white;
    text-shadow: black 0px 0px 10px;
}
.button-row{
    margin:auto;
    display: block;
    width:fit-content;
    height: fit-content;
}

.wsite-map{
    min-width:250px;
    max-width:1000px;
    width:60vw;
    margin:auto;
}

.contact-icon>img{
    width: 50px;
    height: 50px;
    margin: 10px;
}



.centerText{
    text-align:center;
}


.serviceGrid{
    display:flex;
    margin:auto;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items:center;
}

.service{
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 300px;
    width: 300px;
    padding:10px;
    margin:10px;

    border: solid 10px black;
}
.serviceTitle{
    font-size:1.5em;
    font-weight:bold;
}
.serviceIcon{
    height:80px;
    margin:5px;
    border:4px solid black;
    border-radius: 50%;
    padding:5px;
}

.contactIcon{
    height:80px;
    margin:5px;
    padding:5px;
}
.contact{
    border-radius: 300px;
    width: 300px;
    height: 300px;
}