body{
    background-color: #344e89;
    font-family: 'Anonymous Pro' monospace;
    color: #f3eae5;
}
.carousel-item{
    color: black;
    padding-top: 75px;
    padding: 30px;
}
.marking{
    background-color: #eb6932;
}
#testimonials{
    color: #f3eae5;
    width: 80%;
    margin: auto;  
    margin-bottom: 30px; 
}
.carousel-inner{
    border-radius: 10px;
    padding: 10px;
    margin: auto;
    width: 80%;
    background-color: #ffffff;
    color: black;
    font-size: 25px;

}
.ha3{
    padding-top:30px;   
    width: 100%;
    color: black;
}
.ha1{
    width: 100%;
    color: black;
    padding-top: 50px;
}
.ha2{
    width: 100%;
    padding-top: 15px;
    color: black;
}
.h5{
       background-color: #344e89;
       color: #f3eae5;
       font-family: 'Anonymous Pro' monospace;
}
.hh5{
       background-color: #344e89;
       font-family: 'Anonymous Pro' monospace;
}
.FONT2{
    font-family: 'Anonymous Pro' monospace;
    font-size: 25px; 
    color:#f3eae5;
    padding: 20px;
}
.card-custom {
    background-color: #4c86b4;
}
.blue-text{
    color:#344e89;;
}
.light-blue-text{
    color: #4c86b4;
   
}
.pink-text{
    color: #ec65ae;
   
}
.green-text{
    color: #8ddb6d;
    
}
.font{
    font-family: 'Anonymous Pro', monospace;
    color:black;
}
.font-bold{
    font-family: 'Anonymous Pro', monospace;
    color:black;
    font-weight: bold;
}
.bg-f3eae5 {
    background-color: #f3eae5;
}
.white-text{
    margin-top: 25px;
    font-size: 50px;
    font-family: 'Anonymous Pro', monospace;
    color:#f3eae5;
}
.marking a {
    color:#f3eae5;
    text-decoration: none;
}
.marking a:hover{
    text-decoration: underline;
}
.button{
    background-color: #eb6932;
    height:5rem;
    width:10rem;
    border: black solid 0.5px;
    font-size: 2rem;
}
.survival{
    /*
    Ovoa e kremastata boja za pozadina
    background-color: #f3eae5;
    */
    /*
    Zelena pozadina
    background-color: #8ddb6d
    */ 
    /*
    */
    background-color: #344e89;
}
.links a{
    text-decoration: none;
    font-size:2rem;
    padding: 20px 15px;
    color:#205cc6;

}
.schedule{
        font-family: 'Anonymous Pro', monospace;
    background-color: #344e89;
    color: #f3eae5;
}
#get-to-know-us{
    background-color: #344e89;
    color:#f3eae5;
    margin:auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.widt{
    width: 40%;
}
.carouselaboutus{
width: 30% !important;
}
.divider-mark{
    height:2em;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top:0.5em;
    margin-bottom: 0.5em;
}
.gfs-logo{
    height:10em;
    width:auto;
}
.carousel-indicators [data-bs-target] {
    background-color: black;
}

.dropdown{
    color:#f3eae5;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f3eae5;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border: 2px solid black;
  }
.dropdown:hover .dropdown-content {display: block;}


.flag{
    width:auto;
    height: 20px;
    border: 1px solid black;
    padding:0;
    margin-left: 4px;
}
.caption{
    display: block;
    z-index: 2;
    position: absolute;
    top:25%;
    padding:0;
    font-size: 40px;
    color:#f3eae5;
    text-align: center;
}

.card-body {
    padding: 1rem 0rem !important;
}

.card img {
    width: 100%;
    height: 200px; /* or however tall you want the image container */
    object-fit: contain;
    display: block;
    background-color: white; /* Or match your card background */
    border-bottom: 4px solid #344e89;
}

:root {
--primary: #ffc400;
    --text-1: #0f2341;
    --text-2: #a9a9a9;
    --white: #fff;
    --shadow-300: 0 5px 5px rgba(0, 0, 0, 0.3);
    --shadow-500: 0 5px 5px rgba(0, 0, 0, 0.5);
    --transition-300: all 300ms ease-in-out;
    --transition-500: all 500ms ease-in-out;
}


.loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    background-color: #344e89;

}

.loader img {
    width: 28rem;
    height: 18rem;
}
.partner-logo-responsive{
width: 80%;
}