/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

/* Custom Stylesheet */
.start-splash-header-content {
 padding-top:60px
}
@media only screen and (max-width: 992px) {
 .start-splash-header-content {
  padding-top:30px;
  text-align:center
 }
}
.start-splash-section {
 overflow:hidden;
 /*height:400px*/
  /*max-height:430px*/
  max-height:410px
}
@media only screen and (max-width: 992px) {
 .start-splash-section {
  height:inherit;
  max-height:600px
 }
}
.splash-image-container {
 width:100%;
 max-width:740px;
 height:720px
}
@media only screen and (max-width: 992px) {
 .splash-image-container {
  margin-top:0;
  padding-top:0px;
  width:100%;
  height:100%;
  text-align:center;
  max-width:initial
 }
}
.splash-image {
 width:100%;
 /*padding-top:5px;*/
 padding-top:15px;
 padding-bottom:5px;
}
@media only screen and (max-width: 992px) {
 .splash-image {
  width:100%;
  max-width:740px;
  max-height:100%;
  margin-bottom:-44px
 }
}
.start-splash-header-text {
 font-size:30px;
 font-weight:300;
 overflow-x:hidden
}
/* Custom Stylesheet */
.start-header-paragraph-text {
 font-size:18px;
 line-height:28px;
 max-width:440px
}
@media only screen and (max-width: 992px) {
.start-header-paragraph-text {
 text-align:center;
 max-width:none
}
/* Custom Stylesheet */
.omacolorbg2 {
 background-color: #0A1A22 !important;
}
.section-blue {
 background:rgba(61,174,233,0.1);
}
.section-red {
 background:rgba(218,68,83,0.07)
}
.section-green {
 background:rgba(39,174,96,0.1)
}
.section-orange {
 background:rgba(246,116,0,0.05)
}
