/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
/* body {
    padding-top: 50px;
    padding-bottom: 20px;
} */





.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%; }
    .gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
    .gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    
    @media (max-width: 450px) {
    .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    }
    }
    
    @media (max-width: 400px) {
    .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    }
    }











@font-face {
    font-family: mottoFont;
    src: url("abeatbyKaiRegular.otf");
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
  }
 
  html {
    position: relative;
    min-height: 100%;
  }
#motto {
  font-family: mottoFont;  
  vertical-align: middle;
  -webkit-text-stroke: 0.2pt;
  -webkit-font-smoothing: antialiased;
}
.cover-container {
   min-height: 100%;
   max-height: 100%;
   height:100vh;
}

.background_opac{
    background-image: url(../images/bg.jpg);
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
}
.centerTest{   
        margin: auto;
        width: 100%;
}
.centerNavBarText{
    padding: 20px 0;    
    text-align: center;
}
.centerAboutPageText{
     padding: 40px 0;   
    text-align: center;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.centerAlign {
    text-align: center;
}
.rightAlign {
    text-align: right;
}
.leftAlign {
    text-align: left;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.navbar-nav
{
    justify-content: center;
}

