body {
  font-family: 'Poppins', sans-serif;
  color: #2f4f4f;
  background-color: #fff;
  margin: 0;
  padding: 0;
  background-image: url('images/img3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position-y: bottom;
}

.container {
  /*max-width: 1200px;*/
  margin: 0 auto;
  /*padding: 0 20px;*/
}

.emphasis {
  text-align: center;
  padding: 20px;
}

.image-section {
  padding: 40px 0;
}

.image-container {
  position: relative;
  display: inline-block;
  width: 22%; /* Set the width to divide equally for 4 images */
}

.image-container img {
  display: block;
  width: 100%; /* Make the images fill the container width */
  height: auto; /* Maintain the aspect ratio of the images */
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
}

.image-container:hover .image-overlay {
  opacity: 1;
}

.image-text {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.image-text a {
  color: #fff;
  text-decoration: none;
}

.image-text a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

@media only screen and (max-width: 700px) {
  body {
    font-size: 0.8em;
  }

  .container {
    padding: 0 10px;
  }
  .image-container {
    width: 100%;
    max-width: 100%; 
  }
  
  .responsive {
    width: 100% !important;
    margin: 6px 0;
  }
}
}

@media only screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }

  .image-container {
    width: 100%;
    max-width: 100%; 
  }
  
  .responsive {
    width: 100% !important;
  }
  
  p{
	  margin: 0px 10px 20px 10px !important;
	  font-size:1em;
  }
  
  .objective {
	width: 100% !important;
  }
  
  .eu-image{
	  display: block !important;
  }
  
  .eu-image img{
    margin-top: 10px;
  }
  
  .eu-image p {
	text-align: center !important;
	}
}


div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}




header {
  text-align: center;
  padding: 40px 0;
  background-color: #1e1400ba;
}

nav {
  /*background-color: #160f00;*/
  padding: 10px;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

nav ul li {
  display: inline-block;
  margin-right: 20px;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: #2f4f4f;
  background-color: #160f00;
}

.logo-container {
  display: flex;
  justify-content: center;
  /*background-color: #160f00;*/
}

.logo-container img {
  max-width: 300px; /* Adjust the width as needed */
}

.header-bg {
  position: relative;
  height: 600px;
  /*background-image: url('images/img3_2.jpg');*/
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  background-repeat: no-repeat;
}

.header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  font-size:2em;
}

.header-subtitle {
  color: #fff;
  font-size:1.5em;
}

.abstract-p {
  text-align: justify;
  font-size:1.3em;
}

.header-abstract {
  font-size:1.3em;
}

section {
	padding: 100px 20px;
	text-align: center;
	margin: 0px 0px;
	box-sizing: border-box;
	background-color: #ffffff;
}


section h1, h2{
  text-align: center;
  margin: 0 auto 20px;
}

section h3, h4, h5, h6 {
  text-align: left;
  margin: 0 15% 20px;
}

section p {
  text-align: justify;
  margin: 0 15% 20px;  
}




footer {
  color: #2f4f4f;
   font-size:1em;
}

footer {
  padding: 50px 10px;
  text-align: center;
  background-color:#160f00
}


.footer-images {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.footer-images img {
  max-width: 150px; /* Adjust the width as needed */
  margin: 0 10px;
}
.eu-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 15% 0px 15%;
}

.eu-image img {
  max-width: 100px; /* Adjust the width as needed */
  margin-right: 20px;
  margin-left: 20px;
}

.eu-image p {
  text-align: left;
}

.eu-text {
  color: #fff;
  text-align: center;
}

.transparent-section {
  background-color: #000000ab;
  margin: 0px auto;
  margin-right: auto;
  color: #fff;
}

.objective {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size:1.5em;
}

.image-container a img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.img-contact {
  float: left;
  margin-left: auto;
  margin-right: auto;
}

/* ---- CONTACTS PAGE STARTS HERE ---- */
section.contacts {
    padding: 100px 10%;
    text-align: center;
    margin: 0px 0px;
    box-sizing: border-box;
    background-color: #ffffff;
}

section:after {
    content: " ";
    clear: both;
    display: table;
}

section.contacts div.left-column {
    float: left;
    max-width: 30%;
}

section.contacts div.right-column {
    max-width: 70%;
    float: left;
}

img#alice-nl {
    max-width: 100%;
    float: right;
}

span#contacts-button a img {
    max-height: 35px;
    max-width: 80px;
    margin-bottom: -10px;
}

span#contacts-button a {
    text-decoration: none;
}

/* ---- MOBILE MODIFIER ---- */
@media only screen and (max-width:1000px){
  section p {
      margin: 0 5% 20px;
  }
  section.contacts {
    padding: 100px 0px;
  }
}

@media only screen and (max-width:750px){
  img#alice-nl{
    max-width:100%;
    float:none;
  }

  section.contacts div.left-column {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    float:none;
  }

  section.contacts div.right-column {
    max-width: 100%;
  }
}

@media only screen and (max-width:500px){
  span#contacts-button {
    text-align: center;
    display: block;
  }

  span#find-me-on{
    text-align:center;
    margin-bottom:10px;
  }
}