html *
{
   font-family: Trebuchet MS !important;
}

html, body { height: 100%; width:100%; margin: 0; padding: 0; }

#backgroundimage {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;

  display: block;
  background-image: url(../Images/Background.jpg);
  width:100%;
  height:80%;

  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

#content {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
}

#jumbo {
    background: rgb(216, 213, 213);
    background: rgba(216, 213, 213, 0.8);
}

#jumboUser {
    background: rgb(153, 0, 0);
}

.hide {
    display:none;
}

#fleetSection{
    background-color: aliceblue;
    height: 200px;
    width: 50% 
}

#imageHomeFleet{
    height: 200px;
    width: 100%;
}

.jumbotron{
    border-radius: 8px;
    background: rgba(216, 213, 213, 0.8);
    border-style: solid;
    border-width: 1px;
    border-color: black; 
}

.intestationImages{
    height: 200px;
    width: 600px;
    max-width:100%;
    max-height:100%;
}

#jumboStyle{
    border: 1px solid black;
    height: 200px;
    background-size: 620px 290px;
}

#imageText{
    color: white;
}

#minimalDescription {
    text-align: center;
    margin-top: 30px;
    padding: 0;
    font-size: 25px;
}

#titleIntestation {
    font-weight: bold;
    text-align: center;
    font-size: 60px;
    color:#004C99;
}

#intestation{
    border-bottom: 1px solid lightBlue;
}

#map1 {
    height:500px;
}

div.scroll {
    overflow: scroll;
}

.container {
    border: 1px solid black;
    border-radius: 7px;
}

#userRequests {
    border: 1px solid black;
    border-radius: 7px;
    margin-bottom: 5px;
}

#imageDriver{
    height:200px;
    width:200px;
}


#mapRoute{
    height: 500px;
}

.grow:hover
{
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: -1px 1px 11px 5px rgba(0,0,0,0.59);
    -moz-box-shadow: -1px 1px 11px 5px rgba(0,0,0,0.59);
    box-shadow: -1px 1px 11px 5px rgba(0,0,0,0.59); 
}

#tableUser{
    margin: 20px;

}



#label-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
    margin-top: 7px;
    margin-left: 5px;
    float:right;
    height: 20px;
    width: 20px;
}