@charset "utf-8";
/* CSS Document */

body {
	background-color: rgb(28, 28, 30);
	font-family: 'Inter', sans-serif;
	font-weight: 200;
	color: rgba(255, 255, 255, 0.75);
}
.text-right {
  text-align: right !important;
}
section.bottom {
    background-color: rgb(33, 37, 41);
    margin: 0 0 0 0;
}

.rounded-img {
    overflow:hidden;
    -webkit-border-radius:50%;
    -moz-border-radius:50p%;
    border-radius:50%;
    margin: 30px 20px 0 0;
}
.rounded-img-text {
    margin: 30px 0 0 0;
}

a:hover,
a:focus {
    color: rgba(255, 255, 255, 1);
	text-decoration:none;
}

/* Slow-motion Zoom Container */
.img-hover-zoom--slowmo img {
  	transform-origin: 50% 50%;
  	transition: transform 5s, filter 3s ease-in-out;
  	filter: brightness(100%);
}

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
  filter: brightness(100%);
  transform: scale(1.2);
  cursor: pointer;
}
/* The Image container */
.img-hover-zoom {
  height: auto; /* Modify this according to your need */
  overflow: hidden; /* Removing this will break the effects */
}

/* Back to top
-------------------------------------------------- */
.back-to-top {
			position: fixed;
			bottom: 0;
			right: 20px;
			text-decoration: none;
			opacity: 0.75;
			-webkit-transition: opacity .15s linear;
			-moz-transition: opacity .15s linear;
			-ms-transition: opacity .15s linear;
			-o-transition: opacity .15s linear;
			transition: opacity .15s linear;
			width: 60px;
			height: 60px;
			font-size: 12px;
			display: none;
			z-index: 999;
			text-align: center;
			padding-top: 8px;
		}

.back-to-top:hover {	
			opacity:1;
		}	
	
.dropdown-caret {
	font-size: 12px;
}

/* Sticky footer styles
-------------------------------------------------- */

.footer {

  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 55px;
  /* background-color: rgb(33, 37, 41); */
}
.container .text-muted {
  margin: 20px;
  font-size: 0.75em;
  text-align: center;
}

.fade-lazy {
  animation-name: fade-lazy;
  animation-duration: 2s;
}

@keyframes fade-lazy {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Forms
-------------------------------------------------- */

.txtmandatory {
	font-size: 0.75em;
}
.txterror {
}

/* FSLightbox
-------------------------------------------------- */

.fslightbox-toolbar-button:nth-child(2) {
  display: none !important;
}
.fslightbox-toolbar-button:nth-child(3) {
  display: none !important;
}
.fslightbox-toolbar-button:nth-child(4) {
  display: none !important;
}
