/* Alfa Slab One */
@font-face {
  font-family: "Alfa Slab One";
  src: url("../assets/fonts/AlfaSlabOne-Regular.ttf") format("truetype");
}

/* Bebas Neue */
@font-face {
  font-family: "Bebas Neue";
  src: url("../assets/fonts/BebasNeue-Regular.ttf") format("truetype");
}


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

body {
  font-family: "Bebas Neue", "Montserrat", sans-serif;
  background-color: rgb(0, 0, 0);
}

p {
  font-family: "Bebas Neue", sans-serif;
  color: #E5E5E5;
  text-transform: capitalize;
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alfa Slab One", "Montserrat", sans-serif;
  color: #E5E5E5;
}

h2 {
  font-family: "Bebas Neue", "Montserrat", sans-serif;
  color: #E5E5E5;
  line-height: normal;
}

.w3-bar,
button {
  font-family: "Bebas Neue", "Montserrat", sans-serif;
  color: #E5E5E5;
}

.fa-anchor,
.fa-coffee {
  font-size: 200px;
}

.bw-btn-menu {
  font-size: 40px;
}

#bg-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .24;
}

#quote-pane {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 110px;
}

.btn-quote {
  padding: 5px 8px;
  background-color: #DB011C;
  border: 0px solid #E5E5E5;
  color: #E5E5E5;
}

.btn-quote-mobile {
  background-color: #DB011C;
  border: 0px solid #E5E5E5;
  color: #E5E5E5;
  bottom: 0px;
  width: 100%;
  font-size: 24px;
}

#nav-main {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
}

#nav-main-bg {
  width: 100%;
  height: 100%;
}

#nav-main-bg img {
  width: 120px;
  height: auto;
  padding: 6px;
  margin-right: 32px;
}

#nav-mobile {
  width: 100%;
  height: 100%;
}

#logo-main {
  width: 100%;
  height: auto;
  z-index: 99999;
  position: relative;
  top: 0px;
  left: 0px;
}

#logo-mobile {
  width: 50%;
  height: auto;
  position: relative;
  top: 6px;
  left: 10px;
  z-index: 99999;
}

#logo-mobile img {
  width: 28vw;
  height: auto;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}

label {
  color: #E5E5E5;
  left: 0;
}

.w3-bar .w3-bar-item {
  float:none;
  display: inline;
}

.bw-red {
  background-color: #DB011C;
  color: #E5E5E5;
}

.bw-font-red {
  color: #DB011C;
}

.bw-font-lightgrey {
  color: #ACACAC;
  text-decoration: none;
}

.bw-darkgrey {
  background-color: #424242;
  color: #E5E5E5;
}

.bw-lightgrey {
  background-color: #ACACAC;
}

.bw-light {
  background-color: #E5E5E5;
}

.bw-red-border {
  border-bottom: 2px solid #DB011C;
  color: #ACACAC;
  margin: 0px 16px 0px 16px;
  width: 90%;
}

.bw-red-border-top {
  border-top: 3px solid #DB011C;
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  white-space: normal;
  float: none;
  outline: 0;
}

.bw-btn-gallery {
padding: 4px 8px;
margin: 2px 1px;
}

#bw-home-pane {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#bw-home-pane img {
  width: 320px;
  height: auto;
}

#bw-services-pane {
  position: relative;
  margin-top: 100px;
  padding-bottom: 50px;
}

#bw-work-pane {
  margin-top: 100px;
  padding-bottom: 50px;
}

#bw-about-pane {
  margin-top: 100px;
  padding-bottom: 50px;
}

#bw-footer-pane {
  text-align: left;
}

.bw-footer-title {
  font-family: "Alfa Slab One", "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 2px solid #DB011C;
  color: #ACACAC;
  width: 80%;
  padding: 0px;
  margin: 0px;
}

.bw-footer-content {
  font-size: 20px;
  padding: 5px 0px 0px 0px;
  margin: 0px;
  padding-bottom: 10px;
}