body{
    padding-top: 70px;
    padding-bottom: 40px;
    height: 100%;
    margin: 0;
  }

#map {
    height: 350px;
    width: 350px;
    border-style: double;
}

#inspection_map {
  width: 90vw;
  height: 100vh;
    border-style: double;
    margin:0px auto;
    display:inline-block;
     text-align:center;
}

.navbar-header .navbar-brand>a {
    color: white;
}

.navbar .nav>li>a, .navbar .nav>li>a, .navbar .nav>li.current-menu-item>a, .navbar .nav>li.current-menu-ancestor>a {
    color: white;
    background: #003399;
    font-size: 16px;
}


/* Adjust Menu colors - Active */

.navbar .nav>li.current-menu-item>a, .navbar .nav>li.current-menu-ancestor>a {
    color: #000000;
    text-shadow: none;
}


/* Adjust dropdown Menu items (blue) text color, (yellow) shading and (green) border */

.dropdown-menu>li>a {
    color: white;
    background: #003399;
    font-size: 14px;
}


/* Remove the Hover/Focus Colors  */

.navbar .nav>li.current-menu-item>a, .navbar .nav>li.current-menu-ancestor>a, .navbar .nav>li>a:hover, .navbar .nav>li>a:focus {
    color: #003399;
    background: #efefef;
}

ul.dropdown-menu li a:hover {
    color: #003399;
    background: #efefef;
}

i.white {
    color: white;
}

img.center {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.centered {
    /*width: 80%;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.intro {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
}

.white {
    color: white;
}
