/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

html {
    font-size: 17px;
}

h2 {
    margin: 1.78rem 0 0 0;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}
i.left {
    margin-right: 7px;
}

#index-banner p {
    line-height: 1.5rem;
}

#index-banner h2.header {
    padding-top:10px;
    max-width: 300px;
}

#index-banner h2 {
    font-size: 3.3rem;
}

#index-banner h2.header .big {
    font-size: 6rem;
}

#index-banner h2.header + .row p {
  font-size: 1.1em;
}

.icon-block p {
    line-height: 1.5rem;
}

.parallax-container {
  min-height: 450px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

.page-footer {
    padding-top: 0px;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 5%;
  }

  #index-banner h2.header {
    padding-top:0px;
  }  

  #index-banner h2.header + .row p {
    font-size: 0.9rem;
  }  
  
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}


/*----------------------------------------
    Pricing Plan  Page
------------------------------------------*/

.color-green {
    color: green;
    vertical-align: middle;
}

.color-red {
    color: red;
    vertical-align: middle;

}

.plans-container .collection {
  border: none;
}
.plans-container .collection .collection-item {
    border-bottom: none;
    /*text-align: center;*/
    font-size: 0.85rem;
    line-height: 1.6em;
}
/*
.plans-container .collection .collection-item:before {  
  font-size: 1.28rem;  
  line-height: 1.6em;
  color: #009315;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  content: "\e623";
  margin-right: 10px;
}*/
.plans-container .card .card-image {
  position: relative;
  width: 100%;
}
.plans-container .card .card-image .card-title {
position: relative;
font-size: 0.8rem;
line-height: 1.2em;
text-align: center;
width: 100%;
padding: 12px 15px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.1);
}
.plans-container .card .card-image .price {
  position: relative;
  font-size: 5rem;
  line-height: 1.6em;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.plans-container .card .card-image .price sup {
  font-weight: 100;
  font-size: 1.42rem;
  line-height: 1.6em;
  top: -35px;
}
.plans-container .card .card-image .price sub {
  font-weight: 100;
  font-size: 1.42rem;
  line-height: 1.6em;
  top: 0px;
}
.plans-container .card .card-image .price-desc {
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}
.plans-container .card .card-content {
  padding: 0;
}/*
@media screen and (min-width: 601px) {
  .plans-container .card {
    min-height: 550px;
  }
}*/

  .hide {
    visibility: none;
  }
  .header {
    font-family: 'Alegreya', serif;
    font-family: 'Nunito', sans-serif;
    font-family: 'Love Ya Like A Sister', cursive;
    font-family: 'Neucha', cursive;
    font-family: 'Coustard', serif;
    font-family: 'Cabin Condensed', sans-serif;
    font-family: 'Patua One', cursive;
  }
  .collection-item {
    font-family: 'Roboto Condensed', cursive;
    font-weight: 400;
    color: #586D86;
    font-size: 14px;
  }
  .card-image {
    text-align: center;
    font-family: 'Roboto Condensed', cursive;
  }
  .plan-title.starter {
    color: #4a90e2;
}
.plan-title.agency {
    color: #CAC27D;
}

.plan-title {
    font-size: 28px;
    font-weight: 700;
    color: #586D86;
    padding: 20px 0 0 0;
}
.plan-price1 {
    color: #586D86;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}
.plan-price1 .price1 {
    font-size: 28px;
    color: #586D86;
}
.plan-subtitle {
    margin: 20px 0;
    padding: 10px;
    height: 60px;
    font-size: 14px;
align-items: center;
justify-content: center;
display: flex;
text-align: center;
font-weight: 400;
width: 100%;
color: #586D86;

}
.plan-subtitle.starter {
    background: #EEEEEE;
}
.plan-subtitle.business {
    background: #E6F2FF;
}
.plan-subtitle.agency {
    background: #FFFDE1;
}


@media only screen and (min-width: 993px) {
  .container {
    width: 80% !important;
  }
}

.faq p {
  line-height: 0.5rem;
}

.faq p.light {
   line-height: 1rem;
}

