


.showcase {
  background: url(../img/img1.jpeg);
  background-size: cover;
  background-position: center;
  height: 80vh;
  min-height: 600px;
  color: #fff;
  position: relative;
}

.navbar-fixed .brand-logo {
  font-size: 18px;
}

.navbar-fixed img {
  margin-top: 4px;
  height: 51px;
}


.showcase h3 {
  padding-top: 10px;
  font-family:bebas neue;
}

.navbar-fixed .button-collapse {
  padding-left: 35px;
  
}

.showcase .main-text {
  padding-left: 30px;
}



.img {
  position: relative;
    text-align: center;
    color: white;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 35px;
    left: 16px;
}


.programme-image {
  margin-top: 0px;
  padding-top: 20px;
}

.committee-image {
  margin-top: 0px;
  padding-top: 20px;
}

.section-lectures h4 {
  font-family: bebas neue;
  font-size: 40px;
}


.section-lectures .card
{
height:460px;
} 


.section-lectures .card-title {
  font-family:montserrat;
  text-shadow: 2.5px 2.5px #000;
  font-weight: bold;
}



.section-lectures h6 {
  font-weight: bold;
  font-size: 17px;
}

.section-lectures p {
  font-family:open sans;
}

.section-events h4 {
  font-size: 40px;
  font-family: bebas neue;
  
}


.section-events .card-title {
  font-family: bebas neue;
  text-shadow: 2.5px 2.5px #000;
  font-weight: bold;
}

.section-events .card-content h6 {
  font-family: open sans;
  font-weight: bold;
}

.section-events p {
  font-family: open sans;
}

.section-events .card { 
  height: 700px;
}

.section-about {
  padding-top: 40px;
}


.section-about h4 {
  font-family: bebas neue;
}

.section-about p {
  font-family: open sans;
  font-size: 19px;
}

.section-gallery h4 {
  font-family: bebas neue;
}

.section-activities {
  padding-top: 40px;
}

.section-activities h4 {
  font-family: bebas neue;
}

.section-activities p {
  font-family: open sans;
  font-size: 19px;
}


.section-upcoming p {
  font-family: open sans;
  font-size: 17px;
}

.section-upcoming h6 {
  font-family: bebas neue;
  padding: 3px;
  font-size: 18px;
  font-weight: bold;
}

.section-committee {
  padding-top: 60px;
}

.committee-image p {
  font-family: open sans;
}



.page-footer h6 {
  font-weight: bold;
  font-family: bebas neue;
}

.section-membership h4 {
  font-family: bebas neue;
}

.section-membership h5 {
  font-family: bebas neue;
}

.section-membership p {
  font-family: open sans;
  font-size: 17px;
}

.section-publications {
  font-family: open sans;
  font-size: 17px;
}

.section-publications h3 {
  font-weight: bold;
}

.section-contact h3 {
  font-family: bebas neue;
}

.section-contact h5 {
  font-family: bebas neue;
}

.section-contact p {
  font-family: open sans;
  font-size: 17px;
}


.section-excursions h6 {
  font-family: open sans;
  font-weight: bold;
  font-size: 17px;
}

.section-excursions p {
  font-family: open sans;
  font-size: 17px;
}


#map {
  height: 600px;
  width: 100%;
  border: 3px solid blue;
}

.contact-email:before {
  content: attr(data-website) "\0040" attr(data-user);
  unicode-bidi: bidi-override;
  direction: rtl;
}

.contact-email-icon {
  vertical-align: middle;
}

@media screen and (max-width:600px){
  .navbar-fixed .brand-logo {
    padding-left: 70px;  
 }
 }


@media screen and (max-width:736px) {
  .section-lectures .card {
    height: 560px;  
 }
 }

 @media screen and (max-width:736px) {
  .section-events .card {
    height: 715px;  
 }
 }
 
  /* Added 11/3/20 ipad, iphone- all except iphone 5 and Galaxy S5 */
 
  @media screen and (max-width:768px) {
  .section-events .card-content {
    font-size: 13px;  
 }
 }
 

 @media screen and (max-width:736px) {
  .navbar-fixed .button-collapse {
    padding-left: 0px;  
 }
 }
 
 @media screen and (max-width:736px) {
  .section-excursions img {
  display: block;
  margin-right: auto;
  margin-left: auto;
 }
 }

 









 
  

