
@import url('https://fonts.googleapis.com/css?family=Arapey&display=swap');

@font-face {
	font-family: 'OpenSans-Regular';
	src: url('./fonts/OpenSans-Regular/OpenSans-Regular.eot');
	src: url('./fonts/OpenSans-Regular/OpenSans-Regular.woff')
		format('woff'), url('./fonts/OpenSans-Regular/OpenSans-Regular.ttf')
		format('truetype'),
		url('./fonts/OpenSans-Regular/OpenSans-Regular.svg') format('svg');
}

.listBold {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13pt;
	font-weight: bold;
}

.listReg {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	line-height: 20px;
}

/* Header ----------------------------------------------------------*/
#header {
	background: url(../images/bg-header.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
}

/* Header ----------------------------------------------------------*/
#header div {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

/* Top Main Text----------------------------------------------------------*/
#header div span {
	color: #fff;
	font-family: 'Arapey';
	font-size: 24px;
	display: block;
	float: left;
	margin: 0;
	padding: 50px 49px 0 0;
	text-align: center;
	width: 331px;
}

/* Main Logo ----------------------------------------------------------*/
#header div a.logo {
	display: block;
	float: left;
	width: 200px;
}

/* Top Menu Red Bar ----------------------------------------------------------*/
#header ul {
	background: url(../images/bg-navigation.gif) repeat-x bottom left;
	margin: 0 auto;
	padding: 28px 0 0;
	text-align: center;
	width: 960px;
}
/* Top Menu Format ----------------------------------------------------------*/
#header ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Top Menu ----------------------------------------------------------*/
#header ul li a {
	color: #595959;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 25px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

/* Top Menu ----------------------------------------------------------*/
#header ul li.selected a {
	background: url(../images/bg-menu.gif) repeat-x bottom left;
	color: #ef414a;
}

/* Top Menu ----------------------------------------------------------*/
#header ul li a:hover {
	color: #ef414a;
}

/* Language Container --------------------------------------------------------*/
.floatingContentOne {
	width: 120px;
	height: 20px;
	position: absolute;
	top: 17px;
	right: 50px;
	background: grey;
	color: white;
	text-align: center;
}

/* Language --------------------------------------------------------*/
#lang {
	font-style: bold;
	font-family: 'Arapey';
	background-color: #511691;
    border: #747695;
    padding: 4px 1px;
    border-style: solid;
    border-radius: 13px;
}

/* Language --------------------------------------------------------*/
#lang a:link {
	color: #E8E8E8;
}

#lang a:visited {
	color: #E8E8E8;
}


#lang a:hover, #lang a:active {
	color: #E8E8E8;
}

/* -------------------------------- BODY-------------------------------------*/

/* Container holding the image and the text */
.layered-container {
	position: relative;
	text-align: center;
	color: white;
  }
  
  /* Bottom left text */
  .top-left {
	position: absolute;
    top: 295px;
    left: 201px;
    line-height: 22px;
    margin-right: 35px;
  }
  
.layered-container .text{
	font-family: "Segoe Print",serif  !important;
	text-align: justify;
	text-justify: inter-word;
	color:black !important;
	text-indent: 30px !important;

}

.layered-container .end{
	font-family: "Segoe Print",serif  !important;
	text-align: justify;
	text-justify: inter-word;
	color:black !important;

}

.layered-container .line{
	color:black !important;
	text-align: left;

}

.layered-container .name{
	font-family: "Segoe Print",serif  !important;

	color:black !important;
	text-align: left;
	font-weight: bold;
    font-size: 24px !important;

}




section {
	width: 80%;
	height: 200px;
	margin: auto;
	padding: 10px;
}

div#left {
	width: 50%;
	height: 200px;
	float: left;
}

div#right {
	margin-left: 50%;
	height: 200px;
}

/* Everything grey ----------------------------------------------------------*/
body {
	background: #f2f2f2;
	color: #4d4d4d;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	min-width: 1160px;
	padding: 0;
}

/* Area Around Main Whitespace (And decorations) ---------------------------*/
#body {
	margin: 0;
	padding: 28px 0 46px 0;
}

/* Top Decoration ------------------------------------------------*/
#body .header {
	background: url(../images/border-top.gif) repeat-x bottom left;
	margin: 0;
	padding: 0 0 19px;
}

/* Bottom Decoration ------------------------------------------------*/
#body .body {
	background: #fff url(../images/border-bottom.gif) repeat-x bottom left;
	margin: 0;
	padding: 0 0 20px;
}

/* Main Content Section ------------------------------------------------*/
#body .body .section {
	background: url(../images/bg-aside.gif) repeat-y right top;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 960px;
}

/* Main Content Section ------------------------------------------------*/
#body .body .section .article {
	float: left;
	margin: 0 10px;
	overflow: hidden;
	padding: 39px 0;
	width: 600px;
}

/* Main Content Centered ------------------------------------------------*/
#body .body .sectionCenter {
	margin: auto; /* Centering */
	border-style: solid; /* Border around panel */
	border-color: #cccccc;
	border-width: 0px 1px 0px 1px;
	overflow: auto;
	padding: 40px 60px; /* White space around text */
	width: 640px; /* Size of panel */
}

/* Main red heading ------------------------------------------------*/
#body h2 {
	color: #d3121c;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 20px 0;
	text-shadow: 1px 1px #b3b3b3;
}

/* Used for titles of articles ------------------------------------------------*/
#body h3 {
	color: #1a1a1a;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	line-height: 24px;
	font-size: 20px;
}

#body h3link {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	padding: 30px 30px 0 0;
	display: block;
	font-size: 20px;
}

/* Used for "scroll down" text ------------------------------------------------*/
.scrollText{
	margin-bottom: -2px; 
	margin-top: -7px;
}

.smallSpace{
	margin-top: 20px;
}

.medSpace{
	margin-top: 80px;
}

#main h3{
	margin-top: 50px;
}

.hiddenGalleries plink{
	margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    font-style: italic;
}

/* Used for arthur of articles ------------------------------------------------*/
#body h4 {
	color: #4d4d4d;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 17px;
	margin-bottom: 6px;
    margin-top: 0px;
}

/* Used for picture descriptions of articles ------------------------------------------------*/
#body h5 {
	color: #4d4d4d;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 15px;
	padding: -0 0 30px 0;
}

/* Used for normal text  ------------------------------------------------*/
#body p {
	color: #4d4d4d;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 22px;
}

#body plink {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 22px;
}

/* Shadow (or any picture) ------------------------------------------------ */
img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto
}

/* Links--------------------------------------------------------*/
a:link {
	color: #1a1a1a;
}

a:visited {
	color: #1A1A1A;
}

a:hover {
	color: #9F1515;
}

a:active {
	color: #9F1515;
}

h3link:link {
	color: #1a1a1a;
}

h3link:visited {
	color: #1A1A1A;
}

h3link:hover {
	color: #9F1515;
}

h3link:active {
	color: #9F1515;
}

plink:link {
	color: #4d4d4d;
}

plink:visited {
	color: #4d4d4d;
}

plink:hover {
	color: #9F1515;
}

plink:active {
	color: #9F1515;
}

/* -------------------------------- FOOTER ----------------------------------*/

/* Bottom Navigation Background ---------------------------------------------*/
#footer {
	background: url(../images/bg-footer.jpg) repeat-x top left;
	margin: 0;
	font-family: 'Arapey';
	padding: 23px 0 21px;
}

#footer div {
	margin: 0 auto;
	height: 27px;
	font-size: 14px;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

/* Bottom Navigation Text -------------------------------------------------*/
#footer div p {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 27px;
	margin: 0;
	padding: 0 10px;
}

/* Bottom Navigation Links -------------------------------------------------*/
#footer div p a {
	color: #fff;
	text-decoration: none;
}

/* Bottom Navigation Links -------------------------------------------------*/
#footer a:hover {
	color: #ef414a;
}

/*Bottom Navigation Links -------------------------------------------------*/
#footer div ul {
	display: inline-block;
	margin: 0;
	padding: 5px 90px 0px 60px;
}

/* Bottom Navigation Links -------------------------------------------------*/
#footer div ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

/*Bottom Navigation Links -------------------------------------------------*/
#footer div ul li a {
	color: #fff;
	font-size: 16px;
	
	display: inline-block;
	list-style: none;
	
	margin: 0;
	padding: 0 2px 0 9px;
	text-decoration: none;
	text-transform: uppercase;
}