/* // epta studios - CSS Stylesheet */
/* Responsive mobile and desktop */
/* Colors
/* #FF0000;  red; */
/* #4A86E8;  lightblue; */
*{ /* General Format */
	margin: 0 auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif, arial;
	font-size: 16px; /* best min size for Apple */
}
body {
	background: none;
}
header {
	/* border: 1px solid black; */

}
header > img {
	width: 100%;
	max-width: 600px;
}
main {
	
}
section {
	border-top: none;
	border-bottom: none;
	width: 87%;
	max-width: 600px;
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
section > a > img {
	width: 90%;
}
footer {
	border: none;
	width: 90%;
	max-width: 600px;	
}
 /* class */
 .wrapper {
	 border: none;
	 border-top: none;
	 border-bottom: none;
	 width: 95%;
	 max-width: 650px;
}
.copyright {
	 background-color: white; /* darkblue; */
	 width: 100%;
}
.copyright > a {
	 font-size: 12px;
	 text-decoration: none;
	 color: darkgray;
}
.copyright > a:hover {
	 background-color: #4A86E8; /* lightblue; */
	 color: black;
}
.copyright > a:focus {
	 background-color: #4A86E8; /* lightblue; */
	 color: black; 
}
.footerNav {
	 /*background-color: yellow;  Used for Layout */
	 display: grid;
	 grid-template-columns: auto auto;
	 width: 95%;
	 padding: 5px;
	 padding-top: 50px;
}
.footerNav > a {
	 /*background-color: #FF0000;  red; */
	 text-decoration: none;
	 font-size: 10px;
}
.footBtn > img {
	 width: 50px;
	 height: 50px;
}
.latestIG {
	/* background-color: yellow; */
	padding: 8px;
}
.latestIG > a {
	/* background-color: yellow; */
	text-decoration: none;
	color: black;
	font-family: "Century Gothic", arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding: 5px;
}
.latestIG > a:hover {
	background-color: #e6f9ff; /* super light */
}