* {
    /* margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; */
    font-family: 'Karla', sans-serif;
}

body {
    background-color: rgb(250, 246, 241);
}

.menu {
    color: rgb(0, 106, 177);
}

.card {
    max-width: 100%;
}

#Nav {
    background-color: lightblue;
}

#quote {
    text-align: center;
}

img {
    max-width: 35%;
    height: auto;  
}

#nutraLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

#about {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.motto {
    text-align: center;
}

#searchbar {
    margin: 20px;
}

.brand {
    color: rgb(0, 106, 177)
}

h1 {
    background-color: rgb(250, 246, 241);
}

header {
    text-align: center;
}

.motto {
    background-color: lightblue;
}

@media (max-width: 600px) {}

@media (max-width: 500px) {}

@media (max-width: 400px) {}

#footer {
    position: static;
    font-size: large;
    left: 0;
    bottom: 0;
    width: 100%;
    color: orangered;
    text-align: center;
}