@import url("https://use.typekit.net/glc1lkd.css");
@import url('https://fonts.googleapis.com/css?family=Catamaran:300,400,700,900');


.myriad-bold {
    font-family: myriad-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.myriad-big {
    font-size: 48pt;
}

.white {
    color: white
}

.bg-white {
    background-color: white;
}

.bgtrans {
    background-color: rgba(255, 255, 255, 0);
}

.trans50 {
    opacity: 0.5;
}

.trans80 {
    opacity: 0.8;
}

.element {
    /*background-image: url("/bg.jpg");*/
    background-size: cover;
    z-index: -10;
    width: 100%;
    height: 700px !important;
}



* {
    z-index: 1;
}


.bold {
    font-weight: bold;
}

.btn-hover {
    font-size: 16px;
    color: white;
    cursor: pointer;
    padding: 10px 25px 10px 25px;
    min-width: 150px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    font-weight: bold;

    border-radius: 10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #004c66, #000000, #000000, #000000);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.35);
}

.menulink {
    padding: 10px;
    margin-right: 10px;
    margin-top: 20px;
    color: white !important;


}

.big {
    position: relative;
    width: 100%;
    height: 500px;
}

h1 {
    font-size: 48pt;
    font-weight: bold;
    font-family: catamaran, sans-serif;
}

.outer {
    width: 100%;
    padding: 25px;
    height: 100%;
}

.maxwidth {
    max-width: 1000px;
}

.adduser {
    display: block;
    background-color: rgba(0, 76, 102, 0.10);
    height: 100px;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    font-weight: bold;
    font-size: 15pt;
    color: #008c74;
    transition-duration: 0.5s;
    cursor: pointer;
}

.adduser:hover {
    background-color: rgba(0, 76, 102, 0.15);
    color: #003830;
    transition-duration: 0.5s;
    cursor: pointer;
}

.tablem {
    width: 100%;
    padding: 10px;

}

.tablem td {
    vertical-align: center;
}

.tablem th, td {
    padding: 10px;
    text-align: left;
}

a:hover {
    text-decoration: none !important;
    color: #003830;
}

a {
    color: #008c74;
}

.file {
    color: #008c74;
    padding: 10px;
    margin: 10px;
    transition-duration: 0.2s;

}

.file:hover {
    color: #003830;
    transition-duration: 0.2s;


}

.file:active {
    background-color: rgba(0, 76, 102, 0.15);
    border-radius: 5px;
    transition-duration: 0.2s;
}

.btn-primary {
    background-color: #008c74;
    border-color: #008c74;
}

.btn-primary:hover {
    background-color: #007c64;
    border-color: #008c74;
}

.btn-primary:active {
    background-color: #006c53 !important;
    border-color: #007a64 !important;
    box-shadow: -3px 0 rgba(0, 140, 116, 0.21), 0 3px rgba(0, 140, 116, 0.21), 3px 0 rgba(0, 140, 116, 0.21), 0 -3px rgba(0, 140, 116, 0.21) !important;;

}

.btn:focus {

    box-shadow: -3px 0 rgba(0, 140, 116, 0.21), 0 3px rgba(0, 140, 116, 0.21), 3px 0 rgba(0, 140, 116, 0.21), 0 -3px rgba(0, 140, 116, 0.21) !important;;

}


.btn {
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
}

.form-control {
    border-radius: 10px;

}


.input-group-text {
    border-radius: 10px 0 0 10px !important;

}

.form-control:focus {
    border-color: #008c74;
    box-shadow: -3px 0 rgba(0, 140, 116, 0.21), 0 3px rgba(0, 140, 116, 0.21), 3px 0 rgba(0, 140, 116, 0.21), 0 -3px rgba(0, 140, 116, 0.21);
}

.btn-link {
    color: #008c74;
}

.btn-link:hover {
    color: #00765d;
    text-decoration: none;
}

.btn-link:focus {
    text-decoration: none;
}

.card {
    border-radius: 10px;
    margin-bottom: 10px;
}

.banner {
    width: 100%;
    height: 400px;
    background-color: #1b1e21;
    background-size: cover;
    color: white;
}

.ziskat {
    background-image: url("/imgs/ziskatkurz.jpeg");
}

.gradient-text h1 {


    background: -webkit-linear-gradient(left, #004c66, #008c74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}



.card h1 {
    font-size: 35px;
}


.card {
    border: none;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.31);
    margin-bottom: 25px;
    padding: 10px;
}

.presahnahoru {
    transform: translateY(-20px);
    z-index: 5;
}

.btn-main {
    color: black;
}

@media screen and (max-width: 600px) {
    .maxwidth h1.white {
        font-size: 30px;
    }
}

.card-header {
    background-color: white;
    border-bottom: none;
}

.bg2 {
    background-image: url("/imgs/bg2.jpg");
    background-size: cover;
    z-index: 0;
    width: 100%;
    height: 500px;
    position: relative;
}

.bg2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    opacity: 0.7;
    background-image: linear-gradient(to right, #004c66, #008c74);

}

.bg4 {
    background-image: url("/imgs/kids.jpeg");
    background-size: cover;
    z-index: 0;
    width: 100%;
    height: 500px;
    position: relative;
}

.bg4::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    opacity: 0.7;
    background-image: linear-gradient(to right, #004c66, #008c74);

}

.popredi {
    position: relative;
    z-index: 5;
    margin-top: 50px;
}

.bg3 {
    transition-duration: 1s;
    background-image: url("/imgs/bg3.jpeg");
    background-size: cover;
    z-index: 0;
    width: 100%;
    height: 300px;
    position: relative;
}

.bg3::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    opacity: 0.7;
    background-image: linear-gradient(to right, #004c66, #008c74);

}

@media screen and (max-width: 600px) {
    small {
        font-size: 13px;
    }

    .extrasmall {
        font-size: 10px;
    }

    .navbar-collapse .bold {
        margin: 10px;
        padding: 0;
    }


}


.gradient {
    background: -webkit-linear-gradient(left, #004c66, #008c74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nomargin {
    margin-bottom: -10px;
}


.myalert {

    position: fixed;
    background-color: #242424;
    padding: 15px;
    width: 100%;
    color: #00c1a6;
    animation-name: alert;
    animation-duration: 1s;
    z-index: 5;
}

@keyframes alert {
    from {background-color: #008c74; opacity: 0}
    to {background-color: #242424; opacity: 1}
}

.navbarspecial {

    position: absolute;

}

.navbarspecial .navbar-brand {
    color: white !important;
}

.rounded {
    border-radius: 10px !important;
}

.card-img-top {
    border-radius: 10px !important;
}

.tiny {
    height: 100px;
}

html {
    scroll-behavior: smooth;
}



.jumbotron {
    border-radius: 10px;
    background-color: rgba(0, 76, 102, 0.10);
}

.dropdown-item:active {
    background-color: #008c74;
}

.telnum {
    color: white;
    text-decoration: none;
}

.telnum:hover {
    color: white;
    text-decoration: none;
}

.autoheight {
    width: 100%;
    background-color: #1b1e21;
    background-size: cover;
    color: white;
}

.nasmerujivas {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
}

.nasmerujivas i {
    margin-top: 80px;
    font-size: 32px;
    font-weight: normal;
    opacity: 0.8;
}

.dark {
    background-color: #383e45;
}

.grey img {
    filter: grayscale(100%);
    transition-duration: 0.2s;
}

.grey img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
    transition-duration: 0.2s;
}

.noshadow {
    box-shadow: none;
}

.subtitle {
    margin-top: 63px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
}


.card-body .gradient-text {

    background: -webkit-linear-gradient(left, #004c66, #008c74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.brand {
    max-width: 100px;
    max-height: 100px;
    min-width: 50px;
}
