/* header + footer */

#masthead .site-branding img {
  width: 150px;
}

body.responsive #masthead .container {
  max-width: none;
  padding: 0px 30px 0px 50px;
}


.page-layout-menu-overlap:not(.sticky-menu) #masthead {
    padding-top: 20px;
  padding-bottom: 20px;
  background: transparent;
}

body.responsive #masthead {
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent;
}

.main-navigation a:not(.ubermenu-responsive-toggle) {
  padding-right: 20px;
  padding-left: 20px;
}

#menu-item-801.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-801 a {
  background-color: #be2d3f;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff !important;
  transition: 0.5s;
}

#menu-item-801.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-801 a:hover {
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #be2d3f !important;
  transition: 0.5s;
}

#colophon .site-info {
  color: #ffffff;
}

/* typography */

p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  margin-bottom: 0px;
}

@media screen and (max-width: 760px) {
  h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 0px;
  }
}

h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 10px;
}

h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 0px;
}

@media screen and (max-width: 760px) {
		h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0px;
}
}		

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 0px;
}

#colophon.unconstrained-footer .container {
  padding: 0px;
}

/* buttons */

.red-button {
  background-color: #be2d3f;
  padding: 10px 30px;
  color: #ffffff !important;
  transition: 0.5s;
}

.red-button:hover {
  background-color: #ffffff;
  color: #be2d3f !important;
  transition: 0.5s;
}