@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap');

body {
  font-family: 'Roboto Slab', serif !important;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.wpcf7-form-control.wpcf7-text {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  margin-top: 20px;
}

/* ============================== site title ============================== */
  hgroup h1.site-title {
    font-size: 6em;
  }
  @media (max-width: 600px) {
    hgroup h1.site-title {
      font-size: 3em;
    }
  }
	@media (max-width: 501px) {
    hgroup h1.site-title {
      font-size: 1.5em;
    }
  }
/* ============================== site title ============================== */

.footer-paragraph {
  margin-bottom: 0px;
}

#colophon.site-footer {
  padding-top: 0px;
  padding-bottom: 20px;
}

.entry-content img {
  object-fit: cover;
  width: 238px;
  height: 238px;
}

.main-navigation li:hover a {
  background-color: #28ac86;
}

.main-navigation li:hover li a:hover {
  background-color: #787878;
}

input[type="submit"]:hover {
  margin-top: 20px;
}


/* ============================== home image links ============================== */
.wp-block-columns {
  margin-bottom: 0;
}
.wp-block-column {
    position: relative;
    height: 238px;
    margin-top: 20px;
}
.wp-block-column:empty {
    height: 0px;
}
.wp-block-column > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.wp-block-column > figure > img {
    width: 100%;
  	height: 100%;
}
.wp-block-column > figure {
    margin: 0;
}

.wp-block-column > p {
  z-index: 999;
  height: 100%;
  width: 100%;
  color: white;
  opacity: 0;
  line-height: 238px;
  text-align:center;
}
.wp-block-column > p a {
  color: white;
  z-index: 999;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  font-size: 23px;
  text-decoration: none;
}
.wp-block-column > p:hover {
  background-color:black;
  opacity:0.7;
}
@media (max-width: 599px) {
  .wp-block-column {
      height: calc(100vw - 70px);
  }
  .wp-block-column > p {
    line-height: calc(100vw - 70px);
  }
}
/* ============================== home image links ============================== */