body{
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-family: Arial, Helvetica, sans-serif;
    background: rgb(15, 55, 80);
    /* background: linear-gradient(90deg, rgb(3,65,96) 0%, rgb(24, 83, 119) 22%, rgb(24, 86, 124) 61%, rgb(24, 83, 119) 83%,  rgb(3,65,96) 100%); */
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container-fluid{
    margin: 0;
    padding-left: 10px;
}

h2{
    color: white;
}

h3{
    color: white;
}

p{
    margin: 2px !important;
}

.container-main{
    margin-top: 120px;
}

.hover-block{
    border-radius: 8px;
    padding: 20px;
}

.hover-block p{
    line-height: 40px;
}

.hover-block:hover{
    background-color: rgba(30, 29, 29, 0.084) !important;
    transition: 0.3s;
}

.basicLink{
    text-decoration: none; 
    color: rgb(200, 200, 200); 
    letter-spacing: 2px; 
    margin-left: 50px;
}

.basicLink:hover{
    color: gray; 
    text-decoration: none;
}

.nabidka_odchovu{
    display: flex; 
    justify-content: center;
}

.center{
    text-align: center;
}

.verticalHorizonCenter{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text{
    color: white;
    letter-spacing: 3px;
}

.solidText{
    line-height: 30px; 
    color: white;
    font-size: 18px;
}


.list{
    list-style: none;
    color: rgb(255, 255, 255);
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.nav-item{
    margin-right: 20px;
    letter-spacing: 1px;
    cursor: pointer; 
}

.navbar-icon{
    width: 30px;
    height: auto;
    margin-left: 20px;
    margin-bottom: 8px;
}

.dropdown-menu{
    background: rgb(15, 55, 80);
    border: none;    
}

.dropdown-menu-scroll-on{
    background-color: rgb(9, 39, 58) !important;
    border: none;    
}


.dropdown-item{
    color: rgba(255, 255, 255, 0.623);    
}

.dropdown-item:hover{
    background-color: transparent !important;
    color: white;
}

.post{
    margin-bottom: 10px;
    background-color: rgba(131, 131, 131, 0.082);
    border-radius: 10px;
}

.posts{
    margin-top: 20px;
}

.footer{
	margin-top: auto;
    overflow: hidden;
	text-align: center;
    color: white;
    border-top: rgba(243, 243, 243, 0.096) 5px solid;
    background-color: rgb(9, 39, 58);
}

.odkazy {
    cursor: default;
    color: white !important;
    list-style: none;
    padding-left: 0px;
}

.pictureIntro{
    display: flex;
    justify-content: center;    
}

.nav-scroll-off{
    background: rgb(15, 55, 80);
    min-height: 80px;
    letter-spacing: 1px;
    transition: 0.3s all;
}

.nav-scroll-on{
    background-color: rgb(9, 39, 58);
    min-height: 80px;
    letter-spacing: 1px;
    transition: 0.3s all;
}

.neutralLink{
    color: rgb(139, 196, 243);
    border-bottom-color: rgba(255, 255, 255, 0.205);
    transition: 0.2s; 
}

.neutralLink:hover{
    color: rgb(139, 196, 243) !important;
    border-bottom-color: rgb(139, 196, 243);
    text-decoration: none;
    transition: 0.2s;
    font-weight: bold;    
}

.navbar-toggler{
    border: none !important;
    overflow: hidden !important;
}

.navbar-toggler:focus {
    outline: none !important;
    border: none !important;
            box-shadow: none;
  }


@media only screen and (max-width: 386px){

    .copyright{
        text-align: center !important;
    }

    .footerMenu{
        text-align: center;
    }
    .contact{
        text-align: center;
    } 

    .navbar-collapse{
        padding-top: 5px;
        padding-left: 80px;
    }

    .navbar-brand{
        margin-left: 15px;
        font-weight: 400;
        font-size: 18px;
    }

    .navbar-icon{
        display: none;
    }

    .footer{
        font-size: 10px;
    }

    .solidText{
        font-size: 10px;
        line-height: 16px;
    }

    .text{
        font-size: 15px;
    }

    .heading{
        letter-spacing: 4px;
        font-size: 5px !important;
        font-weight: 400;
        color: white;
    }
   
    .designLink{
        border-bottom-color: rgba(255, 255, 255, 0.205);
        border-bottom-style: none;
        color: white !important;
        transition: 0.2s;  
        font-size: 10px;
    }
    
    .designLink:hover{
         color: rgb(139, 196, 243) !important;
         border-bottom-color: rgb(139, 196, 243);
         text-decoration: none;
         transition: 0.2s;
         font-weight: bold;    
    }

    .designLinkActive{
        color: rgb(139, 196, 243) !important;
        border-bottom-color: rgb(139, 196, 243);
        font-weight: bold;
    }

    .pictureBox{
        width: 100px !important; 
        height: auto !important;
    }

    

}

@media only screen and (min-width: 386px) { 
    h2{
        font-size: 25px !important;
    }
    
    .copyright{
        text-align: center !important;
    }
    .footerMenu{
        text-align: center;
    }
    .contact{
        text-align: center;
    } 

    .navbar-collapse{
        padding-top: 5px;
        padding-left: 80px;
    }

    .designLink{
        border-bottom-color: rgba(255, 255, 255, 0.205);
        border-bottom-style: none;
        color: white !important;
        transition: 0.2s;  
    }
    
    .designLink:hover{
         color: rgb(139, 196, 243) !important;
         border-bottom-color: rgb(139, 196, 243);
         text-decoration: none;
         transition: 0.2s;
         font-weight: bold;    
    }

    .designLinkActive{
        color: rgb(139, 196, 243) !important;
        border-bottom-color: rgb(139, 196, 243);
        font-weight: bold;
    } 

    .heading{
        letter-spacing: 4px;
        font-size: 30px;
        font-weight: 400;
        color: white;
    }

}

@media only screen and (min-width: 1200px){
    h2 {
        font-size: 40px !important;
        letter-spacing: 3px;
    }
    .copyright{
        text-align: left !important;
    }

    .contact{
        text-align: left;
    }

    .footerMenu{
        text-align: left;
    }

    .navbar-collapse{
       padding: 0;
    }

    .heading{
        letter-spacing: 6px;
        font-size: 60px;
        font-weight: 400;
        color: white;
    }

    .designLink{
        border-bottom-color: rgba(255, 255, 255, 0.205);
        border-bottom-style: solid;
        border-bottom-width: 2px;
        color: white !important;
        transition: 0.2s;
    }
    
    .designLink:hover{
         color: rgb(139, 196, 243) !important;
         border-bottom-color: rgb(139, 196, 243);
         text-decoration: none;
         transition: 0.2s;
         font-weight: bold;    
    }
    
    .designLinkActive{
        color: rgb(139, 196, 243) !important;
        border-bottom-color: rgb(139, 196, 243);
        font-weight: bold;
    }

    .navbar-brand{
        margin-right: 3cm !important;
        letter-spacing: 2px;
        font-weight: 300;
}

    .pictureBox{
        width: 300px !important; 
        height: auto !important;
    }

    .BigPictureBox{
        width: 30cm !important;
        height: auto !important;
    }

}

.box{
    display: flex; 
    justify-content: center;
}

/* Table */ 

.tg{
    background-color: rgb(20, 67, 97);   
    font-family: cursive;
    font-size: 14px;
}

.tg td{
    overflow:hidden; 
    padding: 8px; 
    border: rgb(21, 49, 73) 2px dashed;
}

.tg th{
    overflow:hidden;
    border: rgb(21, 49, 73) 2px dashed;
    padding: 8px;
}

.tg .tg-0lax{
    text-align:center; 
    vertical-align: middle;
}

