.wrapper.thumbnail {
  /*height: 250px;*/
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.thumbnail a > img, .thumbnail > img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width:768px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

@media (min-width: 768px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.super-tm {
  font-size: 14px;
}

.thumbnail {
  border: hidden !important;
  padding: 0px !important;
}

div.wrapper {
  position: relative;
  /*float: left;*/
}

.item-img {
  border-style: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.thumbnail a > img, .thumbnail > img {
  top: 15px;
  left: 15px;
  font-size: 28px;
  color: #ffffff;
  cursor: pointer;
  color: #000000;
  /*right: 50px;*/
}

h1 {
  text-align: center !important;
}

.about {
  font-size: 20px;
  color: black;
}

text-shadow: 1px 3px 5px #111 {
}

.top {
  height: 60px;
}

h5 {
  font-size: 15px;
}

@-webkit-keyframes bounce {
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.top-slider {
  /*vertical-align: middle;*/
  color: #007bff;
  padding-top: 75px;
  padding-bottom: 75px;
  /*font-size: px;*/
}

.navbar.navbar-light.navbar-expand-md.sticky-top.navbar-fixed-top.navigation-clean-button {
  position: fixed;
  top: 0;
  width: 100%;
}

.top-grey {
  color: #6b6e70;
  font-size: 32px;
}

.top-blue {
  font-size: 64px;
  color: #1973ba;
}

h4 {
  color: black !important;
}

.top-lightgrey {
  color: #a6a8ab;
  font-size: 32px;
}

.top-number {
  color: #6b6e70;
  font-size: 32px;
}

@media (max-width: 600px) {
  .col-sm-3 {
    width: 80px !important;
  }
}

.row-center {
  display: -webkit-box;
  /*errordisplay: -webkit-flex;*/
  /*errordisplay: -ms-flexbox;*/
  /*errordisplay: flex;*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  /*errormargin-left: -15px;*/
}

.small-h5 {
  font-size: 5px;
}

@media (max-width: 600px) {
  .small-button {
    font-size: 7px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .phone-text {
    font-size: 10px;
  }
}

@media (max-width: 500px) {
  .small-button {
    font-size: 7px;
  }
}

.phone-text {
  /*color: #007bff !important;*/
}

.service-header {
  color: #007bff;
}

#services {
  margin-top: 55px;
}

.arrow-button {
  width: 95%;
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  font-size: 32px;
  animation: bounce 0.6s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@media (min-width: 768px) {
  .arrow-button {
    width: 95%;
    color: #ffffff;
    font-size: 26px;
    animation: bounce 0.6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
}

.arrow-button:hover, .arrow-button:active, .arrow-button:focus {
  background-color: rgba(255,255,255,0) !important;
  border-color: rgba(255,255,255,0) !important;
  text-decoration: none;
}

#hero-landing {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#services-bottom-row {
  margin-top: 20px;
}

#navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  #navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 50px;
  }
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

#nav {
}

@media (min-width: 768px) {
  #nav {
    height: 50px;
  }
}

#mobile-nav-item {
  font-size: 17px;
}

@media (min-width: 768px) {
  #mobile-nav-item {
    font-size: 0px;
  }
}

#navcol-2 {
  width: 100%;
}

@media (min-width: 768px) {
  #navcol-2 {
    width: 0px;
  }
}

#section-images {
  display: flex;
  align-items: center;
  justify-content: center;
}

#virtual-image {
  align-self: center;
}

