/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@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;
}
.font { 
font-family: 'Roboto Condensed', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}
.upper {
 text-transform:uppercase; 

}
.smaller { 
font-size: 1.1rem !important;
}
.larger { 
font-size: 1.1rem;
}
.backer {
background: rgb(230, 230, 230);
background: -moz-linear-gradient(90deg, rgb(230, 230, 230) 0%, rgb(254, 254, 254) 63%);
background: -webkit-linear-gradient(90deg, rgb(230, 230, 230) 0%, rgb(254, 254, 254) 63%);
background: -o-linear-gradient(90deg, rgb(230, 230, 230) 0%, rgb(254, 254, 254) 63%);
background: -ms-linear-gradient(90deg, rgb(230, 230, 230) 0%, rgb(254, 254, 254) 63%);
background: linear-gradient(180deg, rgb(230, 230, 230) 0%, rgb(254, 254, 254) 63%);
}
.padd { 
padding: 30px;
}
.modal
{
 display: none;
 position: fixed;
 left: 0;
 right: 0;
 background-color: #F5F8FA;
 padding: 0;
 max-height: 70%;
 width: 45%;
 margin: auto;
 overflow-y: auto;
 z-index: 1000;
 border-radius: 2px;
 -webkit-transform: translate(0);
 -moz-transform: translate(0);
 -ms-transform: translate(0);
 -o-transform: translate(0);
 transform: translate(0);
 will-change: top, opacity;
}
 @media only screen and (max-width : 992px) {
     .headmob {
      font-size:3rem !important; 
     
     }
.modal
{
 width: 80%;
}
}
.modal h1, .modal h2, .modal h3, .modal h4
{
 margin-top: 0;
}
.modal .modal-content
{
 padding-top: 24px;
 padding-right: 24px;
 padding-bottom: 0px;
 padding-left: 24px;
}

.modal .modal-footer
{
 border-radius: 0 0 2px 2px;
 background-color: #F5F8FA;
 padding: 4px 6px;
 height: 56px;
 width: 90%;
}
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat
{
 float: right;
 margin: 6px 0;
}
#lean-overlay
{
 position: fixed;
 z-index: 999;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 height: 115%;
 width: 100%;
 display: none;
 will-change: opacity;
}
.modal.modal-fixed-footer
{
 padding: 0;
 height: 70%;
}
.modal.modal-fixed-footer .modal-content
{
 position: fixed;
 max-height: 100%;
 padding-bottom: 30px;
 width: 100%;
 overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer
{
 border-top: 1px solid rgba(0, 0, 0, 0.1);
 position: fixed;
 bottom: 0;
}
.modal.bottom-sheet
{
 top: auto;
 font-size: 18px;
 bottom: -100%;
 margin: 0;
 width: 100%;
 max-height: 80%;
 border-radius: 0;
 background-color: #F5F5F5;
 -webkit-box-shadow: 0px -2px 1px 0px rgba(50, 50, 50, 0.75);
 -moz-box-shadow: 0px -2px 1px 0px rgba(50, 50, 50, 0.75);
 box-shadow: 0px -2px 1px 0px rgba(50, 50, 50, 0.75);
 will-change: bottom, opacity;
}
/* label color */
.input-field label
{
 color: #000;
}
/* label focus color */
.input-field input[type=text]:focus + label
{
 color: #000;
}
/* label underline focus color */
.input-field input[type=text]:focus
{
 border-bottom: 1px solid #000;
 box-shadow: 0 1px 0 0 #000;
}
/* icon prefix focus color */
.input-field .prefix.active
{
 color: #8C8E8E;
}
textarea.materialize-textarea:focus:not([readonly])
{
 border-bottom: 1px solid #000;
 box-shadow: 0 1px 0 0 #000;
}
.bold { 
font-weight:bold;
}
.margintop { 
margin-top: 20px;
}