/* -------------------------------------------------- */
/* Reset - http://purecss.io/base
/* -------------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section, main{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}.hide{display:none;}html{box-sizing: border-box;}*,*:before,*:after{box-sizing:inherit;}.clear{font-size:0px;clear: both;height: 0px;}*:focus{outline: none;}strong{font-weight:bold;}em{font-style:italic;}input:invalid{box-shadow: none;}button{border:none;background:none;padding:0;margin: 0;}button::-moz-focus-inner{border:0;}input,button{border-radius:0;border-radius:none;}html{scroll-behavior: smooth;}

/* -------------------------------------------------- */
/* Common
/* -------------------------------------------------- */

body{
	background: #0d0f20;
	font-family: 'Inter', Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}
h1,h2,h3{
	padding: 6px 0;
	line-height: 1.2em;
}
h1{ font-size: 66px; }
h2{ font-size: 24px; }
h3{ font-size: 18px; }
p{
	padding: 6px 0;
	line-height: 1.6em;
}
.display-font{
	font-family: "Cinzel Decorative", serif;
}
.center h1, .center h2, .center h3, .center p{
	text-align: center;
}
/* -------------------------------------------------- */
/* Containers
/* -------------------------------------------------- */
.container,
.container-med{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 24px;
}
.container-med{
	max-width: 720px;
}
.dark-bg{
	color: #fff;
}

/* -------------------------------------------------- */
/* Header
/* -------------------------------------------------- */
header{
	padding: 12px 0
}
.logo{
	background: url('/assets/images/magelab.png') no-repeat;
	background-size: 148px 48px;
	display: block;
	width: 148px;
	height: 48px;
}

/* -------------------------------------------------- */
/* Hero
/* -------------------------------------------------- */
.mage-img{
	position: absolute;
	top: 48px;
	z-index: -1;
	left: 50%;
  transform: translateX(-50%);
}
.sec-hero{
	padding: 12px 0 0 0;
}

/* -------------------------------------------------- */
/* Spell Cards
/* -------------------------------------------------- */
.sec-spells{
	padding: 480px 0 0 0;
}
a.spell-card{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 6px 0;
}
.spell-card article{
	background-image: linear-gradient(to bottom, rgba(34,25,50,.75), rgba(13,15,32,.75));
	border: 1px solid rgba(0,0,0,.75);
	border-radius: 6px;
}
.spell-card .wrap{
	display: flex;
	align-items: center;
	border-top: 1px solid rgba(255,255,255,.05);
	border-radius: 6px;
}
.spell-card img{
	width: 128px;
	height: auto;
}
.spell-card .txt{
	padding: 12px 12px 12px 0;
}
.spell-card p, 
.spell-card h3{
	padding: 0;
}
.spell-card h3{
	font-weight: 600;
}
.spell-card p{
	font-size: 14px;
}
