/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.navbar a {
	color: #1B75BC !important;
}

.navbar a:hover {
	color: #29AAE2 !important;
}

.btn-primary, .bg-primary {
	border: 1px solid #1B75BC !important;
	background-color: #1B75BC !important;
}

.btn-primary:hover {
	background-color: #29AAE2 !important;
}

.navbar.bg-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='bars' class='svg-inline--fa fa-bars fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z'%3E%3C/path%3E%3C/svg%3E");
}

.navbar.bg-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='bars' class='svg-inline--fa fa-bars fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z'%3E%3C/path%3E%3C/svg%3E");
}

.gmap {
  margin: 20px 0;
  padding: 0;
  height: 600px;
}

.gmap .row {
  margin: 0;
}

.gmap iframe {
  width: 100%;
  height: 600px;
  border: none;
  margin: 0;
  padding: 0;
}

.masthead {
  width: 100%;
  margin: 0;
  padding: 20px;
  height: 110vh;
  min-height: 600px;
  text-align: center;
  background: url('/img/miami.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  font-size: 1.5em;
}

.masthead h1, .masthead p {
  text-shadow: 1px 1px 4px #000, -1px -1px 4px #000, 1px -1px 4px #000, -1px 1px 4px #000, 4px 0px 20px #000, -4px 0px 20px #000;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
  font-weight: bolder;
  font-size: 1.2em;
}

.masthead p {
  max-width: 1200px; 
}

.masthead h1 {
  font-size: 2.2em;
}

.display-5 {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2;
}