@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,500&display=swap');

body, html {
  font-family: 'Montserrat', sans-serif;
}

footer, #top-ribbon, nav.navbar {
  display: none;
}

#content {
  padding: 50px 0;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 50px;
}

h1:after {
  display: none;
}

section.section-3-col-bottom-text > div > div {
  margin-bottom: 100px;
}
section.section-3-col-bottom-text > div > div img {
  transition: all .5s;
}
section.section-3-col-bottom-text > div > div:hover img {
  /*transform: rotate(10deg);*/
  transform: scale(1.1);
}

section.section-container {
  padding: 30px 0;
}

h2 {
  text-align: center;
  margin: 0 0 50px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
}

h3 {
  margin-top: 10px;
}

h3 a {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}

a, a:hover, a:focus, a:active {
  color: #000;
}
a:hover {
  text-decoration: underline;
}
/*
#arrow {
transform: rotate(-23deg);
width: 250px;
position: absolute;
left: 0;
top: 0;
}
*/

.section-3-col-bottom-text {
  margin-top: 80px;
}
.section-3-col-bottom-text img {
  width: auto;
  max-height: 100%;
}
.section-3-col-bottom-text a {
  display: block;
  height: 80px;
  margin-bottom: 30px;
}
.section-header p {
  max-width: 1000px;
  margin: auto;
}
.section-header {
  margin-bottom: 50px;
}

h1 img {
  max-height: 50px;
  width: auto;
}

section.section-map {
  padding-top: 0;
}

@media (max-width: 600px) {
  h1 img {
    max-height: 100px;
    display: block;
    margin: 10px auto 0 auto;
  }
}
@media (max-width: 768px) {
  #content {
    padding: 15px 0;
  }
  section.section-3-col-bottom-text > div > div {
    margin-bottom: 50px;
  }
  .section-3-col-bottom-text {
    margin-top: 30px;
  }
  .section-header {
    margin-bottom: 0;
  } 
}
/*
@media (max-width: 992px) {
#arrow {
transform: none;
position: static;
margin: auto;
display: block;
}
}
*/