h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Baskerville', serif;
}
p {
    font-family: 'Oswald', sans-serif;
}
nav ul a,
nav .brand-logo {
  color: #000;
    font-family: 'Libre Baskerville', serif;

}

p {
  line-height: 2rem;
}
.brand-logo {
    font-size: 2.3rem!important;
    font-weight: bold;
    font-style: italic;
}
.sidenav-trigger {
  color: #26a69a;
}
#index-banner.parallax-container {
  min-height: 450px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.special_icon {
	font-size: 10rem;
}
.special_icon_front {
	font-size: 6rem;
}
.maxline {
	height: 4rem;
}
.up-text {
	text-transform: uppercase;
}
.upsize {
    font-size: 1.9rem;
}
.bold {
    font-weight: bold;
}
.s5ths,
.m5ths,
.l5ths,
.xl5ths {
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5ths {
  width: 20%;
}
.d-flex {
    display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
}


.equal-height-cards {
    display: flex;
    flex-wrap: wrap;
}

.equal-height-cards .col {
    display: flex;
    flex-direction: column;
}

.equal-height-cards .card-panel {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.point {
	cursor: pointer;
}
.w100 {
	display: inline-block;
	width: 100%;
}
.card-content h4 {
    font-size: 1.75rem;
	font-weight: bold;
}
.card .card-action {
    padding: 8px;
    height: 60px;
}
.card .card-title {
    font-size: 1.5rem;
    font-weight: 600;
}
.card .card-reveal {
    padding: 10px;
}
.card .card-reveal ul {
    margin-top: 3px;
    margin-bottom: 3px;
}
.card .card-reveal ul li {
        padding-left: 1rem;
    }
/*.card-action {
	min-height: 75px;
}*/

.pad-top {
    padding-top: 10px;
}

.text-center {
  text-align: center;
}




.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
.s5ths,
.m5ths,
.l5ths,
.xl5ths {
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5ths {
  width: 20%;
}




@media only screen and (max-width : 992px) {
    nav .brand-logo {
        font-size: 1.3rem;
    }
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}


/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
    /* insert styles here */
    .brand-logo {
        font-size: 1.7rem!important;
    }
    #index-banner.parallax-container {
        min-height: 450px;
        line-height: 0;
        height: auto;
        color: rgba(255,255,255,.9);
    }
    h2 {
        font-size: 2.8rem;
    }
    h5 {
        font-size: 1.4rem;
    }
    
    .card-content h4 {
        font-size: 1.7rem;
    }
    .btn {
        font-size: 12px;
        padding: 0 8px;
    }
    .card .card-title {
    font-size: 1.18rem;
    font-weight: 600;
    }
    .card .card-reveal ul li {
        font-size: 1.5rem;
        padding-left: 1rem;
    }
    .maxline {
        height: 4rem;
    }
}