body{
    background-image: url(Images/HighresScreenshot00000.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.7);
    font-family: "Burbank Big Condensed Bold";    
}
body::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: -1
}

.titleText{
    font-weight: 800;
    font-size: 50px;
    font-style: normal;
    color: white;
}

.descText{
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    color: white;
}

space{
    white-space: pre;
}
notCopyable{
    user-select: none;
}
pressableText{
    font-family: "Burbank Big Condensed Bold";
    font-weight: 400;
    font-size: 30px;
    padding: 25px;
    font-style: normal;
    color: white    ;
}
.header {
    position: absolute;
    top: 0px;
    left: 0px;    
    width: 1920px;
    height: 125px;
    background:#331600;
    font-size: 30px;
}
.headerButton{
    color: white;
    padding: 20px;
    background-color: transparent;
    border: 1px;
    border-radius: 10px;
    z-index: 2
}
.headerButton:hover{
    background-color:rgb(134, 38, 0);
    color: black;
    z-index: 2s
}

.fade-in-text{
    font-weight: 800;
    font-size: 75px;
    font-style: normal;
    color: white;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    animation: fadeIn 1s
}

.fade-in-desc{
    font-weight: 400;
    font-size: 30px;
    font-style: normal;
    color: white;
    animation: fadeIn 2s;
}

.fade-in-subtitle{
    font-weight: 400;
    font-size: 35px;
    font-style: normal;
    text-decoration-line: none;
    position: relative;
    left: 0.1cm;
    top: -0.5cm;
    color: white;
    animation: fadeIn 2s;
}

text-align:center{
    font-weight: 800;
    font-size: 50px;
    font-style: normal;
    color: white;
}

.font{
    color: white;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

@keyframes cursor {
    50% { border-color: transparent }
}

@keyframes typing {
    from {width: 0}
}

@font-face{
    font-family: "Burbank Big Condensed Bold";
    src: url("https://db.onlinewebfonts.com/t/800e985f75a5a56c2f7b4be502d286de.eot");
    src: url("https://db.onlinewebfonts.com/t/800e985f75a5a56c2f7b4be502d286de.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/800e985f75a5a56c2f7b4be502d286de.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/800e985f75a5a56c2f7b4be502d286de.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/800e985f75a5a56c2f7b4be502d286de.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/800e985f75a5a56c2f7b4be502d286de.svg#Burbank Big Condensed Bold")format("svg");
}

hr{
    -moz-float-edge: margin-box;
    border: 0px inset;
    display: block;
    height: 2px;
    margin: -2.5em auto;

}

.mapLogo{
    position: absolute;
    height: 150px;
    left: 0px;
    width: 150px;
    margin: -1.4em auto;
    padding-left: 46.5cm;
    -webkit-user-drag: none;
    pointer-events: none;    
}
.shalevLogo {
    position: absolute;
    height: 150px;
    left: 0px;
    width: 150px;
    margin: -1.4em auto;
    padding-left: 42cm;
    -webkit-user-drag: none;
    pointer-events: none;
}

.mapImg1 {
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 350px;
    left: 0px;
    width: 600px;
    margin: 14em auto;
    left: 26cm;
    -webkit-user-drag: none;
    pointer-events: none;
    border: 3px solid white;
    border-radius: 15px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.2);
}
.mapImg2 {
    justify-content: center;
    align-items: center;
    max-width: 600px;
    float: left;
    position: absolute;
    height: 350px;
    left: 0px;
    width: 600px;
    margin: 14em auto;
    left: 9.5cm;
    -webkit-user-drag: none;
    pointer-events: none;
    border: 3px solid white;
    border-radius: 15px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.2);
} 

.stepImg1 {
    justify-content: center;
    align-items: center;
    max-width: 300px;
    float: left;
    position: absolute;
    height: 200px;
    left: 0px;
    width: 300px;
    margin: 14em auto;
    left: 28.65cm;
    top: 6.5cm;
    -webkit-user-drag: none;
    pointer-events: none;
    border: 3px solid white;
    border-radius: 15px;
} 

.stepImg2 {
    justify-content: center;
    align-items: center;
    max-width: 500px;
    float: left;
    position: absolute;
    height: 200px;
    left: 0px;
    width: 500px;
    margin: 14em auto;
    left: 37cm;
    top: 6.5cm;
    -webkit-user-drag: none;
    pointer-events: none;
    border: 3px solid white;
    border-radius: 15px;
}

.stepImg3 {
    justify-content: center;
    align-items: center;
    max-width: 300px;
    float: left;
    position: absolute;
    height: 200px;
    left: 0px;
    width: 300px;
    margin: 14em auto;
    left: 42.3cm;
    top: 12.2cm;
    -webkit-user-drag: none;
    pointer-events: none;
    border: 3px solid white;
    border-radius: 15px;
}

.stepImg4 {
    justify-content: center;
    align-items: center;
    max-width: 300px;
    float: left;
    position: absolute;
    height: 200px;
    left: 0px;
    width: 300px;
    margin: 14em auto;
    left: 34cm;
    top: 12.2cm;
    -webkit-user-drag: none;
    pointer-events: none;
    border: 3px solid white;
    border-radius: 15px;
}
.youtubeImg{
    justify-content: center;
    align-items: center;
    max-width: 65x;
    float: left;
    position: absolute;
    height: 65x;
    left: 0px;
    width: 65px;
    margin: 14em auto;
    left: 2.1cm;
    top: -8.8cm;
    -webkit-user-drag: none;
    pointer-events: none;
}

.twitterImg{
    justify-content: center;
    align-items: center;
    max-width: 65px;
    float: left;
    position: absolute;
    height: 65px;
    left: 0px;
    width: 65px;
    margin: 14em auto;
    left: 2.1cm;
    top: 12.2cm;
    -webkit-user-drag: none;
    pointer-events: none;
}

.youtubeProfileImg{
    justify-content: center;
    align-items: center;
    max-width: 800px;
    float: left;
    position: absolute;
    height: 300px;
    left: 0px;
    width: 800px;
    margin: 14em auto;
    left: 27cm;
    top: -10cm;
    -webkit-user-drag: none;
    pointer-events: none;
    border: 3px solid white;
    border-radius: 15px;
}

.twitterProfileImg{
    justify-content: center;
    align-items: center;
    max-width: 300px;
    float: left;
    position: absolute;
    height: 250px;
    left: 0px;
    width: 300px;
    margin: 14em auto;
    left: 40.2cm;
    top: -1.5cm;
    -webkit-user-drag: none;
    pointer-events: none;
    border: 3px solid white;
    border-radius: 15px;
}

.twitterBoxFightProfileImg{
    justify-content: center;
    align-items: center;
    max-width: 300px;
    float: left;
    position: absolute;
    height: 250px;
    left: 0px;
    width: 300px;
    margin: 14em auto;
    left: 31.8cm;
    top: -1.5cm;
    -webkit-user-drag: none;
    pointer-events: none;
    border: 3px solid white;
    border-radius: 15px;
}

.patchNote2 {
    display: inline-block;
    text-align: center;
    width: 33%;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    position: absolute;
    height: 300px;
    left: 0px;
    width: 300px;
    margin: 45em auto;
    left: 2.1cm;
    top: -10cm;
    -webkit-user-drag: none;
    border-radius: 15px;
    border: 5px solid white;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 1);
    z-index: 3;
}

.wrapper{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.parent{
    width: 500px;
    margin: 75px;
    margin-left: -1150px;
    height: 280px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    border-radius: 15px;
    border: 5px solid white;
}

.child{
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: all 1.1s;
}

.bg-one {
    background-image: url(Images/HighresScreenshot00001.png)
}

patchNote2Text{
    font-weight: 800;
    font-size: 36.5px;
    font-style: normal;
    color: white;
    padding-left: 2.1cm;
    text-shadow: 1px 1px 2px black;
    position: relative;
    z-index: 4;
}

.parent:hover .child{
    transform:  scale(1.1);
}

.animated-text{
    color: white;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(124, 46, 0);
    border-radius: 25px;
    padding: 0 40px;
    height: 60px;
    overflow: hidden;
}

.line{
    text-align: center;
    font-size: 50px ;
    line-height: 62px;
}

.line:first-child{
    animation: anim 8s infinite;
}

@keyframes sizeIncrease{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.05);
    }
}
@keyframes anim{
    0%{
        margin-top: 60px;
    }
    16%{
        margin-top: 0px;
    }
    33%{
        margin-top: -60px;
    }
    66%{
        margin-top: -120px;
    }
    100%{
        margin-top: -180px;
    }
}

fade-in-subtitle::after{
    content:" ";
    position: absolute;
    margin: -50px;
    height: 4px;
    width: 100%;
    left: 0;
    background-color: white;
}


