html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Montserrat';
}

.container {
    padding-top: 30px;
    padding-bottom: 250px;
}

h1 {
    font-family: "Playfair Display", serif;
}

.news-div {
    border-bottom: 2px solid #333333;
}

/*.body-div {
    width: 100%;
    background-image: url("../Images/swallow_light.png");
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-size: contain;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: lighten;
}*/
.form-group textarea {
    width: 100%;
    height: 200px;
}

.article-image {
    background-color: lightgrey;
    padding: 10px;
    max-width: 100%;
}

.bg-blue {
    /* background-image: url("../Images/lastavica.jpg");*/
    background-color: rgba(0, 0, 0, 0.4);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    z-index: 10;
    position: relative;
    /*   height: 200px;*/
}

.nav-link{
    color: white !important;
}

#carouselExampleCaptions {
    margin-top: -60px;
}

.bg-footer {
    background-image: url("../Images/lastavica.jpg");
    /*background-color: #ccddff;*/
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    height: 200px;
}

.navbar-collapse {
  /*  background-color: #62CCFE;*/
}

.footer-container {
    padding: 20px;
    margin-bottom: 240px;
}

.container-fluid {
    /*margin-bottom: 100px;*/
}

.article-container {
    margin-bottom: 150px;
    padding-bottom:20px;
    padding-top: 50px;
    background-color: #f2f2f2;
}

.article-small-img {
    width: 100%;
    object-fit:contain;
    border-radius: 10px;
}

.article-list-div {
    /*background-color: rgba(242, 230, 255, 0.2);*/
    /*background-color: rgba(255, 196, 179, 0.8);*/
    /*box-shadow: 2px 2px 7px #e6e6e6;*/
    border-radius: 10px;
    font-family: "Playfair Display", serif;
    background-color: white;
    text-align: center;
    float: left;
    padding-top: 12px;
    margin-top: 10px;
    width: 46% !important;
    margin-left: 2% !important;
}

.article-body {
    /*background-color: rgba(242, 230, 255, 0.2);*/
    background-color: rgba(255, 235, 230, 0.7);
    box-shadow: 2px 2px 7px #e6e6e6;
    padding:15px;
}

.article-list-div img {
    object-fit: contain;
    width: 100%;
    object-position: center;
    border-radius:10px;
}

.article-mobile{
    width:40%;
}

.navbar-toggler {
    color: rgba(255, 255, 255, 0.5) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .1rem;
}

.navbar-brand{
    color: white !important;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius:20px;
}

@media only screen and (max-width:600px) {
    .container-fluid {
        margin-bottom: 0px;
    }

    .bg-blue {
        background-color: rgb(51, 51, 51);
    }
    #carouselExampleCaptions {
        margin-top: 0px;
    }
    /* .nav {
        height: 200px;
    }*/
    .article-body {
        padding: 20px;
    }

    .article-mobile {
        width: 80%;
    }

    /*.navbar{
        padding-top:50px;
    }
    .navbar-toggler{
        top:20px;
    }
    .bg-blue {
        background-image: url("../Images/lastavica_mala.png");*/
        /*background-color: #ccddff;*/
        /*background-position: center;*/ /* Center the image */
        /*background-repeat: no-repeat;*/ /* Do not repeat the image */
        /*background-size:cover;*/ /* Resize the background image to cover the entire container */
        /*   height: 200px;*/
    /*}*/

    .article-list-div {
        /*background-color: rgba(242, 230, 255, 0.2);*/
        width: 90%;
        margin-left: 5%;
        padding: 20px;
        width: 90% !important;
        margin-left: 5% !important;
    }

    .article-list-div img {
        object-fit: contain !important;
        max-height: none;
        min-height: 100px;
    }
}

.img-description{
    font-style:italic;
}
