.container{
    padding-top: 100px;
}

h1{
  font-family: 'Playfair Display', Georgia, serif;
  font-size:5rem !important;
  text-align: center;
  padding-bottom:1rem;
}

.title{
    text-align: center;
}

.image-content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
  }

  .image {
    flex: 1;
    max-height: 10%;
    padding:0 !important;
  }


  .content {
    flex: 1;
    padding: 0 20px;
  }

  .title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }

  .description {
    font-size: 12px;
    text-align: center;
  }


.conferences{
  
  background-color: #DFEEF3 ;
  box-shadow: 0 1px 10px rgba(146, 161, 176, 0.3); 
}



  
footer{
  bottom: 0;
  left:0;
  right:0;
  position: relative;
  background-color: #111;
  height: 200px;
  width: 100vw;
  font-family: sans-serif;
  padding-top:40px;
  margin-top:10rem;
  color:#fff;
}


.footer-content{
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.083em;  
}

.footer-content h3{
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 3rem;
}

.footer-content p{
  max-width: 500px;
  margin: 10px auto;
  line-height: 18px;
  font-size: 14px;
}


.socials{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 3rem 0;
}

.socials li{
  margin: 0 10px;
}

.socials a{
  text-decoration: none;
  color: #fff;
}

.socials a i {
  font-size: 2rem;
  transition: color .4s ease;
}

/* Style the dropdown menu */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}
