.body{
    background-color: #c8c8c8;
}

.container {
    background-color: #fff;
    height: 650px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 0px !important;
}
.banner{
    height: 100px;
    width: 100%;
    background-color: #e0e0e0;
    padding-top:15px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: inset 3px 4px 3px 5px #e3f2fd , inset -6px -6px 3px  #f5f5f5;
}
.nav_menu_bar{
    height: 40px;
    width: 100%;
    background-color: #bbdefb;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    text-shadow: 0 -1px 1px rgb(0 0 0 / 25%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-left: 10px;
    padding-top:3px;
}
.menu-link{
    background: #222;
    border: none;
    display: inline-block;
    font-size: 16px;
    padding: 4px 16px 4px 16px;
    max-width: 220px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    text-shadow: 0 -1px 1px rgb(0 0 0 / 25%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
    font-family: helvetica, arial, sans-serif;
}
#search_input{
    position: relative;
    right: 10px;
    float: right;
}

.welcome_links{
    position: relative;
    float:right;
    color: red;
}