@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

body {
    background-image: url('/images/party_3.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    /*    padding-top: 50px;*/
    /*    padding-bottom: 20px;*/
    /*position: relative;*/ /*For ScrolSpy*/
}

.nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

    .nav-item a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

@media (min-width: 768px) {

    .navbar-toggler {
        display: none;
    }
}


/*----------------------------------------*/
/*---Custom styles------------------------*/


/*----Fonts-------------------------------*/

h3 {
    margin-top: 90px;
}

h4.green {
    color: limegreen;
/*    margin-top: 2em;*/
    text-shadow: 2px 2px 5px black;
/*    line-height: 0.8em;*/
}

p {
    font-size: 0.875em;
}

li {
    text-shadow: 2px 2px 5px black;
    color: azure;
}

p.kontakt {
    font-size: 1em;
    color: white;
}

/*----Sections-------------------------------*/

#algus {
    background: url('/images/party_3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 50em;
}

#vahe {
    height: 6em;
}

.oi oi-chevron-right {
    position: relative;
    color: aliceblue;
    font-size: 2em;
    margin: 0;
}

#teenusest {
    height: 50em;
}

#teenusetekst {
    background: rgba(23, 23, 23, 0.7);
}

#teenusepilt {
    background: url('/images/party_4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#teenusetekst2 {
    background: rgba(23, 23, 23, 0.7);
}

#teenusepilt2 {
    background: url('/images/p2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#teenusest2 {
    height: 50em;
}

#kontakt {
    height: 34em;
    color: white;
}

#kontaktitekst {
    background: rgba(23, 23, 23, 0.7);
}

#kontaktipilt {
    background: url('/images/p1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#viimaneVahe {
    height: 0.7em;
}

#footer {
    font-size: 0.8em;
}


/*----------------------------------------*/
/*---Custom media-------------------------*/

@media screen and (min-width: 801px) {
    .flex-container {
        justify-content: center;

        color: #fff;
        text-align: center;
        -webkit-animation: glow 1s ease-in-out infinite alternate;
        -moz-animation: glow 1s ease-in-out infinite alternate;
        animation: glow 1s ease-in-out infinite alternate;
    }

    h1#hall {
        margin-top: 380px;
        font-size: 4.2em;
        color: rgb(49, 48, 48);
        font-weight: bold;        
    }

    h1#valge {
        margin-top: -70px;
        font-size: 3.8em;
        color: white;
        text-shadow: 0px 0px 1px black;
    }
}

@media screen and (max-width: 800px) {
    .flex-container {
        justify-content: center;

        color: #fff;
        text-align: center;
        -webkit-animation: glow 1s ease-in-out infinite alternate;
        -moz-animation: glow 1s ease-in-out infinite alternate;
        animation: glow 1s ease-in-out infinite alternate;     
    }

    h1#hall {
        margin-top: 200px;
        font-size: 2.0em;
        color: rgb(49, 48, 48);
        font-weight: bold;
    }

    h1#valge {
        margin-top: -30px;
        font-size: 1.7em;
        color: white;
        text-shadow: 2px 2px 5px black;
    }
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}

/*----------------------------------------*/
/*---Custom social media buttons-------------------------*/

.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

/*----------------------------------------*/
/*---Custom consent banner buttons-------------------------*/



.cookie-consent-banner {
    z-index: 1;
    position: fixed;
    bottom: 0;
    width: 100%;
    /* height: 300px; */
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 1em;
    display: none;
}

#btn-accept-all {
    background-color: #fff;
    color: #000;
    padding: 0.5em 1em;
    margin: 0.5em;
    cursor: pointer;
}

#btn-accept-some {
    background-color: #ffd800;
    color: #000;
    padding: 0.5em 1em;
    margin: 0.5em;
    cursor: pointer;
}

#btn-reject-all {
    background-color: #ff6a00;
    color: #000;
    padding: 0.5em 1em;
    margin: 0.5em;
    cursor: pointer;
}


