 
 
 
 body {

    background-image: url('/static/images/body-bg.png');	
	background-color: #fdfdfd;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;

    }
	
 html {
      font-size: 16px;
    }
	

	:root {
  --bs-main: #333;
  --bs-font-sans-serif: "Anton", sans-serif;
}
	

.custom-btn:hover {
  background-color: #031633;
  border-color: #031633;
}


@media (max-width: 767.98px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100% !important;
    }
}


@media (max-width: 767.98px) {
    .container, .container-sm {
        width: 100% !important;
    }
}


.display-5 {
  font-size: calc(2.425rem + 2.1vw) !important;
  font-family: "Rubik Dirt", system-ui;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 10px;
	
	
}

.navbar-logo {
    height: 99px;
    width: auto;
}

@media (max-width: 767px) {
  .navbar .container-md {
    padding-left: -5px !important;
    padding-right: -5px !important;
	
  }
}


@media (max-width: 992px) {
    .navbar-logo {
        height: 69px;
    }
}

@media (max-width: 767.98px) {
    .navbar-logo {
        height: 59px;
    }
	
}


@media (max-width: 767.98px) {
    #grid .container {
 
		padding-top: 0 !important;
    }

}

.caption.index {
	
    font-size: 1.5rem !important;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
 
}


.lead {


    font-size: calc(0.7rem + 0.7vw) !important;
	color: #888 !important;
	letter-spacing: 5px;
	line-height: clamp(48px, 6vw, 70px);
	text-shadow: 0px 0px 4px #fff;
}

.lead, .small, .caption.index, .nav-link {

  font-family: "Oswald", sans-serif;
  /*font: (--bs-font-sans-serif); */
  font-weight: 500;
  font-style: normal;
  
}
  
  
 .small, small {
    font-size: calc(0.6rem + 0.6vw) !important;
}
  
  

.col a {
    color: #000;
    text-decoration: none;
}



#backToTop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2000;
}

#backToTop:hover {
  transform: translateY(-3px);
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}


.polaroid {
  background: #fff;
  padding: 12px 12px 24px;
  /*border-radius: 6px;*/
  box-shadow: 
    0 6px 12px rgba(0,0,0,0.15),
    0 1px 3px rgba(0,0,0,0.1);
  text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;

}


.polaroid.index {
  transform: none !important;

}


.photo {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #eee;
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.caption {

	font-family: "Shadows Into Light Two", cursive;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 2px;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 10px;
    color: #343a40;
}




.col:nth-child(3n) .polaroid { transform: rotate(2deg); }
.col:nth-child(3n+1) .polaroid { transform: rotate(-1.5deg); }
.col:nth-child(3n+2) .polaroid { transform: rotate(1deg); }

.polaroid:hover {

      box-shadow: 0 12px 28px rgba(0,0,0,0.25);
  
}



	

	
	