.bold
{
	font-weight: bold;
}

.basic-color
{
	color: #52d3aa !important;
}

.text-prefix-style
{
    font-weight: bolder;
    color: #82d0ab;
}

#fh5co-home video
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    min-width: 100%;
    width: auto;
    height: 100%;
    object-fit: cover;
    background-image: url('https://www.oknarenovace.cz/files/poster.jpg');
    background-position: center;
    background-size: cover;
}
    
#video-veil
{
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.partner-images img
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all .4s;
}
    
.partner-images img:hover
{
    filter: none;
    -webkit-filter: none;
}

.partner-images .partner-not-so-dominant
{
    width: 55%;
    margin: 0 10%;
}

.light-grey
{
    color: #a9a9a9;
}

.green-wrapper
{
    display: flex;
    flex-direction: column;
}

.green-wrapper .green-link
{
    display: flex;
    margin: 20px auto 10px;
    border: 1px solid #82d0ab;
    padding: 5px 10px;
    border-radius: 3px;    
}

@media screen and (max-width: 450px)
{
    .fh5co-block:first-child { margin-top: 105px; }
}

@media screen and (max-width: 768px)
{
    .fh5co-block:first-child { margin-top: 50px; }
    .second-row { margin-top: 0 !important; }
}

@media screen and (max-width: 1024px)
{
    .margin-top-15 { margin-top: 0 !important; }
}

a.navbar-brand {
    cursor: default;
    pointer-events: none;        
    text-decoration: none;
}

#CybotCookiebotDialogHeaderLogosWrapper a {
    visibility: hidden;
}