@charset "UTF-8";

* {
  margin: 0; padding: 0;
  background-color: #ffffff;
}

body {
  scroll-behavior: smooth;
}

*.map {
  background-color: #f9f9f8;
}

/* ---------------- MENU BAR ---------------- */
nav ul.menu {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  height: 30px;
  list-style-type: none;
  position: sticky;
  background-position: 0px 0px;
  background-color: #354EA9;
}

nav ul.menu li.name{
  color: #ffffff;
  font-family: "Apercu Pro";
  font-weight: 500;
  font-size: 24px;
  padding-top: 0px;
  padding-left: 25px;
  letter-spacing: normal;
  float: left;
  background-color: inherit;
}

nav ul.menu li{
  float: right;
  display: inline;
  vertical-align: baseline;
  font-family: "Apercu Pro";
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.02px;
  background-color: inherit;
}

nav ul.menu li a {
  color: #DEECFF;
  font-style: normal;
  text-decoration: none;
  background-color: inherit;
}

nav ul.menu li a:hover {
  color: #A7CCFF;
  padding-bottom: 2px;
  /* color: #FFD385; */
  /* border-bottom: 3px solid #A7CCFF; */
}

nav ul.menu li a.active {
  color: #A7CCFF;
  padding-bottom: 2.5px;
  border-bottom: 3px solid #A7CCFF;
}

h1 {
  font-family: "Apercu Pro";
  font-weight: 500;
  font-size: 36px;
  margin: 50px 60px 40px 60px;
  color: #3A3A3A;
  background-color: inherit;
}

h2 {
  font-family: "Apercu Pro";
  font-weight: 300;
  font-size: 24px;
  margin: 50px 60px 20px 60px;
  color: #3A3A3A;
}

h3 {
  font-family: "Apercu Pro";
  font-weight: 400;
  font-size: 20px;
  margin-left: 60px;
  margin-right: 60px;
  color: #3A3A3A;
}

h4 {
  font-family: "Apercu Pro";
  font-weight: 200;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: 60px;
  margin-right: 60px;
  color: #3A3A3A;
  line-height: 28px;
}

h5 {
  font-family: "Apercu Pro";
  font-weight: 200;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: 60px;
  margin-right: 60px;
  color: #3A3A3A;
  line-height: 28px;
}

hr {
  margin-left: 60px;
  margin-right: 60px;
  border: 1px solid #A7CCFF;
}

input {
  margin-top: 50px;
  margin-left: 68px;
  padding: 5px 1.5em 5px 1.5em;
  border-radius: 30px;
  border: none;
  height: 40px;
  width: 400px;
  background-color: #ffffff;
  font-family: "Apercu Pro";
  font-weight: 200;
  font-size: 18px;
  box-shadow: 5px 50px 60px #f1f1f1;
}

input:focus, textarea {
  outline: none !important;
}

.slider {
  margin-top: 20px;
  margin-left: 60px;
  -webkit-appearance: none;
  padding: 0px 0px 0px 0px;
  width: 40%;
  height: 12px;
  border-radius: 6px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #5499F8;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #5499F8;
  cursor: pointer;
}

button.search {
  border: none;
  margin-left: -40px;
  background-color: #ffffff;
  vertical-align: -4px;

}

button.search:hover {
  transform: scale(1.05);
}

button.search:focus {
  outline: none !important;
}

img.search_icon {
  height: 20px;
  width: 20px;
  background-color: #ffffff;
}

iframe {
  width: 92%;
  height: 500px;
  border-style: none;
  scroll-behavior: none;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 40px;
  align-content: center;
  background-color: inherit;
}