/* 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;
}

.sidenav-trigger {
  color: #232626;
}


.modal { width: 98% !important ; height: 98% !important ; }  /* increase the height and width as you desire */

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: #FFFFFF;
}
  .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;
}

.brand-img img {
    padding-left: 5px; /* Fix a little issue of the logo "sticking" to the left side of the screen too much */
    height: 100%;
    position:relative; top:1px; /*adjust this top*/
}
nav.navbar-material {
  background: #d26335;
  border: none;
  box-shadow: none;
}
.navbar-material .nav-wrapper {
  background: white;
  margin: 0px;
}
.navbar-material .nav-wrapper > ul > li > a {
  color: black;
}
.navbar-material .nav-wrapper .brand-logo img {
  height: 64px;
}

.navbar-material .nav-wrapper .button-collapse i {
  color: black;
}
@media (max-width: 600px) {
  .navbar-material .nav-wrapper .brand-logo img {
    height: 56px;
  }

   /* fuentes en nuestro disco duro 
    @font-face {
        font-family: "SignPainter-HouseScript";
        src: url("fuente_SignPainter-HouseScript.ttf") format("truetype");
    }
    @font-face {
        font-family: "Quicksand-Bold Regular";
        src: url("fuente_Quicksand-Bold.otf") format("opentype");
    }
    @font-face{
        font-family: "SignPainter-HouseScript-IE";
        src: url("fuente_SignPainter-HouseScript.eot");
    }
    .fuente-1{font-family:"SignPainter-HouseScript";font-size:20px;}
    .fuente-2{font-family:"Quicksand-Bold Regular";font-size: 20px;}
    .fuente-IE{font-family:"SignPainter-HouseScript-IE";font-size:20px;}*/

 @font-face {
        font-family: "Ocean-DemiBold";
        src: url("../fonts/Ocean-DemiBold.ttf") format("truetype");
    }
  @font-face {
        font-family: "GILLSANS";
        src: url("../fonts/GILLSANS.ttf") format("truetype");
    }
   @font-face {
        font-family: "gill-sans-bold";
        src: url("../fonts/gill-sans-bold.ttf") format("truetype");
    }
   @font-face {
        font-family: "gill-sans-ce-italic";
        src: url("../fonts/gill-sans-ce-italic.otf") format("opentype");
    }
    @font-face {
        font-family: "gill-sans-ce-light";
        src: url("../fonts/gill-sans-ce-light.otf") format("opentype");
    }


    .fKitH1{font-family:"Ocean-DemiBold";font-size:40px;}
    .fKitH2{font-family:"GILLSANS";font-size: 30px;}
    .fKitH3{font-family:"gill-sans-bold";font-size:25px;}        
    .fKitH4{font-family:"gill-sans-ce-italic";font-size:30px;}        
    .fKitH5{font-family:"gill-sans-ce-light";font-size:20px;}        


#alert-danger {
  background: #F12034;
  padding: 5px;
  margin-bottom: 10px;
}
    