body {
    font-family: 'Raleway';
    margin: 0px;
}

#nav-bar {
    width: 100%;
    height: 4rem;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: grid;
    grid-template-rows: 4rem;
    grid-template-columns: 60px 1fr 1fr;
    background-color: #ffffff;
    box-shadow: 0px 1px 5px black;
}

/* for img-carousel */
#flexwrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#landing-info {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}