/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

@font-face {
    font-family: 'roboto_slabbold';
    src:url('fonts/RobotoSlab-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_slablight';
    src:  url('fonts/RobotoSlab-Light.woff2') format('woff2');
     
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_slabregular';
    src:  url('fonts/RobotoSlab-Regular.woff2') format('woff2');
   
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_slabthin';
    src: url('fonts/RobotoSlab-Thin.woff2') format('woff2');
    
    font-weight: normal;
    font-style: normal;

}


html, body {

width: 1920px;
height: 1080px;
overflow: hidden;
}

.hidden {
    display:none;
}


body {
    background: url('assets/bg.png');
    background-size: contain;    
    background-repeat: no-repeat;
    font-family: 'roboto_slabregular';
    font-size:16px;
    
}

body.introbg {
    background: url('assets/bg_main.png');
    background-size: contain;
    background-repeat: no-repeat;
}

body.selectionbg {
    background: url('assets/bg_selection.png');
    background-size: contain;
    background-repeat: no-repeat;
}

body.game1bg {
    background: url('assets/bg_ermoupolu.png');
    background-size: contain;    
    background-repeat: no-repeat;
}

body.game2bg {
    background: url('assets/bg_theatro.png');
    background-size: contain;    
    background-repeat: no-repeat;
}

body.game3bg {
    background: url('assets/bg.png');
    background-size: contain;    
    background-repeat: no-repeat;
}

body.game4bg {
    background: url('assets/bg.png');
    background-size: contain;    
    background-repeat: no-repeat;
}

body.game5bg {
    background: url('assets/bg.png');
    background-size: contain;    
    background-repeat: no-repeat;
}

body.game6bg {
    background: url('assets/bg.png');
    background-size: contain;    
    background-repeat: no-repeat;
}

.row {
    display: flex;
  flex-wrap: wrap;
}

.soundbutton {
    position: fixed;
    top: 3vh;
    left: 5vh;
    font-size: 2em;
    cursor:pointer;
}

.tritsi {
    max-height:150px;
    margin-top:5vh
}

#intro .mt-intro {
    margin-top:30vh
}

.mt-intro {
    margin-top:15vh
}

.mt-side {
    padding-top: 7vh;
}
.mt-side-game {
    padding-top: 1vh;
}

.mt-intro-button {
    margin-top:5vh
}

.mt-intro-anchor {
    margin-top:5vh
}

.logoImg {
    position: absolute;
    top: 15%;
    right: 15%;
    height: 5em;
    cursor:pointer;
}

.logoImgInner {width: 80%;
    padding: 10%;
    cursor:pointer;
}
 

section {
    min-height:70vh;
    max-width: 90%;
}

#selection {
    display:none;
}

#selection .col-lg-8 {
padding-left:5%;
padding-right:5%;
}

#game1 {
    display:none;
}

#game2 {
    display:none;
}

#game3 {
    display:none;
}

#game4 {
    display:none;
}

#game5 {
    display:none;
}

#game6 {
    display:none;
}

#gameButtonz {
    display:none; 
}

h1 {
font-size:5em;
font-family: 'roboto_slabbold';
}

h2 {
    font-size:2em;  
}

.CurGameTitle {
    font-size:3em;
    text-align: center;
    margin-left: -16.666%;  
    font-family: 'roboto_slabbold';
}



h3 {
    
}

h4 {
    
}

h5 {
    
}

h6 {
    
}
.CurGameDecsc {
    font-size: 0.8em;
    text-align: center;
    margin: 0 auto;
    margin-left: -16.666%;
}

.CurGameDecsc p {
width: 50%;
    margin: 0 auto;
}

.beige {
    color:#FFECD1;
}

.beige-bg {
    background-color:#FFECD1;
}

.beige-bg:hover {
    background-color:#FFECD1;
}

.btn.beige:hover {
    color:#FFECD1;
}

.brown {
    color:#714E40;
}

.brown:hover {
    color:#714E40;
}

.brown-bg {
    background-color:#714E40;
}

.brown-bg:hover {
    background-color:#714E40;
}

.light-brown {
color:#7D685B;
}

.light-brown-bg {
    background-color:#714E40;
}

.light-brown:hover{
    background-color:#714E40;
}

.btn {
    font-size:2em;   
}

.btn-xs {
    font-size: 1em;
}

.result {
    padding: 50px;
    background: #FFECD1;
    width: 390px;
    text-align: center;
    position: fixed;
    bottom: 465px;
}


.btn img {
height: 2.5em;  
}

.btnWrapper {

}

.aWrapper {

}

.st0 {
    cursor:pointer;
}


.imgCol {

   position:relative;
   display:block;

}

.boy,
.girl {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 70vh;
}

#drawer {
    width: auto;
    height: 80vh;
}


.lang-switch img {
    height: 1.125em
}

.lang-switch {
text-decoration: none;
color:#FFECD1;
}

/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 100%;
    list-style: none;
    z-index: 1;
    
     
    overflow-x: hidden;
    padding-top: 20px;
  }

  .sidenav li {
    list-style: none;
  }

  .sidenav li.classy {
    list-style: none;
    padding: 6px 8px 6px 31px;
    text-decoration: none;
    font-size: 1.3em;
    
    display: block;
    border: none;
    background: none;
    width:100%;
    text-align: left;
    cursor: pointer;
    outline: none;
  }

  .sidenav li.reading,
  .sidenav li.xreading
   {
    list-style: none;
    padding: 6px 8px 6px 31px;
    text-decoration: none;
    font-size: 1.3em;
    
    display: block;
    border: none;
    background: none;
    width:100%;
    text-align: left;
    cursor: pointer;
    outline: none;

    margin-top:10vh; }


    .sidenav li.reading img,
    .sidenav li.xreading img {
       
        max-height:300px;
    }

  .sidenav li.classy.sm {
    list-style: none;
    padding: 6px 8px 6px 9px;
    text-decoration: none;
    font-size: 0.8em;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    margin-left: 51px;
  }
  
  /* Style the sidenav links and the dropdown button */
  .dropdown-btn {
    padding: 6px 8px 6px 0px;
    text-decoration: none;
    
     
    display: block;
    border: none;
    background: none;
    width:100%;
    text-align: left;
    cursor: pointer;
    outline: none;
  }

.liIcon {
    height: 0.8em; 
}
  
 .closa,.closb,.closc,.closd,.close {
    cursor:pointer;
    font-size:1.5em;
 }
  
  /* Main content */
  .main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
  }
  
  /* Add an active class to the active dropdown button */
  .active {
     
    color: #27150e;
  }
  
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
    display: none;
    
    padding-left: 8px;
  }
  
  /* Optional: Style the caret down icon */
  .fa-caret-down {
    float: right;
    padding-right: 8px;
  }

  ul#polaroid_game {
    width: 100%;
    margin: 80px auto;
    list-style: none;
    /*float: left;*/
    padding: 10px;
    height: 85vh;
}

ul#polaroid_game  li {
        width: 20%;
        float: left;
        margin: 0 10px 10px 0;
        -webkit-filter: sepia(.7);
        position: relative;
        -webkit-transition: .8s;
    }

    ul#polaroid_game li:hover {
            -webkit-filter: sepia(0);
            z-index: 1;
        }

    ul#polaroid_game  li:nth-child(3n) {
        margin-right: 0;
    }

    ul#polaroid_game  li:nth-last-child(-n+3) {
        margin-bottom: 0;
    }

    ul#polaroid_game img {
            -webkit-transition: .8s;
            max-width: 100%;
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
            float: left;
            border: 8px solid white;
            border-bottom-width: 30px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }


        ul#polaroid_game li:nth-child(1) img {
            -webkit-transform: translate(-10px, 10px) rotate(-10deg);
        }

        ul#polaroid_game li:nth-child(2) img {
            -webkit-transform: translate(-20px, 20px) rotate(10deg);
        }

        ul#polaroid_game li:nth-child(3) img {
            -webkit-transform: translate(-30px, 5px) rotate(13deg);
        }

        ul#polaroid_game  li:nth-child(4) img {
            -webkit-transform: translate(-20px, 70px) rotate(5deg);
        }

        ul#polaroid_game  li:nth-child(5) img {
            -webkit-transform: translate(180px, -290px) rotate(-10deg);
        }

        ul#polaroid_game  li:nth-child(6) img {
            -webkit-transform: translate(-60px,-120px) rotate(5deg);
        }

        ul#polaroid_game  li:nth-child(7) img {
            -webkit-transform: translate(-65px, -220px) rotate(-10deg);
        }

        ul#polaroid_game  li:nth-child(8) img {
            -webkit-transform: translate(-75px, -110px) rotate(13deg);
        }

        ul#polaroid_game  li:nth-child(9) img {
            -webkit-transform: translate(-900px, -470px) rotate(5deg);
        }

        ul#polaroid_game  li:nth-child(10) img {
            -webkit-transform: translate(-60px, -550px) rotate(-28deg);
        }

        ul#polaroid_game  li:nth-child(11) img {
            -webkit-transform: translate(200px,-520px) rotate(-5deg);
        }

        ul#polaroid_game  li:nth-child(12) img {
            -webkit-transform: translate(450px, -620px) rotate(-10deg);
        }

        ul#polaroid_game  li:nth-child(13) img {
            -webkit-transform: translate(-395px, -810px) rotate(13deg);
        }
        ul#polaroid_game  li:nth-child(14) img {
            -webkit-transform: translate(-775px, -820px) rotate(34deg);
        }

        ul#polaroid_game  li:nth-child(15) img {
            -webkit-transform: translate(-775px, -820px) rotate(24deg);
        }

        ul#polaroid_game  li:nth-child(16) img {
            -webkit-transform: translate(-60px, -550px) rotate(-10deg);
        }

        ul#polaroid_game  li:nth-child(17) img {
            -webkit-transform: translate(-60px,-720px) rotate(5deg);
        }

        ul#polaroid_game  li:nth-child(18) img {
            -webkit-transform: translate(-65px, -220px) rotate(-10deg);
        }

        ul#polaroid_game  li:nth-child(19) img {
            -webkit-transform: translate(-75px, -110px) rotate(13deg);
        }

        ul#polaroid_game  li:nth-child(20) img {
            -webkit-transform: translate(-75px, -110px) rotate(13deg);
        }


        ul#polaroid_game li img:hover {
            box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
            -webkit-transform: scale(2);
        }

        ul#polaroid_game li:nth-child(1) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-10px, 10px) rotate(-10deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
            
        }

        ul#polaroid_game li:nth-child(2) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-20px, 20px) rotate(10deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
            
        }

        ul#polaroid_game li:nth-child(3) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-30px, 5px) rotate(13deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
         
        }

        ul#polaroid_game  li:nth-child(4) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-20px, 70px) rotate(5deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
           
        }

        ul#polaroid_game  li:nth-child(5) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(180px, -290px) rotate(-10deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
           
        }

        ul#polaroid_game  li:nth-child(6) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-60px,-120px) rotate(5deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
           
        }

        ul#polaroid_game  li:nth-child(7) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-65px, -220px) rotate(-10deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
           
        }

        ul#polaroid_game  li:nth-child(8) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-75px, -110px) rotate(13deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
           
        }

        ul#polaroid_game  li:nth-child(9) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-900px, -470px) rotate(5deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
        
        }

        ul#polaroid_game  li:nth-child(10) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-60px, -550px) rotate(-28deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
           
        }

        ul#polaroid_game  li:nth-child(11) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(200px,-520px) rotate(-5deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
           
        }

        ul#polaroid_game  li:nth-child(12) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(450px, -620px) rotate(-10deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
          
        }

        ul#polaroid_game  li:nth-child(13) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-395px, -810px) rotate(13deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
            
        }
        ul#polaroid_game  li:nth-child(14) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-775px, -820px) rotate(34deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
        }

        ul#polaroid_game  li:nth-child(15) img:hover { 
            -webkit-transform: scale(2);
            -webkit-transform: translate(-775px, -820px) rotate(24deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
             
        }

        ul#polaroid_game  li:nth-child(16) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-60px, -550px) rotate(-10deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
        
        }

        ul#polaroid_game  li:nth-child(17) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-60px,-720px) rotate(5deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
           
        }

        ul#polaroid_game  li:nth-child(18) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-65px, -220px) rotate(-10deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
           
        }

        ul#polaroid_game  li:nth-child(19) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-75px, -110px) rotate(13deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
            
        }

        ul#polaroid_game  li:nth-child(20) img:hover {
            -webkit-transform: scale(2);
            -webkit-transform: translate(-75px, -110px) rotate(13deg);
             box-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .7);
           
        }
      

       

            .apolloitem img, .agoraitem img {
                width: 50%;
                margin-bottom: 10px;
                margin-top: 20px;
                text-align: center;
                cursor: pointer;
            }

            .appoloHiddenitem, .agoraHiddenitem, .polaroidHiddenitem {
                position: fixed;
                padding-top:5%;
                top: 0;
                left: 0;
                background: rgba(0,0,0,0.8);
                width:100%;
                height:100%;
                z-index:10000;
                }

                    .appoloHiddenitem img, .agoraHiddenitem img, .polaroidHiddenitem img {
                        width:100%;
                        text-align: center;
                    } 
        
                    .appolodetails {
                        margin-top:90%;
                        list-style: none;
                    }

                    .appolodetails li {
                        margin-top:20px;
                        margin-bottom:20px;
                    }

                    .appolaudio {margin-top:30px;}

                    .agoradetails {
                        margin-top:40%;
                        list-style: none;
                    }

                    .polaroiddetails {
                        margin-top:40%;
                        list-style: none;
                    }

                    .polaroiddetails li {
                        margin-top:20px;
                        margin-bottom:20px;
                    }

                    #polaroid_game li {
                        cursor:pointer;
                    }

                    .agoradetails .form-check  {
                        margin-top:20px;
                        margin-bottom:20px;
                    }

                    .timelineImg {
                        max-height:300px;
                        cursor:pointer;
                    }

                    #overallCon {
                        width: 80%;
                        margin-left: 10%;
                    }
                    #headCon {  }
                    #scoreCon { width: 170px; height: 100px; display:none; }
                    #tatCon { margin: 20px 0 0 0 ;}
                    
                    .headcircle { 
                        width: 70px;
                        font: 12px Arial;
                        text-align: center;
                        color: #666;
                        float: left;
                        margin: 0 15px 10px 0;
                        cursor: pointer;
                        margin:5%;
                        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
                    }
                    .headcircle img {
                        margin-bottom: -4px;
                        max-height: 100px;
                    }

                    .atattoo img {
                        max-height: 150px;
                    }
                    
                    .headcircleinside {
                        width: 70px;
                        text-align: center;
                        color: #FFF;
                        float: left;
                        margin: -130px 5px;
                        position: absolute;
                        display: none;
                        text-shadow: 0 0 0.2em #000, 0 0 0.2em #000;
                        cursor: pointer;
                    }

                    .headcircleinside h4 {
                        font-size: 1em;
                    }

                    .headcircleinside h5 {
                        font-size: 0.8em;
                    }
                    .headcircleinside img { margin-bottom: -4px; width: 50px; }
                    
                    .atattoo {
                        margin-right: 3px;
                        display: inline-block;
                        margin:2%;
                        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
                    }
                    
                    .messagewrong { position: absolute; margin: 5px; font: bold 16px Arial; color: #CC0000; text-shadow: 0 0 0.2em #FFF, 0 0 0.2em #FFF; display: none;}
                    .messageright { position: absolute; margin: 5px; font: bold 16px Arial; color: #339933; text-shadow: 0 0 0.2em #FFF, 0 0 0.2em #FFF; display: none;}
                    
                    .instruct { font: 14px Arial; color: #666; margin-bottom: 20px;}
                    .score { font: bold 18px Arial; margin-bottom: 5px; color: #666 }
                    .numDisp { font: 18px Arial; color: #333; }
                    
                    .boxHover { opacity: .66; }
                    
                    #detail { 
                        height: 450px; 
                        width: 100%; 
                        background-color: rgba(255, 255, 255, .75);
                        position: absolute; 
                        top: 190px; 
                        display: none;
                        z-index: 100;
                        opacity: 0;
                    }
                    
                    #detail #detailCon {
                        width: 445px;
                        height: 350px;
                        background-color: #FFF;
                        border: 1px solid #CCC;
                        -moz-box-shadow: 0 0 15px #999;
                        -webkit-box-shadow: 0 0 15px #999;
                        box-shadow: 0 0 15px #999;
                        top: 40px;
                        left: 70px;
                        padding: 15px;
                        position: relative;
                    }
                    
                    #photoCon {
                       
                        margin-right: 20px;
                    }

                    #photoCon img {
                        max-height:50px;
                         
                        margin-right: 20px;
                    }
                    
                    #detail #closebtn {
                        font: bold 12px Arial, Sans Serif;
                         
                        color: #999;
                        border: 1px solid #CCC;
                        padding: 0 2px 0 2px;
                        cursor: pointer;
                    }

                    .helper,.helpingText {
                        
                        position: fixed;
                        width: 300px;
                        height:300px;
                        background: #251712;
                        z-index: 1;
                        padding: 20px;
                       
                        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                        color: #FFEBD1;
                        font-size: 1.2em;
                        line-height: 1.4em;
                        font-style: oblique;
                        font-family: 'roboto_slabthin';
                    }

                    .helpingText {
                        top: 40vh;
                        left: 20vh;
                        font-size: 0.8em!important;
                        width: 500px!important;
                        z-index:10;
                    }

                    .bb:nth-child(1) .helper {
                        top: 85px;
                       left:29%;
                    }

                    .bb:nth-child(2) .helper {
                        top: 85px;
                        left: 34%;
                    }

                    .bb:nth-child(3) .helper {
                        top: 85px;
                        left: 40.5%;
                    }

                    .bb:nth-child(4) .helper {
                        top: 215px;
                        left:29%;
                    }

                    .bb:nth-child(5) .helper{
                        top: 215px;
                        left: 34%;
                    }

                    .bb:nth-child(6) .helper {
                        top: 215px;
                        left: 40.5%;
                    }

                    .bb:nth-child(7) .helper {
                        top:346px;
                        left:29%;
                    }

                    .bb:nth-child(8) .helper {
                        top:346px;
                        left: 34%;
                    }

                    .bb:nth-child(9) .helper {
                        top:346px;
                        left: 40.5%;
                    }

                    .bb:nth-child(10) .helper {
                        top:478px;
                        left:29%;
                    }

                    .bb:nth-child(11) .helper {
                        top:478px;
                        left: 34%;
                    }

                    .bb:nth-child(12) .helper {
                        top:478px;
                        left: 40.5%;
                    }

                    .bb:nth-child(13) .helper {
                        top:0;
                        
                    }

                    .close-helper, .close-helper-2 {
                        cursor:pointer;
                        margin-bottom:20px;
                    }
                    
                    #desc { font: 14px Arial; margin-top: 25px; color: #666; padding-right: 20px; }
                    
                    .credits-con { font: italic 11px Arial; color: #999; clear:both; padding-top: 10px; } 
                    
                    #shareCon {
                        
                        position: absolute;
                        top: 40%;
                        left: calc(50% - 205px);
                        background-color: #FFEBD1;
                        width: 410px;
                        height: 190px;
                        
                        z-index: 999;
                        text-align: center;
                        padding: 40px;
                        color: #774C3D;
                        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
                    }
                    
                    .congrats { font: bold 18px Arial; margin-bottom: 0px }    
                    
                    .sl-overlay {
                         
                        background: #000!important;
                         
                    }

                    .sl-wrapper .sl-close {
                       
                        color:#FFECD1!important;
                       
                    }

                    .sl-wrapper .sl-navigation button {
                        color:#FFECD1!important;
                    }

                    .h--timeline-event-content {
                        
                        border: 1px solid transparent!important;
                       
                        box-shadow: none!important;
                        background: transparent!important;
                    }

                    .h--timeline-event-title {
                        color:#FFECD1!important;
                    }

                    .h--timeline-event-date {
                        color:#FFECD1!important;
                    }
