body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    color: #181818;
    background-image: url('images/bakery-1.jpg');
    background-size: cover;
    background-position: center;
}

nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
}

ul {
    display: flex;
    list-style-type: none;
}

li {
    padding: 0 3em;
}

a {
    text-decoration: none;
}

.icon {
    width: 3vw;
    height: 3vw;
}

.logo {
    width: 5vw;
    height: 5vw;
    margin-left: 2rem;
}

.hero {
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    justify-content: center;
}

h1 {
    color: white;
    font-size:6vw;
    padding-top: 10vw;
}

h2 {
    color: white;
    font-size:3vw;
    padding-bottom: 1vw;
}

h3 {
    color: white;
    font-size: 2vw;
}