html {
  background: url(./BruceHighway.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

form{
text-align: center;
margin:0 auto;
width: 340px;
}
label{
display: inline-block;
text-align: left;
width: 100px;
color: blue;
}
input{
text-align: left;
width: 225px;
}

.wideinput{
text-align: left;
width: 158px;
}

.narrowinput{
text-align: center;
width: 70px;
background-color: darkblue;
color: white;
        border-radius: 6px;
}

.leftinput{
     height: 30px;
     border-radius: 5px;
     padding: 4px;
     border: solid thin #aaa;
     width: 100px;
     left: 12.5%;
     position: absolute;
     }

.top_navbar{
        background: darkblue;
        color: white;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0 30px;
	border-radius: 6px;

}

.bottom_navbar{
  background-color: darkblue;
  color: white;
  position: fixed;
  bottom: 5px;
  height: 50px;
  width: 99%;
  text-align: center;
    border-radius: 6px;
vertical-align: bottom;
}

#text{
     height: 30px;
     border-radius: 5px;
     padding: 4px;
     border: solid thin #aaa;
     width:100%;
     }

#txt{
     height: 30px;
    position: relative;
     border-radius: 5px;
     padding: 4px;
     border: solid thin #aaa;
     right: 100px;

     }

#button{
       padding: 10px;
       width: 100px;
       color: white;
       background-color: darkblue;
       border: none;
       }

#box{
    background-color: lightgrey;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 350px;
    padding: 20px;
    border-radius: 6px;
     }
.gridbox{
    background-color: lightgrey;
    position: relative;
    margin: auto;
    width: 85%;
    top: 50px;
    padding: 20px;
    border-radius: 6px;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto ;
  grid-gap: 10px;
  background-color: #2196F3;
  padding: 10px;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}

.item1 {
  grid-column-start: 1;
  grid-column-end: 1;
    margin: auto;
    width: 95%;
    padding: 20px;
    border-radius: 6px;
}
.item2 {
  grid-column-start: 2;
  grid-column-end: 2;
    margin: auto;
    width: 95%;
    padding: 20px;
    border-radius: 6px;
}
.item3 {
  grid-column-start: 3;
  grid-column-end: 3;
    padding: 20px;
    border-radius: 6px;
}

.leftbox{
    background-color: lightgrey;
    position: relative;
display: inline-block;
    margin: auto;
    width: 450px;
    padding: 20px;
    border-radius: 6px;
     }

.midbox{
    background-color: lightgrey;
    position: relative;
display: inline-block;
    margin: auto;
    width: 90%;
    padding: 20px;
    border-radius: 6px;
     }

.rightbox{
    background-color: lightgrey;
    position: relative;
display: inline-block;
    margin: auto;
    width: 600px;
    padding: 20px;
    border-radius: 6px;
     }
.statsbox{
    background-color: lightgrey;
    position: absolute;
    left: 180px;
    top: 65px;
    margin: auto;
    height: 80%;
    width: 80%;
    padding: 20px;
    border-radius: 6px;
     }
.selectbox{
    background-color: lightgrey;
    position: absolute;
    left: 9px;
    top: 65px;
    margin: auto;
    width: 120px;
    padding: 20px;
    border-radius: 6px;
     }

#widebox{
    background-color: lightgrey;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 1510px;
    padding: 20px;
    border-radius: 6px;
     }

.titlebox{
        background-color: darkblue;
        color: white;
        text-align: center;
        width: 100px;
        font-size: 20px;
        margin: 0px;
        border: 3px solid darkblue;
    border-radius: 6px;
        }
.buttonbox{        
	background-color: darkblue;
        position: relative;
	color: white;
        text-align: center;
        width: 100px;
        font-size: 20px;
        margin: 0px;
        border: 3px solid darkblue;
    border-radius: 6px;
	right: 100px;
        }

.headbox{
        background-color: darkblue;
        color: white;
        text-align: center;
        width: 100%;
        font-size: 20px;
        margin: 0px;
        border: 3px solid darkblue;
    border-radius: 6px;
        }
.warnbox{
        background-color: red;
        color: white;
        text-align: center;
        width: 100%;
        font-size: 20px;
        margin: 0px;
        border: 3px solid darkblue;
        }

.button-9 {
  appearance: button;
  backface-visibility: hidden;
  background-color: darkblue;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
  font-size: 100%;
  height: 35px;
  left: 25%;
  line-height: 2;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 200px;
}

.button-9:disabled {
  cursor: default;
}

.button-9:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}


.button-6 {
  appearance: button;
  backface-visibility: hidden;
  background-color: darkblue;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
  font-size: 100%;
  height: 35px;
  line-height: 2;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 170px;
}

.button-6:disabled {
  cursor: default;
}

.button-6:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}

.button-3 {
  appearance: button;
  backface-visibility: hidden;
  background-color: darkblue;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
  font-size: 100%;
  height: 35px;
  left:70%;
  line-height: 2;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 140px;
}

.button-3:disabled {
  cursor: default;
}

.button-3:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}


.button-1 {
  appearance: button;
  backface-visibility: hidden;
  background-color: darkblue;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
  font-size: 100%;
  height: 35px;
  line-height: 2;
  left: -34%;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 5px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 110px;
}

.button-1:disabled {
  cursor: default;
}

.button-1:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}

.dropbtn {
  background-color: darkblue;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: lightgrey;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: darkblue; color: white;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: darkblue;}
