/* Constructive CSS v1.0 | (c) 2021 by Sheikh Ahmed */
/* COMMON STYLES */
body {
	background-color: #fffaf3;
	font-family: "GraphikLight", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	margin: 10px;
	color: #333;
}

img {
	width: 100%;
	max-width: 100%;
}

::selection {
  background: #eed;
}

::-moz-selection {
  background: #eed;
}

a {
	font-family:"GraphikRegular", Helvetica, Arial, sans-serif;
	color: #aa8200;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #0052b9;
	text-decoration: underline;
}

h1, h2, h3 {
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

hr {
	border: 1px solid #eee;
	margin-top: 0px;
	margin-bottom: 20px;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* RESPONSIVE STYLES */
@media screen and (max-width: 767px) {
	body {
		font-size: 1.3em;
	}
}