.vd-blue {
    color: #2e3192;
}

.txt-blue {
    color: #00242b;
}

.vd-blue-bg {
    background-color: #2e3192;
}

.dark-blue-bg {
    background-color: #013954;
}

.vd-red {
    color: #ed1c24;
}

.vd-red-bg {
    background-color: #ed1c24;
}

.vd-green {
    color: #00a650;
}
.vd-green-bg {
    background-color: #00a650;
}

.vd-green-btn {
	background-color: #00a650;
	color: #fff;
}

.vd-black-bg {
    background-color: #000;
}

.logo .desktop {
    width: 75%;
}

.logo .mobile {
    display: none;
  }
  /* when screen is less than 600px wide
     show mobile version and hide desktop */
  @media (max-width: 600px) {
    .logo .mobile {
      display: block;
    }
    .logo .desktop {
      display: none;
    }
  }

  .display-4 {
    font-size: 3rem;
}

#map {
	height: 400px;  /* The height is 400 pixels */
	width: 100%;  /* The width is the width of the web page */
}

@media (max-width: 768px){
        #showcase{min-height:500px
    }
    #showcase h1{
        font-size:4rem
    }
    .mb-resp{
        margin-bottom:1rem
    }
}

@media (max-width: 420px) {
    .logo {
        width: 40%;
    }
    .display-4 {
        font-size: 2rem;
    }
}