/*SIMPLE SCRIPT FONT*/
@font-face {
    font-family: 'SimpleScript';
    src: url('./SimpleScriptfont/hinted-SimpleScript.eot');
    /* IE9 Compat Modes */
    src: url('./SimpleScriptfont/hinted-SimpleScript.eot#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./SimpleScriptfont/hinted-SimpleScript.woff') format('woff'),
        /* Modern Browsers */
        url('./SimpleScriptfont/hinted-SimpleScript.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./SimpleScriptfont/hinted-SimpleScript.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

.dynamic-content {
    display: none;
}

.logoEffect {
    opacity: 1;
}

.my_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.languageb{ color: #4d4d4d; }.languageb:hover{ color: #242424; }
.languagew{ color: whitesmoke; }.languagew:hover{ color: #4d4d4d; }

.mymiddle {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.mycenter {display:inline-block;width:auto}

.mymiddlesvg {position:absolute;top:5%;left:5%;transform:translate(-5%,-5%);-ms-transform:translate(-5%,-5%)}

.svg-container {
    width: 500px;
    height: 500px;
    resize: none;
    overflow: auto;
    
    x: 25px;
    y: 25px;
    position: absolute;
    top:35%;
    left:5%;
    pointer-events: none;
    transform:translate(-5%,-5%);
    -ms-transform:translate(-5%,-5%)
}

svg {
    width: 100%;
    height: 100%;
    fill: #fcf9f9;
}

@media screen and (min-width: 600px) {
    .logoEffect {
        width: 25vh;
    }    
    .mymiddle{
        top: 75%;
        left: 30%;
    }
    .svg-container {
        top:65%;
        left:5%;
        width: 500px;
        height: 500px;
    }
}

@media only screen and (orientation: landscape) and (max-width: 700px) {
    .logoEffect {
        width: 25vw;
    }    
    .mymiddle{
        top: 50%;
        left: 20%;
    }
    .svg-container {
        top:40%;
        left:5%;
        height: 200px;
        width: 200px;
    }

}

@media only screen  and (orientation: landscape) and (min-width: 800px) {
    .svg-container {
        top:30%;
        left:5%;
        height: 250px;
        width: 250px;
    }
    
}

@media only screen and (orientation: portrait) and (max-width: 600px) {
    .logoEffect {
        width: 25vh;
    }    
    .mymiddle{
        top: 75%;
        left: 30%;
    }
    .svg-container {
        top:65%;
        left:5%;
        height: 200px;
        width: 200px;        
    }

}

@media screen and (min-width: 1200px) {
    .mymiddle {
        left: 10%;
    }
    .svg-container {
        top:25%;
        left:5%;
        height:600px;
        width: 600px;
    }
}
@media only screen and (orientation: portrait) and (min-width: 1000px)  {
    .mymiddle {
        left: 10%;
    }
    .svg-container {
        top:25%;
        left:5%;
        height: 400px;
        width: 400px;
    }
}

#ScrollToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #0f0f0f;
    color: white;
    cursor: pointer;
    /* padding: 15px; */
    border-radius: 4px;
  }
  
  #ScrollToTop:hover {
    background-color: #4d4d4d;
  }


