@media (max-width: 580px)  {
    .contactbuttons {
        display: none;
    }
    #navwrapper {
        justify-content: center !important;
    }
}

@media (max-width: 860px)  {
.slogan {
    display: none;
}
}

#circle {
    padding-top:20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 450px;
    width: 100%;
    overflow:hidden;
}

ul.icon-list {
    list-style-type: none;
    padding: 0;
  }

  ul.icon-list li {
    padding: 9px 6px 9px 12px;
    font-weight: 600;
    font-size: 26px;
    border: 1px solid;
    border-radius: 8px;
    background-color: grey;
    margin-right:20px;
  }

  ul.icon-list li span {
    margin-right: 5px;
    color: white;
    font-weight:600;
    font-size:26px;
  }

  .fa-phone {
    font-weight:500;  
  }

.button-icon-start:before {
    content: "";
    font-family: "Font Awesome 5 Brands";
    font-weight: 700;
}

#navwrapper {
    background-color:#222124;
    color:rgba(187,187,187,0.6);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto';
    font-size:15px;
    font-weight: 400;
    padding: 0 0 0 6px;
    opacity: 1;
    text-shadow: 0 0 0 transparent;
    border-color: var(--black);
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: 0;
    text-align: left;
    padding: 0% 7% 0% 7%;
}

navx {
    margin:0 0 0 0;
    padding: 20px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul {
    display: flex;
    list-style-type: none; /* Removes the bullet points */
    padding: 0; /* Removes default padding */
}
nav ul li {
    color:white;
    text-decoration: none;
    margin-right: 20px; /* Adjust spacing between items */
}
body {
    background:black; 
    text-align:center;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 100vh;
}
