
body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}
.bgimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/images/Mountains2.png');
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

.homeContent {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}

.homeText {
  text-align: left;
  padding: 15px 25px;
}

.mainButtons {
  background-color: #4c2a85;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 15px;
}

.mainButtons:hover {
  background-color: #5c34a0 !important;
  color: #ffffff !important;
}

.homeButtonSpacing {
  display: flex;
  margin-left: 25px;
}