

@charset "UTF-8";

html  {

    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 

}

.crslink
{
    padding-top: 110px;
    margin-top: -110px;
}

header {
    text-align: left;
    padding: 15px;
    background-color: #0a3052;
    color: #eff2ff;
  }

.card
{
   /* max-width: 20rem; */
    /*max-width: 10rem;
    min-width: 10rem;*/
    max-width: 9.5rem;
    margin: 0.3rem;
}

.row.expr{
    padding-left: 0;
}

.expr .card
{
    z-index: 2;
}


.card-footer{
    font-size: 1.2rem;
}


.card h4
{
   font-size: 18px;
}

.card p
{
   font-size: 14px;
}

.card-body
{
    padding-top: 0.5rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-bottom: 0.2rem;
}


.row>*{
padding-left: 0;
padding-right: 0;
}

.card-deck
{
    display: flex;
}

   
.fixed-top {
    top:100px;
}

.bg-dark2{
    background-color: #b3c5db;
}
.nav-links{
    font-size: 1.2rem;
    color: rgb(0, 0, 0);
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    display: block;
    font-weight: 600;
}
.nav-links:hover{
    color: rgb(232, 236, 238);
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    background-color: #73aaec;
}
footer {
    text-align: center;
    padding: 10px;
    background-color: #d0d0d0;
    color: black;
  }

body {
      background-color: #d8dfe2;
  }

a {
    text-decoration: none;
  }

.l
{
    font-size: larger;
}

#BtnTop {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99;
  border: none;
  outline: none; 
  background-color: #154360; 
  color: white;
  cursor: pointer; 
  padding: 15px; 
  border-radius: 10px; 
  font-size: 1.5rem; 
}

#BtnTop:hover {
  background-color: #3d91c5; 
}


body {
  font-family: "Lato", sans-serif;
}

/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 3;
  left: 0;
  background-color: #b3c5db;
  overflow-x: hidden;
  transition: 0.5s;
}

/* Hide scrollbar (Chrome) */
.sidenav::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar*/
.sidenav {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


/* Style the sidenav links and the dropdown button */
.sidenav a {
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}

/* On mouse-over */
.sidenav a:hover, .btn:hover {
  color: rgb(232, 236, 238);
}

.main {
  margin-left: 250px; /* Same as the width of the sidenav */
  padding: 0px 0px;
  transition: 0.5s;
}

@media screen and (max-width: 1000px) {
  .sidenav {
    width: 0%;}
  .main {
      margin-left: 0px;
  }
  .headertext{
      padding-bottom: 0px;
      padding-top: 0px;
  }
}

@media screen and (max-width: 600px) {
  .headertext{
      padding-bottom: 0px;
      padding-top: 0px;
  }
}


/* Main content */


/* Add an active class to the active dropdown button */
.active {
  background-color: rgb(7, 188, 243);
  color: white;
  transition: 0.5s;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  transition: 0.5s;
  display: none;
  background-color: #a6b7ca;
  padding-left: 8px;
}

.btnsdn
{
    margin-top: 7px;
    margin-left: -35px;
    position: fixed;
    z-index: 4;
    background-color: #b3c5db;
    color: #000000;
    width: 60px;
    height: 60px;
    box-shadow: none;
    outline: none;
    border-radius: 10px;
    font-size: 1.5rem;
    border-style: none;
}

.capt
{
    padding-top: 10px;
    margin-left: 40px;
}

.capt2
{
    margin-left: 40px;
    padding-top: 10px;
    margin-top: 0px;
}

.exp{
    min-width: 300px;
}

.expr .card{
    height: 300px;
}



.card-img-overlay
{
    margin-bottom: 2rem;
    padding: 0.5rem;
    opacity: 0%;
    transition: 1s;
    z-index: 2;
    font-size: 16px;
    margin-left: -75px;
    margin-right: -75px;
    background-color: rgba(230, 230, 230, 0.95);
    border-radius: 20px;
}




.toblur
{
    transition: 1s;
}



.row{
    justify-content: left;
    padding-left: 30px;
}


.card-footer
{
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.card-body
{
    margin-bottom: 50px;
}

.popover-body {
    padding: 0.5rem;
    background: rgb(245,245,245);
    border-radius: 0.3rem;
}

.popover-header {
    padding: 0.5rem;
    background: #ccdbec;
}


.publ a 
{
    font-size: 1.25rem;
}




