/* Custom Stylesheet */
/*
 * This file overrides the materialize.css file.
 * The materialize.css can be updated to new versions.
 * 
 */

.csgl{width:400px;}
.csgl li{display: block;}
.csgl li label{float:left;width:90px;color:#666;font-size:12px;}
.csgl li select{float:left;width:270px;margin-bottom:14px;margin-left: 10px;}

.smalltxt{color:#666;font-size:0.8em;margin:0;padding:0;font-style: italic;}


.top-vid, html {
    position: relative;
}
.cube-features li, .touch-features li {
    list-style: square;
}

/* Main format */
html {
    min-height: 100%}
body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    color: #494949;
    -webkit-font-smoothing: antialiased;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}


/* NAVBAR - Color, Size */
/* Navigation - changes the pink background to green */

nav {
  color: #ffffff;
  background-color: #006600;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ffffff;
}

nav ul a {
    color: #ffffff;
    font-size: 14px;
}
nav a:hover {
    background-color: none;
}
nav a.button-collapse {
    color: #777;
}
nav a.button-collapse:hover {
    color: #222;
    -o-transition: .9s;
    -ms-transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    transition: .9s;
}
#logo-container {
    color: #333;
	margin: -10px;
}
nav img {
    width: 150px;
    margin-top: 15px;
    margin-left: 20px;
}
.navbar-fixed {
    z-index: 9999999;
}


.dropdown-content {
  background-color: #ffffff;
  margin: 56px 0;
  display: none;
  min-width: 180px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
}

/* BREADCRUMB - Color, Size (note that the breadcrumb entry on each page is manual) */

.breadcrumb {
  font-size: 12px;
  color: #006600;
}

.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 12px;
}

.breadcrumb:before {
  content: '\E5CC';
  color: #006600;
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

.breadcrumb:first-child:before {
  display: none;
}

.breadcrumb:last-child {
  color: #006600;
}

/* CONTAINER */

.container {
  margin: 0 auto;
  max-width: 1080px;
  width: 95%;
}

/* SECTION */

.section {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

/* GENERAL TEXT */

p {
  line-height: 1.4rem;
    font-size: 13px;
}

p.margin-l {
	margin-left: 14px;
}

/* border around text */

div.one {
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    padding: 5px;
    margin: 0px;
}

.tab20 {
	margin-left:20px;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 2.6rem;
  line-height: 100%;
  margin: 1rem 0 1rem 0;
}

h2 {
  font-size: 2.6rem;
  line-height: 100%;
  margin: 1rem 0 1rem 0;
}

h3 {
  font-size: 1.5rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0;
}

h4 {
  font-size: 1.2rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
}

h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
}

/* TABLE */

table {
  font-size: 13px;
}

td, th {
  padding: 10px 05px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

/* OTHER */

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  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;
}