html{
	background-color: #2bb5f9 !important;
}

body { 
    background-color: #000000;
    padding: 0px !important;
    margin:0px !important;
    font-family: 'Roboto Mono', sans-serif;
}

.navbar-knj{
    background-color: transparent;
} 

.ukiyo{
    width: 100%;
    height: auto;
}
.ukiyo.image{
    opacity: 1;
}

.ukiyo.main{
    opacity: 1;
}

.menu-item {
    font-family: 'Roboto Mono', sans-serif !important;
    font-size: 1.2em;  
    color:#2bb5f9 !important;
    text-decoration: none;
}

/* hide scrollbar but allow scrolling */
body {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
  }
  
  body::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }

  .navbar-expand-lg{
    width: 100% !important;
  }

video.home::-webkit-media-controls-panel {
    display: none !important;
    opacity: 1 !important;
}

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }

  .knj-form{
    background: rgba(255, 255, 255 ,0.1) !important;
    padding: 10px;
    border: none !important;
  }

  input, textarea{
    font-family: 'Roboto Mono', sans-serif;
    color: #93ed7a; 
    background: rgba(0, 0, 0 ,0.1) !important;
  }

  label{
    font-family: 'Roboto Mono', sans-serif;
    color: #93ed7a; 
  }

  .text-knj{
    font-family: 'Roboto Mono', sans-serif;
    color: #93ed7a; 
    text-transform: uppercase;
  }

  .margin-contact{
    margin-top: 30%;
  }

  .action-knj, .action-knj:visited, .action-knj:link, .action-knj:focus {
    font-family: 'Roboto Mono', sans-serif;
    color: #2bb5f9; 
    text-decoration: none;
    text-transform: lowercase;
  }

  .form-control{
    font-family: 'Roboto Mono', sans-serif !important;
    background: rgba(255, 255, 255 ,0.1) !important;
    border: 1px solid #93ed7a !important;
  }

  .form-control:focus{
    border-color:  #93ed7a !important; 
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
    outline: 0 none;
  }

  .btn-knj{
    background: rgba(255, 255, 255 ,0.1) !important;
    font-family: 'Roboto Mono', sans-serif;
    color: #2bb5f9 !important; 
    border-radius: 20px;
    border: 1px solid #2bb5f9 !important;
  }

  .title-contact{
    letter-spacing: 1.9vw;
    font-family: 'Roboto Mono', sans-serif;
    color: #2bb5f9 !important; 
    text-transform: uppercase;
    text-align: center;
    margin-left: 10px;
  }

  @media only screen and (max-device-width: 480px) {
    .calciframe{
      width: 100% !important;
      height: 100% !important;
    }

    .title-contact{
      letter-spacing: 5vw;
      margin-left: 20px;
    }
  }

  