html {
    scroll-behavior: smooth;
}


body b { 
    font-weight: 630;
}

body hr { 
    border-width: 2px;
    border-color: black;
}

body h2 { 
    letter-spacing: 2px;
}

.title {
    margin-bottom: 3%;
}

.navbar { 
    height: 150px;
    width:100%;
}

.navbar-brand { 
    font-size: 30px !important;
    margin-right: 80px !important;
    margin-left: 5%;
}

.nav-item {
    margin-right: 25px;
    font-size: 17px;
}

.navbar-collapse { 
    background-color: none; 
    margin-left: 5%;
    padding: 3%;
}

#welcome {
    height: 500px;
    background-color: gray;
    background-image: url("../images/cafe-background-blurry.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    margin: 0;
    font-family: 'Courier New', Courier, monospace, serif;
}

#dark-layer {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

#welcome-message { 
    margin-top: 0px;
    font-size: 20px;
    padding: 5%;
}

#welcome-text { 
    margin-top: 5%;
}

.info {
    text-align: center;
    border-right: 1px solid white; 
    vertical-align: middle;
}

.last { 
    border-right: none;
}

#store-information {
    display:block;
    width:100% !important;
    margin: 5%;
    margin-top: 0;
    font-size: 18px;
}

.menuDiv { 
     margin-top: 5%;
}

.note {
    font-style: italic;
    margin-bottom: 20px;
}

.daily { 
    margin-top: 15px;
}

body h5 { 
    margin-top: 20px;
}

