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

h1 {
  font-size: 3rem;
}
h2 {
  font-size:2.5rem;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 1.5rem;
}
h5 { 
  font-size: 1.2rem;
}
.center {
  text-align:center;
}
nav {
  position:fixed;
  top:0;
  left:0; 
  width:100%;
  z-index:8;
}
nav ul li.contact {
  margin-top:13px;
}
nav ul li.contact a {
  line-height:35px;
  border:1px solid #126fb9;
  border-radius:2px;
  color:#126fb9;
}
nav ul li.contact a:hover {
  color:white;
  background-color:#126fb9;
}
nav ul a:hover {
    background-color: transparent;
  color:#222;
}

#index-banner {
  margin-top:64px;
}

#index-banner h1 {
  margin-bottom:0;
  color: #444;
}

#index-banner .section {
  padding:0 0 35px 0;
}

nav ul a,
nav .brand-logo {
  color: #444;
}
nav .brand-logo {
  color: #444;
  height: 39px;
    display: inline-block;
    width: 160px;
  margin-top: 13px;
}

.brand-logo img {
  display:block;
  width:100%;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

/* TEAM */
#team .row.mgt {
  text-align: center;
}
#team .row.mgt h4 {
  margin:0 auto 50px auto;
}
#team .row.mgt .title {
  color:gray;
}
#team img.avatar {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}
#team .intro {
  font-size: 16px;
    line-height: 1.6rem;
}
#team .mgt a.bio {
  
}

/* CAPABILITIES */

.cap-pics img.cap-type {
  width:100%;
  height:auto;
  display:block;
  margin-top:30px;
  border-radius:2px;
}


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

a.brand-logo {
  height: 32px;
    display: inline-block;
    width: 137px;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
