body{
    background-color: #dfdfdf;
    height: 1500px;
    width: 100%;
    Z-index: -2;
}
    .modal-header {
        background-color: #595959;
        color: white;
        padding: 5px 20px;
        font-family: "Times New Roman", Times, serif;
        font-size: 25px;
        font-weight: bold;
    } 

    .modal-footer {
        background-color: #737373;
    }
    .modal-body {
        background-color: #cccccc;
    } 
#main{
    margin-top: 45px;
    margin-bottom: 40px;
}
#bodyMain{
    margin-left: 20px;
    margin-right: 20px;
}
#links {
  margin-top: 50px;

  color: white;
}
#county{
    font-size: 4vw;
    font-weight: bold;
}
li {
  margin-right: 7px;
}
.big {
  width: 10vw;
}
.small {
  width: 7vw;
}
.large {
    font-size: 4vw;
    font-weight: bold;
}
.spacer {
    margin-left: 40px; /* define margin as you see fit */
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #ccc;
}
        .fit {
            display:inline-block;
            white-space:nowrap;
        }

.dropdown .dropdown-menu {
  border-radius:0;
 }


/* Medium devices (tablets, 768px and up) 
The navbar toggle appears at this breakpoint */
@media (min-width: 1200px) {  
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  border-radius:0;
 }
}

.alert {
   margin-top: 15px;
}
.badge-detail {
  font-size: 18px;
  
}
#lname {
  font-size: 28px;
  text-align: center;
  margin-top: 15px;
}
#fname {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}
.status {
  font-size: 24px;
}