.btn {
    background-color: #efc17c;
    font-size: 13px;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    outline: 0;
    border-radius: 42px;
    padding: 20px 35px;
}
.btn .arrow{
    display:inline-block;
    float:right;
    cursor:pointer;
    margin: 3px 0 0 15px;
}

.btn .arrow:before{
    content:'';
    height:2px;
    width:20px;
    background-color:#000;
    display:block;
    float:left;
    position:relative;
    top:4px;
    transition:0.2s ease-in-out;
}

.btn .arrow:after{
    content:'';
    float:left;
    border-left:5px solid #000;
    border-right:5px solid transparent;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
}

.btn:hover .arrow:before{
    width:40px;
}

.intro-media {
    width: 100%;
    display: block;
    height: 100vh;
    background: #000;
    overflow: hidden;
}

.intro-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    color: #fff;
    text-align: center;
}
.intro-text .next-info {
    margin-top: 16vh;
}
.intro-text h1 {
    color: #fff !important;
    font-size: 55px;
    line-height: 1.4;
}
.intro-text .btn {
    margin-top: 3vh;
}
#main-logo {
    margin-top: 10vh;
    width: 40vh;
}


.overlay-dark, .overlay-dark20, .overlay-dark60, .overlay-dark80, .overlay-dark90, .overlay-light, .overlay-light80 {
    position: relative;
    z-index: 1;
}
.overlay-dark:before, .overlay-dark20:before, .overlay-dark60:before, .overlay-dark80:before, .overlay-dark90:before, .overlay-light:before, .overlay-light80:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.overlay-dark20:before {
    background-color: rgba(34,34,34,0.2);
}
#myVideo {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 140%;
    opacity: 0.6;
}


body {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    font-size: 45px;
    color: #000;
}

section {
    text-align: center;
    padding: 70px 0;
}
section h2 {
    font-size: 45px !important;
    margin: 0 0 60px 0;
    text-align: center;
}
section .info-text {
    text-align: left;
}
section .info-text p {
    text-align: justify;
    color: #000;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
}
section .info-text p a {
    color: #000;
    text-decoration: underline;
}
section .info-text h3 {
    font-size: 21px;
}

/*
Filosofie
 */
section.filosofie .info-text h3 {
    margin: 22px 0 10px 0;
}
section.filosofie .signature img  {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    max-width: 84px;
}
section.filosofie .signature p {
    display: inline-block;
    line-height: 1.4;
    padding-top: 15px;
    width: auto;
}
section.filosofie .signature p strong {
    font-size: 18px;
    font-weight: 700;
}

/*
Zelený pruh
 */
.green {
    padding: 50px 0 50px 0;
    background: #efc17c;
}
.green h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 0;
}
.green p {
    font-size: 23px;
    font-weight: 300;
    color: #000;
    margin-top: 15px;
    margin-bottom: 0;
}
.green-line {
    width: 60px;
    height: 3px;
    background: #efc17c;
    margin: 30px 0 30px 0;
}

/*
Reference
 */
section.reference .container .row > .col-md-6.pr {
    padding-right: 40px;
}
section.reference .container .row > .col-md-6.pl {
    padding-left: 40px;
}
section.reference .info-text h3 {
    margin-bottom: 20px;
}

section.reference .info-text .logo-frame {
    box-shadow: 0px 1px 26px #0000000F;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 55px;
}
section.reference .info-text .logo-frame img {
    width: auto;
    max-width: 127px;
    height: auto;
    max-height: 55px;
    vertical-align: middle;
}
section.reference .block-reference {
    margin-bottom: 40px;
    text-align: left;
}
section.reference .block-reference .text-reference {
    border-left: #efc17c solid 3px;
    padding-left: 20px;
}
section.reference .block-reference .text-reference p {
    opacity: 0.5;
    font-size: 13px;
}
section.reference .block-reference .name-reference p {
    font-size: 14px;
    margin-top: 5px;
}

section.kavarny .info-text h2 {
    text-align: left;
    margin: 20px 0  20px 0;
}
section.kavarny .info-text h3 {
    font-weight: 300 !important;
    font-size: 19px;
    margin-top: 30px;
    color: #efc17c;
}


footer {
    padding: 50px 0 50px 0;
    background: #efc17c;
}
footer .btn {
    border: #000 solid 2px;
}
footer .contact-row {
    margin-bottom:10px;
}
footer .contact-row img {
    display: inline-block;
    margin-right: 20px;
}
footer .contact-row p {
    display: inline-block;
    font-weight: 700 !important;
    font-size: 18px;
    color: #000 !important;
    width: auto;
}

footer img.logo {
    max-width: 280px;
    height: auto;
    width: auto;
    vertical-align: top;
    margin-top: -20px;
}


@media (max-width: 767px) {
    .intro-text h1 {
        color: #000 !important;
        font-size: 25px;
        line-height: 1.4;
    }
    .btn {
        padding: 17px 20px;
        font-size: 11px;
    }
    section {
        text-align: center;
        padding: 40px 0;
    }
    section h2 {
        font-size: 25px !important;
        margin: 0 0 20px 0;
    }
    .col-md-6 > img {
        margin-bottom: 20px;
    }
    section .info-text h3 {
        font-size: 18px;
    }
    .green h2,.green p {
        text-align: center !important;
    }
    section.reference .container .row > .col-md-6.pr {
        padding-right: 15px;
    }
    section.reference .container .row > .col-md-6.pl {
        padding-left: 15px;
    }
}