html, body {
  animation: none;
  color: #fff;
  max-width: 100vw !important;
  overflow-x: hidden !important; }

.has-text-blue {
  color: #458bf6; 
}

.navbar {
  background-color: #202020;
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 100vh;
  box-sizing: border-box;
  flex-direction: column;
  box-shadow: 5px 5px 15px #202020;
  padding: auto 0;
  color: #b4b4b4; }

.nav_element {
  background-color: #202020;
  margin: 0 auto;
  text-align: center; }

.nav_element:hover {
  cursor: pointer;
  background-color: #151515 !important; }



.learn_more:hover {
  cursor: pointer; }

.box {
  margin: 20px 0px; 
}

.box_table{
  float: left;
  width: 40%;
  height: auto;
}

.portrait {
  border-radius: 50%;
  height: 25vh;
  width: 25vh;
  min-height: 10vw;
  min-width: 10vw; }

.portrait:hover {
  box-shadow: 0px 0px 70px 2px white,  0px 0px 10px 1px white; }

.clear {
  clear: both; 
}

.nav_element:hover {
  background-color: #3c3c3c; 
}

.content_container {
  width: auto;
  text-align: center; 
}

.content_box {
  background-color: #ffffff;
  opacity: 0.98 !important;
  text-align: left;
  padding: 5%;
  width: auto;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;  
}

.experience {
  background-image: url("../img/experience.jpg");
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.has-more-text {
  opacity: 0.98 !important;
  color: #776464; 
}

.blue {
  color: #458bf6; 
}

.hover-blue {
  color: #3c3c3c; 
}

.hover-blue:hover {
  color: #458bf6; 
}

.error {
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  position: absolute;
  background-color: #ffffff;
  text-align: center;
  color: #000000 !important; 
}

.service_text{
  text-align: center;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

@-webkit-keyframes jumping {
  0% {
    padding-top: 0%;
    padding-bottom: 2%; }
  50% {
    padding-top: 1%;
    padding-bottom: 1%; }
  100% {
    padding-top: 0%;
    padding-bottom: 2%; } }
@-moz-keyframes jumping {
  0% {
    padding-top: 0%;
    padding-bottom: 2%; }
  50% {
    padding-top: 1%;
    padding-bottom: 1%; }
  100% {
    padding-top: 0%;
    padding-bottom: 2%; } }
@keyframes jumping {
  0% {
    padding-top: 0%;
    padding-bottom: 2%; }
  50% {
    padding-top: 1%;
    padding-bottom: 1%; }
  100% {
    padding-top: 0%;
    padding-bottom: 2%; } }
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
::-webkit-scrollbar {
  display: none; }

/*# sourceMappingURL=style.css.map */
