/* 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;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.bgimagemain {
  background-image: url(../assets/img/Cover.jpg);
  background-size: contain;
}

.growerH {
  height: 20vh;
}

.span{
  display: block;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

.no-mar-top{
  margin-top: 0px;
}

.no-mar-bot {
  margin-bottom: 0px;
}

.no-mar {
  margin: 0 0 !important;
}

.figure-caption {
  line-height: 1.3rem;
}

.bold {
  font-weight: 500;
}

@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;
}

/* .row .no-pad-bot{
  padding-bottom: 0;
} */

.no-pad{
  padding: 0 0 !important;
}

.center{
  text-align: center;
}

a.hiperlink{
  color: rgba(0, 0, 0, 0.87) !important;
}

a.hiperlink:hover{
  color: #039be5 !important;
}

#affiliation_large, #affiliation_small{
  display: none;
}

footer.page-footer {
  margin: 0;
}

.ratio-16-9,
.ratio-16-10,
.ratio-square {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
}

.ratio-16-9 {
    padding-top: 56.25%; /* This is your aspect-ratio */
}

.ratio-16-10 {
    padding-top: 62.5%; /* This is your aspect-ratio */
}

.ratio-square {
    padding-top: 100%; /* This is your aspect-ratio */
}

@media (max-width: 1000px) {
  .image_width {
     width: 95%;
  }
  .graph_width {
    width: 90%;
  }
}

@media (min-width: 1001px) {
  .image_width {
     width: 70%;
  }
  .graph_width{
    width: 40%;
  }
}

.ratio-inner {
    display: block;
    position: absolute;

    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 100%;
}

.spacer{
  height: 1em !important;
}