header.home {
    background-color: #f1f1f1;;
    padding: 20px;
    background-image: url('images/K-BOS Desgin Hero Image.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 20vw;
}

footer {
    background-color: #013a38;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    font-family: Lato, sans-serif;
    font-size: 1.05vw;
}
body {
    font-family: Lato, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    width: 100%;
}
h1 {
    font-family: Lato, sans-serif;
    color: #013a38;
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase;
    text-align: center;
}
p {
    font-family: Lato, sans-serif;
    color: #013a38;
    text-align: center;
    font-size: 1.2vw;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
nav {
    background-color: #75998b;
    padding: 10px;
    text-align: center;
    color: #fff;
}
nav a {
    text-decoration: none;
    color: #fff;
}
nav.home {
    background-color: #75998b00;
}
