::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: #222;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #000;
}

* {
  margin: 0px;
  padding: 0px;
  transition: all ease 0.2s;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  color: #FFF;
  font-size: 1em;
  min-height: 101%;
  font-family: "Arial";
  line-height: 1.5rem;
  background: unset;
  background: #000;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url(../_img/03_bg.png);
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  display: none;
  font-size: 2rem;
  padding-top: 6px;
  line-height: 2.1rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 4px;
}

h3 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: bold;
  margin-left: 0.2rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

h5 {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: bold;
}

a:link, a:visited, a:hover {
  color: #FFF;
  text-decoration: underline;
}

a:active {
  color: #CCC;
  font-weight: bold;
}

p {
  font-size: 100%;
  margin-top: 1rem;
}

.nav-main {
  top: 0px;
  margin: 0;
  z-index: 1000;
  text-align: right;
  padding-bottom: 8px;
  position: fixed;
  width: 100%;
  transition: all ease 0.1s, top ease 2s;
}
.nav-main.up {
  transition: all ease 0.1s, top ease 5s;
  top: -100%;
}
.nav-main .col.s12 {
  padding: 0 0.5rem;
}
.nav-main .nav-main-grid {
  display: grid;
  margin-top: 8px;
  align-items: center;
  grid-template-columns: 1fr max-content;
}
.nav-main .info {
  line-height: 3px;
  font-size: 1.2rem;
}
.nav-main #logo-spider {
  float: right;
  max-width: 54px;
  margin-left: 10px;
  max-height: 54px;
  background-color: transparent;
}

#main {
  margin-top: 120px;
}

#menu-nav {
  list-style-type: none;
}
#menu-nav li {
  float: left;
  width: 100%;
  cursor: pointer;
  max-width: 98%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#menu-nav li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#menu-nav li > span {
  padding: 15px;
  display: block;
}

#services-list {
  gap: 0px;
  right: 0px;
  display: grid;
  margin: 0 3%;
  margin-top: 3%;
  max-width: 300px;
  position: absolute;
  padding-left: 16px;
  list-style-type: none;
  border-left: 1px dotted #fff;
}

#certs-list {
  margin: 0 1.5rem;
  display: grid;
  gap: 6px;
}

#certs-list li {
  list-style-type: square;
  font-size: 2rem;
  position: relative;
}

#certs-list li span {
  position: relative;
  font-size: 1rem;
  top: -4px;
}

#list-design {
  list-style-type: none;
}

#list-design li {
  padding: 0.5%;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 20px 14px 14px rgba(0, 0, 0, 0.368627451);
}

#list-design li a {
  float: left;
  position: relative;
  margin-right: 1%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#list-bg-thumb {
  list-style-type: none;
  margin: 0px;
  float: right;
}

#list-bg-thumb li {
  float: left;
  width: auto;
  margin: 0px;
}

.bg-thumb {
  max-height: 30px;
  background-color: black;
  border: 1px solid black;
}

.bg-thumb.selected {
  border: 1px solid white;
}

.heroC {
  position: absolute;
  top: 0px;
}

.heroC ul {
  list-style-type: none;
}

.heroC ul li {
  float: left;
  width: auto;
  margin: 10px;
}

#profile {
  background-image: url(../_img/_photos/profile_01.png);
  background-attachment: center;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 1px solid #fff;
  border: 3px solid black;
  background-size: cover;
  margin-bottom: 3%;
  min-height: 400px;
  position: relative;
  display: block;
  opacity: 1;
}

#profile-com {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  min-height: 56px;
  padding-top: 6px;
  text-align: right;
  width: 100%;
  bottom: 0px;
}

.profile-sig {
  font-size: 2rem;
  text-align: right;
  padding: 1%;
}

.profile-thumb {
  max-height: 30px;
  background-color: black;
  border: 1px solid black;
}

.profile-thumb.selected {
  border: 1px solid white;
}

.grid-home {
  grid-template-columns: 1fr;
  margin: 0 1rem;
  display: grid;
  gap: 1rem;
}
@media all and (min-width: 768px) {
  .grid-home {
    grid-template-columns: max-content 1fr;
    gap: 1.5rem;
  }
}

.grid-home .left {
  border-right: 1px dotted white;
}

.grid-home .right {
  padding-bottom: 0;
}

.grid-home .imgGrid {
  margin-top: 1.5rem;
}

.grid-home p:first-of-type {
  margin-top: 0;
}

.xC {
  clear: both;
}
@media all and (min-width: 768px) {
  .xC {
    padding: 16px 64px 8px;
  }
}
.xC .L {
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.xC .I {
  margin-right: 10px;
}
.xC .X {
  display: none;
}
.xC ul {
  margin: 8px;
}
@media all and (min-width: 768px) {
  .xC ul {
    margin: 1rem 3.33rem;
  }
}
.xC ul li {
  font-size: 80%;
  padding: 0.2rem;
  list-style-type: square !important;
}

.pTN {
  border: 1px solid #fff;
}

.pTN2 {
  border: 1px solid #000;
  max-width: 10%;
}

.pTN2:hover {
  border: 1px solid #fff;
}

.expC {
  padding: 10px;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.expC p {
  margin-top: 3%;
}
.expC .ID {
  margin-top: 10px;
  clear: both;
}
.expC .ID ul {
  display: inline;
  list-style: none;
  margin-left: 0;
}
.expC .ID ul li {
  border: none;
  margin-left: 0;
  display: inline;
  list-style: none;
  padding-left: 2px;
}
.expC .quik {
  float: left;
  width: 70%;
}
.expC .quik-side {
  float: right;
  font-size: 9px;
  padding: 10px;
  border-left: 1px dotted;
}
.expC .quik-wired {
  padding-top: 10px;
}
.expC .quik-IBM {
  padding-top: 10px;
  clear: both;
}
.expC .quik-IBM-link {
  float: left;
}
.expC .quik-IBM-tiny {
  float: left;
  font-size: 9px;
}

.headliner {
  text-align: right;
  margin-bottom: 1rem;
}

.experience-header {
  display: grid;
  grid-template-columns: 1fr;
}
@media all and (min-width: 768px) {
  .experience-header {
    grid-template-columns: max-content 1fr;
  }
}

.experience-header .right {
  margin-top: 1rem;
}
@media all and (min-width: 768px) {
  .experience-header .right {
    margin-top: 0;
    text-align: right;
  }
}

#trainingVideoDiv {
  zoom: 1;
}

.expPT {
  float: left;
  width: 70%;
}

.exp.PT-vid {
  float: right;
  width: 120px;
  font-size: 9px;
  padding: 10 0;
  border-left: 1px dotted;
}

#pTVid {
  display: none;
  width: 318px;
  height: 239px;
  z-index: 1000;
  position: absolute;
  padding: 0px 5px 5px 5px;
  background-color: #000;
}

.pTVidText {
  padding-top: 10px;
}

.expIsocor-nplex {
  font-size: 13px;
  line-height: 20px;
  margin-left: 10px;
  font-style: italic;
}

body .LI-badge-container.horizontal.dark {
  width: 100%;
}

.panel {
  border: 0.5px solid gray;
  border-left: 0.5px solid #8c8c8c;
  border-top: 0.5px solid #b3b3b3;
  border-right: 0.5px solid #666666;
  border-bottom: 0.5px solid #666666;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.6);
}

.panel-video {
  display: none;
}

.panel-about {
  display: none;
}

.panel-design {
  display: none;
}

.panel-header {
  margin-bottom: 3%;
  padding: 1%;
}

.panel-contact {
  margin-top: 1%;
  padding: 1%;
  display: none;
  order: 2;
}

.imgGrid {
  display: grid;
  max-width: 100%;
  padding: 0.5rem 0 0 0.5rem;
  justify-content: space-evenly;
  grid-template-columns: repeat(5, 1fr);
}

.imgGrid-item {
  overflow: hidden;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-size: cover;
  background-position: center;
  box-shadow: 1px 1px 10px 0 rgba(58, 58, 58, 0.1);
}
.imgGrid-item a {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid transparent;
}
.imgGrid-item a.selected {
  border: 1px solid #fff;
}
.imgGrid-item a:hover {
  border: 1px solid white;
}
.imgGrid-item img {
  width: 100%;
  height: 100%;
}

#div-bg-thumb {
  position: relative;
  padding-top: 1rem;
}

.home-top {
  min-height: 12rem;
}

.nav.top .nav-container {
  padding: 0;
}

.nav a.btn:hover {
  border: 1px solid #fff;
}

.nav a.btn {
  width: 100%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
}

.nav.top a.btn, .nav.top a.bt:hover {
  font-size: 0.9rem !important;
  color: #fff;
}

a.btn.panel.nav-btn:hover {
  color: #fff;
  text-decoration: none;
}

#materialbox-overlay {
  opacity: 0.5 !important;
}

.imgGrid.design {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1.5rem;
}

.imgGrid.design .imgGrid-item {
  height: 100px;
  background-position: top left;
}

.imgGrid.about {
  margin-top: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.imgGrid.about .imgGrid-item {
  height: auto;
}

.panel-about .designory .imgGrid-item {
  height: 100px;
}

.panel-about .park-terrace .imgGrid-item {
  height: 100px !important;
}

.panel-about .spiderbox .imgGrid-item {
  height: 100px;
}

.panel-about .quik .imgGrid-item {
  height: 130px !important;
}

.panel-about .entex .imgGrid-item {
  height: 100px;
}

.panel-about span.handwriting {
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 64px;
  text-align: right;
  display: block;
}

.panel-about .about-main {
  margin-top: 1.5rem;
}

.panel-about .collapsible {
  margin: 0;
}

.xC.panel {
  padding: 1rem;
}

ul.collapsible {
  border-top: 0.5px solid gray;
  border-left: 0.5px solid gray;
  border-right: 0.5px solid gray;
}

.collapsible-header {
  border-bottom: 0.5px solid gray;
  background-color: transparent;
  font-weight: bold;
}

.collapsible-header:focus, .collapsible-header:hover {
  background-color: #222;
}

.keyboard-focused .collapsible-header:focus, .collapsible-header:hover {
  background-color: #333;
}

.collapsible-header .right {
  text-align: left;
  width: 8rem;
}

.collapsible-header i {
  float: left;
}

.collapsible-body {
  border-bottom: 1px solid gray;
  padding: 1rem;
}

.collapsible-body > .panel {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.btn:hover, .btn-large:hover {
  background-color: none;
}

.video-responsive {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin: 1.5rem 1rem 0 1rem;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.panel-video h4 {
  margin: 2rem 2rem 0 2rem;
  font-size: 1.1rem;
}

/*--slidenav--*/
a.sidenav-trigger {
  position: absolute;
  left: 1rem;
  top: 1rem;
}

nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
  top: -65px;
  height: 64px;
  line-height: 64px;
  position: absolute;
}

.footer {
  color: gray;
  text-align: right;
  font-style: italic;
  font-size: 0.8rem;
  padding: 0 2rem;
}

.heroC .imgGrid-item {
  border: 1px solid #333;
  width: 100px !important;
  height: 50px !important;
}

.panel-about .headliner .date {
  display: none;
}

.heroC .imgGrid {
  display: none;
}

path#path33 {
  fill: white;
}

.sidenav .user-view .background {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../_img/00_bg.png");
}

/*--end slidenav--*/
body.theme-0 {
  font-family: "Exo", sans-serif;
}

.theme-0 #logo-spider {
  background-color: #00bcd9;
  border: 2px solid black;
}
.theme-0 path#path33 {
  fill: black !important;
}
.theme-0 .nav a.btn {
  color: #00bcd9;
}
.theme-0 .nav a.btn:hover {
  color: #00bcd9;
  border: 1px solid #00bcd9;
}
.theme-0 .keyboard-focused .collapsible-header:focus, .theme-0 .collapsible-header:hover {
  color: #00bcd9;
  background-color: #333;
}
.theme-0 .collapsible .active .collapsible-header {
  color: #00bcd9;
}
.theme-0 .sidenav .user-view .background {
  background-image: url(../_img/00_bg.png);
  background-position: center;
}
.theme-0 .xC .L:hover {
  color: #00bcd9;
}
.theme-0 .xC .L.open {
  color: #00bcd9;
}
.theme-0 h1, .theme-0 h2, .theme-0 h3, .theme-0 h4, .theme-0 .h5, .theme-0 #menu-nav {
  font-family: "Exo", sans-serif;
}
.theme-0 h3 {
  color: #00bcd9;
}
.theme-0 #profile {
  border-top: 1px solid #00bcd9;
  background-image: url(../_img/_photos/profile_07.png);
}
.theme-0 #profile-com {
  height: 60px;
}
.theme-0 .heroC .imgGrid {
  display: grid;
}
.theme-0 .profile-sig {
  top: 20px;
  font-size: 50px;
  position: relative;
  color: #00bcd9;
  font-family: "Herr Von Muellerhoff", cursive;
}
@media all and (max-width: 600px) {
  .theme-0 .profile-sig {
    top: -60px;
    left: -10px;
    color: white;
  }
}
.theme-0 .sidenav-trigger .material-icons {
  color: #00bcd9;
}
.theme-0 .panel {
  background-color: rgba(0, 0, 0, 0.7);
}

.theme-1 h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  display: none;
}
.theme-1 h2 {
  font-size: 2.2rem;
  font-weight: bold;
}
.theme-1 h3 {
  font-size: 2rem;
  color: limegreen;
  font-weight: normal;
}
.theme-1 #panel-home h3 {
  text-align: right;
}
.theme-1 .sidenav .user-view .background {
  background-image: url(../_img/01_bg.png);
  background-position: center;
}
.theme-1 #profile {
  border-top: 3px solid limegreen;
  background-image: url(../_img/_photos/profile_07.png);
}
.theme-1 #profile-com {
  border-top: 1px solid limegreen;
}
.theme-1 .profile-sig {
  top: 20px;
  font-size: 50px;
  position: relative;
  color: limegreen;
  font-family: "Herr Von Muellerhoff", cursive;
}
.theme-1 .nav a.btn {
  color: limegreen;
}
.theme-1 .nav a.btn:hover {
  border: 1px solid limegreen;
  color: limegreen;
}
.theme-1 .keyboard-focused .collapsible-header:focus, .theme-1 .active .collapsible-header, .theme-1 .collapsible-header:hover {
  color: limegreen;
}
.theme-1 .imgGrid-item a.selected, .theme-1 .imgGrid-item a:hover {
  border: 1px solid limegreen;
}
.theme-1 #path33 {
  fill: limegreen !important;
}
.theme-1 .nav-main {
  color: limegreen;
}
.theme-1 .xC .L:hover {
  color: limegreen;
}
.theme-1 .xC .L.open {
  color: limegreen;
}
.theme-1 .imgGrid.about.panel {
  background-color: transparent;
  border: 0px none transparent;
}
.theme-1 .panel {
  border: 0.5px solid limegreen;
}
.theme-1 #services-list, .theme-1 #certs-list {
  right: 0px;
  color: #ddd;
  font-size: 1.1rem;
  padding-left: 16px;
  line-height: 1.4rem;
}
.theme-1 #certs-list li {
  list-style-type: disc;
}
.theme-1 .grid-home .right {
  line-height: 28px;
}
.theme-1 #services-list li:hover, .theme-1 #certs-list li:hover {
  color: #fff;
}
.theme-1 path#path33 {
  fill: limegreen;
}

.theme-2 {
  color: red;
  font-family: "Orbitron", sans-serif;
}
.theme-2 #profile {
  border-top: 1px solid red;
  background-image: url(../_img/_photos/profile_07.png) !important;
}
.theme-2 p {
  color: #ddd;
  font-family: "Arial";
}
.theme-2 .collapsible-header {
  font-size: 0.95rem;
}
.theme-2 h3 {
  color: red;
}
.theme-2 .profile-sig {
  font-family: "Herr Von Muellerhoff", cursive;
  position: relative;
  font-size: 50px;
  color: red;
  top: 20px;
}
.theme-2 .nav a.btn {
  color: red;
}
.theme-2 .nav a.btn:hover {
  color: red;
  border: 1px solid red;
}
.theme-2 .collapsible-header {
  font-weight: normal;
}
.theme-2 .keyboard-focus .collapsible-header:focus, .theme-2 .collapsible-header:hover {
  color: red;
}
.theme-2 .imgGrid-item a.selected, .theme-2 .imgGrid-item a:hover {
  border: 1px solid red;
}
.theme-2 #path33 {
  fill: red !important;
}
.theme-2 .nav-main {
  color: red;
}
.theme-2 .sidenav-trigger i.material-icons {
  color: #666;
}
.theme-2 .sidenav .user-view .background {
  background-image: url(../_img/02_bg.png);
  background-position: center;
}

.theme-3 {
  color: #9ffc02;
  font-family: "Orbitron", sans-serif;
}
.theme-3 p {
  color: #ccc;
  font-family: "Arial";
}
.theme-3 .collapsible-header {
  font-size: 0.9rem;
}
.theme-3 .info {
  font-family: "Arial";
  padding-top: 0.4rem;
}
.theme-3 .profile-sig {
  font-family: "Herr Von Muellerhoff", cursive;
  position: relative;
  font-size: 50px;
  top: 20px;
}
.theme-3 #profile {
  background-image: url(../_img/_photos/profile_07.png) !important;
}
.theme-3 .sidenav .user-view .background {
  background-image: url(../_img/03_bg.png);
  background-position: center;
}

.theme-4 {
  color: #fff;
  font-family: "Quantico", sans-serif;
}
.theme-4 p {
  color: #ccc;
  font-family: "Arial";
}
.theme-4 #profile {
  background-image: url(../_img/_photos/profile_07.png) !important;
}
.theme-4 .panel {
  background-color: rgba(0, 0, 0, 0.5);
}
.theme-4 .profile-sig {
  font-family: "Herr Von Muellerhoff", cursive;
  position: relative;
  font-size: 50px;
  top: 20px;
}
.theme-4 .sidenav .user-view .background {
  background-image: url(../_img/04_bg.png);
  background-position: center;
}

.theme-red h3 {
  color: red;
}
.theme-red #profile {
  border-top: 1px solid red;
}
.theme-red .profile-sig {
  font-family: "Herr Von Muellerhoff", cursive;
  position: relative;
  font-size: 50px;
  color: red;
  top: 20px;
}
.theme-red .nav a.btn {
  color: red;
}
.theme-red .nav a.btn:hover {
  color: red;
  border: 1px solid red;
}
.theme-red .collapsible-header:focus, .theme-red .theme-red .collapsible-header:hover {
  color: red;
}
.theme-red .imgGrid-item a.selected, .theme-red .theme-red .imgGrid-item a:hover {
  border: 1px solid red;
}
.theme-red #path33 {
  fill: red !important;
}
.theme-red .nav-main {
  color: red;
}

@media all and (max-width: 470px) {
  .panel-about .collapsible-header > .date-col {
    display: none;
  }
  .panel-about .headliner .date {
    display: block;
  }
  .panel-about .collapsible-header > .name-col {
    width: 100%;
  }
  #services-list {
    display: none;
  }
  #profile {
    background-position: -100px -50px;
  }
  #logo-spider {
    margin: 0;
    right: -8px;
    max-width: 70px;
    max-height: 70px;
    position: relative;
  }
  #main {
    margin-top: 110px;
  }
  body .nav-main h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  body .nav-main h2 {
    font-size: 1.1rem;
  }
  body .nav-main .info {
    font-size: 1rem;
    line-height: 0.3rem;
  }
  .top a.btn.panel.nav-btn span {
    display: none;
  }
  h3 {
    font-size: 1.2rem;
  }
  .top i.right {
    float: none !important;
    text-align: center;
    width: 100%;
  }
  a.sidenav-trigger {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
  }
  .imgGrid.design {
    grid-template-columns: repeat(1, 1fr);
    margin: 1rem;
  }
  .imgGrid.about {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 700px) {
  .row.topnav {
    display: none;
  }
  .col.s9.push-s3 {
    left: 0px;
    width: 100%;
  }
  i.right {
    margin-left: 0px;
    font-size: 1.8rem;
  }
  #certs-list {
    max-width: 100%;
  }
}
body .panel-main {
  position: relative;
  overflow: hidden;
}
body .nav {
  position: relative;
  z-index: 100;
}
body .section {
  transition: all ease 0.5s;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  position: sticky;
  display: block;
  top: 100px;
  opacity: 1;
}
body .section.hidden {
  right: 0;
  opacity: 0;
  height: 0px;
  visibility: hidden;
  position: absolute;
  margin-top: -2.5vh;
  transition: all ease 0s;
}/*# sourceMappingURL=css.css.map */