  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: rgba(69,69,69,0.87);
    background-color: #eee;
  }
  main {
    flex: 1 0 auto;
  }
.padding {
    padding: 0% 10% 0%;
}
.pagination .active a {
    background-color: #fb8c00;
    color: #fff;
}
.tabs .tab a.active {
  color: #fb8c00;
}
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #fb8c00;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}
.header-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.75)));
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.75) 100%);
    z-index: 5;
}
.header-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: top right;
    background-attachment: fixed;
}
.collapsible-body {
    background-color: #fff;
  }
.parallax-footer {
    height: 350px;
}
.modal-small {
    height: 350px;
    width: 400px;
}
.modal-middle {
    height: 100%;
    width: 50%;
}       
.promo-caption {
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0;
}  
.promo-example {
    overflow: hidden;
}
.promo a {
    margin: 40px 0;
    color: #fb8c00;
    font-size: 7rem;
    display: block;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    color: #454545;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';    
    -webkit-font-smoothing: antialiased;
}
.footer-icons {
    color: #fff;
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.fa-social {
    padding: 8px;
    margin-top: 7px;
    font-size: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}
.material-icons:hover {
    opacity: 0.7;
}
.fa:hover {
    opacity: 0.7;
}
.fa {
    color: #454545;
}
.fa-white {
    color: #fff;
}
.img-hover:hover {
    opacity: 0.6;
}
.fa-facebook-social {
  background: #3B5998;
  color: white;
}

.fa-twitch-social {
  background: #6441A4;
  color: white;
}

.fa-twitter-social {
  background: #55ACEE;
  color: white;
}

.fa-google-social {
  background: #dd4b39;
  color: white;
}

.fa-linkedin-social {
  background: #007bb5;
  color: white;
}

.fa-youtube-social {
  background: #bb0000;
  color: white;
}

.fa-instagram-social {
  background: #125688;
  color: white;
}

.fa-pinterest-social {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost-social {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype-social {
  background: #00aff0;
  color: white;
}

.fa-android-social {
  background: #a4c639;
  color: white;
}

.fa-dribbble-social {
  background: #ea4c89;
  color: white;
}

.fa-vimeo-social {
  background: #45bbff;
  color: white;
}

.fa-tumblr-social {
  background: #2c4762;
  color: white;
}

.fa-vine-social {
  background: #00b489;
  color: white;
}

.fa-foursquare-social {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon-social {
  background: #eb4924;
  color: white;
}

.fa-flickr-social {
  background: #f40083;
  color: white;
}

.fa-yahoo-social {
  background: #430297;
  color: white;
}

.fa-soundcloud-social {
  background: #ff5500;
  color: white;
}

.fa-reddit-social {
  background: #ff5700;
  color: white;
}

.fa-rss-social {
  background: #ff6600;
  color: white;
}
.fa-steam-social {
  background: #213E50;
  color: white;
}


  /* label color */
   .input-field label {
     color: #fff;
   }
   .input-field {
     color: #fff;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: #fff;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #fff;
     box-shadow: 0 1px 0 0 #fff;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #fff;
     box-shadow: 0 1px 0 0 #fff;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #fff;
     box-shadow: 0 1px 0 0 #fff;
   }
   /* label focus color */
   .input-field input[type=email]:focus + label {
     color: #fff;
   }
   /* label underline focus color */
   .input-field input[type=email]:focus {
     border-bottom: 1px solid #fff;
     box-shadow: 0 1px 0 0 #fff;
   }
   /* valid color */
   .input-field input[type=email].valid {
     border-bottom: 1px solid #fff;
     box-shadow: 0 1px 0 0 #fff;
   }
   /* invalid color */
   .input-field input[type=email].invalid {
     border-bottom: 1px solid #fff;
     box-shadow: 0 1px 0 0 #fff;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #fff;
   }

.footer i {
    color: #fff;
}
.nav-drop {
    color: white;
background-color: white;
}  
.nav-drop a {
    color: #fb8c00;
}
.nav-drop a:active {
    color: #fb8c00;
}
.nav-drop a:hover {
    color: white;
background-color: #fb8c00;
}     
.img {
padding:5px;
}     
.center, .center-align {
    text-align: center;
}
.text_h2 {
    font-weight: 100;
    margin-bottom: 4%;
    line-height: 4.5rem;
}
.span_h2 {
    font-weight: 300;
    color: #15191C;
}
.up {
transform: rotate(30deg);
}
.img-rounded {
    border-radius: 3%;
}

.navbar-fixed {
z-index: 998;
}
.fixed {
	position: fixed; 
	top: 0; 
	z-index: 998;
}
.logo-padding {
	left: 15%; 
}
.nav-padding-right {
	padding-right: 15%; 
}
.padding-top {
	padding-top: 20px; 
}
.padding-no {
	padding: 0px -100px 0px; 
}
.collapsible.noborder {
    border: none;
    box-shadow: none;
}
.h5-text { 
    display: block;
    font-size: 1.90em;
    font-weight: bold;
}