@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');

* {
  font-family: sans-serif;
  /* border: 1px solid red */
}

body {
  background-color: black;
  color: white;
  position: relative;
}

h1,
h2,
h3 {
  font-family: 'Cinzel Decorative', cursive;
  font-weight: 400;
  font-style: normal;
}

h3 {
  font-size: 1.3rem;
}

a {
  cursor: pointer;
  overflow-wrap: break-word;
}

p {
  overflow-wrap: break-word;
}

#gd_logo {
  max-height: 50px;
  width: 100%;
}

#banner {
  min-height: 100vh;
  background-color: black;
  background: url('assets/brazier.mp4');
  color: white;
}

video {
  height:40vh;
  position: absolute;
  top: 60vh;
  right: 0;
}

.navbar {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.banner-link {
  width: 50px;
  height: auto;
  margin-right: 2em;
}

@media only screen and (min-width: 768px) {
  #fuji_video {
    position: absolute;
    top: calc(55vh);
    right: 0;
    height: 45vh;
    width: auto;
  }

  .contact-icon{
    width: 44px;
    height: auto;
  }
}
