body {
  background: #052a2c;
}

h1 {
  padding: 0;
  line-height: 0;
  margin: 0;
  font-size: 0;
}

.bg--trans--white {
	background-color: #fff !important;

}

.brand-logo {
  opacity: 1 !important;
  z-index: 2;
}

.blue {
	background-color: #335062 !important;
}

.blue--text {
  color: #335062;
}

.waves-effect.waves-blue .waves-ripple {
   background-color: #1781b3;
}

#dropdown1 li a:hover {
    background-color: #82b10a !important;
}

.small {
  font-size: 80%;
}

main {
  flex: 1 0 auto;
}

.navbar-fixed {

}

nav ul a,
nav .brand-logo {
  color: #ffffff;

}

nav {
  min-height: 145px;
}

.side-nav {
  background-color: rgba(17, 17, 17, 1) !important;

}

.side-nav li a {
  color: #1781b3;
  font-size: 4em;
  height: auto;
  line-height: auto;
  margin: 0.3em 0;
}

.side-nav li a:hover {
    color: #82b10a !important;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #1781b3;
}

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

.sc-frame {
  margin: 2rem 0; 
}

#topbtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: -2px;
  z-index: 99;
  outline: none;
  color: white;
  cursor: pointer;
  border-radius: 2px;
}

.social {
  margin: 0 1rem 2rem 1rem;
}

#sidenav-overlay {
  z-index: 500 !important;
}

@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;
  }
  .m_t_2rem {
  margin-top: 2rem;
}
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}