@charset "UTF-8";



* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


nav {
	background-color: #075770;
	padding: 5px 20px;
}

ul {
	list-style-type: none;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: ;
}

li {
	font-size: 16px;
	padding: 15px 5px;
}
li a {
	display: block;
}

.logo a {
	font-size: 20px;
	text-decoration: none;
}




/* FOR MOBILE RESOLUTION/SCREEN SIZE */
@media screen and (min-width: 320px){
	

	body {
		background-color: #f8f8f8;
	}
	header {
		border-left: 2px solid turquoise;
	}
	
	h1, h2, h3 {
		font-family: Cinzel;
	}
	p {
		font-family: Source Sans Pro;
	}
	a {
		font-family: Source Sans Pro;
	}



	.social-media-icon-nav {
		border: ;
		margin: 0;
		padding: 0;
		background-color: #028482;
		height: 35px;
	}
	.social-media-icon-nav ul {
		text-align: center;
		height: 100%;
	}
	.social-media-icon-nav li {
		display: inline-block;
		margin: 0;
		padding: 2px 0 0 0;
		height: 100%;
	}
	.social-media-icon-nav a {
		height: 100%;
		margin: 0;
		padding: 7px 5px 0 5px;
		font-size: 12px;
	}
	.social-media-icon-nav i {
		background-color: blue;
		width: 25px;
		height: 100%;
		margin: 0;
		padding: 7px 0 0 0;
		font-size: 10px;
	}
	#facebook-icon-left {
		margin-left: 5px;
	}
	#facebook-icon-right {
		margin-right: 5px;
	}



	/* THE NAV AREA */
	#navbar {

	}
	#navbar ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.item.button {
		order: 2;
	}
	#navbar .item {
		width: 100%;
		text-align: center;
		display: none;
		order: 3;
	}
	#navbar .item.active {
		display: block;
	}
	#navbar .item a {
		font-family: Source Sans Pro;
		font-size: 25px;
		padding: 10px;
	}
	#navbar .item a:hover {
		border-bottom: 0.5px solid white;
	}
	#navbar .logo a {
		font-family: Cinzel;
		font-size: 24px;
	}
	#navbar .toggle {
		order: 1;
	}
	#navbar .toggle {
		cursor: pointer;
	}
	#navbar .bars {
		background-color: white;
		display: inline-block;
		height: 3px;
		position: relative;
		width: 20px;
	}
	#navbar .bars::before, .bars::after {
		background-color: white;
		content: "";
		display: inline-block;
		height: 3px;
		position: absolute;
		width: 20px;
	}
	#navbar .bars::before {
		top: 5px;
	}
	#navbar .bars::after {
		top: -5px;
	}




	/* LINKS SOURCE HEADING */
	.page-title {
		padding: 150px 0 150px 0;
	}
	.page-title h1 {
		text-align: center;
		font-size: 50px;
		color: #075770;
	}



	/* THE COPYRIGHT ACT OF 1976 */
	.section-107 {
		margin: 0;
	}
	.section-107 p {
		padding: 0 0 0 10px;
		font-size: 26px;
		text-align: ;
		color: black;
	}
	


	/* THE H1 Books HEADING */
	.books {
		border: ;
		margin: 0;
		padding: 60px 0 30px 0;
	}
	.books h1 {
		font-size: 40px;
		color: #075770;
		letter-spacing: 13px;
		text-align: center;
	}
	


	/* THE GENERAL DIV AREA */
	.info {
		margin: 0;
	}
	.book-item {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
	}
	.book-item li {
		margin: 0 auto;
		display: block;
	}
	.book-item a {

	}
	



	/* WEBSITES HEADING */
	.web {
		padding: 70px 0 30px 0;
	}
	.web h1 {
		font-size: 60px;
		color: #075770;
		text-align: center;
		letter-spacing: 14px;
	}
	
	

	/* website THE OVERALL DIV */
	.website {
		margin: 0;
	}
	

	/* THE UL */
	.source {
		width: 100%;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		justify-content: center;
		margin: 0;
		padding: 0;
	}
	.source li {
		border-radius: 6px;
		box-shadow: 10px 12px 10px lightgrey;
		width: 90%;
		margin: 10px 0 10px 0;
		padding: 0 0 19px 0;
	}
	.source img {
		border-radius: 6px 6px 0 0;
		width: 100%;
		height: 300px;
		margin: 0;
		padding: 0;
	}
	.source h2 {
		margin: 0;
		padding: 5px 0 5px 5px;
		font-family: bebas neue, sans-serif;
		font-weight: 300;
		font-size: 38px;
		color: black;
		text-align: center;
	}
	.source p {
		margin: 0;
		padding: 0 0 0 5px;
		font-family: Source Sans Pro;
		font-size: 27px;
		color: black;
	}
	.source a {

	}
	


	/* WHERE THE ABCs of listed credit begin  */
	.credit {
		margin-bottom: 60px;
	}
	.credit h2 {
		margin: 0;
		padding: 70px 0 30px 0;
		font-size: 45px;
		color: #075770;
		text-align: center;
	}
	.credit h3 {
		font-size: 16px;
		color: black;
		text-align: center;
		margin: 0 auto;
	}
	.credit p {
		margin-top: 30px;
		font-size: 60px;
		text-align: center;
	}
	.credit a {
		font-size: 27px;
		text-decoration: none;
		color: black;
	}
	.credit a:after {
		display: block;
		content: '';
		border-bottom: 3px solid #019fb6;
		transform: scaleX(0);
		transition: transform 250ms ease-in-out;
	}
	.credit a:hover:after {
		border-bottom: 3px solid #019fb6;
		transform: scaleX(1);
	}



	.to-the-QA {
		margin: 0;
		padding: 0;
	}
	.to-the-QA div {
		width: 100%;
	}
	.to-the-QA a {
		margin: 0 auto;
		display: block;
		padding: 10px 0;
		font-size: 21px;
		background-color: #075770;
		color: white;
		text-align: center;
	}
	
	
}



/* IPAD TABLET SCREEN SIZES */
@media screen and (min-width: 768px){

	
	body {
		
	}
	
	header {
		border-left: 2px solid royalblue;
	}


	.social-media-icon-nav {

	}
	.social-media-icon-nav ul {

	}
	.social-media-icon-nav li {
		border: ;
	}
	.social-media-icon-nav a {
		border: ;
		padding: 5px 0 0 0;
		font-size: 15px;
	}
	.social-media-icon-nav a:hover {
		color: greenyellow;
	}



	#navbar {
		
	}
	#navbar ul {
		justify-content: center;
	}
	#navbar .logo {
		flex: 1;
	}
	#navbar .toggle {
		order: 2;
		padding: 20px;
	}



	/*  LINKS AND SOURCES HEADING PAGE TITLE  */
	.page-title {
		margin: 0;
		padding: 160px 0 160px 0;
	}
	.page-title h1 {
		font-size: 80px;
		color: #075770;
		text-align: center;
	}



	.section-107 {
		margin: 0;
	}
	.section-107 p {
		margin: 0;
		padding: 0 0 0 10px;
		font-size: 30px;
		color: black;
	}
	


	/* THE BOOKS HEADING */
	.books {
		padding: 70px 0 50px 0;
	}
	.books h1 {
		font-size: 60px;
		text-align: center;
		letter-spacing: 30px;
	}


	.info {
		margin: auto;
		padding: 0;
		justify-content: center;
	}

	.book-item {
		display: flex;
		flex: wrap;
		list-style: none;
	}
	.book-item li {
		margin: 0;
	}
	.book-item img {
		transition: transform .5s ease;
	}
	.book-item img:hover {
		transform: scale(1.2);
	}


	

/* THE WEBSITE HEADING */
	.web {
		margin: 0;
		padding: 90px 0 50px 0;
	}
	.web h1 {
		margin: auto;
		font-size: 70px;
		letter-spacing: 30px;
	}
	
	.website {
		margin: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.source {
		display: flex;
		flex-wrap: wrap;
	}
	.source li {
		border: none;
		box-shadow: none;
		width: 34%;
		height: auto;
		margin: 16px;
	}
	.source img {
		width: 100%;
		height: 240px;
	}
	.source h2 {
		margin: 0;
		padding: 10px 0;
		font-size: 30px;
	}
	.source p {
		margin: 0;
		padding: 5px 0;
		font-size: 21px;
	}
	/*.source li {
		transition: transform .5s ease;
	}
	.source li:hover {
		transform: scale(1.2);
	}*/
	
	

	.credit {
		margin: 0 0 100px 0;
	}
	.credit h2 {
		padding: 60px 0 30px 0;
		font-size: 65px;
	}
	.credit h3 {
		font-size: 20px;
	}
	.credit p {
		margin-top: 50px;
		font-family: Philosopher;
		font-size: 80px;
	}
	.credit a {
		font-size: 34px;
	}
	.credit a:hover {
		border-bottom: 2px solid #019fb6: 
	}



	.to-the-QA {
		margin: 0;
		padding: 0;
	}
	.to-the-QA div {

	}
	.to-the-QA a {
		font-size: 23px;
	}

}



/*  DESKTOP SCREEN RESOLUTION  */
@media screen and (min-width: 1024px){
	
	
	body {
		
	}
	header {
		border-left: 2px solid turquoise;
	}



	#navbar {

	}
	#navbar li {
		padding: 10px 5px;
	}	
	#navbar .item {
		display: block;
		width: auto;
	}
	#navbar .toggle {
		display: none;
	}
	#navbar .logo {
		padding: 0px;
		order: 0;
	}
	#navbar .logo a {
		
	}
	#navbar .item {
		order: 1;
	}
	#navbar .item a {
		font-family: Source Sans Pro;
		font-size: 20px;
	}

	#navbar .active {
		border: 1px solid white;
		padding: 0 0 0 0;
	}


	
	/* LINKS | SOURCES */
	.page-title {
		margin: 0;
		padding: 310px 0 360px 0;
	}
	.page-title h1 {
		font-family: Cinzel;
		font-size: 152px;
		color: #075770;
		margin: 0;
	}
	

	
	.section-107 {
		padding: 60px 0 60px 0;
	}
	.section-107 p {
		margin: auto;
		width: 60%;
		font-size: 35px;
		color: black;
		
	}
	
	

	/* THE H1 HEADING */
	.books {
		margin: 0;
		padding: 70px 0 50px 0;
	}
	.books h1 {
		margin: auto;
		font-size: 90px;
	}
	

	/* The Main Books Area  */
	.info {
		
	}
	.info section {
		
	}
	.book-item {
		margin: auto;
	}
	.book-item li {
		margin: 0;
		padding: 0;
	}
	.book-item li a {
		margin: auto;
		margin-left: 10px;
	}

	/* END OF  */



	/* WEBSITE HEADING */
	.web {
		padding: 140px 0 70px 0;
	}
	.web h1 {
		font-size: 90px;
	}


	/* THE MAIN WEBSITE AREA */
	.website {
		margin: auto;
		width: 95%;
		margin-top: 0px;		
	}
	.source {
		margin: auto;
	}
	.source li {
		border: ;
		width: 300px;
		height: 100%;
		margin: 20px;
	}
	.source li:hover {
		border: ;
		border-radius: 6px;
		box-shadow: 5px 10px 18px #888888;
		transition: .4s;
	}
	.source img {
		border-radius: 6px 6px 0 0;
		width: 100%;
		height: 250px;
	}
	.source h2 {
		border: ;
		font-family: 'Martel Sans', sans-serif;
		margin: 0;
		padding: 5px 0 5px 5px;
		font-size: 24px;
		text-align: left;
	}
	.source p {
		border: ;
		font-size: 20px;
		text-align: left;
		margin: 0;
		padding: 5px 0 5px 5px;
	}
	.source a {
		
	}
	.source a:hover {
	/*	border-radius: 6px;
		box-shadow: 5px 10px 18px #888888;
		transition: .4s;*/
	}



	.credit {
		
	}
	.credit h2 {
		padding: 140px 0 100px 0;
		font-size: 60px;
		text-align: center;
	}
	.credit h3 {
		font-size: 25px;
	}
	.credit p {
		
	}
	.credit a {
		
	}



	.to-the-QA {
		
	}
	.to-the-QA div {
		margin: 0 auto;
		display: block;
		width: 20%;
	}
	.to-the-QA a {
		border: 1px solid #075770;
		border-radius: 6px 6px 0 0;
		background-color: #f8f8f8;
		color: #075770;
	}
	.to-the-QA a:hover {
		background-color: #075770;
		color: #f8f8f8;
	}



}


