/* CUSTOM CSS FOR CONTACT PAGE */

body {
  background-color: #d2fcff;
}

div.contact_content {
  padding-top:50px;
}

div#footer {
  background: #fff;
}


p.has-x-large-font-size, p.has-x-large-font-size a {
  font-size: 52px !important;
  font-family: "Romie Medium" !important;
  color: #000;
  line-height: 118%;
  font-weight: 400;
  text-decoration: none;
}

p.has-x-large-font-size a:hover {
  text-decoration: underline;
}

div.wp-block-columns {
  margin-top:400px;
  margin-left:10%;
  margin-right:10%;
}

div.wp-block-column {
  box-sizing: border-box;
  padding:0px 40px;
  max-width: 40%;
}

div.wp-block-columns div.wp-block-column:first-child {
  max-width:20% !important;
}

div.wp-block-columns div.wp-block-column:last-child {
  max-width:20% !important;
  margin-left:10%;
}

div.wp-block-column p {
  margin-bottom:25px;
}
