/*
Theme Name: Fitzgeralds Realm
Theme URI: http://themefastframework.com
Author: ImproveFeedback.com
Author URI: http://wordpressnation.com

Description:Fitzgeralds Realm 2017
Version: 1.0
*/
/* Browser fix for HTML5 Semantic Elements */
@import url('https://fonts.googleapis.com/css?family=Bangers|Cinzel|Permanent+Marker|Playfair+Display+SC|Rock+Salt');
@font-face {
  font-family: 'morpheus';
  src: url('fonts/morpheus.eot'); /* IE9 Compat Modes */
  src: url('fonts/morpheus.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/morpheus.woff') format('woff'), /* Modern Browsers */ url('fonts/morpheus.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/morpheus.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/*
font-family: 'Bangers', cursive;
font-family: 'Cinzel', serif;
font-family: 'Playfair Display SC', serif;
font-family: 'Rock Salt', cursive;
*/
header, nav, main, footer, article, section, aside, figure {
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
}
body {
  width: 100%;
  height: 100%;
  background: #000;
  color: antiquewhite;
  font-family: 'Cinzel', serif;
  font-size: calc(16px + (22 - 16) * ((100vw - 300px)/(1600 - 300)));
  line-height: calc(1.2em + (4 - 1.5) * ((100vw - 300px)/(1600 - 300)));
}
header {
  /*	background: #000000 url("images/Bluemoonheader.png") no-repeat left top;
	max-width: 800px;
	max-height: 250px; */
}
a:link, a:visited {
  color: antiquewhite;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
}
a:hover, a:active {
  color: gray;
}
.w3-cell-middle.w3-padding-large.w3-cell.contact form .form-group {}
.pum-theme-636 .pum-container, .pum-theme-framed-border .pum-container, .popmake-788 {
  background: #000 !important;
  color: antiquewhite !important;
}
.pum-theme-636 .pum-content, .pum-theme-framed-border .pum-content, .pum-theme-636 .pum-title, .pum-theme-framed-border .pum-title {
  color: antiquewhite !important;
}
.top-header {
  margin: 5px 3% 25px 3%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 800px;
  overflow: visible;
}
nav.woocommerce-breadcrumb {
  margin-left: 3%;
  /*color: #2b2b2b;*/
}
.vcenter {
  margin: 10% auto;
  text-align: right;
}
.shop_attributes {
  margin: 0;
  text-align: center;
}
.shop_attributes p {
  margin: 0;
  padding-left: 10px;
}
ul.products {
  overflow: visible;
}
.fixed-bg {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.scrolling-bg {
  min-height: 50vh;
}
.skulls-bg {
  background-image: url('images/ron-hero-image-bats.png');
}
.goth-bg {
  background-image: url('images/blood_splatter.jpg');
  overflow: visible;
}
.front-top {
  padding: 10% 0 3% 0;
  font-size: 1.5em;
}
.ai1ec-calendar-toolbar, .ai1ec-title-buttons, .ai1ec-views-dropdown, .ai1ec-pagination {
  display: none;
}
.calendar {
  min-height: 30vh;
}
.ai1ec-event:after {
  width: 180px;
}
.actor-bg {
  padding: 2%;
  background: #0c0c0c;
}
.actor {
  padding: 2%;
  font-family: 'Cinzel', serif;
  font-size: 1em;
  letter-spacing: .1em;
  text-align: justify;
}
img {
  max-width: 100%;
}
.movie-bg {
  background-image: url(images/Stage.jpg);
  padding-bottom: 4%;
}
h1.movie-title {
  width: 99%;
  margin: 0;
  padding: 2% 5%;
  font-size: 2.75em;
  background: -webkit-linear-gradient(red, black);
  background: -o-linear-gradient(red, black);
  background: linear-gradient(red, black);
}
.movie-wrap {
  padding: 2% 0 3% 0;
  background: rgba(0, 0, 0, .5);
  overflow: visible;
}
.movie {
  vertical-align: middle;
  overflow: visible;
}
.movie {
  padding: 5%;
  font-size: 1.4em;
  letter-spacing: 1px;
  font-kerning: 1px;
}
.movie-text {
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  padding: 3% 3% 2% 0;
  background: rgba(0, 0, 0, .5);
}
.performer {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 15px #000 solid;
}
.goth-illusion {
  font-size: 1.1em;
  text-align: justify;
}
.big-head {
  width: 65%;
  margin: -50% 0 10% 0;
}
.wgn {
  padding: 15% 0 0 0;
}
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 100%;
  min-width: 500px;
  max-width: 900px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 10%;
}
/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.comic-bg {
  background-image: url(images/comic-back.png);
  border: solid 8px antiquewhite;
}
.comic {
  height: 100%;
  margin-top: 2%;
  padding: 1%;
  font-family: 'Bangers', cursive;
  font-family: 'Rock Salt', cursive;
  font-weight: 300;
  letter-spacing: .2rem;
  background: antiquewhite;
  color: #000;
  border: thin #000 solid;
  border-radius: 5px;
}
.comic-img {
  width: 105%;
  margin: -10% 0 3% 0;
  -ms-transform: rotate(8deg); /* IE 9 */
  -webkit-transform: rotate(8deg); /* Chrome, Safari, Opera */
  transform: rotate(8deg);
}
.mlist {
  padding: 2% 5%;
  text-align: center;
  vertical-align: middle;
}
img.mlist {
  width: 60%;
}
.bottom-bg {
  background: #000;
}
.book {
  font-size: 1.1em;
  margin: 0;
  padding: 5% 5% 0 5%;
}
.button {
  margin: 10px;
  color: #000;
}
.coupon .button {
  padding: 10px;
}
p.cw-color {
  color: antiquewhite;
}
hr {
  margin: 10px 0 25px 0;
  border-top: 4px solid #920016;
}
hr.fat-line {
  height: 20px !important;
  background: #122b5e;
  color: #1a3e59;
  margin: 2% 0 10% 0;
}
p {
	text-shadow: 2px 2px 3px black;
}
h1 {
  margin: 0 25px;
  padding: 0 25px;
  font-family: 'morpheus';
  font-size: 2em;
  text-shadow: 2px 2px 3px black;
}
h1.front-top-h, h4.front-top-h {}
h1.product-title {
  margin: 0;
  padding: 25px 0;
  text-shadow: 2px 2px 3px black;
}
h1.title {
	font-size:2.5em;
}
h2 {
  padding-left: 5%;
  font-family: 'morpheus';
  font-size: 1.4em;
}
h2.streaming {
	font-size: 1.7em;
}
h3 {
  margin: 0 25px;
  padding: 0 25px;
}
h3.virtualron {
	font-size: 1.75em;
	text-shadow: 2px 2px 3px black;
}
h4 {
  margin: 0 25px;
  padding: 0 25px;
  font-family: 'morpheus';
  font-size: 1.4em;
  text-shadow: 2px 2px 3px black;
}
.slicknav_menu {
  background: #000;
}
.vron {
	/* background-image: linear-gradient(to right, rgba(255,0,0,.3), rgba(255,0,0,.3), rgba(255,0,0,.3), rgba(255,0,0,.0)); */
	background-image: linear-gradient(to left, rgba(255,0,0,.3), rgba(255,0,0,.3), rgba(255,0,0,.3), rgba(255,0,0,.0));
}
li {
  margin: 0;
  padding-left: 20%;
  list-style: none !important;
  text-align: left !important;
}
#nav {
  display: none;
}
.menu-item {
  text-align: right !important;
}
.menu-item a {
  text-align: right;
}
.content-info {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #2b2b2b;
  clear: both;
}
.content-info a, .content-info a:visited {
  color: #2b2b2b;
}
/* Page Style */
.in-grade {
  background-color: #151531;
  border: 1px solid #1A3E89;
  width: 90%;
  margin-top: 5%;
  overflow: visible;
}
.in-page {
  display: table-cell;
  width: 95%;
  height: 98%;
  margin: 7% 0 7% 5%;
  padding: 5%;
  background: #000;
}
h1.in-title {
  margin-top: 5%;
  font-size: 3em;
  text-align: center;
}
.in-img {}
.img-feat {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  float: left;
}
.in-text {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5%;
  border: ridge #1a3e59;
  background-image: url(images/skullback2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.in-bar {
  display: table-cell;
  padding: 5% 5% 0 0;
}
.wide-border {
  margin-top: 50px;
  padding: 2%;
  border: medium #000 solid;
  border-radius: 10px;
}
/* WordPress core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.table-row {
  display: table-cell;
  float: none;
}
.store-none {
  width: 250px;
  height: 500px;
  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 2s, height 2s;
}
.store {
  display: none;
  width: 250px;
  height: 500px;
}
.store-none:hover .store {
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0%;
  left: 0%;
  margin: 0;
  padding: 1%;
  background: #2b2b2b;
  z-index: 1000;
}
.film-none {
  width: 250px;
  height: 500px;
  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 2s, height 2s;
}
.film {
  display: none;
  width: 250px;
  height: 500px;
}
.film-none:hover .film {
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0%;
  left: 0%;
  margin: 0;
  padding: 1%;
  background: #2b2b2b;
  z-index: 1000;
}
.voice-none {
  width: 250px;
  height: 500px;
  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 2s, height 2s;
}
.voice {
  display: none;
  width: 250px;
  height: 500px;
}
.voice-none:hover .voice {
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0%;
  left: 0%;
  margin: 0;
  padding: 1%;
  background: #2b2b2b;
  z-index: 1000;
}
.gallery-none {
  width: 250px;
  height: 500px;
  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 2s, height 2s;
}
/* .gallery {
	display: none;
	width:250px;
	height: 500px;
} */
.gallery-none:hover .gallery {
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0%;
  left: 0%;
  margin: 0;
  padding: 1%;
  background: #2b2b2b;
  z-index: 1000;
}
.calendar-none {
  width: 1250px;
  height: 300px;
  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 2s, height 2s;
}
.smallbox {
  border-style: none;
  border-color: mediumblue;
  background-color: black;
  text-align: left;
}
.mediumbox {
  border-style: none;
  border-color: mediumblue;
  background-color: black;
  text-align: left;
}
.largebox {
  border-style: none;
  border-color: mediumblue;
  background-color: black;
  text-align: left;
}
.bannerbox {
  border-style: none;
  border-color: mediumblue;
  background-color: black;
  text-align: left;
  display: block;
  width: 1250px;
  height: 350px;
  top: 0%;
  margin: 0;
}
.widebox {
  border-style: none;
  border-color: mediumblue;
  background-color: black;
  text-align: left;
}
.clearbox {
  border-style: none;
  border-color: none;
  background-color: transparent;
  text-align: left;
}
.carousel-inner {
  height: 70vh;
}
/* Woocommerce classes */
.page-content-woo {
  width: 60%;
  float: left;
}
#sidebar {
  width: 25%;
  float: right;
}
.woocommerce-ordering {
  margin-left: 5%;
  padding: 0 0 2% 0;
  color: #2b2b2b;
}
h2.woocommerce-loop-product__title {
  font-size: 2em;
  background: #B7001C;
  color: antiquewhite;
  margin: 25px 0;
  padding: 10px;
}
li.product-type-simple {
  max-width: 400px;
  margin: 2%;
  padding: 3% 0;
  float: left;
  background: antiquewhite;
  color: #2b2b2b;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
.attachment-size_catalog {
  max-height: 100%;
  padding-top: 25px;
}
.woocommerce-Price-amount {
  margin-right: 5px;
  text-decoration: none;
}
ins {
  text-decoration: none;
}
#vidback {
  width: 100%;
  height: 110%;
  object-fit: fill;
  position: fixed;
  top: 10vh;
  z-index: -100;
}
@keyframes example {
  from {
    position: absolute;
    top: 100%;
  }
  to {
    position: absolute;
    top: 0;
  }
}
.fader {
  animation-delay: 5s;
  animation: example 5s;
}
.shade {
	background: rgba(0, 0, 0, 0.7);
    --darkreader-inline-bgimage: initial;
    --darkreader-inline-bgcolor: rgba(0, 0, 0, 0.7);
}
.card {
  width: 90%;
  padding: 0;
  background: none;
  color: #2b2b2b;
  text-align: center;
  border: none;
}
.titlebar {
  width: 100%;
  min-height: 5vh;
  padding: 0 3% 1.75% 3%;
  overflow: visible;
  background: -webkit-linear-gradient(left, rgba(255, 0, 0, .3), rgba(255, 0, 0, 1));
  background: -o-linear-gradient(left, rgba(255, 0, 0, .3), rgba(255, 0, 0, 1));
  background: -moz-linear-gradient(left, rgba(253, 232, 138, .3), rgba(253, 232, 138, .8));
  background: linear-gradient(rgba(250, 235, 215, .1), #b7001c, rgba(250, 235, 215, .1));
  font-size: 2.2em;
  text-align: right;
}
h1.title {
  font-size: 1.6em;
  /*color: #2b2b2b;*/
  text-align: center;
}
h1.product_title {
  width: 90%;
  padding: 3%;
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
  color: antiquewhite;
}
td.product-name a, td.product-name a:visited {
  color: antiquewhite;
  font-size: 1.6em;
  display: block;
  margin: 0;
  padding: 0 5%;
}
header.woocommerce-products-header {
  width: auto;
  max-width: none;
  max-height: none;
  margin-left: 5%;
  background: none;
  text-align: center;
  font-size: 2em;
  border-bottom: 3px solid antiquewhite;
}
p.woocommerce-result-count {
  margin-left: 5%;
}
span.onsale {
  font-size: 2.5em;
  text-align: right;
  float: right;
  color: red;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.page-content, #content {
  width: 65%;
  margin: 0;
  padding: 0;
  float: left;
}
.woocommerce-Tabs-panel {
  width: 90%;
  margin: 5% auto;
  padding: 5%;
  color: antiquewhite;
  background: rgba(255, 0, 0, .7);
  box-shadow: 10px 25px 32px 5px rgba(0, 0, 0, 0.6), 0 6px 50px 0 rgba(0, 0, 0, .4);
}
.prod-img {
  margin: 0;
  padding: 0;
}
.woocommerce-product-gallery__wrapper {
  margin: 0;
  padding: 25% 5%;
}
p.price {
  text-align: center;
}
h3 {
  margin: 0;
  padding: 0;
}
.input-text {
  width: 50%;
  margin: 0;
  padding: 0;
  color: #2b2b2b;
  text-align: left;
}
p.form-row .input-text {
  width: 100%;
}
th.product-quantity {
  text-align: center;
}
.quantity {
  display: block;
  margin: 0 0 15px 0;
}
td.product-quantity .quantity {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 0;
  font-size: 1.5em;
  color: #2b2b2b;
  text-align: center;
}
.coupon label {
  font-size: 2em;
  padding-right: 5px;
}
.coupon {
  text-align: right;
  margin: 0;
  padding: 10px 0;
}
#coupon_code {
  width: 100%;
  max-width: 250px;
  padding: 10px;
}
#coupon_code .input-text {
  padding: 0px;
}
.coupon_code {}
.cart_totals h2 {
  text-align: right;
  margin-right: 5%;
}
.wc-proceed-to-checkout {
  margin: 25px;
  text-align: right;
}
.attachment-shop_single {
  width: 100%;
  max-width: 100%;
}
.vcenter {
  margin: 10% auto;
  text-align: right;
}
.shop_attributes {
  margin: 0;
  font-size: 1.5em;
}
.shop_attributes p {
  margin: 0;
  padding-left: 10px;
}
.order-stuff {
  margin: 0;
  font-size: 1.5em;
}
.attachment-shop_thumbnail {
  display: block;
  margin: 0 auto;
}
span.product-title {
  display: block;
  margin-top: 20px;
  color: #2b2b2b;
}
table.shop_table {
  width: 96%;
  text-align: right;
  font-size: 1.1em;
}
 ul.product_list_widget {
  overflow: visible;
  padding: 0;
}
ul.product_list_widget li {
  width: 30%;
  min-width: 250px;
  margin: 10px;
  padding: 20px 20px 10px 20px;
  background: #DD4F3D;
  overflow: visible;
  float: left;
  text-align: center;
}
/*.in-widget ul.product_list_widget li {
  max-width: none;
  margin: 5% auto;
  padding: 20px;
  float: none;
}
*/
.in-widget ul.product_list_widget li a:link, .in-widget ul.product_list_widget li a:visited {
  color: #2b2b2b;
  text-align: center;
}
.widget_shopping_cart_content {
  /*color: #2b2b2b;*/
}
.mlist-no {
  width: 100%;
  max-width: 350px;
}
.footer-row {
  padding: 3% 0;
}
#right-bar-product {
  width: 30%;
  margin-right: 5%;
  text-align: center;
  float: right;
}
.button {
  margin: 5px 5px 5px 0;
  padding: 20px;
  font-size: 16px;
  color: #fff !important;
  background: #b7001c !important;
}
form.cart {
  text-align: center;
}
.buynow {
  width: 96%;
  margin: 0;
  text-align: center;
}
.buynow2 {
  width: 96%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.wp-contact-form {
  overflow: hidden;
}
/* Tablet style */
@media screen and (max-width:800px) {
  .img [style] {
    width: 100% !important;
    height: 100% !important;
  }
  .slicknav_menu {
    width: 95%;
  }
  .fixed-bg {
    background-position: 75% 50%;
  }
  .movie-text {
    margin: 0 auto;
    padding: 0 5%;
  }
  h3 {
    margin: 0;
    padding: 5%;
  }
  .big-head {
    display: none;
    width: 100%;
    margin: 0%;
  }
  .razor-head {
    padding: 20% 1%;
  }
  .wgn {
    padding: 5% 0 0 0;
  }
  .comic-img {
    width: 90%;
    margin: 5% 0 3% 0;
    -ms-transform: rotate(8deg); /* IE 9 */
    -webkit-transform: rotate(8deg); /* Chrome, Safari, Opera */
    transform: rotate(8deg);
  }
  .mlist {
    width: 100%;
    padding: 0;
  }
  .mlist-no {
    display: none;
  }
  .footer-row {
    padding: 5% 0;
  }
  ul.product_list_widget li {
    width: 100%;
    margin: 2% auto;
    float: none;
  }
}
@media screen and (max-width:500px) {
  .img [style] {
    width: 100% !important;
    height: 100% !important;
  }
  .slicknav_brand {
    display: none;
    width: 70%;
  }
  .slicknav_btn {
    padding-top: 20px;
    font-size: 1.5em;
  }
  .fixed-bg {
    min-height: 50vh;
    background-size: cover;
    background-position: 65% bottom;
  }
  .front-top {
    font-size: 1.2em;
    text-align: justify;
    padding: 0;
  }
  h1 {
    margin: 0;
    padding: 2%;
    text-align: center;
  }
  h1.front-top-h, h4.front-top-h {
    width: auto;
    margin: 0 25% 0 0;
    text-align: center;
  }
  .actor-bg {
    font-size: 1.1em;
    text-align: justify;
  }
  .movie-bg {
    min-height: 100vh;
  }
  .movie-text {
    font-size: 1.1em;
    text-align: justify;
  }
  .razor-head {
    padding: 50% 1% 1% 1%;
  }
}