/* Add your css code here */
/* Add your css code here */
@font-face {
    font-family: 'IRANSans';
    src: url("../fonts/IranianSansWeb-Regular.woff") format("woff");
    /* font-weight: bold; */
    /* font-style: normal */
}

@font-face {
    font-family: 'IRANSansFaNum';
    src: url("../fonts/IRANSansWeb_FaNum.woff") format("woff");
    /* font-weight: bold; */
    /* font-style: normal */
}


#TopFunBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#TopFunBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


.pgu_news {
    min-height:220px;
    display: inline-table;
  }

  .bgimg-1 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    height: 100vh;

  }
  
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
    .bgimg-1 {
      background-attachment: scroll;
      min-height: 400px;
    }
  }  

  .backgroundNone {
    background: linear-gradient(to bottom, rgba(0, 0, 0), rgba(0, 0, 0, 0));
    box-shadow:none;
    /* background: none; */
     padding: 10px;
  }
  .backgroundBlue {
    background-color:#2E75B6;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .margin-n16 {
    margin: -16px;
  }
  .padding-b0 {
    padding-bottom: 0;
  }
  .logoBig {
    height: 8vh;
  }
  .logoSmall {
    height: 5vh;
  }
  .frontpage-event-date {
    margin-bottom:-16px;
  }
.display-none {
  display: none;
}

.pgu_events {
  height:80vh;
  display: inline-table;
  background-color: white;
}

.pgu_gallery_taser {
  height:325px;
  display: inline-table;
}

.views-align-center {
  text-align: center !important;
}

.main-navigation-wrapper {
  /* background-color: #2E75B6; */
  background-color: white;

}
.block-system-branding-block {
  background-color: white;
  /* padding-top: 90px; */
  /* padding-right: 50px; */
  /* background-image:url("https://pgu.ac.ir/sites/default/files/styles/wide_x2_1024px_/public/2021-11/AboutPGU2.jpg?itok=JgcLDYVF"); */
}
