@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,300&family=Rubik:wght@400;500&display=swap');

/*-----GENERIC-----*/

h1, h2
{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--MainH1-color);   
}

a
{
    text-decoration: none;
}

a h2
{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--NavButton-color);
}

a h2:hover
{
    border-bottom: var(--NavButton-color) solid 2px;
}

li
{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 1.5em;
    padding-bottom: 40px;    
}

/*-----GENERIC-----*/

/*-----NAVBAR-----*/
.nav-logo h1
{
    color: black;
    font-size: 1.6em;
}
/*-----NAVBAR-----*/

/*-----JUMBOTRON-----*/

.jumbotron h2
{
    color: white;
}
.jumbotron-uvod h2, .jumbotron-kontakt h2, .jumbotron-cenik h2
{       
    padding: 50px 100px 50px 100px;;
    border-radius: 20px;
    background-color: rgba(60, 60, 60, 0.76);    
    text-align: center;
    color: white;
}


/*-----JUMBOTRON-----*/

/*-----MAIN-----*/
.main-uvod h2
{
    color: black;
}
/*-----MAIN-----*/

/*-----FOOTER-----*/

.footer-center h3
{
    text-align: center;
    font-size: 1.2em;
}

footer p
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


footer, footer h3
{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
}

.footer-small
{
    font-weight: 300;
    font-style: italic;
    font-size: 0.7em;
}

/*-----FOOTER-----*/

/*-----INDEX-----*/

#first, #third
{
    font-size: 3.2em;
    margin-bottom: 8px;
}
#second, #fourth
{
    font-weight: 400;
    font-size: 2em;
    margin: 0;
}

h3, .busy h2
{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--MainH1-color);
}


/*-----SPRINTER-LEFT---*/

.sprinter-left ul
{
    font-size: 0.8em;    
    color: black;
    margin-left: 35%;
}

.sprinter-left h3
{
    font-size: 1.5em;
}
/*-----SPRINTER-LEFT---*/

/*-----SPRINTER-RIGHT---*/

.sprinter-right h2
{
    text-align: center;
}

.sprinter-right h2
{
    font-size: 2em;
    color: var(--MainH1-color);
}

/*-----SPRINTER-RIGHT---*/

/*-----INDEX-----*/

/*-----KONTAKT-----*/

.kontakt-ico
{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
}

/*-----KONTAKT-----*/


/*-----CENIK-----*/
label
{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;    
}
.warning-text
{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
}
.warning-text h2
{
    margin-top: 5%;
}

h3.black
{
    color: black;    
}

#form-submit
{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
}

#be-done-later
{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    padding-left: 10px;
}

input, #message
{
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2em;

}

#message
{
    color: grey;
}
/*-----CENIK-----*/