﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
    .circle-div {
       height: 800px !important; 
    }
    .circle-bottom{
        margin-top:-200px;
    }
}

.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;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

.container {
    padding-top: 30px;
    padding-bottom: 250px;
}

/*.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;
}

.welcome-div{
    margin-top:100px;
    margin-bottom:30px;
}

.dgray-bg {
    background-color: #171717;
}

.about-div {
    text-align: justify;
    font-size:14px;
}

.about-div p {
    padding:20px;
}

.article-image {
    background-color: lightgrey;
    padding: 10px;
    max-width: 100%;
}

.navbar-brand{
    margin-left:40px;
}

#image-container {
    width: 100%;
    touch-action: none;
    height: 600px;
    overflow: hidden;
    position: relative;
    border: 1px solid #171717;
    box-shadow: 2px 2px 27px #171717;
    touch-action: none;
    padding: unset !important;
}

#image-container2 {
    width: 100%;
    height: 150px; 
    position: relative;
    border: 1px solid #171717;
    background-color:#171717;
}

.article-padd{
    padding-bottom:100px;
}

#zoom-image {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top left;
    cursor: grab;
    user-select: none;
    transition: transform 0.1s ease;
    -webkit-user-drag: none;
}

#controls {
    position: absolute;
    top: 10px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 10;
}

#controls button {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: background 0.2s ease;
}

#controls button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.bg-gray{
    background-color: #171717;
    color:white;
}

#image-switcher {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;



}

.navbar-light .navbar-toggler{
    margin-right:20px;
}

ul {
    padding-left: 10px !important;
    
}


#image-switcher button {
    /* background-color: rgba(102, 0, 255, 0.8);*/
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    /*box-shadow: 1px 1px 1px gray;*/
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 15px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 0.9375rem;
    line-height: 1.75;
    min-width: 64px;
    padding: 7px 30px;
    width: 100%;
    background-color: rgba(23, 23, 23, 0.7); /* rgba(23, 23, 23, 0,3);*/
    transition: 0.3s ease-out, outline, outline-offset;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    transform-origin: center center;
    transform: none;
    border: none;
    /*box-shadow: rgba(255, 214, 51, 0.59) 0px -4px 10px inset;*/
    /*border: 1px solid rgba(104, 31, 209, 0.9);*/
}

    #image-switcher button:hover {
        background-color: rgba(0, 0, 0, 0.8) !important;
    }

    #image-switcher button:active {
        background-color: rgba(0, 0, 0, 0.8) !important;
    }

.purple-bg {
    background-color: #6600ff;
}
.circle {
    box-shadow: 5px 5px 20px #ffd633;
    width: 200px;
    height: 200px;
    border: 1px solid #ffd633;
    background-color: none;
    border-radius: 50%;
    margin: 50px;
    text-align: center;
    line-height: 200px; /* equal to height */
    
    display: flex;
    flex-direction: column;
    align-items: center; /* vertical center */
    justify-content: center;
}

.circle-div{
    height:400px;
}

.clicked {
    background-color: black !important;
    /*box-shadow: 3px 3px 7px #b38f00;*/
    border: 2px solid #b38f00 !important;
}

.unclicked {
    background-color: rgba(23, 23, 23, 0.7) !important;
    border: none;
}

.about-div{
    color:white;
}

.description-img {
    background-color: #ffd633;
    width: 120px;
    border-radius: 50px;
    padding: 20px;
}
.circle:hover {
    box-shadow: 5px 7px 20px #b38f00;
    text-decoration: none;
}

.a-min {
    text-decoration: none;
}

.circle img {
    width: 120px;
    height: auto;
    display: block;
}

.circle h2 {
    text-decoration: none;
    line-height: 20px; /* equal to height */
    width: 200px;
    color: #ffd633;
    font-style: unset;
    font-size:20px;
    margin: 12px 0 0 0;
}

.bg-blue {
    /*background-image: url("../Images/lastavica.jpg");*/
    /*background-color: #171717;*/
    background: linear-gradient(to right, #171717 60%, /* dark color covers more than half */
    #ffd633 100% /* purple comes in from the right */
    );
    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: 150px;*/
}

.footer{
    width:105% !important;
}
.bg-footer {
    /*background-image: url("../Images/lastavica.jpg");*/
    background: linear-gradient(to right, #171717 60%, /* dark color covers more than half */
    #ffd633 100% /* purple comes in from the right */
    );
    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;
    border: none !important;
}

.navbar-collapse {
    color: white;
}

.purple-h {
    color: #6600ff;
    font-size: 55px;
}

.footer-container {
    padding: 20px;
    margin-bottom: 240px;
}

.container-fluid {
    margin-bottom: 30px;
}

.article-list-div {
    /*background-color: rgba(242, 230, 255, 0.2);*/
    /*  background-color: rgba(255, 196, 179, 0.8);*/
    background-color: transparent;
    /*box-shadow: 1px 1px 2px gray;*/
    float: left;
    padding-top: 12px;
    margin-top: 10px;
    margin-bottom: 100px;
    width: 40% !important;
    margin-left: 5% !important;
}

main{
    margin-bottom:200px;
}

.article-body {
    /*background-color: rgba(242, 230, 255, 0.2);*/
    background-color: rgba(240, 230, 255, 0.7);
    box-shadow: 2px 2px 7px #e6e6e6;
    padding: 15px;
}

.article-list-div img {
    object-fit: none;
    width: 100%;
    max-height: 400px;
    min-height: 399px;
    object-position: center;
}

.article-mobile{
    width:40%;
}

.wide-container {
    width: 100%;
    
    margin-bottom: 200px;
    padding-bottom:20px;
}

.nav-item {
    padding-left: 30px !important;
    padding-bottom: 10px !important;
}



@media only screen and (max-width:600px) {
    .container-fluid {
        margin-bottom: 0px;
    }
    .about-div{
        padding-left:10%;
        padding-right:10%;
        text-align:center;
    }
    .about-div h2{
        margin-top:20px;
        padding:10px;
    }
    #image-switcher button {
        margin: 5px;
        padding: 5px 15px;
    }
    #image-container {
        height: 400px;
    }
    .nav {
        height: 200px;
    }

        .article-body {
        padding: 20px;
    }

    .article-mobile {
        width: 80%;
    }

    .bg-footer{
        height:100px;
    }
    main {
        margin-bottom: 100px;
    }
    .navbar-toggler {
        bottom: 10px;
        left: 20px;
        position: relative;
        background-color: rgba(0, 0, 0, 0.1);
        box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
      
    }
    .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 */
       
    }

    .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;
}


@media only screen and (max-width:413px) {
    .navbar-toggler {
        background-color: rgba(255, 214, 51, 0.4) !important;
        box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
    }
}