/* #### HEADER.CSS #### */
/* #### BLOCK AT THE TOP #### */

.block {
  background-color: #2bbbd8;
  height: 1.45cm;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.block .links {
  position: absolute;
  top: 50%;
  right: 1cm;
  transform: translateY(-50%);
}

.block .links a {
  color: white;
  transition: transform .3s; /* Animation */
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}

.block .links a:hover {
  font-size: 20px;
}

/* #### SOCIAL CONTAINER #### */

.table-container {
    height: 100%;
}

.social-table {
    border-collapse: collapse;
    height: 100%;
}

.social-table tr {
  border-left: 1px solid #41c1dc;
  border-right: 1px solid #41c1dc;
}

.social-table td {
  height: 1.35cm;
  width: 30px;
  text-align: center;
  border-left: 1px solid #41c1dc;
}

/* #### TOP IMAGE CONTAINER #### */

.image-container {
  width: 90%;
  margin: 0 auto;
}


/* #### MAIN NAVIGATION BAR #### */

.navbar-container {
  width: 90%;
  margin: 0 auto;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.navbar-container body {
  font-family: "Nunito Sans", sans-serif;
}

.navbar {
  overflow: hidden;
  background-color: white; 
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding-left: 1.5cm;
}

.navbar a {
  float: left;
  font-size: 14px;
  color: black;
  text-align: center;
  padding-left: 1.5cm;
  padding: 14px 16px;
  text-decoration: none;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.subnav {
  float: left;
  overflow: hidden;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.subnav .subnavbtn {
  font-size: 14px;  
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: white;
  font-family: inherit;
  margin: 0;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  color: white;
  background-color: #2bbbd8;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  transition: transform .2s; /* Animation */
  transition: all 0.25s ease-in-out;
}

.subnav-content {
  font-size: 12px;  
  display: none;
  position: absolute;
  left: relative;
  background-color: white;
  z-index: 99999999999999;
  border: 1px solid lightgray;
}

.subnav-content a {
  float: left;
  color: black;
  font-size: 12px;  
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #f3f4f3;
  color: black;
  font-size: 12px;
}

.subnav:hover .subnav-content {
  display: block;
}



    /* Set the width of the footer div to 90% of the screen */
    #footer {
      width: 90%;
      margin: 0 5%;
      background-color: #111111;
      color: #fff;
      padding: 20px;
    }

    /* Set the position of the acknowledgement text to 2cm from the left of the screen and 30% of the width of the footer */
    #acknowledgement {
      padding-left: 1cm;
      width: 300px;
      font-size: 10pt;
      line-height: 12pt;
    }

    /* Set the position of the horizontal rule */
    #footer hr {
      border-color: darkgrey;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: 1cm;
      margin-right: 1cm;
      width: 95%;
    }

    /* Set the position of the copyright and privacy text */
    #copyright {
      float: left;
      font-size: 14px;
      color: #cccccc;
      padding-left: 1cm;
    }

    #copyright a {
      color: #cccccc;
      text-decoration: none;    
    }
    
    #copyright a:hover {
      color: #2bbbd8;
      text-decoration: none;    
      transition: transform .2s; /* Animation */
      transition: all 0.25s ease-in-out;
    }

#privacy {
      float: right;
      font-size: 14px;
      padding-right: 1cm;
    }
    
    #privacy a {
      color: #cccccc;
      text-decoration: none;    
    }

    #privacy a:hover {
  color: #2bbbd8;
  text-decoration: none;    
  transition: transform .2s; /* Animation */
  transition: all 0.25s ease-in-out;
}


/* Cookie Consent Popup */

#cookieConsentPopup {
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 400px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 10000;
  transition: height 0.5s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;}

#cookieConsentPopup:hover {
  height: 200px;
}

#cookieConsentPopup h2 {
  margin: 0;
}

#cookieConsentPopup p {
  margin: 15px 0;
}

#cookieConsentPopup button {
  background-color: lightgrey;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

#cookieConsentPopup #accept {
  background-color: #2bbbd8;
}

.table td, .table th {
  border: none;
}

/* Top journal page */

.journal-info p {
	font-size: 12pt;
    font-family: "Nunito Sans", sans-serif;
	color: #747474;
}

/* Issue pages */

.obj_issue_toc .section h2 {
	font-size: 14pt;
	font-weight: bold;
    font-family: "Nunito Sans", sans-serif;
 	color: black;
}

.obj_issue_toc .section h3, a {
	font-size: 12pt;
    font-family: "Nunito Sans", sans-serif;
	color: black;
}


.obj_issue_toc .galleys h2 {
	font-size: 14pt;
	font-weight: bold;
    font-family: "Nunito Sans", sans-serif;
	color: black;
}

.obj_issue_toc .galleys h3, a {
	font-size: 12pt;
    font-family: "Nunito Sans", sans-serif;
	color: black;
}

.pub_id .galleys h3, a {
	font-size: 12pt;
    font-family: "Nunito Sans", sans-serif;
	color: black;
}


