@font-face {
	font-family:  'FontAwesome';
	src: url("/assets2/fonts/fa-regular-400.ttf");
}

body {
	background-color:  #0B182A;
	color: white;
	font-size: 16px;
	font-family: "DM Sans", sans-serif;
	font-weight: normal;
}

footer {
	color: lightblue;
	text-align: center;
	font-size: 14px;
	padding-top: 50px;
}

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

a:visited {
	color: lightblue;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
	transition:  0.3s;
}

h4 {
	font-size: 18px;
}

main {
	color: black;
}

.container.main {
	max-width:1044px;
	background-color: #0B182A;
	background-image: url('/assets2/image-parliament4.png');
	background-repeat:  no-repeat;
	background-location: top;
	background-position:  50% 0%;
	background-size:  120% auto;
	padding-left: 20px;
	padding-right: 20px;
		
}

@media (min-width:  768px) {
	.container.main {
		padding-left: 110px;
		padding-right: 110px;
	}

	.container.main .header2 p {
		font-size: 20px;
		letter-spacing: 5px;
	}
}

@media (max-width:  767px) {
	.container.main .header2 p {
		font-size: 16px;
		letter-spacing:  1px;
	}
}

.container.main .header-nav {
	font-weight: 600;
	padding-top: 30px;
	max-width: 600px;
}

.container.main .header-nav.mobile {
	font-weight: 600;
	padding-top: 30px;
	padding-right: 30px;
	max-width: 600px;
	text-align: right;
}

.container.main .header-logo {
	padding-top: 20px;
	max-width: 600px;
}

.container.main .header2 p {
	text-shadow:  2px 2px 5px #000;
}

.container.classification {
	padding-top: 20px;
	padding-bottom: 60px;
}

div.hr {
	height:1px;
	background: white;
	width:100%;
	border: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

ul.classification {
	list-style:  none;
	padding: 0;
	color: lightblue;
	line-height: 220%;
}

ul.classification li:before {
	content:  "\25B6";
	margin:  0 1em;
	color: white;
}

ul.home-header-menu li {
	/*list-style:  inline;*/
	padding-left: 30px;
	padding-right: 30px;
	color: white;
}

ul.home-header-menu a {
	color: white;
	text-decoration: none;
	transition: 0.3s;
}

ul.home-header-menu a:hover {
	color: black;
	text-decoration: none;
}

ul.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.footer-menu li {
	display: inline;
	padding-left:  10px;
	padding-right:  10px;
}

ul.footer-menu a {
	color: white;
	text-decoration: none;
	transition: 0.3s;
}

ul.footer-menu a:hover {
	color:  lightblue;
	text-decoration: none;
}

img.home-logo {
	max-width: 100%;
	height: auto;
}

.search-box {
	/*background-color:white;*/
	padding:10px;
	padding-bottom: 0;
	border-radius:8px;
}

.search-box-title {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
}

.search-box input[type=text] {
	font-size: 15px;
	height: 68px;
	margin-bottom: 10px;
	font-family: FontAwesome;
}

.search-box button {
	font-size: 16px;
	height: 68px;
	width: 100%;
	color: #fff;
	/*background-color: #2167e5;
	border-color: #062097;*/
	margin-bottom: 10px;
}

.contact-page button {
	font-size: 16px;
	height: 68px;
	width: 100%;
	color: #fff;
	/*background-color: #2167e5;
	border-color: #062097;*/
	margin-bottom: 10px;
}

.search-box button i {
	padding-left: 10px;
}

.search-box button:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.search-icon {
	position: absolute;
	color: #c5c5c5;
	font-size: 16px;
	top: 50%;
	right: 20px;
	/*transform: translateY(-50%);*/
}

i.menu-button:hover {
	cursor:  pointer;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

h1.title {
	text-shadow:  2px 2px 5px #000;
	margin-bottom: 30px;
}

.contact-page {
	max-width: 560px;
}

.contact-page input {
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact-page button {
	margin-top: 10px;
	margin-bottom: 10px;
}

.breadcrumb-area {
	border-radius: 15px;
	background: rgba(0, 0, 0, .7);
	padding: 20px;
	text-align: center;
}

.search-result-listing {
	max-width: 720px;
	padding: 40px 20px;
	text-align: left;
	border-bottom: solid 1px white;
}

.search-result-listing:hover {
	background: rgba(0, 0, 0, .5);
	transition: 0.5s;
	cursor: pointer;
}

.search-result-title {
	font-size: 18px;
	font-weight: bold;
}

.search-result-listing i {
	margin-right: 20px;
}

.search-result-listing img {
	height: 80px;
	width: auto;
}

.page-numbers {
	font-size: 20px;
	margin-top: 30px;
	font-weight: bold;
	width: 100%;
}

.breadcrumb-area {
	background: rgba(255, 255, 255, .65);
}

.listing-body {
	background: rgba(255, 255, 255, .65);
	border-radius:  12px 12px 0 0;
}

.listing-body-logo {
	padding-top: 10px;
}

.listing-body-logo h3 {
	padding-top: 40px;
	padding-bottom: 40px;

}

.listing-body-description {
	padding-left: 25px;
	padding-right: 25px;
	/*padding-bottom:  50px;*/
}

.listing-body-details {
	padding-left:  25px;
	padding-right: 25px;
}

.listing-body-details div {
	padding-bottom:  25px;
}

.listing-body a {
	color: darkblue;
	text-decoration: none;
}

.listing-body a:visited {
	color: darkblue;
	text-decoration: none;
}

.listing-body a:hover {
	color: black;
	text-decoration: none;
	transition:  0.3s;
}

.listing-body i {
	margin-right: 10px;
}

.breadcrumb-title {
	color: black;
}

.about-image {
	border: solid 1px white;
	width: 200px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}

.about-extra {
	margin-top: 15px;
	margin-bottom: 15px;
}