/* colors
blue #0a4c80
green #71c277
yellow #fcf0a6 */
@import url('https://fonts.googleapis.com/css2?family=Manrope&family=Charmonman&display=swap');
@import url('https://fonts.cdnfonts.com/css/rage-italic');

body {
  color: #0a4c80 !important;
  font-family: 'Manrope', sans-serif !important;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.2rem;
}

p {
  font-size: 1.2rem;
}

.blue {
  color: #0a4c80;
}

.green {
  color: #71c277;
}

.fancy {
  /* font-family: 'Charmonman', cursive; */
  font-family: 'Rage Italic', sans-serif;
}

.notice {
  border: 1px solid #dc3545 !important;
}

.image-banner {
  margin-top: -4rem;
}

a:hover {
  color: #71c277;
}

header {
  border-bottom: #71c277 solid 3px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
  font-family: 'Manrope', sans-serif !important;

}

.form-check-input:checked {
  background-color: #0a4c80;
  border-color: #0a4c80;
}

#name1,
#name2 {
  /* display: none; */
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}


/* Dropdown nav bar settings */
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position:relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 

.navbar>.container-fluid {
  align-items: flex-end;
}

nav a {
  color: #0a4c80 !important;
  font-size: 1.5rem !important;
}


.dropdown-item {
  font-size: 1.2rem !important;
}

/* main>div {
  background: rgba(255,255,255,0.4);
  box-shadow: #888888 2px 2px 12px 2px;

} */

.btn-primary {
  background-color: #0a4c80 !important;
  border-color: #0a4c80 !important;
}

.btn-warning {
  background-color: #71c277 !important;
  border-color: #71c277 !important;
}

.hidden {
  display: none;
}

.display {
  display: block;
}

/* ******************************* */
/* FOOTER */
/* ******************************* */
footer {
  border-top: #71c277 solid 3px;
}

/* @media screen and (max-width: 767px) {
  #street-view,
  #crosswalk-crowd {
    display: none;
  }
} */
