@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Advent+Pro:wght@400;700&display=swap');

@supports (-moz-appearance:none) {
selector { property:value; }
}


.important-text{
  font-weight: bold;
  color: #000080;
}

body {
  font-family: 'Advent Pro', sans-serif !important;
  min-height: 100vh;
    display: flex;
    flex-direction: column;
}


/* .bg-no-overlay {
    background: url("https://gis.fossee.in/static/cms/uploads/images/pyramid-2025.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    color: #fff;
    height: 500px;
    padding-top: 50px;
    background-color: #a8002b;
} */
 .bg-no-overlay {
background: url("https://gis.fossee.in/static/cms/uploads/images/pyramid-2025.png");
background-color: rgba(0, 0, 0, 0);
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
background-size: auto;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
color: #fff;
height: 1051px;
padding-top: 50px;
background-color: #004398;
width: 1388pt;
 }
@media only screen and (max-width:600px) {
  .bg-no-overlay{
    height: auto;
    width: auto;
  }
  
}

h2{
      font-family: 'Aboreto', cursive;
      color: #000080 !important;
      font-weight:  bold !important;
}

ul {
  list-style-type: none;
  padding: 0;
 }

.important-dates{
  font-size: 1.5em;
  color: #008000;
  font-weight: bold;
}

  .section-dark-blue h2{
    color:  #d5e5ff;

  }
  .section-dark-blue a{
    color: #000080;
  }
 

.container {
  max-width: 960px;
}

html {
  scroll-behavior: smooth;
}


.btn-register{
  background-color: #c3ffff !important;
  border:  1px solid #000080 !important;
  color: #000080 !important;
  font-weight: bold !important;
}

.btn-register:hover{
  color: white !important;
  background-color: #000080 !important;
}

.front-right{
  font-family: 'Advent Pro', sans-serif !important;
  font-size: 1.5em;
  color: #ffcc00;
}

#front-bold{
  font-family: 'Advent Pro', sans-serif !important;
  font-weight: bold !important;
  font-size: 2em;
}


.section-pale-blue{
  background-color: #ffff3bd1;
  padding: 30px;
  color: black;
}

.body-text{
  font-size: 1.5em;
}

.section-background{
  margin-top: 10px;
}

#section-elements{
  padding: 30px;
  margin:  10px;
}

.section-dark-blue{
  background-color: #0e830ec9;
  color: white !important;
  padding: 30px;
  /*margin: 10px;*/
  /*flex-wrap: wrap;*/
}

.section-dark-blue .agenda-box{
  padding: 40px;
  /*margin: 10px;*/
  border-radius: 5px;
  text-align: center;
  background-color: white;
  color: black;
  /*min-width: 250px;*/
}

.features-box{
  padding: 20px;
  border-radius: 30px;
  border: 3px solid #000080 ;
  /*background-color: #3ecdbd;*/
}

.left-features-img{
  position: absolute;
    left:0;
    top:-28px;
    width: 100px;
}
.right-features-img{
  position:absolute; 
  top: -16%;
  right: 0%;
  width: 25%;
}

.sysreq-img{
    position: absolute;
    top: 75%;
    right: 0%;
    width: 25%;
  }

@media(max-width: 992px){
  .features-box{
 margin-bottom: 5%;
  /*background-color: #3ecdbd;*/
}
}
/*
@media(max-width:  992px){
  .features-block{
    margin-top: 5% !important;
  }
  .prob-img{
    position: absolute;left: 0px;top: -21px;width: 100px;
  }
  .prereq-img{
    position:absolute;  top: -20px;right: 20px;width: 125px;
  }
  .sysreq-block{
  margin-bottom: 10% !important;
}
}*/

/*@media(max-width: 600px){
  .sysreq-img{
    position:absolute;  top: 200px;right: -7px;width: 150spx;
  }
}
*/



#clockdiv{
  color: #f50000;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

#clockdiv > div{
  padding: 10px;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
}

#clockdiv div > span{
  padding: 15px;
  border-radius: 3px;
  display: inline-block;
}


/*
 * Custom translucent site header
 */

.site-header {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  font-size: 1.25em;
  border: 2px solid black;
}

.site-header a {
  color: black !important;
  font-weight: bold;
  font-size: 1.25em;
  transition: ease-in-out color .15s;
}

.site-header a:hover {
  color: white;
  text-decoration: none;
  
}

/*.site-header .nav-item.active a{
  color: black;
  background-color: #b7a396;
}*/

.section-title{
  padding-top: 1rem !important;
  color: #d40000;
}
/*
 * Extra utilities
 */

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.flex-equal>* {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

@media (min-width: 768px) {
  .flex-md-equal>* {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden {
  overflow: hidden;
}


/*--------------------------------------------------------------
# front Section
--------------------------------------------------------------*/
#front {
  width: 100%;
  /*height: 100vh;*/
  background: url('http://127.0.0.1:8000/static/cms/uploads/images/bg.png') top center;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  #front {
    background-attachment: fixed;
  }
}

#front:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#front .front-container {
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #front .front-container {
    top: 70px;
  }
}

#front .dates{
  margin-top: -10px;
  margin-left: -5px;
  margin-bottom: 15px;
}

#front .dates table{
  height: 25px; 
  width: 430px;
  border-radius: 1em;
  overflow: hidden;
}

#content{
  width: 110px; 
  background-color: grey;
  padding-top: 5px;
  padding-bottom: 5px;
}

#content1{
  width: 1000.312px; 
  background-color: #303030; 
  color: white; 
  font-size: 15pt;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  #front .dates table{
  height: 25px; 
  width: 385px;
  font-size: 12pt;
  border-radius: 1em;
  overflow: hidden;
  margin-left: -7px;
  margin-top: 127px;
  }
}

@media (max-width: 991px) {
  #content{
    margin-top: -60px;
    margin-left: 20px;
    margin-bottom: 10px;
    border: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 15px;
  }
  #front .dates img{
    width: 150%;
  }
}

@media (max-width: 991px) {
  #content1{
    font-size: 14pt;
  }
}

.footer-content{
  margin-top: auto !important;
}

.site-footer{
 color: white !important;
 background-color: black;
 width: 100% !important;
 padding: 50px;
 margin-top: auto;
}

.site-footer p{
  margin-left: 10px;
  font-size: 1.25em;
}

.site-footer ul > li > a{
    color: white !important;
    font-weight: bold;
}

#footer-slack{
  color: white !important;
  text-decoration: underline;
}

.site-footer a:hover{
  color: white;
}


.icon-bar {
  position: fixed;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1%;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 4px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
  font-size: 25px;
}

.instagram {
  background: #bb0000;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
  font-size: 25px;
}

.linkedin {
  background: #007bb5;
  color: white;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f50000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #f50000;
  color: #ffffff;
}

@media (max-width: 991px) {
  #left-img{
    width: 100%;
    padding-bottom: 20px;
  }
}
#left-img{
  width: 100%;
  margin-top: 30px;
}