/*
font-family: 'Montserrat', sans-serif;  / 400, 500, 600, 700, 800
font-family: 'Pacifico', cursive;
*/


a[href^=tel] { color: black !important; text-decoration: none; }

html{
    height: 100%;
    margin: 0;
}

body{
    font-family: 'Montserrat', sans-serif !important;
    margin: 0 !important;
    height: 100%;
}

h1{    
    font-family: 'Pacifico', cursive;
    color: #ffffff;
    font-size: 4em;
    width: max-content;
    margin: auto;
    margin-block-start: 0;
    margin-block-end: 0;
}

h2{
    text-transform: uppercase;
    font-size: 1.8em;
    color: white;
    width: max-content;
    font-weight: 700;
    margin-block-start: 0;
    margin-block-end: 0;
}

h3{
    text-transform: uppercase;
    color: #a8a853;
    font-size: 1.7em;
    font-weight: 700;
    width: max-content;
    margin-block-start: 0;
    margin-block-end: 0;
}

h4{
    text-transform: uppercase;
    color: #a8a853;
    font-size: 1.2em;
    margin-block-start: 0;
    margin-block-end: 0;
    font-weight: 700;
    width: 100%;
}

h5{    
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    margin-block-start: 0;
    margin-block-end: 0;
    width: max-content;
}

h6{
    text-align: center;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    margin-block-start: 0;
    margin-block-end: 0;
    width: max-content;
}

.bttn{    
    border: solid #a8a853 3px;
    padding: 7px 13px 7px 13px;
    color: #a8a853;
}

.bttn:hover {
    background-color: #a8a853;
    color: white;}

ul {padding-inline-start: 0px;}
li + li {margin-left: 3.5vw;}
li {display: inline;}

a{
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
    display: inline-block;
    color: white;
    text-decoration: none;
    letter-spacing: 2px;
}

a+a {margin-left: 0.5vw;}

p{
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 1em;
}

.text-both{
    margin-top: 12px;
    margin-bottom: 12px;
}

.text-bttm{
        margin-bottom: 18px;
}

.text-bttn{
    margin-bottom: 22px;
}

.text-top{
    margin-top: 12px;
}

.text-pasus{
    margin-top: 10px;
    margin-bottom: 18px;
}

button{
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    color: black;
}

/******************************/  
/* LAPTOP */

@media (min-width: 990px) and (max-width: 1400px) 
{

    h1{font-size: 3.2em !important;}
    h2{font-size: 2em !important;}
    h3{font-size: 1.6em !important;}
    h4{font-size: 1.2em !important;}
    h5{font-size: 1em !important;}
    h6{font-size: 0.8em !important;}

    p{
        margin-block-start: 0px;
        margin-block-end: 0px;

        font-size: 0.9em !important;
    }

    a{font-size: 0.8em;}
}

/******************************/  
/* TABLET */

@media (min-width: 480px) and (max-width: 990px) 
{

    h1{font-size: 3em !important;}
    h2{font-size: 1.7em !important;}
    h3{
        font-size: 1.7em !important;
        margin-top: 15px !important;
    }
    h4{font-size: 1.4em !important;
        margin-top: 15px !important;
    }
    h5{font-size: 1em !important;}
    h6{font-size: 0.8em !important;}

    p{
        margin-block-start: 0px;
        margin-block-end: 0px;

        font-size: 0.9em ;
    }

    a{font-size: 0.8em;}

    .bttn{    
        border: solid #a8a853 3px;
        padding: 7px 10px 7px 10px;
        color: #a8a853;
    }
}


/* TABLET MALI */

/******************************/  
/* MOBILE */

@media (max-width: 480px) 
{
    /******************************/  
    /* UOPŠTENO */

    h1{font-size: 2em !important;}
    h2{font-size: 1.3em !important;}
    h3{
        font-size: 1.2em !important;
        padding-top: 15px;
    }
    h4{font-size: 1.1em !important;
        margin-top: 15px !important;
    }
    h5{font-size: 0.9em !important;}
    h6{font-size: 0.8em !important;}

    p{
        margin-block-start: 0px;
        margin-block-end: 0px;

        font-size: 0.9em ;
    }

    a{
        font-size: 0.7em;
    }

    
    @media (max-width: 390px) 
    {
        .bttn a+a{
            font-size: 0.7em !important;
            padding: 5px 10px 5px 10px !important;
        }

        .home-desc-bttn{
            display: flex !important;
        }

        .home-info-badge h6{
            font-size: 0.7em !important;
        }

    }

}