/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 20 wrz 2023, 23:04:59
    Author     : piotr
*/

* {
    font-family: "Jost", sans-serif ;
}

.thumbLeft {
    width: 400px;
    float:left;
    margin-right: 20px;
}

#myJumbo .carousel-item img {
    object-fit: cover;
    object-position: center;
    height: 100vh;
    overflow: hidden;
}

.bigheader {
background: rgb(0,0,53);
background: linear-gradient(45deg, rgba(0,0,50,1) 25%, rgba(0,0,120,1) 100%);
}

.bg-dark {
    background-color: rgba(0,0,53,1) !important;
}

.navbar-brand {
    font-size:95%;
}

.navbar-brand strong {
    font-size: 180%;
}

.text-success {
    color:#2aaa94 !important;
}

.jumboheader {
    font-weight: 500;
}

p {
/*    font-size:90%;*/
}

.smallheader {
    text-transform: uppercase;
    letter-spacing: 2px;
    color:#aaa;
}

.bg-darkblue {
    background-color: #00005d;
    color:#fff;
}

.text-muted {
    color:#aaa !important;
}

.ourGallery {
    background:url('/img/gallery-bg.jpg') center center no-repeat;
    background-size: cover;
}

.ourGallery .card-gallery {
    height: 250px;
    border:0;
}

.ourGallery .card-gallery img {
        object-fit: cover;
    object-position: center;
    height: 100vh;
    overflow: hidden;
}


.ourGallery .card-img-overlay {
    background: rgb(42,170,148);
background: linear-gradient(180deg, rgba(42,170,148,1) 15%, rgba(42,170,148,0) 40%);
}

.subPage .card-img-overlay {
    background: rgb(42,170,148);
background: linear-gradient(0deg, rgba(0,0,0,0.85) 5%, rgba(0,0,53,0) 30%);
}

footer {
    background:url('/img/footer-bg.jpg') center center no-repeat;
    background-size: cover;    
}

body {
    padding-bottom: 0px;
}

.card-img-overlay .card-text {
    width:75%;
}

.ourNews {
    background: #00005d url('/img/bg-lines.png') no-repeat center center;
    background-size: cover;  
}


#myJumbo .carousel-item img {  
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  height:100vh;
}

#myJumbo .carousel-item:before {
  content: "";
  background-image:
    linear-gradient(
      to bottom,
      transparent, rgba(0,0,0,1)
    );
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
}