@charset "UTF-8";
/* GMRT Science Day 2022 - Shilkumar Meshram(NCRA-TIFR, Pune) */

@font-face {
  font-family: sansation;
  src: url("../fonts/SansationLight.woff");
}

@font-face {
  font-family: digital;
  src: url("../fonts/Technology.ttf");
}
body{background-image: url("../images/bg.png"); background-position: center center; background-attachment: fixed; background-size: cover;}
.bg-overlay {
    background: linear-gradient(rgba(79, 79, 79, 0.86), rgba(53, 53, 53, 0.5));

    position:absolute;
    /*color: #fff; */
     /* Sit on top of the page content */
   /* Hidden by default */width: 100%; /* Full width (cover the whole page) */  height: 100%; /* Full height (cover the whole page) */top: 0; left: 0; right: 0;bottom: 0;
   /* Black background with opacity */
  /* Specify a stack order in case you're using a different order for other elements */ padding-top: 50px;
}

.bg-no-overlay {
    background: url("https://unsplash.imgix.net/photo-1416339442236-8ceb164046f8?q=75&fm=jpg&s=8eb83df8a744544977722717b1ea4d09");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 450px;
    padding-top: 50px;
}
.sansation-font{font-family: sansation; font-weight: bold;}
#center-texts-container p{text-align:justify;}
#heading h1{color: #FFED12; text-shadow: 2px 2px 3px #000;  font-family: sansation; font-weight: bold;}
#sub-heading{color:#FFF;font-family: sansation;}

#center-texts-container div{background-color: rgba(242, 242, 242, 0.80); }
#center-texts-container div{padding:30px;}
.footer{background-color: #FFBB19; padding: 10px;}
#social-links img{width:60%;}
ul#social-links{margin-top:50px !important; border-right:1px solid #FFF;}
#countdown{font-family: digital;}

#countdown ul > li {
  display: inline-block;
  /*font-size: 1.5em;*/
  list-style-type: none;
  padding: 0.1em 2em;
  text-transform: uppercase;
    background-color: #FFF;
border: 2px solid #D59601;
border-radius: 8px;
}
 
#countdown ul > li span {
  display: block;
  font-size: 4.5rem;
}
 
#countdown .message {
  font-size: 4rem;
}
 
#countdown ul #content {
  display: none;
  padding: 1rem;
}
#ncra-logo{margin-top:35px;}
.bottom_heading{padding:2em;}
 

 

