 
 body {
     display: flex;
     padding-top: 40px;
     padding-bottom: 40px;
     background-color: #f5f5f5;
     align-items: center;
     flex-direction: column;
     justify-content: center;
 }

.logopicture
{
  width: 220px;
}

.btn-primary{
    color: #954824;
    background-color: #ffd06c;
    border-color: #ffd06c;
    margin: 0.15rem
}

.btn-primary:hover
{
    color: #954824;
    background-color: #f7c353;
    border-color: #f7c353;
    margin: 0.15rem
}

.errormsg
{
    text-align: left;
    color: red;
}

.picture
{
    padding: 10px;
}

.link
{
    padding: 2.5px;
    text-align: center;
}

.table_btn {

    vertical-align: middle;
}

.head_nav {
    font: 16px Roboto, sans-serif;
    
}

/* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    padding-top: 1.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    font: 16px "Roboto", sans-serif;
    display: block;
    color: #954824;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.topnav a:hover {
    border-bottom: 2px solid #f7c353;
    color: #954824;
}

.topnav a.active {
    border-bottom: 2px solid #f7c353;
    color: #954824;
}

.topnav .icon {
    display: none;
}

.btn-link{
    padding-top: 1.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    font: 16px "Roboto", sans-serif;
    display: block;
    color: #954824;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.btn-link:hover {
    border-bottom: 2px solid #f7c353;
    color: #954824;
}

.aligncenter{
    align-items: center;
}

.text-right{
    text-align: right;
}

.scoreinput{
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.alert {
    position: relative;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }

#view_ratings_table {
    margin-top: 1rem;
}

/* When the screen is less than 1000 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1000px) {
    .topnav div {display: none;}
    .topnav a.icon {
      display: block;
    }
  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 1000px) {
    .topnav.responsive {position: relative;}
    /*.topnav.responsive .icon {
      position: absolute;
      top: 0;
    }*/
    .topnav.responsive div {
      float: none;
      display: block;
      text-align: left;
    }
  }

#hamburger_icon {
    height: 5rem;
}