@charset "UTF-8";

body {
	/* Main body color */
	background-color: #e1e1e1;
}

.donk figcaption,
.parloc_map figcaption {
	display: table-caption;
	caption-side: bottom;
}

figcaption img {
	filter: drop-shadow(2px 2px 4px #787878);
}

.donk figure {
	display: table;
	float: right;
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	margin-right: 5px;
}

.parloc_map figure {
	display: table;
	float: left;
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	margin-left: 5px;
}

.donk p,
.parloc_map p {
	text-align: justify;
}

input {
	width: 50%;
	height: 3em;
	border: 3px solid rgba(1, 1, 145, 0.534);
	background-color: #d4d1d1c2;
}

a {
	box-shadow: inset 0 0 0 0 #868686;
	color: #2e2e2e;
	padding: 0 .25rem;
	margin: 0 -.25rem;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

a:hover {
	color: #252525;
	box-shadow: inset 200px 0 0 0 #ffffff;
}

.pl_logo {
	display: block;
	margin-right: auto;
}

.flex-container-author {
	display: flex;
	flex-wrap: nowrap;
	width: 80%;
	margin: 0 auto;
}

.flex-container-author img:first-child {
	flex: 1;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, .5);
	max-width: 60%;
	width: auto;
	height: auto;
}

.flex-container-author>div {
	flex: 2;
	width: 100%;
	margin: 10px;
	line-height: 30px;
}

#mainwrapper header {
	/*Header */
	background-color: #e22525;
	border-style: solid;
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}

#mainwrapper header #logo {
	/* Logo text */
	width: 28%;
	float: left;
	padding-left: 2%;
	padding-top: 12px;
	padding-bottom: 12px;
	color: rgba(0, 0, 0, 1.00);
}

#mainwrapper header nav {
	/*Nav bar */
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 2%;
	width: 68%;
	float: left;
	color: rgba(0, 0, 0, 1.00);
}

header nav a {
	/* Links in header */
	color: rgba(0, 0, 0, 1.00);
	padding-right: 2%;
}

#content #mainContent h1,
#content #mainContent h2 {
	/* Styling for main headings */
	font-family: source-sans-pro, sans-serif;
	color: rgba(146, 146, 146, 1.00);
}

#content #mainContent h3 {
	/*Captions ot Taglines */
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146, 146, 146, 1.00);
}

#content #mainContent #bannerImage {
	/*Container for main banner image */
	width: 100%;
	background-color: rgba(208, 207, 207, 1.00);
}

#content #mainContent p,
#countryCheck,
#result,
#output {
	/* All paragraphs under maincontent 
	ALONG WITH ALL OUTPUT FROM API */
	color: rgba(146, 146, 146, 1.00);
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	line-height: 30px;
	font-weight: 200;
	text-align: justify;
}

#content #mainContent #aboutNoteInfo {
	/* Author info section */
	background-color: rgba(208, 207, 207, 1.00);
}

#content #mainContent #aboutNoteInfo h2,
#content #mainContent #aboutNoteInfo p {
	padding-left: 2%;
	padding-top: 11px;
}

#content #mainContent #aboutNoteInfo p {
	color: rgb(0, 0, 0, .5);
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
}

footer article {
	/* Footer articles */
	width: 46%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146, 146, 146, 1.00);
}

footer article h3 {
	/* Footer article titles */
	text-align: center;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}

#mainContent {
	padding-left: 4%;
	float: left;
	padding-right: 4%;
	padding-top: 41px;
}

#mainwrapper #content #sidebar {
	/* Sidebar*/
	width: 19%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	background-color: rgba(246, 246, 246, 1.00);
	margin-top: 150px;
	padding-top: 32px;
}

#mainwrapper {
	/* Container of all content */
	width: 80%;
	overflow: auto;
	margin-left: 10%;
}

#content #sidebar input {
	/* Search box in sidebar NOW ABANDONED */
	width: 98%;
	height: 32px;
}

#content #sidebar #adimage {
	/* Container for Image in sidebar NOW ABANDONED */
	width: 100%;
	background-color: rgba(208, 207, 207, 1.00);
	margin-top: 46px;
	float: none;
	overflow: auto;
}

nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

nav ul {
	padding-left: 0%;
}

nav ul li a {
	/*	(side box links -- NOW ABANDONED)*/
	color: rgba(146, 146, 146, 1.00);
	text-decoration: none;
}

#footerbar {
	/* Footer bar at the bottom of the page */
	height: 18px;
	clear: both;
	background-color: rgba(208, 207, 207, 1.00);
	width: 100%;
}

footer {
	/* Container for footer artices */
	width: 71%;
	padding-left: 2%;
	padding-right: 2%;
}

.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}

#mainContent #bannerImage img {
	/* Actual banner image */
	width: 100%;
}

#sidebar #adimage img {
	/* Image in sidebar */
	width: 100%;
	float: left;
}

#mainwrapper header nav a {
	/* Links in header */
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
}

/* Tablet view */
@media screen and (max-width:769px) {
	.notOnDesktop {
		/* Search box shown only in mobile view and Tablet view */
		display: block;
		text-align: right;
		padding-right: 8px;
		padding-top: 8px;
		padding-bottom: 8px;
		width: 96%;
	}

	#content .notOnDesktop input {
		height: 28px;
	}

	#mainContent {
		/* Container for the blog post */
		padding-top: 0px;
		float: none;
		width: 96%;
	}

	#sidebar input {
		/* Search box in sidebar */
		display: none;
	}

	#mainwrapper #content #sidebar {
		/* Sidebar*/
		float: none;
		width: 92%;
		padding-top: 13px;
		overflow: auto;
		margin-top: 3px;
		margin-left: 2%;
		padding-bottom: 13px;
	}

	#content #sidebar #adimage {
		/* Image in sidebar */
		width: 60%;
		margin-top: 0px;
		float: left;
	}

	#content #sidebar nav {
		/* Navigation links in sidebar */
		width: 36%;
		float: left;
		padding-left: 4%;
	}

	#sidebar nav ul {
		margin-top: 0px;
	}

	footer {
		/* Footer region */
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}

	#content footer article {
		/*Each footer article */
		width: 46%;
	}

	#mainwrapper header {
		/* Header */
		width: 100%;
	}
}

/* Mobile view */
@media screen and (max-width:480px) {
	#mainwrapper header #logo {
		/* Company Logo text in header */
		width: 96%;
		margin-left: 2%;
	}

	#mainwrapper header nav {
		/*navigation links in header */
		text-align: center;

		background-color: rgba(255, 255, 255, 1.00);
		width: 98%;
	}

	#content #sidebar #adimage {
		/* Container for image in sidebar */
		width: 100%;
	}

	#content #sidebar nav {
		/* Navigation bar for links in sidebar */
		width: 96%;
		padding-top: 7px;
	}

	#sidebar nav ul li {
		display: inline-block;
		width: 32%;
		text-align: center;
	}

	#mainwrapper #content #sidebar {
		/* sidebar */
		padding-bottom: 0px;
	}

	#content .notOnDesktop {
		/* Search box shown only in mobile and tablet view */
		width: 100%;
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
	}

	#content .notOnDesktop input {
		width: 80%;
		text-align: center;
	}

	#content #mainContent h3 {
		/* Title under maincontent, if any */
		font-size: 14px;
	}

	#content footer article {
		/* Each foter article */
		width: 96%;
	}
}

.links {
	color: rgba(0, 0, 0, 1.00);
}