
/* https://www.frontendmentor.io/ */

 :root {
   --color-rajah: #FEB062;
    --color-wine: #545863;
    --color-Tplava: #416788;
    --color-crvena: #FE4A49;
    --color-5Tsivka: #efefef;
    --color-plava: #06BEE1;
    --color-zuta: #fed766; 
    --color-zelena: #DBDFAC;

    
    
    --color-amsn-0: #FFFFFF;
    --color-amsn-1: #75C5F0;
    --color-amsn-2: #007CC3;
    --color-amsn-3: #495677;

}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    border: none;
    background-color: var(--color-amsn-1);

}



.kontejner {
    width: 100vw;
}

header {
    width: 100%;
    position: sticky;
    top: 0;
    color: #303030;
    background-color: #4fbdf0;
    font-size: 1.3rem;
    background-image: url(img/fini.png);
    background-repeat: repeat-x;
    z-index: 100;
    padding-bottom: 0.5rem;
    /* border: 8px solid yellow; */
    box-shadow: 0px 1px 5px;
}
header h2 {
    text-align: center;
    font-size: 3rem;
    text-transform: uppercase;
}
header p {
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 1;
}
footer {
    width: 100%;
    padding: 0.5rem;
    color: #303030;
    background-color: #4fbdf0;
    font-size: 1.3rem;
    background-image: url(img/fini.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
footer h2 {
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
}
footer p {
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 1rem;
}
.blok {
    width: 100%;
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.bcrveni {
    background-color: var(--color-crvena);
}
.bsivi {
    background-color: var(--color-wine);
}
.bzuti {
    background-color: var(--color-rajah);
}
.bamsn1 {
    background-color: var(--color-amsn-1);
    padding-bottom: 2rem;
    /* border: 8px solid yellow; */
}
.bamsn2 {
    background-color: var(--color-amsn-2);
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.bamsn3 {
    background-color: var(--color-amsn-3);
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.bplavi {
    background-color: var(--color-Tplava);
}
.okotext {
    margin: 2rem auto;
    padding: 2rem;
    width: 90%;
    max-width: 800px;
    /* text-align: center; */
    border: 3px solid silver;
    border-radius: 1.5rem 0;
}
.okotext2 {
    margin: 3rem auto;
    padding: 2rem;
    width: 90%;
    max-width: 800px;
    /* text-align: center; */
    border: 3px solid var(--color-Tplava);
    border-radius: 1.5rem 0;
}
.okotext1 {
    margin: 0 auto;
    padding: 2.5rem;
    width: 90%;
    max-width: 800px;
    /* text-align: center; */
    border: 1px solid white;
    border-radius: 1.5rem 0 0 0;
}
.text {    
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8;
    
}
.text-tamni {
    color: #303030;
}
.text-bijeli {
    color: #FFFFFF
}
.istaka {
    font-weight: bold;
    background-color: #aad7f1;
    padding: 0.5rem;
    border-radius: 1rem 0;
}
.naslov {
    width: 90%;
    text-align: center;
    margin: 1.5rem auto;
    align-self: flex-start;
}
.naslov h1{
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #FFFFFF;
}
.naslov-kosmo {
    padding-top: 2rem;
}
.naslov-everywhere {
    padding-top: 2rem;
}
/* BOTUNI  za zvanje   ------------- */
.kuca-more {
    width: 80%;
    margin: 1.5rem auto;
    font-size: 2rem;
    text-align: center;

    /* border: 8px solid yellow; */
}
.noviBot2 {
    font-family: "Ubuntu", sans-serif; 
    font-size: 2rem;
    padding: 0.5rem 0.8rem;
    color: orange;
    /* border-radius: 1rem; */
    margin: 2rem auto;

}
.noviBot2 a {
    width: 100vw;
    height: 100%;
    padding: 0.5rem 0.8rem;
    font-size: 1.7rem;
    color: #303030;
    border: 4px solid var(--color-amsn-3);
    border: 4px solid var(--color-amsn-3);
    border-radius: 1.1rem 0;
    background-color: hsl(207, 90%, 70%);
    background-color: #4fbdf0;
    transition: all 0.5s;
}
.noviBot2 a:link {
    text-decoration: none;
}
.noviBot2 a img {
    transform: translateY(2px);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    
}
.noviBot2 a:hover {
    background-color: var(--color-amsn-3);
    border: 4px solid hsl(197, 85%, 80%);
    color: #FFF;

}
/* BOTUNI  za zvanje   -----KRAJ-------- */


/* FORMA ------------------------------- */
.kuca-forma {
    width: 90%;
    max-width: 800px;
    padding: 1.5rem;
    color: #303030;
    background-color: var(--color-amsn-1);
    font-size: 1.2rem;
    text-align: left;
    border-radius: 1.5rem 0;
    margin: 1.8rem auto;
    min-width: 250px;

}

form label{
    display: block;
    margin-bottom: 0;
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: bold;
    padding-left: 0.5rem;
}

form button {
    margin: 2rem;
    color:#333333;
    background-color: #4fbdf0;
    border: none;
    font-size: 100%;
    font-weight: bold;
    padding: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.5s;
    border: 3px solid white;
}


form button:hover, form button:focus{
    color: white;
    background-color: #289C14;
    border: 3px solid white;
}

form input, form textarea{
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    resize: vertical;
    font-size: 1.2rem; 
    background-color: #4fbdf0;
    color: #000000;
    font-family: inherit;
    border-radius: 0.5rem ;
    border: 1px solid white;
}

.ifAirport {
    padding-left: 0.5rem;
    font-size: 80%;
  }
/* FORMA -------------KRAJ-------------- */


/* CIJENE tabela */
.departure {
    width: 100%;
    text-align: center;
    color: #efefef;
}

#tabela_cijena {
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem;
    background-color: #a0d9f0;
    border-radius: 1rem 0;
    color: #303030;
}

.tablehead {
    color: #303030;
    font-size: 1rem;
    padding: 1rem;
    font-weight: bold;
}
.tablehead td {
    border: 2px solid var(--color-5Tsivka);
    padding: 0.5rem;
    background-color: #4fbdf0;
}
.okotext table td {
    font-size: 1.2rem;
    /* margin: 0.2rem; */
    padding: 0.2rem;
    padding-left: 1.5rem;
    border-radius: 0.5rem;
}

.redred {
    background-color: none;
    transition: all 0.5s;
}

.redred:hover {
    background-color: #4fbdf0;
}
/* CIJENE tabela KRAJ */