/********************************************/
/******** Wesbite Stylesheet ****************/
/******** By:  The Great Sage ***************/
/******** Date: 6/28/2021 *******************/
/********************************************/

@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font-title';
	src: url('../font-folder/Triforce.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font';
	src: url('../font-folder/Gorgeous.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font-ancient';
	src: url('../font-folder/TPHYLIAN-GCNBOLD.OTF') format('opentype');
	font-weight: normal;
	font-style: normal;
}

body {
   background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6) ), url("../images/body-parallax-bg.png");
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: url(../cursors/LoZ-Normal.cur), auto;
}
a {
	cursor: url(../cursors/Fire.cur), auto;
}

/********************************************/
/******** Header Section  *******************/
/********************************************/
.top-header-section {
	padding: 25px 0 25px 0;
}
.top-header-section div[class*='col-']:first-child {
	display:flex;
	justify-content: flex-end;
	align-items:center;
}
.top-header-section div[class*='col-']:nth-child(2) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header-section div[class*='col-']:nth-child(3) {
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-header-section img {
	width: 100%;
	height: 100%;
}

/********************************************/
/******** Footer Section  *******************/
/********************************************/
.footer-section {
	padding: 10px 0 50px 0;
}
.footer-section h4 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: rgb(255,255,255);
}
.footer-section a {
	color: rgb(182,158,20);
}

/********************************************/
/******** Navigation Section  ***************/
/********************************************/
.my-navigation ul {
	font-family: 'font';
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}
.my-navigation li {
	display: inline-block;
}
.my-navigation a {
	background: linear-gradient(rgba(32,60,37,0.6), rgba(115,201,0,0.6));
	color: rgb(255,255,255);
	padding: 12px 20px;
	text-decoration: none;
	font-size: 24px;
}
.my-navigation a:hover {
	background: rgba(138,6,6,0.8);
	box-shadow: inset 0 0 10px 1px rgb(12,12,12);
	color: rgb(255,255,255);
}
.my-navigation li:first-child a {
	border-radius: 4px 0 0 4px;
}
.my-navigation li:last-child a {
	border-right: 0;
	border-radius: 0 4px 4px 0;
}

/********************************************/
/******** Home Section  *********************/
/********************************************/
.home-page-section-1 {
	padding: 60px 0 100px 0;
	z-index: 2;
}
.home-page-section-1 h1 {
	font-size: 4rem;
	font-weight: 500;
	font-family: 'font-title';
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	text-transform: capitalize;
}
.home-page-section-1 h4 {
	font-size: 2.75rem;
	font-style: italic;
	font-weight: 700;
	font-family: 'font';
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	text-transform: capitalize;
}
.home-page-section-1 p {
	font-size: 18px;
	text-align: justify;
	color: rgb(255,255,255);
}

/********************************************/
/******** Staff Section *********************/
/********************************************/
.staff-section-1 {
	padding: 60px 0 60px 0;
}
.staff-section-1 img {
	width: 80%;
	border-radius: 100rem;
}
.staff-section-1 h1 {
	font-size: 4rem;
	font-weight: 500;
	font-family: 'font-title';
	color: rgb(255,255,255);
	text-shadow: 1px 1px 1px rgb(0,0,0);
	text-transform: capitalize;
}
.staff-section-1 h3 {
	font-size: 2rem;
	font-style: italic;
	font-weight: 700;
	font-family: 'font';
	color: rgb(255,255,255);
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.staff-section-1 p {
	font-size: 18px;
	text-align: justify;
	color: rgb(255,255,255);
}
.staff-section-1 .social-icons {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 4.5rem;
	width: 4.5rem;
	background: rgb(255,255,255);
	color: rgb(12,12,12);
	border-radius: 100%;
	font-size: 1.5rem;
	margin-right: 1.5rem;
}
.staff-section-2 {
	padding: 60px 0 60px 0;
}
.staff-section-2 h1 {
	font-size: 4rem;
	font-weight: 500;
	font-family: 'font-title';
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	text-transform: capitalize;
}
.staff-section-2 span {
	font-size: 24px;
	color: rgb(255,255,255);
	float: right;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	text-transform: capitalize;
}
.staff-section-2 h3 {
	font-size: 2rem;
	font-style: italic;
	font-weight: 700;
	font-family: 'font';
	color: rgb(255,255,255);
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.staff-section-2 h4 {
	font-size: 1.5rem;
	font-weight: 700;
	color: rgb(255,255,255);
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.staff-section-2 h5 {
	font-size: 20px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.staff-section-2 p {
	font-size: 18px;
	color: rgb(255,255,255);
	text-align: justify;
}
.staff-section-2 li {
	font-size: 18px;
	color: rgb(255,255,255);
	text-align: justify;
}
.staff-section-3 {
	padding: 60px 0 100px 0;
}
.staff-section-3 h1 {
	font-size: 4rem;
	font-weight: 500;
	font-family: 'font-title';
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	text-transform: capitalize;
}
.staff-section-3 h2 {
	font-size: 4rem;
	color: rgb(255,255,255);
	display: inline-block;
	margin-right: 1.5rem;
}
.staff-section-3 p {
	font-size: 18px;
	text-align: justify;
	color: rgb(255,255,255);
}

/********************************************/
/******** Review Section ********************/
/********************************************/
.review-section-1 {
	padding: 60px 0 100px 0;
}

/********************************************/
/******** Strategy Guides Section ***********/
/********************************************/
.strategy-guide-section-1 {
	padding: 60px 0 60px 0;
}
.strategy-guide-section-1 h1 {
	font-size: 4rem;
	font-weight: 500;
	font-family: 'font-title';
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	text-transform: capitalize;
}
.strategy-guide-section-1 p {
	font-size: 18px;
	text-align: justify;
	color: rgb(255,255,255);
}
.strategy-guide-section-2 {
	padding: 60px 0 60px 0;
}
.strategy-guide-section-2 img {
	width: 100%;
	height: 100%;
	border-radius: 0.8rem;
	border: 5px double rgb(255,255,255);
}
table {
	border: 3px double rgb(255,255,255);
}
th, td {
	border: 1px solid rgb(255,255,255);
	color: rgb(255,255,255);
}

/********************************************/
/******** Encyclopedias Section *************/
/********************************************/

/********************************************/
/******** My Writings Section ***************/
/********************************************/
.writings-section-1 {
	padding: 60px 0 20px 0;
}
.writings-section-1 img {
	width: 400px;
	height: 550px;
	border-radius: 0.8rem;
	border: 5px double rgb(255,255,255);
}
.writings-section-1 h2 {
	font-size: 3rem;
	font-weight: 500;
	font-family: 'font-title';
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	text-transform: capitalize;
}
.writings-section-1 a.book-button {
	padding: 14px;
	border: 1px solid rgb(255,255,255);
	font-size: 24px;
	font-family: 'font';
	color: rgb(255,255,255);
	border-radius: 0.8rem;
}
.writings-section-1 h1 {
	font-size: 4rem;
	font-weight: 500;
	font-family: 'font-title';
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	text-transform: capitalize;
}
.writings-section-1 p {
	font-size: 18px;
	font-weight: 500;
	color: rgb(255,255,255);
	text-align: justify;
}
.writings-section-2 {
	padding: 75px 0 75px 0;
}
.writings-section-2 img {
	width: 100%;
	border-radius: 0.8rem;
	border: 5px double rgb(255,255,255);
}
.writings-section-2 a.book-button {
	padding: 14px;
	border: 1px solid rgb(255,255,255);
	font-size: 24px;
	font-family: 'font';
	color: rgb(255,255,255);
	border-radius: 0.8rem;
}

/********************************************/
/******** Books Section *********************/
/********************************************/
.tab {
	overflow: hidden;
}
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: url(../cursors/Fire.cur), auto;
	padding: 15px;
	transition: 0.3s;
	color: rgb(255,255,255);
	font-size: 18px;
}
.tab button:hover {
	background: rgba(255,255,255,0);
}
.tab button.active {
	background: rgba(255,255,255,0);
}
.tabcontent {
	display: none;
	border-top: none;
}
h1.chapter-title {
	font-size: 4rem;
	font-weight: 500;
	font-family: 'font-title';
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	text-transform: capitalize;
}
p.chapter-paragraph {
	font-size: 18px;
	text-align: justify;
	text-indent: 80px;
	color: rgb(255,255,255);
}
span.chapter-paragraph {
	font-size: 18px;
	text-align: justify;
	color: rgb(255,255,255);
}
p.ancient-language {
	font-size: 28px;
	font-family: 'font-ancient';
	text-align: justify;
	color: rgb(255,255,255);
}


/********************************************/
/******** Gallery/Projects Section **********/
/********************************************/
.projects-section-1 {
	padding: 75px 0 75px 0;
}
.projects-section-1 h1 {
	font-size: 4rem;
	font-family: font-title;
	font-weight: 500;
	text-align: center;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	text-transform: capitalize;
	color: rgb(255,255,255);
}
.projects-section-1 p {
	font-size: 18px;
	text-align: justify;
	color: rgb(255,255,255);
}
.projects-section-2 {
	padding: 0 0 75px 0;
}
.projects-section-2 img {
	width: 100%;
	height: 100%;
	border-radius: 0.8rem;
}
.projects-section-2 h2 {
	font-size: 2rem;
	font-family: font;
	font-weight: 600;
	text-align: center;
	color: rgb(255,255,255);
}

/********************************************/
/******** Misc. Section *********************/
/********************************************/
.test-page-section {
	padding: 60px 0 20px 0;
}
.test-page-section .booking h1 {
	font-size: 4rem;
	font-weight: 500;
	font-family: 'font-title';
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	text-transform: capitalize;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.test-page-section .booking p {
	font-size: 2.5rem;
	font-weight: 500;
	font-family: 'font';
	color: rgb(255,255,255);
	text-align: justify;
	text-transform: none;
}