*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }


.navigation img{
    height: 100px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.radio {
    display: none;
}


#home:checked ~ .tabs #home-tab,
#browse:checked ~ .tabs #browse-tab,
#publications:checked ~ .tabs #publications-tab,
#contact:checked ~ .tabs #contact-tab,
#faqs:checked ~ .tabs #faqs-tab  {
  background: #fff;
  color: #000;
  border-top: 3px solid grey;
}


.tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    background:black;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
    font-weight: bold;
  }
  
  
.navigation{
    margin: 50;
    font-family: Arial, Helvetica, sans-serif;
    height: 150px;
    /*background-color:aqua;
    display: flex;*/
    justify-content: space-between;
    align-items:center;
}

.navigation-left{
  display: flex;
  float: left;
}

.navigation-right{
  display: flex;
  float: right;
}


.content{
    display: flex;
    height: 100%;
   /*background-color:aliceblue;
   padding-top: 70px;*/
}

.content-left{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: flex;
  width: 100%;
  /*justify-content: center;*/
  flex-direction: column;
  /*z-index: 1;*/
  text-align: justify;
  font-size: 15px;
  padding-right: 10px;
}

.content-right{
  display: flex;
  width: 40%;
  /*justify-content: center;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  /*justify-content: space-between;*/
  flex-direction: column;
  z-index: 1;
  text-align: justify;
  text-justify: inter-word;
  padding-left: 30px;
}

.content-center img{
  height: 300px;
  padding-bottom: 20px;
  align-items: center;
}

.content-center{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    width: auto;
    justify-content: space-between;
    flex-direction: column;
    z-index: 1;
    text-align: justify;
    text-justify: inter-word;
}

.footer{
  font-family: Arial, Helvetica, sans-serif;
  /*height: 30px;*/
  background-color:  black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  margin-top: 0;
  }

  .section {
    display: flex;
    height: 100%;
    background-color: white;
    font-size: 20px;
    color: black;
    text-align: center;
    margin: 10px 5px;
  }
 
.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-fill {
  flex: 1 1 auto;
}



/* Center child elements */
/*
body,
.website-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


*/
/* Styles for website counter container */
/*
.website-counter {
  background-color: #ff4957;
  height: 50px;
  width: 80px;
  color: white;
  border-radius: 30px;
  font-weight: 700;
  font-size: 25px;
  margin-top: 10px;
}
*/

