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

a {
    text-decoration: none;
    cursor: pointer;
    
}

.my-nav {
    background-color: #000;
    height: 150px;
    margin-bottom: 100px;
    
}

.nav-wrap {
    width: 75%;
    height: 150px;
    margin: 0 auto;
    
}

.nav-wrap h3 {
    float: left;
    padding: 45px;
    font-weight: 200;
    letter-spacing: 5px;
    font-size: 1.5rem;

}

.nav-wrap img {
    padding: 35px;
    float: right;
    
}
    

.gif-wrap-728 {
    width: 728px;
    height: auto;
    margin: 0 auto;
    margin-top: 100px;
    
}

.gif-wrap-300 {
    width: 300px;
    height: auto;
    margin: 0 auto;
    margin-top: 100px;
    
}

.gif-wrap-320 {
    width: 320px;
    height: auto;
    margin: 0 auto;
    margin-top: 100px;
    
}

.gif-wrap-160 {
    width: 160px;
    height: auto;
    margin: 0 auto;
    margin-top: 100px;
    
}






.body-wrapper {
    width: 50%;
    margin: 0 auto;
    
}

h3, h4 {
    text-align-last: center;
    letter-spacing: 5px;
    
}


p {
    text-align-last: center;
    letter-spacing: 5px;
    font-weight: 700;
    
}

.button-click {
    padding: 10px 45px;
    margin: 0 auto;
    color: #000;
    border-radius: 3px;
    transition: .2s ease-in-out;
    border: 2px solid #000;
    position: relative;
    
}

.button-click:hover {
    background:#910a2d;
    color: #fff;
    border: #910a2d;
    border: 2px solid #910a2d;
    
}

.side-bar {
    width: 33%;
    height: 1000px;
    position: absolute;
    
}

.side-bar li {
    padding-right: 50px;
    padding-bottom: 20px;
    display: block;
    text-align: right;
}

.side-bar ul {
    float: right;
    
} 

.side-bar a {
    color: #000;
    font-weight: 00;
    
}

.side-bar a:hover {
    color: #999;
}

footer {
    height: 100px;
    width: 100%;
    background: #000;
    margin-top: 100px;
    
}

.footer-nav-wrap {
    width: 75%;
    height: 100px;
    margin: 0 auto;
    
}

.footer-nav-wrap p {
    color: #fff;
    padding: 30px;
    
}

.sec-nav {
    width: 75%;
    margin: 0 auto;

}

.sec-nav ul {
    width: 75%;
    margin: 0 auto;
    text-align: center;

}

.sec-nav ul li {
    display: inline;
    width: auto;
    

}

.sec-nav ul li:hover {
    font-weight: 700;

}



.sec-nav a {
    padding: 15px;
    color: #000;

}

.sec-nav a.active {
    color: #910a2d;
    font-weight: 700;

}



p {
  line-height: 2rem;
  text-align: center !important;
}

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

.parallax-container {
  height: 100vh;
  line-height: 0;
  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;
}