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

a:focus {
    outline: none;
}

h1, h2, h3, h4, h5{
  font-family: 'Barlow Condensed';
  }
  
h1.header {
    margin: 0;
    font-size: 27px;
    padding: 10px 0;
    letter-spacing: 5px;
}

button:focus {
    outline: none;
    background-color: #1565C0;
}

button.fancybox-button.fancybox-button--arrow_right:focus,
button.fancybox-button.fancybox-button--arrow_left:focus  {
    background-color: transparent!important;
}

.fancybox-caption:before {
    background-image: none!important;
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "hola";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1;
}

h4.gallerytitle {
    display: inline;
    margin-right: 5px;
}

.fancybox-caption:after {
    border-bottom: 0px solid hsla(0,0%,100%,.3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0;
}


.textheight .card-content {
    min-height: 7.5rem;
}

.card .card-content p {

    line-height: 1.4rem;
}

span.card-title {
    text-shadow: 0px 0px 2px rgb(0, 0, 0);
}

.parallax-title {
    font-size: 35px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: lighter;
    text-shadow: 0px 0px 2px rgb(0, 0, 0);
    margin: auto;
    width: 100%;
    line-height: 3rem;
}

.header-gallery-block {
	display: block;
	margin: auto;	
}

.header-gallery-block .btn{
	text-shadow: none;	
}

.footer-copyright {
    background-color: #262626!important;
    padding: 0!important;
    max-height: 40px!important;
    min-height: 40px!important;
}

.footer-copyright p {
    margin: 0;
}


@media screen and (max-height: 500px) {

.textheight .card-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5rem;
}

.textheight .card-content {
    min-height: 8rem;
}

.parallax-container {
  min-height: 250px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}

.parallax-container .parallax img {
    width: 100%;
}

h4.gallerytitle {
	font-size: 12pt;
}

}


@media screen and (max-width: 800px) and (min-height: 500px){

h4.gallerytitle {
    margin-right: 5px;
    width: 100%;
    display: block;
    text-align: right;
}
.fancybox-infobar {
    margin-top: 30px!important;
}

.parallax-container .parallax img {
    max-width: 175%;
}

}



