@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/* Define some custom colors */
:root {
  --mdh-blue: #0E2B5B;
  --mdh-dark-blue: #1C2A54;
  --mdh-green: #78BE21;

}

html {
  font-size: 14px;
  position: relative;
  /* min-height: 100%; */
}

/* body {
  min-height: 100%;
  height: 100vh;
} */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

.text-dark-blue {
  color: var(--mdh-dark-blue);
}

.text-green {
  color: var(--mdh-green);
}

.main-container {
  background-color: white;
  min-height: 100%;
  height: 100%;
  max-width: 100%;
  overflow: auto;
}

.blue-background {
  background-color: var(--mdh-blue);
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.banner-image {
  align-self: center;
  max-width: 40%;
  min-width: 25%;
}

.img-fluid-50 {
  max-width: 50%;
  height: auto;
}

.bg-houses-left {
  background-image: url('../images/MDH_left.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.bg-houses-right {
  background-image: url('../images/MDH_right.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.btn-mdh {
  color: #fff;
  background-color: #1C2A54;
  border-color: #1C2A54;
} 

.btn-mdh:hover, .btn-mdh:active {
  color: #fff;
  background-color: #000c36;
  border-color: #000c36;
}

.btn-mdh.focus, .btn-mdh:focus {
  color: #fff;
  background-color: #000c36;
  border-color: #000c36;
  box-shadow: 0 0 0 0.2rem rgb(28 42 84 / 50%);
}

.privacy {
  text-align: center;
  border-top: 1px solid #dee2e6;
}

.accordion-button:not(.collapsed) {
  color: var(--mdh-dark-blue);
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--mdh-green);
  outline: 0;
  box-shadow: 0 0 0 .25rem var(--mdh-green);
}

.accordion-item {
   border: 2px solid var(--mdh-green);
}

.pda-logo {
  max-width: 25%;
}

