@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Arizonia");
@import url("https://fontawesome-5.5/css/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Baskerville old face");
body {
	height: 100%;
	font-family: "baskerville old face", sans-serif;
	/*font-size: 1.2em;*/
	color: black;
	overflow-x: auto;
	width: 100%;
	}
html {
  scroll-behavior: smooth;
}

a {	transition: all 0.3s ease;	color: #38B;}

#home {
margin-bottom: 5em;
	min-height: 105vh;
	position: relative;
	background-repeat: no-repeat;
}

/* Style tab links */
.nav-tabs {
	background-color: #555;
	color: white;
	outline: none;
	cursor: pointer;
	margin-inline: auto;
	padding-inline: 10%;
	font-size: 35px;
	margin-bottom: 5px;
	font-family: arizonia, sans-serif;
}

.tablink:hover .tablink.current,
.nav-tabs:hover	{
	background-color: #777;
	color: #5a825a;}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
	background-image: url("../img/paper.png");
	background-repeat: repeat;
	height: 100%;
	padding: 40px;
	width: 100%;
	font-family: "sofia", sans-serif;
	color: darkslategrey;
	font-size: 8pt;
	margin-top: -.50em;
	}

.tm-bg-overlay {
height: 100%;
position:fixed;}


.nav-item .sub-nav-link{
	color: white;
font-size: 14pt}



/* Not this */
.tm-navbar.scroll .navbar-toggler {
	border: 2px solid rgb(112, 112, 112);
	background-color: white;opacity: 96%;}

.openPage {
	max-height:100%;
	margin-top: -150vh;
}

.rBird {
	flex-direction: row;
	align-items: center;
	justify-content: center;
	display: block;
	margin-outside:  -50em;
}
#rBird {
	margin-right: -12em;
	margin-top:-10em;
}

#lBird {
	margin-left:  -12em;
	margin-top: -10em;
}
.lBird {
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-outside:  -50em;
	display: block;

}
#oBook, #oRing {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
	margin-top: -2em;
}
.openPage2 {
	max-height: 100%;

}
/*For Excerpts in collapse*/
@media (max-width: 767px) {
	.navbar-collapse .sub-nav-link {
		background-color: rgba(77, 99, 61, 0.3);
		color: #369;
		padding-right: 42px;	}
}
.tm-text-primary2 {
	font-family: "Book Antiqua";
	font-size: 28pt;
	text-decoration: underline;
	color: #1b1e21;
}
.chapters {
	font-family: cambria;
	font-size: 15pt;
	color: #1b1e21;
	text-align: center;
	margin-bottom:-12px;
}

p {
	font-size: 14pt;
	color: #1b1e21;
}
p:first-child {
	color: white;
}
.text-Body {
	font-family: Baskerville;
	font-size: 14pt;
	color: #1b1e21;
	text-decoration-color: #1b1e21;
}

#myBtn {
	position: fixed;
	bottom:40px;
	right: 30px;
	font-size: 12px;
	border: #155724;
	outline: #1b1e21;
	background-color: rgba(30, 37, 76, 0);
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
}

#myBtn:hover {
	background-color: rgba(43, 66, 121, 0.76);
}


.myBtn {
position: static;
}

@media only screen and (max-width: 1200px) {
	/*Tablets [601px -> 1200px]*/
	.openPage {
		padding-top: 20em;
	}
}
@media only screen and (max-width: 600px) {
	/*Big smartphones [426px -> 600px]*/
	.openPage {
		padding-top: 20em;
	}
}
@media only screen and (max-width: 425px) {
	/*Small smartphones [325px -> 425px]*/
	.openPage {
		padding-top: 20em;
	}
}
	/* (720x1280) Galaxy Nexus, WXGA */
	@media only screen and (min-device-width: 720px) {
		.openPage {
			padding-top: 20em;
		}
	}
/* Large devices (desktops, 992px and up) */
@media only screen and (max-width: 992px) {
	.openPage {
		padding-top: 20em;
	}
}
	@media only screen and (max-width: 900px) {
		/*Small smartphones [325px -> 425px]*/
		.openPage {
			padding-top: 20em;
		}
	}


/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-device-width: 737px) {
	.openPage {
		margin-top: -70em;
	}
}


	.preloader {
	background: -moz-linear-gradient(top, #4096ee 0%, #39ced6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4096ee 0%, #39ced6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4096ee 0%, #39ced6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter    : progid:DXImageTransform.Microsoft.gradient(startColorstr='#4096ee', endColorstr='#39ced6', GradientType=0);
	/* IE6-9 */
	height    : 100%;
	left      : 0;
	position  : fixed;
	right     : 0;
	top       : 0;
	z-index   : 9999;
	text-align: center;
}

.preloader-bounce {
	left             : 0;
	right            : 0;
	top              : 50%;
	-webkit-transform: translateY(-50%);
	transform        : translateY(-50%);
	position         : absolute;
}

.preloader-bounce>span {
	width            : 12px;
	height           : 12px;
	border-radius    : 50%;
	margin           : 0.3em;
	display          : inline-block;
	vertical-align   : middle;
	-webkit-animation: bounce 0.6s infinite alternate;
	animation        : bounce 0.6s infinite alternate;
	background       : #fff;
}

.preloader-bounce>span:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay        : 0.2s;
	background             : #fff;
}

.preloader-bounce>span:nth-child(3) {
	-webkit-animation-delay: 0.3s;
	animation-delay        : 0.3s;
	background             : #fff;
}

video {
	position  : fixed;
	right     : 0;
	bottom    : 0;
	min-width : 100%;
	min-height: 100%;
}

#video:after {
	content   : '';
	opacity   : 0.75;
	background: #4096ee;
	/* Old browsers */
	background: -moz-linear-gradient(top, #4096ee 0%, #39ced6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4096ee 0%, #39ced6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4096ee 0%, #39ced6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter    : progid:DXImageTransform.Microsoft.gradient(startColorstr='#4096ee', endColorstr='#39ced6', GradientType=0);
	/* IE6-9 */
	position  : fixed;
	left      : 0;
	top       : 0;
	right     : 0;
	bottom    : 0;
}

