body {
    font-family: "downtempo", sans-serif;
    font-weight: 510;
    font-style: normal;
    margin: 0;
    padding-left: 0;
    background: #749ECC;
    color: #101921;
}

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

#contact a:link, #contact a:visited {
  background-color: transparent;
  color: #203344;
  padding-left: px;
  text-align: center;
  text-decoration: none;
}

#contact a:hover, #contact a:active {
  color: #40B7FE;
}

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

h2 {
    font-family: "downtempo", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 10px
}

h3{
    font-family: "hot-salsa", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.logo img {
    width: 300px;
}

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

nav ul li {
    margin: 0 15px;
}

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

nav ul li a:hover {
    color: #749ECC;
}

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

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

.services-list {
    background-color: #203344;
    background: url('lotsofbeans.jpg') no-repeat center center/cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px 0;
}

.service-item {
    font-family: "downtempo", sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: rgba(116, 158, 204);
    border: 1px solid #91c5ff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 30px;
    padding: 20px;
    width: 70%;
    opacity: .9;
    text-align: center;
}

footer {
    background-color: #101921;
     font-family: "downtempo", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: xx-small;
    color: #40B7FE;
    text-align: center;
    padding: .5rem 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}

#contact {
    padding-bottom: 60px
}