body {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #203C36;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #B8E0D7;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #203C36;
}

h1, h2, h3 {
	text-transform: lowercase;
	color: #203C36;
}

h1 {
	letter-spacing: -1px;
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 2rem;
}

p, ul, ol {
	margin-bottom: 0.9em;
	line-height: 178%;
}

p {
}

blockquote {
	font-style: italic;
}



a {
	color: #000fd2;
}

a:hover {
	text-decoration: none;
}


hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}


#header {
	height: 149px;
	margin: -6px -6px 14px -6px;
	background-color: rosybrown;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
	background: url(..//images/Header2.jpg);}

#header h1 {
	margin: 0;
	padding: 15px 0 0 20px;
	letter-spacing: normal;
	font-size: 1em;
	color: #FFFFFF;
}

#header h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#header h1 a:hover {
	text-decoration: underline;
}

#header b {
	display: block;
	letter-spacing: -2px;
	font-size: 2.4em;
}

/* Search */

#search {
	float: right;
	width: 180px;
	padding-top: 30px;
}

#searchfield {
	width: 150px;
}

#searchsubmit {
	display: none;
}


#page {
	margin: 0 auto;
	/*background: url(images/img03.jpg) no-repeat;*/
}


#content {
	float: right;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	padding: 10px;
	border-radius: 10px;
}


.post .date {
	margin: 0;
	line-height: normal;
	font-size: .8em;
	color: #999999;
}

.post .title, .post .meta {
	display: inline;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font: normal 1.6em "Arial Black", Arial, Helvetica, sans-serif;
}



.post .meta {
	padding-left: 10px;
	color: #DDDDDD;
}

.post .meta a {
	color: #DDDDDD;
}

.post .links {
	padding: 5px 10px;
	background: #F8F8F8;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	text-align: right;
	font-weight: bold;
}

.post .entry {
	clear: both;
	margin-bottom: 50px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 17%;
	height: 100%;
	/*background: url(images/img04.jpg) repeat-y;*/
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	background-color: coral;
	 border-radius: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



#sidebar li ul {
	padding: 20px 0px 60px 0px;
	/*background: url(images/img06.jpg) no-repeat left bottom;*/
}

#sidebar li li {
	padding: 0;
	font-size: 18px;
	padding: 20px;
	/*background: url(images/spacer.gif);*/
	color: #FFFFFF;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 20px 0 20px;
	text-transform: uppercase;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
}

#sidebar a {
	color: #000000;
	text-decoration: none;
}

/* Footer */

#footer {
	height: 100px;
	position: inherit;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
	background-color: #dcb2a3;
}

#footer p {
	margin: 3px;
	text-align: center;
	color: #5e635f;
	font-size: 14px;
}

#footer a {
	color: #999999;
}

#container {
	width: 1200px;
	padding: 6px;

	margin: 0 auto;
	display: table;
	margin-bottom:37px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	overflow: hidden;
    border-radius: 10px;
}

#myTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 18px; /* Increase font-size */
}

#myTable th, #myTable td {
  text-align: left; /* Left-align text */
  padding: 8px; /* Add padding */
  font-size: 12px;
}



#myTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}



#myInput {
  /*background-image: url('/css/searchicon.png'); /* Add a search icon to input */*/
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 93.5%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  height: 35px;
  background-color: #FFEFE9;
}



.homepage-image{
  width: 375px;
}




.map {
  margin:10px;

  position: relative;
  display: inline-block;

}

.map img {
  display: block;
}

.box {
  width:6%;
  height:6%;
  background-image:   url(..//images/orange.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.box_pink {
  background-image:   url(..//images/pink.png) !important;
}
.box_blue {
  background-image:   url(..//images/blue.png) !important;
}
#pin-1 {
  top:20%;
  left:29.2%;
}
#pin-2 {
  top:56%;
  left:58%;
}
#pin-3 {
  top:8%;
  left:14%;
}
#pin-4 {
  top:8%;
  left:9.5%;
}
#pin-5 {
  top:19%;
  left:19.2%;
}
#pin-6 {
  top:30%;
  left:22%;
}
#pin-7{
  top:34.2%;
  left:20%;
}
#pin-8 {
  top:36%;
  left:22%;
}
#pin-9 {
  top:68%;
  left:57%;
}
#pin-10 {
  top:49.5%;
  left:70.5%;
}
#pin-11 {
  top:40%;
  left:70.5%;
}
#pin-12 {
  top:80%;
  left:65%;
}
#pin-13 {
  top:81%;
  left:71%;
}

#pin-14 {
  top:27%;
  left:65%;
}
#pin-15 {
  top:14.5%;
  left:62.2%;
}

#pin-16 {
  top:24.2%;
  left:34.6%;
}
.box:hover > .pin-text {
  display: block;
}

.pin-text {
  position: all;
  top:50%;
  transform:translateY(-50%);
  left:75%;
  white-space:nowrap;
  display: none;
  background-color: white;
  max-width: 100%;
}

.pin-text h5{
  background-color: white;
  position: absolute;
  font-size:12px;
  font-weight:bolder;
  margin-top: -15px;
}

.pin-text .h32 {
    color:rgb(0,0,0);
   /* text-shadow: 1px 1px 1px #000;*/
    font-size: 20px !important:
}
.pin-text .h42 {
    color:rgb(0,0,0);
    /*text-shadow: 1px 1px 1px #000;*/
    font-size: 20px !important:
}
.pin-text .h52 {
    color:rgb(0,0,0);
    /*text-shadow: 1px 1px 1px #000;*/
    font-size: 20px !important:
}






.menu{
	margin: 0 auto;
}

.navbar{
	padding: 0;
}

.news{
	/* border: 1px solid rgb(200,200,200); */
	margin-top: 30px;
	/* border-radius: 10px; */
}

.news h5{
	text-align: center;
	/* width: 100%; */
}


li a.active{
	color: #2e349f !important;
    font-weight: bolder;
    text-shadow: 1px 1px 1px #000;

}

#headertrigger{
    font-size: 55px;
    font-weight: 600;
    color: #0d0d73;
    display: inline;
    font-style: italic;
    margin-left: 0px;
    font-family: system-ui;

}
#headertitle{
    font-size: 20px;
    font-weight: 600;
    color: #1f26a8;
    display: inline;
    font-style: italic;
    margin-left: 0px;
    font-family: system-ui;
    }
.themeheader{
    color: darkblue;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    margin-left: 5%;
    margin-top:5%
}
.themetext{
    font-size: 16px;
    color:#000000;
    text-align: justify;
    hyphens: auto;
    margin-left: 10%;
    margin-right:10%;
}
.img-fluid1{
    max-width: 100%;
    height: auto;
    margin-left: 100%;
    margin-top:5%
}

.card-text{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.card-title{
    font-size: 14px;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 19%;
}
.card-body{
    margin-top:10%
}
.card-img-top{
    width: 55% !important;
    margin: auto;
    margin-left: 17%;
    margin-top:19%
}

.conference-card-text{
    font-size: 10.5px;
    color: #924205;
    text-align: center;

}
.conference-card-title{
    color: darkblue;
    font-weight: bolder;
    font-size: 18px;
    text-align:center;
    text-shadow: 1px 1px 1px #000;
}
.conference-card-body{
    margin-top:10%
}
.conference-card-text1{
    font-weight: bolder;
    font-size: 13px;
    color: #000000;
    text-align:center;
}
.conference-card-text2{
    font-size: 13px;
    color: #000000;
    text-align: center;
}
.conference-card-text3{
    font-size: 13px;
    color: #000000;
    text-align: center;
    font-weight:bold;
}
.card{
border-radius: 0.75rem;
}