@charset "UTF-8";


.mainContent .Suite {
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	width: 23%;
	margin-bottom: 1em;
	position: relative;
	min-width: 9em;
}
.mainContent .Suite img {
	bottom: 25%;
	width: 69%;
}

#arcImg, #figImg, #trmImg {
	max-width: 200px;
	margin-left: 20%;
	margin-right: 20%;
}

.tarotGalButton {
	padding-top: 0.2em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.3em;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	color: rgba(170,170,170,1.00);
	border-radius: 5px;
	background-color: rgba(52,52,52,1.00);
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
	letter-spacing: 1pt;
	font-size: small;
	border-color: rgba(255,0,4,1.00);
	border-width: thin;
	width: 90%;
	margin-top: 2em;
	max-width: 375px;
	cursor: pointer;
	margin-bottom: 2em;
}
.tarotGalButton:hover {
	color: rgba(255,255,0,1.00);
	background-color: rgba(93,0,0,1.00);
	border-color: rgba(255,255,0,1.00);
}

.arcana {
	background-color: rgba(52,52,52,1.00);
	width: 100%;
	height: 400%;
	overflow-y: scroll;
	display: block;
	margin-bottom: 1em;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	clear: both;
	-webkit-box-shadow: 3px 5px 10px rgba(0,0,0,0.80);
	box-shadow: 3px 5px 10px rgba(0,0,0,0.80);
	padding-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: static;
}
.mainContent .Suite #arcana li {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}

.galBox {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	position: relative;
}


.horizontalLine {
	width: 100%;
	height: 1px;
	display: block;
	border: thin outset rgba(255,255,0,1.00);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	float: left;
}
.articles {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	overflow-y: visible;
}
.articleTitle {
	color: rgba(170,170,170,1.00);
	text-align: center;
	letter-spacing: 1pt;
	font-family: montserrat;
	font-style: normal;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
}
.text {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 45%;
	height: 25em;
	margin-left: 3%;
	margin-right: 2%;
	margin-bottom: 2em;
	margin-top: 0em;
	float: left;
}
.extraText {
	color: rgba(255,255,0,1.00);
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
	font-size: small;
	text-align: justify;
	font-family: montserrat;
	min-width: 0px;
	max-width: 44em;
	display: inherit;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 1pt;
	font-style: normal;
	font-weight: 400;
}
.extraText a {
	color: rgba(170,170,170,1.00);
	letter-spacing: 1pt;
}

.TarotPanel {
	background-color: rgba(52,52,52,1.00);
	text-align: center;
}


.videoTrigger {
	float: left;
	padding-left: 5%;
	padding-right: auto;
	width: 18%;
	margin-bottom: 1em;
	position: relative;
	display: inline-block;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
	opacity: 1;
}
.videoTrigger:hover {
	opacity: 0.6;	
	cursor: pointer;
}
.videoTrigger div img {
	width: 80%;
	display: block;
	max-width: 200px;
}


@media screen and (max-width:740px) {

.mainContent .Suite {
	margin-left: 10px;
	margin-right: -30px;
	width: 24%;
	display: inline-block;
}
.mainContent .Suite img {
	max-width: 100px;
	margin-bottom: 5%;
	min-width: 20%;
}

}


@media screen and (max-width:520px) {


.mainContent .Suite {
	width: 40%;
	display: block;
	position: relative;
	/* [disabled]margin-top: 2em; */
	/* [disabled]margin-bottom: 2em; */
	/*margin-left: 20%;*/
	padding-left: 31px;
	padding-right: 31px;
}
.mainContent .Suite img {
	font-size: 16px;
	bottom: 40%;
	max-width: 100px;
}
.arcana {
	height: 250%;
}

.text {
	width: 100%;
	display: block;
	margin-left: 0%;
	margin-right: 0%;
}

}
