.preload_img {
	position: absolute;
	visibility: hidden;
}

/*!
Styles for full screen background video demo
*/
/* =============================================================================
  RESETS
============================================================================= */
html,
body,
div,
h1,
p,
a,
video {
  margin: 0;
  padding: 0;
}

/* =============================================================================
  HTML, BODY
============================================================================= */
html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Oxygen", sans-serif;
  line-height: 1.5;
}

/* =============================================================================
 MENU CONTENT
============================================================================= */

.menu_content {
  position: absolute;
  top: 20px;
  z-index: 9999;
  right: 0px;
  max-width: 350px;
  width: 150px;
}

.menu_content a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
	
.menu_link_inner {
	border: 1px solid #fff;
	display: block;
	padding: 10px;
	width: 120px;
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom: 5px;
}

.menu_link_inner:hover { 
	background-color: rgba(192, 192, 192, 0.6);
}

/* =============================================================================
  VIDEO
============================================================================= */
.video_background {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.video_background > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Logo ------------------------------------------------------------------------- */
.logo {
	position: absolute;
	top: 5px;
    left: 10px;
	z-index: 1000;
}

.logo img {
	max-width: 450px;
}
/* ------------------------------------------------------------------------------ */

/* Footer ----------------------------------------------------------------------- */
.footer_content {
	position: absolute;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
/* ----------------------------------------------------------------------------------------- */

/* BUTTONS --------------------------------------------------------------------------------- */
a.wire.button {
	cursor: pointer;
	position: relative;
	overflow: visible;
	font-family: "Roboto Slab", serif; /*"museo-sans-rounded", sans-serif;*/
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: #000;
	background-color: #f6f1db;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	border: 2px solid #000;
	padding: 8px 20px;
}
a.wire.button:active {
	top: 2px;
}
a.wire.button:hover {
	background: #5c1130;
	color: #fff;
}
/* ----------------------------------------------------------------------------------------- */
