@charset "utf-8";
/* CSS Document */

/* FULLPAGE BG IMAGESet a background image by replacing the URL below */
body {
  background: url(http://metatrontherockmusical.com/images/matatron-bg-3.jpg) center center fixed;height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.card {background-color:transparent;box-shadow: 0 .5rem 1rem rgba(0,0,0,.0) !important;}
.cardB {background-color: rgb(0, 0, 0, .7);padding: 0 10% 0 10%; box-shadow: 0 .5rem 1rem rgba(0,0,0,.5) !important;}
.leadW {font-style: normal; color: #FFF;} 
.bg-dark {background-color:rgb(46,46,46,0.8) !important;}
.dropdown-menu {background-color: rgb(0, 0, 0, .7) !important;}
.bigtext {font-style: bold;font-size: 5.0em;color: #FFF;}
.leadB {font-style: bold;font-style: italic; font-size: 1.5em;color: #FFF;}

/*LINKS*/
a:link {color:#E5BE16; text-decoration: none;}
a:visited {color:#CC1316; text-decoration: none;}
a:hover {color:#CC1316; text-decoration: none;}
a:active {color:#E5BE16; text-decoration: none;}

a.big:link {color:#E5BE16; text-decoration: none; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; font-size: 1.5em; font-weight: 600}
a.big:visited {color:#CC1316; text-decoration: none;}
a.big:hover {color:#CC1316; text-decoration: none;}
a.big:active {color:#E5BE16; text-decoration: none;}

a.med:link {color:#fcff02; text-decoration: none; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; font-size: 1.0em; font-weight: 600}
a.med:visited {color:#fcff02; text-decoration: none;}
a.med:hover {color:#CC1316; text-decoration: none;}
a.med:active {color:#E5BE16; text-decoration: none;}

/*END LINKS*/

img {align-content:baseline; }

.wrapText {float: right; margin: 10px;}
/*VIDEO*/
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*END VIDEO*/
.transparent {
  background:#000000;
  background:rgba(0,0,0,0.75);
	-moz-opacity:0.5;
	/* Theoretically for IE 8 & 9 (more valid) */   
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=75);

    /* Older than Firefox 0.9 */
    -moz-opacity:0.75;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.75;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.75;
}
}

/*LIGHTBOX WITH MODAL*/
.modal-dialog {}
.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
/*END LIGHTBOX WITH MODAL*/

/* ANIMATED NAV DROP DOWNS Change this breakpoint if you change the breakpoint of the navbar */

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	  background-color:rgb(46,46,46,0.8) !important; font-style:oblique; font-weight:bold;
  }
	a.big:link {font-size: 1.0em}
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
	}}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.dropdown-item {font-style:italic; font-weight: bold; color:#D1D0D0;}

/* Other styles for the page not related to the animated dropdown */


/* Sticky Footer Classes */


#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}

/* Other Classes for Page Styling */


/* Pricing Tables*/

section.pricing {
  background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

@media (min-width: 576px){.cardB {background-color: rgba(0, 0, 0, .7);padding: 0 5% 0 5%; box-shadow: 0 .5rem 1rem rgba(0,0,0,.5) !important;}
		
}
@media (max-width: 576px){.cardB {background-color: rgba(0, 0, 0, .7);padding: 0 3% 0 3%; box-shadow: 0 .5rem 1rem rgba(0,0,0,.5) !important;}
	.bigtext{font-size: 3.0em;}
	h1 {font-size: 1.5em}
	.leadB {font-size: 1.0em;}
}

@media (max-width: 375px){.cardB {background-color: rgba(0, 0, 0, .7);padding: 0 1% 0 1%; box-shadow: 0 .5rem 1rem rgba(0,0,0,.5) !important;}
.bigtext{font-size: 2.0em;}
	h1 {font-size: 1.0em}
	.leadB {font-size: 0.75em;}
}