/*
background: 
text color: rgb(1, 0, 102); or  #020066
bg-light: #e3e3e3; - #adadad

body bg ; #020066;
*/


/*Flash Message*/
.flash-message{
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index:1000;
  transition: opacity 1s;
}


/*Photo Galery*/
.thumbs { opacity: 1; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
.thumbs:hover { opacity: 0.5; }

.container-fluid { margin-top: 73px; }

/*Scroll To Top */
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #e3e3e3;
  background: #dc3545;
  line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #dc3545;
}

.scroll-to-top i {
  font-weight: 800;
}

.bg-primary{
  background-color: rgb(1, 0, 102) !important; 
}


.container-custom { margin: 73px auto auto; width: 90%; }


@media print {
  a[href]:after {
    content: none !important;
  }
}