/* .container{
    border: solid black 1px;
}

.row{
    border: solid black 1px;
} */

html{
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}


#jfLogo{
    border-radius: 15px;
}

.obvestila .btn{
    border-radius: 20px;
}

.program  .card-title{
    text-transform: uppercase;
}

.program .card .card-text, .justify{
    text-align: justify;
}

.ekipa .card-text{
    font-size: 0.9em;
    color: gray;
}

.ekipa .card-text{
    margin-top: -5%;
}

.contacts th{
    text-align: right;
}

.contacts td{
    text-align: left;
}

.list-group{
    padding-left: 3em;
}

footer{
    margin-top: 100px;
}

.kontakt a:link, a:visited{
    text-decoration: none;
}

.kontakt a:hover {
    text-decoration: underline;
  }
  
a:active {
text-decoration: underline;
}

.obvestila a{
    text-transform: none !important;
    text-decoration: none;
    color: white;
}

.obvestila a:hover{
    border-radius: 20px;
    box-shadow: 0px 0px 30px#7f2fbe;
}

#carouselExampleIndicators{
    max-height: 80vh;
}

#carouselExampleIndicators .carousel-inner div img{
    max-height: 80vh;
    width: auto;
    object-fit: contain;
}

.companyLogos img{
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}

.companyLogos img:hover{
    box-shadow: 5px 10px 20px black;
}

.companyLogoImg{
    width: auto;
    object-fit: contain;
    height: 150px;
    /* border: solid red 1px; */
}

/* TODO: some classes use this but with their own class, make everythig use this*/
.keepImgRatio{
    width: auto;
    object-fit: contain;   
}

.sponsorsImg{
    margin-top: 20px;

    min-height: 80px;
    max-height: 130px;
}


@media screen and (min-width: 700px){
    .contacts{
        width: 70%;
    }

    .program-tables{
        width: 70%;
        display: block;
        margin: auto;
    }
}
