@charset "utf-8";
/* CSS Document */

body {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 18px;
  margin: 0px;
}

.main {
  background-color: white;
	text-align:center;
  margin-left: auto;
	margin-right: auto;
}

a.contact {
  background-color: #f9a72b;
  color: black;
  text-decoration: none;
  font-size: 22px;
  border-radius: .5rem;
  padding: 1rem 1rem .75rem 1rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px, rgba(0, 0, 0, 0.15) 0px 1px 3px 1px;
  font-weight: 400;
}

a.contact:hover {
  background-color: #fab144;
}

a.contact-footer {
  color: #005cc5;
  text-decoration: none;
  font-size: 12px;
}

.brand {
  background-color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}

.brand-name {
  font-family: 'Merriweather', serif;
  font-size: 34px;
  /* font-style: italic; */
  text-decoration: none;
  color: black;
}

.content-1 {
  background-color: darkgreen;
  color: white;
  padding: 1.25rem 1rem;
  font-size: 24px;
  line-height: 30px;
}

.content-2 {
  background-color: #f3f3f3;
  padding: 2rem 1rem;
  font-size: 22px;
  line-height: 32px;
}

.content-3 {
  background-color: white;
  padding: 2rem;
  font-size: 20px;
  line-height: 30px;
}

.footer {
  font-size: 14px;
  line-height: 28px;
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-top: solid 1px #d9d9d9;
}

.footer a {
  color: black;
}

.footer .material-symbols-outlined {
  font-size: 16px !important;
  padding-right: 4px;
}

.header {
  background-color: white;
  position: sticky;
  top: 0;
}

img {
  height: 180px;
  width: 180px;
  object-fit: cover;
  margin: 0.5rem 1rem;
  border-radius: 1rem;
}

iframe {
  width: 90%;
  max-width: 645px;
  height: 765px;
}

.material-symbols-outlined, .material-icons-outlined {
  font-size: 54px !important;
  vertical-align: text-bottom;
}

.max-width {
  max-width: 1170px;
  margin: auto;
}

.service {
  background-color:white;
  border: solid 1px #d9d9d9;
  border-radius: .5rem;
  padding: 1rem;
  margin: 1rem;
  width: 306px;
  min-height: 90px;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.service .material-symbols-outlined {
  padding: 7px;
  font-size: 40px !important;
  color: #4d954d;
}

.spacing {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.supporting-text {
  font-size: 20px;
  line-height: 36px;
  max-width: 900px;
  margin: auto;
}

@media only screen and (max-width: 420px) {
  .content-2 {
    max-width: 400px;
  }

  iframe {
    width: 100%;
  }

  .service {
    margin: .5rem;
    width: 300px;
  }
}