/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 @font-face {
  font-family: 'nexa';
  src:
  url('../fonts/Nexa Bold.otf') ;
}
h1,h2,h3,h4{
  font-family: 'nexa', sans-serif;

}
nav ul a,
nav .brand-logo {
  color: #444;
}
.nav_logo{
  padding-top: 10px;
  height: 50px;
}
.banner_text{
  color: white;
  font-family: 'nexa', sans-serif;
  font-size: 36pt;
  line-height: 1.5em;
}
.section {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.quote{
  font-size: 18pt;

}
.parallax_dark{
  background-color: black;
}
.parallax_dark img{
  opacity: 0.5
}
.color_spare{
  color: #77cabe;
}
.color_spare_background{
  background-color: #77cabe;
}
p {
  line-height: 1.8rem;
  text-align: left;
  padding-left: 5px;
}
.coimbra_img{
  width: 100%;
  padding-left: 30px
}

.button-collapse {
  color: #77cabe;
}
.icon-block img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  width: 100%;

}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating){
  color: #77cabe;
  text-align: left;
  float: left;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: black;
}
.card .card-action {
  padding: 16px 8px;
}
.card .card-content{
 padding: 24px 8px; 
}
.card .card-content .card-title{
  text-align: left;
}
.card{
  border: none;
  box-shadow: none;
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 50px;
}
.title{
  margin-top: 70px;
  margin-bottom: 40px;
}
.parallax-container {
  min-height:420px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
.parallax-container2 {
  min-height:500px;
}
.parallax-container .section {
  width: 100%;
}
#index-banner .section {
  top: 8%;
}
@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 0%;
  }
  #index-banner .section {
    top: 10%;
  }
  .banner_text{
    font-size: 24pt;
  }
  .banner_text{
    font-size: 17pt;
  }
  h1 {
    font-size: 3.7rem;
  }
  .parallax-container {
    min-height: 320px;
  }
  .parallax-container2 {
    min-height: 420px;
  }
  .quote {
    font-size: 14pt;
  }
  
}

@media only screen and (max-width : 480px) {
  #index-banner .section {
    top: 0;
  }
  .banner_text{
    font-size: 17pt;
  }
  h1 {
    font-size: 2.7rem;
  }
  .parallax-container {
    min-height: 420px;
  }
  .parallax-container2 {
    min-height: 340px;
  }
  .quote {
    font-size: 12pt;
  }
  
}

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

footer.page-footer {
  margin: 0;
}