/* * * * * * * * * * Google Font Import * * * * * * * * * */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,800italic,400,700,800,300&display=swap);
@import url(//fonts.googleapis.com/css?family=Fjalla+One&display=swap);
@import url(//use.typekit.net/put6lup.css);
@import url(//fonts.googleapis.com/css2?family=Maiden+Orange&family=Mouse+Memoirs&display=swap);
@font-face {
    font-family: "vallely_demoregular";
    src: url("../fonts/vallely-webfont.woff2") format("woff2"),
         url("../fonts/vallely-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
.maiden-orange-regular {
  font-family: "Maiden Orange", serif;
  font-weight: 400;
  font-style: normal;
  line-height:1;
}
.mouse-memoirs-regular {
  font-family: "Mouse Memoirs", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height:1;
}

html {scroll-behavior: smooth;}

/* * * * * * * * * * Media * * * * * * * * * */
@media (max-width: 767px) {
h1, .h1 {font-size:250% !important;}
h2, .h2 {font-size:200% !important;}
h3, .h3 {font-size:160% !important;}
h4, .h4 {font-size:120% !important;}
h5, .h5 {font-size:120% !important;}
h6, .h6 {font-size:110% !important;}
.nav-item {background-color: rgba(0,0,0,0.7);background-clip: padding-box;border-radius: 0.25rem;}
.dropdown-item, .dropdown-item:hover, .dropdown-item:focus {background:transparent;}
	ul.hrz {}
	ul.hrz li {width:100%;}
	.scenicPic {width:100%;max-width:100%;}
}
@media (min-width: 768px) {
.dropdown-item, .dropdown-item:hover, .dropdown-item:focus {background-color: rgba(0,0,0,0.7);background-clip: padding-box;border-radius: 0.25rem;}
	ul.hrz {display: flex;}
	ul.hrz li {width:18%;}
	.scenicPic {width:48%;max-width:48%;}
}

/* * * * * * * * * * Background * * * * * * * * * */
.homeBack {background-color:#000;}
.homeBack:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
	filter: blur(2px);
      z-index:-100; /* needed to keep in the background */
      background: url("../img/back_home.jpg") top center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.upSpellBack {background-color:#000;}
.upSpellBack:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
	filter: blur(2px);
      z-index:-100; /* needed to keep in the background */
      background: url("../img/back_upspell.jpg") top center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.grimoireBack {background-color:#000;}
.grimoireBack:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
	filter: blur(2px);
      z-index:-100; /* needed to keep in the background */
      background: url("../img/back_grimoire.jpg") top center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.scenicBack {background-color:#000;}
.scenicBack:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
	filter: blur(2px);
      z-index:-100; /* needed to keep in the background */
      background: url("../img/back_scenic.jpg") top center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.witchesbrewBack {background-color:#000;}
.witchesbrewBack:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
	filter: blur(2px);
      z-index:-100; /* needed to keep in the background */
      background: url("../img/back_witchesbrew.jpg") top center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
/* * * * * * * * * * Global Setups * * * * * * * * * */
img, iframe {max-width:100%;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}

/* * * * * * * * * * Typography * * * * * * * * * */
body { font-family: "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}


/* * * * * * * * * * Headlines And Whatnot * * * * * * * */

h1, .h1 {font-size:300%;}
h2, .h2 {font-size:250%;}
h3, .h3 {font-size:200%;}
h4, .h4 {font-size:150%;}
h5, .h5 {font-size:150%;}
h6, .h6 {font-size:125%;}

h1, .h1, h2, .h2 {
  font-family: "birch-std", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 10px 0;
	text-transform:uppercase;
	text-shadow: 0px 0px 4px #000, 1px 1px 6px #000, 2px 2px 8px #000;
}
h3, .h3, h4, .h4 {
  font-family: "birch-std", Helvetica, Arial, sans-serif;
  font-weight: normal;
	text-transform:uppercase;
  margin: 10px 0;
	text-shadow: 0px 0px 4px #000, 1px 1px 6px #000, 2px 2px 8px #000;
}
h5, .h5, h6, .h6 {
  font-family: "birch-std", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 0;
}
.upSpell {font-family:"vallely_demoregular", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}

.fnt125 {font-size:125%;}

/* * * * * * * * * * Hyperlinks * * * * * * * * * */
a {
  text-decoration:none;
 }
a:link,a:visited {
-webkit-transition: color .25s linear .1s;
transition: color .25s linear .1s;
  text-decoration:none;
 }
a:hover,a:active,a:focus {
-webkit-transition: color .25s linear;
transition: color .25s linear;
  text-decoration:none;
 }

/* * * * * * * * * * Colors * * * * * * * * * */
body {
  color: #EEEEEE;
}
a:link,a:visited {
  color:#FF0000;
}
a:hover,a:active,a:focus {
  color:#FFFFFF;
}
h1, .h1, h2, .h2 {
  color: #E1E1E1;
}
h3, .h3, h4, .h4 {
  color: #D2D2D2;
}
h5, .h5, h6, .h6 {
  color: #C3C3C3;
}
.upSpellColor1 {color:#B271FF;}
.upSpellColor2 {color:#FFCC00;}
/* * * * * * * * * * Navigation * * * * * * * * * */

.navbar-dark {
  font-family: "birch-std", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform:uppercase;
	font-size:200%;
	line-height:1;
}
.bg-dark {
  background-color: transparent !important;
  background: url("../img/blck75.png") top left repeat-x scroll;
}

/*a.bg-dark:hover, a.bg-dark:focus {
  background-color: transparent;
} */


.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-nav .nav-link,
.dropdown-item {
  color: #F00;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-brand,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active,
.dropdown-menu, .dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
}

.navbar-toggler { 
	background:transparent;
    float: none;
    margin: 5px auto;
	padding:5px;
}
.navbar-toggler:link { color: #FF0101; opacity:1; }
.navbar-toggler:hover { color:#FFF;}

.dropdown-menu {
  font-size: 85%;
  text-align: center;
  list-style: none;
  background:transparent;
	border:none;
	margin:0;
	padding:0;
}

.navArrow {font-size:100%; padding-left:5px; vertical-align:middle;}

/* * * * * * * * * * Header * * * * * * * * * */
.SVi-header {text-align:center; margin:20px auto;}
.SVi-header-upSpell {
	background:transparent url("../img/UpSpellHead.png") center center no-repeat scroll;
	background-size:100% auto;
	text-align:center;
	width:100%;
	max-width:100%;
}
.SVi-header-upSpell img {margin:100px auto 50px auto;}
/* * * * * * * * * * Content * * * * * * * * * */

.contentWrap {
	padding:0;
	margin:0 0 10px 0;
}
.contentInner {
	padding:10px;
	margin:0 5px;
}
.contentInnerBox {
	background-color: rgba(0,0,0,0.7);
  -moz-border-radius: 10px;
	border-radius: 10px;
}
.contentInnerBox2 {
	background-color: rgba(86,0,192,0.7);
  -moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #00FB85;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.contentInnerUpSpell, ul.hrz li {
	background-color: rgba(37,0,66,0.7);
  -moz-border-radius: 10px;
	border-radius: 10px;
}
.contentInnerUpSpell2 {
	background-color: rgba(222,189,255,0.7);
  -moz-border-radius: 10px;
	border-radius: 10px;
}
.contentInnerUpSpell3 {
	padding:10px;
	margin:0 5px;
	background-color: rgba(255,255,255,0.7);
  -moz-border-radius: 10px;
	border-radius: 10px;
	height:100%;
	display: flex;
    align-items: center;
	justify-content: center;
}

.contentInnerUpSpell p, .contentInnerUpSpell li {font-family:"Mouse Memoirs","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";font-size:150%;font-weight:normal;font-style:normal;line-height:1;}
.contentInnerUpSpell2 p, .contentInnerUpSpell2 li {color:#000;font-size:150%;line-height:1}
.contentInnerUpSpell2 h1, .contentInnerUpSpell2 h2, .contentInnerUpSpell2 h3, .contentInnerUpSpell2 h4 {color:#4E009E;text-shadow:none;}
.contentInner p {
	margin:0 10px 10px 10px;
	padding:0;
	line-height:1.2;
}
.contentInner li {
	margin:0 10px 10px 0;
	padding:0;
	line-height:1.2;
}
.contentInner p:last-child,
.contentInner ul:last-child,
.contentInner ol:last-child {
  margin-bottom: 0;
}
.contentInner p:first-child,
.contentInner ul:first-child,
.contentInner ol:first-child {
  margin-top: 10px;
}

/* * * * * * * * * * Footer * * * * * * * * * */
/* .SVi-footer {
	font-size:85%;
	 background:url("../img/linez.png") top left repeat;
  padding: 20px 0;
  text-align: center;
}
.SVi-footer p {
	text-shadow: 1px 1px 1px #000;	
} 

.ruwtop{background:url("../img/ruwtop.png") bottom left repeat-x scroll;height:43px;}
.ruwbot{background:url("../img/ruwbot.png") top left repeat-x scroll, url("../img/linez.png") top left repeat;height:44px;}
.reachUsWrap {background-color:#0f2200;margin:0px;padding:0px;}
.reachUs {margin:0 auto; text-align:center;}
.reachUs p {font-weight:700;}
*/

.SVi-footer {
	 background:transparent url("../img/blck75.png") top left repeat scroll;
  padding: 20px 0;
  text-align: center;
}
.footerInfo p {
	font-size:75%;
	text-shadow: 1px 1px 1px #000;	
}
.footTop {
	background:url("../img/footTop.png") bottom left repeat-x scroll;
	height:40px;
	margin-top:20px;
}
.reachUs {margin:0 auto 20px auto; text-align:center;}
.reachUs p {font-weight:bold;}
/* * * * * * * * * * Extras * * * * * * * * * */

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
hr { 
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0)); 
}
.lessPad {
	padding-left:5px !important;
	padding-right:5px !important;	
}
.noPad {
	padding-left:0px !important;
	padding-right:0px !important;	
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}
.ctr {text-align:center;}
.lft {text-align:left;}
.rht {text-align:right;}
.floatR {float:right;}
.floatL {float:left;}

/* ------------------------------------------------------------------------------------------ Animated Items on page */
.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}

/* ------------------------------------------------------------------------------------------ Horiz Bullet List */
ul.hrz {justify-content: space-evenly;max-width:100%;margin:0;padding:0;}
ul.hrz li {display: inline-block;padding:10px;border:1px solid #FFF;}

.edge1bot {
	background:url("../img/edge1A.png") bottom left repeat-x scroll;
	height:40px;
}
.edge1botB {
	background:url("../img/edge1A.png") bottom left repeat-x scroll;
}
.edge1top {
	background:url("../img/edge1B.png") bottom left repeat-x scroll;
	height:40px;
}
.edge2bot {
	background:url("../img/edge2A.png") bottom left repeat-x scroll;
	height:40px;
}
.edge2botB {
	background:url("../img/edge2A.png") bottom left repeat-x scroll;
}
.edge2top {
	background:url("../img/edge2B.png") bottom left repeat-x scroll;
	height:40px;
}
.edge3bot {
	background:url("../img/edge3A.png") bottom left repeat-x scroll;
	height:40px;
}
.edge3botB {
	background:url("../img/edge3A.png") bottom left repeat-x scroll;
}
.edge3top {
	background:url("../img/edge3B.png") bottom left repeat-x scroll;
	height:40px;
}
.homeGallery {
	background-color:#000;
	margin:0;
	padding:0;
}
.homeUpSpell {
	background:#000 url("../img/UpSpellBack.jpg") center center no-repeat scroll;
	background-size:100% 100%;
	margin:0;
	padding:0;
}

.logo-slider {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 2rem 0;
  background:rgba(0,0,0,0.5);
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.logo-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 125s linear infinite;
}

.logo-track img {
  height: 200px;
  margin: 0 3rem;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.logo-track img:hover {
  transform: scale(1.2);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.fader {
    animation: fadeOut 8s forwards;
    animation-delay: 5s;
	text-align:center;
	font-size:250%;
	margin-top:0px;
	margin-bottom:20px;
}

@keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
}
.eyeCon {
	float:right;
}
.eyeCon img {max-height:30px;}
.collapseButton {
  background-color: #333;
  color: white;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}
.collapseButton:hover {
	background-color:#444;
}
.collapseButton2 {
  background-color:#007C52;
  color:#00FFAB;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
}
.collapseButton2:hover {
	background-color:#7100FF;color:#00FFAB;
}
.collapseButton2 img {max-height:40px;vertical-align:middle;}
.collapseButton2 p {
	margin:0;padding:0;font-weight:bold;text-transform:uppercase;
}
.collapseButton2 h2 {
	text-shadow:none;
}
.collapse .card {
	color:#333;
	padding:5px 5px 0 5px;
}
/** DARKORANGE **/
.ambDO {
	background:#a74f00 url("../img/grimoireTopEdge.png") top center no-repeat;
}
/** RED **/
.ambR {
	background:#990000 url("../img/grimoireTopEdge.png") top center no-repeat;
}
/** BROWN **/
.ambBR {
	background:#9f7e49 url("../img/grimoireTopEdge.png") top center no-repeat;
}
/** GOLD **/
.ambGD {
	background:#b7b500 url("../img/grimoireTopEdge.png") top center no-repeat;
}
/** BLUE **/
.ambB {
	background:#008eb7 url("../img/grimoireTopEdge.png") top center no-repeat;
}
/** GREEN **/
.ambG {
	background:#008000 url("../img/grimoireTopEdge.png") top center no-repeat;
}
/** ORANGE **/
.ambO {
	background:#e27500 url("../img/grimoireTopEdge.png") top center no-repeat;
}
.ambTop {
	margin:10px 5px 0 5px;
	padding:0;
	text-align:left;
	background: url("../img/grimoireBottomEdge.png") bottom center no-repeat;
}
.ambMid {
	text-align:center;
	margin:0 5%;
}
.ambBot {
	margin:0;
	padding:0;
	text-align:center;
	background:url("../img/grimoireTopEdge.png") top center no-repeat scroll, url("../img/grimoireBottomEdge.png") bottom center no-repeat scroll;
}
.ambTop h3, .ambBot h3 {
	margin:0;
	padding:0;
	color:#000;
	text-shadow:0 0 3px #FFF, 0 0 6px #FFF, 0 0 9px #FFF;
}

.quote-slider {
  overflow: hidden; /* Hides quotes outside the container */
  width: 100%;
  padding: 10px 0;
}

.quote-track {
  display: flex;
  width: max-content; /* Container as wide as all quotes combined */
  animation: scroll 30s linear infinite; /* Loops forever */
}

/* Pause the slider when a user hovers over it */
.quote-track:hover {
  animation-play-state: paused;
}

.quote-card {
  width: 300px; /* Fixed width for consistency */
  margin: 0 10px;
  padding: 10px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  flex-shrink: 0; /* Prevents cards from squishing */
  text-align:center;
}
.daQuote {
  font-size:110%;
  color:#004400;
  line-height:1.2;
  margin-bottom:5px;
  display:block;
  font-weight:bold;
}
.daSource {
  font-size:85%;
  color:#666;
  font-style:italic;
  display:block;
  border-top:1px solid #999;
}

/* Move the track left by 50% (the length of one full set of quotes) */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.bookForm {
	width:80%;
	margin:0 auto;
	background-color:#34007F;
	border-radius:8px;
	padding:0 20px 20px 20px;
	border:1px solid #00FFA7;
}
.svwrap {border:1px solid #333;border-radius:8px;}