/************************************************************************************************************/
/************************************************** GLOBAL **************************************************/
/************************************************************************************************************/
body {background:black;}





/******************** VIDEO BG ********************/
.bg-video {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  background-size: cover !important;
  background: no-repeat center;
  user-select: none;
  pointer-events: none;

  /*custom styles, for example grayscale appearance*/
  filter: brightness(0.6);

  /*additional tweaks for positioning, read more in the link above*/
  height: 50%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
}

.LOTN-navbar {background:linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%) !important; box-shadow:none !important;}
.LOTN-text {text-shadow:0px 0px 20px black, 1px 1px 10px black, -1px -1px 10px black; }
.LOTN-album, .LOTN-footer { background:none !important; box-shadow:none !important;}




/*************************************************** FONTS *************************************************/
p, li { font-family: 'Oswald', sans-serif; font-weight:100; font-size:18px; color:#f5e8cb; }
b, strong { font-family: 'Oswald', sans-serif; font-weight:800; font-size:18px; color:#f5e8cb; }
h1 { font-family: 'Oswald', sans-serif; font-weight:700; font-size:32px; color:#f5e8cb; }
h2 { font-family: 'Oswald', sans-serif; font-weight:700; font-size:28px; color:#f5e8cb; }
h3 { font-family: 'Oswald', sans-serif; font-weight:700; font-size:24px; color:#f5e8cb; text-align:center; opacity:0.4; filter:alpha(opacity=40); }
h4 { font-family: 'Oswald', sans-serif; font-weight:700; font-size:22px; color:#f5e8cb; }
h5 { font-family: 'Oswald', sans-serif; font-weight:700; font-size:20px; color:#f5e8cb; text-shadow:0 0 5px rgba(0,0,0,1), 0 0 10px rgba(0,0,0,1), 0 0 20px rgba(0,0,0,1); }
h6 { font-family: 'Oswald', sans-serif; font-weight:400; font-size:18px; color:#f5e8cb; text-align:center; }
a {color:#f5e8cb;}


/*************************************************** BUTTONS *************************************************/
.btn-lotn {color:#4a4436;  letter-spacing:1.5px; font-weight:800; background:#f5e8cb; border:none; padding:10px 20px; border-radius:40px;}
.btn-lotn:hover {color:#eddfc3; background:#756545;}







