.fancybox-close {
    top: 0;
    right: 0;
}

#parent {
	background: black;
	text-align:center;
}

#child {
	max-width: 1200px;
	margin-left: 14%; 
	margin-right: 10%;
	text-align:center;
}

#site_header {
padding: 10px 16px;
background: #fff;
text-align: center;
}

#title {
display: block;
margin: 0;
padding: 0;
}

#title h1 {
margin: 0;
padding: 0;
border: 0;
font-family: Impact, Charcoal, sans-serif;
line-height: 1.15;
}

#small_after_header {
font-size: 15px;
}

#menu_div {
display: flex;
justify-content: center;
margin-top: 10px;
}

ul#menu_bar {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0;
padding: 0;
font: 12px Verdana;
list-style-type: none;
}

ul#menu_bar li {
display: block;
float: none;
}
  
ul#menu_bar li a {
display: block;
box-sizing: border-box;
min-width: 110px;
padding: 5px 10px;
border: 1px solid #aaa;
background-color: #eee;
color: #47a;
text-decoration: none;
white-space: nowrap;
}

ul#menu_bar a:hover {
background: #fff;
color: #222;
}
  
ul#menu_bar li.current a {
border:1px solid #777;
}

#inquiries {
float: right;
}

ul#menu_bar li a#lightsabers-video-link {
min-width: 205px;
}

#lightsabers-video-modal {
padding: 0;
border: 0;
border-radius: 8px;
background: #000;
box-shadow: 0 12px 48px rgba(0, 0, 0, 0.55);
max-width: 92vw;
}

#lightsabers-video-modal::backdrop {
background: rgba(0, 0, 0, 0.82);
}

#lightsabers-video {
display: block;
width: min(1100px, 90vw);
max-height: 82vh;
background: #000;
}

#lightsabers-video-close {
position: absolute;
z-index: 1;
top: 8px;
right: 8px;
width: 38px;
height: 38px;
border: 0;
border-radius: 50%;
background: rgba(0, 0, 0, 0.72);
color: #fff;
font: 28px/36px Arial, sans-serif;
cursor: pointer;
}

#lightsabers-video-close:hover,
#lightsabers-video-close:focus {
background: #fff;
color: #000;
}
