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

nav {
  height:72px;
  line-height: 72px;
}

p {
  line-height: 1.2rem;
}

@font-face {
  font-family: Trajan;
  src: url("../font/Trajan Pro Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

#navbar {}

.no-margin{
  margin: 0 !important;
}

.section{
  padding:0;
}

.first-section{
  margin-top: 20px;
}

.welcome-text{
  font-size: 22px;
  line-height: 30px;
}

#logo-container{
  height: 100%;
  width: 190px;
}
#logo-content{
  height:95%;
}


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

.darken {
  background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    )
  }

  .start-logos{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .iso-image{
    max-width: 300px;
    display: flex;
    margin-bottom: 20px;
  }

.parallax-container {
  min-height: 400px;
  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%;
  }
/*
  #slogan, nav .brand-logo {
    visibility: hidden;   
  }*/

  #index-banner .section {
    top: 10%;
  }
}

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



 nav .brand-logo {
    /*visibility: hidden;*/
  }

}


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

footer.page-footer {
  margin: 0;
}