﻿/* 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-header {
    background-color:#4b698a;
    /*background-color:inherit;*/
    height:130px;
    box-shadow:none;
}
nav ul a,
nav .brand-logo {
  color: #444;
}

nav ul li a {
    color:white;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: white;
}

.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;
}

input[type=text] {
    border:1px solid black;
}
 #wrapper {
    border:1px solid #396b8c;
    padding:0;
     box-shadow:2px 2px 2px grey;
}
               #wrapper1 {
    border:1px solid #396b8c;
    padding:0;
     box-shadow:2px 2px 2px grey;
}
