body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f0f0f0;
}

h1 {
  font-size: 40px;
  color: #67abcf;
  padding-bottom: 20px;
  padding-top: 30px;
}

a {
  color: #67abcf;
}

p {
  font-size: 17px;
  text-align: justify;
  text-justify: inter-word;
}

li {
  font-size: 17px;
  padding-bottom: 2px;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background-color: #48555a;
  margin-top: 0px;
}

.footer p {
  /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
  /* font-size: 20px; */
  margin: 0;
  color: white; 

}

.main-heading {
  text-align: center;
  font-size: 40px;
  color: #2c6b8e;
  padding-bottom: 20px;
  padding-top: 30px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.nav-item .nav-link.active {
  color: #2c6b8e;
  font-weight: bold;
}

.nav-item .nav-link {
  color: black;
  font-weight: normal;
}

.nav-item .nav-link:hover {
  color: rgb(1, 120, 122);
  text-decoration: underline;
}

.dropdown-item.active {
  color: #2c6b8e;
  font-weight: bold;
  background-color: transparent;
}

.chair-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.chair-heading {
  color: #2c6b8e;
  padding-bottom: 5px;
}

.chair-contact {
  color: black;
  text-decoration: none;
  pointer-events: none;
}

.chair-email {
  color: #2c6b8e;
}

.chair-email:hover {
  color: rgb(29, 131, 72);
}

.chair-photo {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: auto;
  display: block;
  object-fit: cover;
  /*border-radius: 50%;*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sponsor-logo {
  border-radius: 50%;
  width: 200px;
}

.chair-details {
  padding-top: 10px;
}

.programtable {
  width: 100%;
  border: solid 3px rgb(29, 131, 72);
  text-align: center;
}

.programtable tr {
  border: solid 1px rgb(29, 131, 72);
}

.programtable td {
  border: solid 1px rgb(29, 131, 72);
}

.programtable th {
  border: solid 1px rgb(29, 131, 72);
}

.dinner-photo {
  width: 350px;
  height: 350px;
}

.speakers-photo {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-top: 30px;
  margin-left: 70px;
}

#acceptedCont {
  border: solid 5px rgb(29, 131, 72);
  width: 100%;
}

#statistics {
  border: solid 5px rgb(29, 131, 72);
  width: 100%;
}

#headers {
  background-color: rgb(29, 131, 72);
  font-weight: bold;
  padding-left: 10px;
  min-height: 50px;
  color: #ffffff;
  font-size: 20px;
  padding-top: 8px;
  font-style: italic;
}

#contList {
  font-weight: bold;
}

#anchors {
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
}

#statistics font {
  padding-left: 10px;
}

.registration {
  border: solid 5px rgb(29, 131, 72);
  width: 80%;
}

.reg_header {
  background-color: rgb(29, 131, 72);
  font-weight: bold;
  padding-left: 10px;
  height: 50px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

.registration td {
  border: 1px solid rgb(29, 131, 72);
  padding-left: 10px;
  padding-right: 10px;
}

.registration tr {
  height: 40px;
}

.con_headers {
  text-align: center;
  font-weight: bold;
  background-color: #6fa5ba;
}

.con_elo {
  font-weight: bold;
}

#newsheader {
  display: flex;
  background-color: #48555a;
  font-weight: bold;
  height: 50px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

#newsheader p {
  font-size: 24px;
  margin: 0;
}

#news,
#dates {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
}

#news td,
#dates td {
  padding-left: 20px;
  padding-right: 20px;
}

.news {
  margin-top: 20px;
}

.calls {
  color: #2c6b8e;
}

.calls-heading {
  color: #2c6b8e;
  padding: 40px 0px 10px 0px;
}

.important-dates {
  padding-left: 80px;
  text-align: center;
}

.important-dates table {
  background-color: #48555a;
  color: white;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  border-radius: 10px;
}

.important-dates table td {
  padding: 14px;
  border: 1px solid white;
  font-size: 18px;
}

.important-dates table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.important-dates table tr:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.important-dates table td.date {
  padding: 14px;
}

.important-dates table td:last-child {
  padding-bottom: 14px;
}

.important-dates h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #67abcf;
}

.important-dates table strong {
  font-weight: bold;
  color: #fff;
}

.important-dates table .section-header {
  border-top: 3px solid black;
}

.important-dates table .section-header .section-header-colour {
  color: #ffffff;
}

.important-dates table .deadline-header {
  border-bottom: 3px solid black;
}

.important-dates table .deadline-item {
  width: 65%;
}

.logo {
  padding-left: 20px;
}

.news,
.dates {
  width: 80%;
  border-radius: 20px;
  background-color: #48555a
  padding-top: 10px;
  padding-bottom: 10px;
}

.content {
  margin-top: 35px;
  margin-bottom: 35px;
}

.skyline-text {
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  position: absolute;
  text-align: right;
  font-size: 1.8vw;
  bottom: 8px;
  right: 16px;
  padding: 0.5em 1em 0.5em 1em;
  border-radius: 8px;
}

.skyline-text-big {
  font-size: 4vw;
}

.announcement {
  text-align: center;
  padding: 18px;
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  border-color: #2c6b8e;
  margin-bottom: 30px;
  font-size: 22px;
}

.accepted-workshop {
  color: #2c6b8e;
  padding: 0px 0px 10px 0px;
}

.d-block {
  display: block !important;
}

.w-100 {
  width: 100% !important;
}

.break {
  word-break: break-all;
}


.conference-logo {
  position: absolute;
  top: 20px;    /* adjust as needed */
  left: 20px;   /* adjust as needed */
  width: 120px; /* adjust size */
  z-index: 10;
}