/** {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

video {
  width: 100%;
}

h1 {
  color: #0b0;
  padding-left: 20px;
  font-size: 3em;
  font-family: 'Baloo', cursive;
}

#header {
  position: fixed;
  top: 0px;
  left: 0px;
}*/


body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
.w3-bar,h1,button {font-family: "Montserrat", sans-serif}
.fa-anchor,.fa-coffee {font-size:200px}
header h1 {
  text-transform: uppercase;
}
img {
  max-width: 100%;
}

.contactnow {
  position:fixed; top:0px; left:75%;
}

@media screen and (max-width:600px) {
  .w3-jumbo {
    font-size: 48px !important;
  }

  .contactnow {
    left: 45%;
  }

  .small-center {
    text-align: center !important;
  }

  .teamviewer-btn {
    margin: 0 auto;
  }

  h1,h2,h3,ul {
    text-align: center;
  }

  ul {
    list-style: none;
    padding-left: 0px;
  }

  li:after {
    content: " —";
    color: #bbb;
  }

  li:before {
    content: "— ";
    color: #bbb;
  }

  h4,h5 {
    text-align: justify;
  }
}

@media screen and (max-width:380px) {
  .w3-jumbo {
    font-size: 36px !important;
  }
}