body, html{
	margin: 0;
	direction: rtl;
}
body{
	font-family: 'Open Sans', sans-serif;
	background-size: cover;
}
a{
	color: navy;
	text-decoration: none;
	transition: color, 0.3s;
}
a:hover{
	color: crimson;
}
h1, h2, h3, h4{
	font-family: Calibri, Arial, sans-serif;
}
p{font-weight: unset; color: #eee;}
h2{
	font-size: 34px;
	color: white;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
button{
	padding: 8px 22px;
	border-radius: 5px;
	border-style: none;
	background-color: rgba(255, 255, 255, 0.3);
	border: solid #e5d78c 2px;
	color: white;
	cursor: pointer;
	margin-bottom: 10px;
}
#book1 h3{
	font-size: 20px;
	color: white;
	font-style: italic;
}
.container{
	width: 90%;
	margin: auto;
}
#book1 img{
	max-height: 140px;
	float: left;
	border: grey 1px solid;
}
#book1{
	 padding-top: 100px;
	 margin-bottom: 57px;
}
#vid{
	position: fixed;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	box-sizing: border-box;
	background-color: black;
}
iframe{
	width: 100%;
	height: 100%;
}
.close-vid::before{
	content: '✖';
}
.close-vid{
	font-size: 30px;
	position: absolute;
	right: 7px;
	top: 0;
	cursor: pointer;
	color: white;
}
#end_msg{
	text-align: center;
	width: 100%;
	min-height: 150px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	border-radius: 5px;
	margin-bottom: 15px;
}
.hidden{display: none;}
#end_msg h3{color: white;}
#questions{
	margin-right: 20px;
	text-align: right;
	padding-left: 10px;
}
#questions h4:not(:first-child){display: none;}
#below_vid{
	text-align: center;
}
#nav_vids{
	margin: 0px auto;
	font-size: 18px;
	margin-bottom: 50px;
}
#nav_vids div{display: inline-block;}
#nav_vids img{
	width: 150px;
	height: 150px;
}
#nav_vids .seperator{width: 10%;}
#fullscr{
	text-align: right;
	margin-top: 0;
	color: #eee;
	font-size: 16px;
	margin-bottom: 50px;
}
#below_vid a{
	color: white;
}

#below_vid a:hover{text-decoration: underline;}
#back{text-align: center;}
#help{
	font-size: 12px;
	text-align: right;
}
#footer{
	background-color: #c4c4c4;
	text-align: center;
	font-size: 24px;
	padding-bottom: 2em;
}
#footer p{
	font-size: 14px;
	margin-top: 50px;
	color: #333;
}
@media screen and (max-width: 750px){
	.container{width: 95%;}
	#nav_vids img{width: 50px; height: 50px;}
	#nav_vids{font-size: 12px;}
	#book1{padding-top: 50px;}
	/* body{height: 150vh;} maybe? */
}
