/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

@media only screen and (max-width: 767px) {
  iframe {
    height: 4600px !important;
  }
  h1 {
    font-size: 2.6rem !important;
  }
  .container {
    width: 100% !important;
  }
}

.green-text {
  color: #19600a !important;
}
.white-text {
  color: #ffffff !important;
}
.header.title {
  background-color: #19600a !important;
  padding: 14px 0;
}

nav {
	height: 80px !important;
	background: #ffffff !important;
}

.nav-wrapper img {
	height: 70px;
	margin: 5px 0;
}

/* FONTS */


.figtree-font {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}