/* Custom Stylesheet */

html {
    font-size: 1.2em;
    font-family: mr-eaves-modern, sans-serif;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
    font-family: mr-eaves-modern, sans-serif;
    font-style: normal;
    font-weight: 100;
}

.company-color-oranje {
    color: #ee6b23;
}

.company-color-oranje.text-lighten {
    color: #ee9469;
}

.company-color-oranje.text-lighten-2 {
    color: #ffc26f;
}

.company-color-blue {
    color: #004180;
}

.company-color-blue.text-lighten {
    color: #276aac;
}

.company-color-blue.text-lighten-2 {
    color: #558fc7;
}

.with-subtitle {
    margin-bottom: 0;
}

.company-tag-subtitle {
    margin-top: 0; 
    text-decoration: overline;
}

.outlined-text {
    text-shadow: 0 0 1px #000;
    -moz-text-shadow: 0 0 1px #000;
    -webkit-text-shadow: 0 0 1px #000;
}

#header-text-1 {
    margin-bottom: 0px;
}

#getstarted-button {
    margin-top: 20px;
    margin-bottom: 50px;
}

.parallax {
    background-color: black;
}

.parallax img {
    opacity: 0.6;
}

p {
    line-height: 1.8rem;
    font-family: mr-eaves-modern, sans-serif;
}

small {
    font-size: 0.9rem;
}

.button-collapse {
  color: #26a69a;
}

.no-scroll {
    overflow: hidden !important;
}

#expertises .card p {
    line-height: 1.2em;
    font-size: 0.90em;
/*    font-family: sans-serif !important;*/
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
}
.parallax-container .section {
    width: 100%;
}

.leading-text {
    font-weight: bold;
    line-height: 1.3em;
}

#map {
    width: 100%;
    height: 400px;
}

@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
    #index-banner .section {
        top: 10%;
    }
    #home-header-name {
        display: none;
    }
    nav .button-collapse {
        margin: 0;
    }
    #index-banner .outlined-text {
        text-decoration: none;
    }
}

@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
    }
    #logo-container img {
        height: 50px;
    }
}

@media only screen and (max-width : 480px){
    .big-header {
        font-size: 3em;
    }
}

@media only screen and (max-width : 400px) {
    #logo-container img {
        height: 50px;
    }
    .big-header {
        font-size: 2.5em;
    }
}

/* flow text override */

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 0.924rem;
  }
}

@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 0.948rem;
  }
}

@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 0.972rem;
  }
}

@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 0.996rem;
  }
}

@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.02rem;
  }
}

@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.044rem;
  }
}

@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.068rem;
  }
}

@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.092rem;
  }
}

@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.116rem;
  }
}

@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.14rem;
  }
}

@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.164rem;
  }
}
/*
@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.188rem;
  }
}

@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.212rem;
  }
}

@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.236rem;
  }
}

@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.26rem;
  }
}

@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.284rem;
  }
}

@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.308rem;
  }
}

@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.332rem;
  }
}

@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.356rem;
  }
}

@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.38rem;
  }
}
*/
@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 0.9rem;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

