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

figure figcaption{
  font-size: 1.8em;
  text-align: center;
}

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

p {
  line-height: 2rem;
}

footer.page-footer {
  margin: 0;
}

.ampersand{
  font-size: 10em;
  font-weight: bold;
}

.big-font{
  font-size: 3em;
}

.button-collapse {
  color: #26a69a;
}

.cursiva{
  font-family: 'Pacifico', cursive;
}

.frase{
  font-size: 1.4em;
}

.happily-ever{
  font-size: 1.5em;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.ivan,
.martinita{
  font-size: 1.5em;
}

.imgContainer img{
  margin: 0.5em;
}

.imgContainer:hover{
  background-color: #e0e0e0;
}

.imgProposal{ 
  position:relative;
  overflow:hidden;
}

.imgSlider{
  cursor: pointer;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.novios figure {
  text-align: center;
}

.novios figure img{
  width: 300px;
}

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

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

.proposal-imgs .item{
  margin-bottom: 1em; 
}

.underline{
  text-decoration: underline;
}

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

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

.mfp-container button:focus{
  background: transparent;
}