@media screen and (max-width: 480px) {
	.jumbotron h1 {
		font-size: 4.3em;
	}
}

.nav-item {
	font-size: 15px;
}

.dropdown-item {
	font-size: 14px;
}

.alert {
	border: none;
	margin-bottom: 0px;
	text-align: center;
	font-size: 1em;
}

#home-jumbotron {
  background: url("../images/car_nolicense.png") fixed center no-repeat;
  background-size: cover;
  margin-bottom: 0;
  min-height: 500px;
  position: relative;
}

#contact-jumbotron {
  background: url("https://isorepublic.com/wp-content/uploads/2018/11/xmas-bokeh-lights.jpg") fixed center no-repeat;
  background-size: cover;
  margin-bottom: 0;
  min-height: 250px;
  position: relative;
}

#about-jumbotron {
  background: url("https://isorepublic.com/wp-content/uploads/2018/11/xmas-bokeh-lights.jpg") fixed center no-repeat;
  background-size: cover;
  margin-bottom: 0;
  min-height: 250px;
  position: relative;
}

#main {
  margin-bottom: 0;
  min-height: 200px;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4em;
}

#whychooseus {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* do google maps stuff and vertical line */

@media only screen and (min-width: 992px) {
  .iframe_block {
    border-right: 1px solid #ccc;
  }
}

@media only screen and (max-width: 992px) {
  .iframe_block {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
}

.bg-lblue {
  background-color: #41A7FF;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.darken-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(70, 72, 82, 0.5);
}

.no-bottom-margin {
  margin-bottom: 1px;
}
