body {
    font-family: "dita-wd", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    padding-left: 
    background-color, #f4f4f4;
}

header {
    font-family: industry-inc-inline-stroke, sans-serif;
    background-color: #004080;
    color: white;
    padding: 1rem 0;
    text-align: center;
}

h1 {
    font-family: industry-inc-base, sans-serif;
}

h2 {
    font-family: industry-inc-stencil, sans-serif;
    padding-left: 10px;
}

h3{
    font-family: industry-inc-base, sans-serif;

}

.logo img {
    width: 350px;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    font-family: "industry-inc-header", sans-serif;
    font-weight: 400;
    font-style: normal;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}


.body_text {
    padding-left: 10px;
    padding-right: 10px;
}

.hero {
    background: url('laptop_table.jpg') no-repeat center center/cover;
    text-align: center;
    padding: 100px 20px;
    opacity: 0.6
}

.services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px 0;
}

.service-item {
    font-family: dita-wd, sans-serif;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 30px;
    padding: 20px;
    width: 70%;
    text-align: center;
}

footer {
    background-color: #004080;
    font-family: industry-inc-inline-stroke, sans-serif;
    font-size: xx-small;
    color: #40B7FE;
    text-align: center;
    padding: .5rem 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}

#contact {
    padding-bottom: 60px
}