body, html {
    margin: 0px;
    padding: 0px;
    background-color: black;
    font-family: Times;
    font-weight: bold;
}

#wrapper {
    height: 100%;
    width: 100%;
}

#main {
    width: 570px;
    height: 570px;
    background-size: 570px 570px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: calc(50% - 285px);
    color: black;
    overflow: hidden;
    perspective: 1000px;
    perspective-origin: 40% 50px;
}

#absContainer {
    position: absolute;
}

#front-cover-container::-webkit-scrollbar { width: 0 !important }

#front-cover-container {
    font-size:18pt;
    position: absolute;
    left: 210px;
    width: 380px;
    text-align: center;
    height:570px;
    font-family: TimesNewRomMTBolCon;
    overflow-y: scroll;
    overflow-x: hidden;
}

#front-cover {
    width: 360px;
    font-size:18pt;
    text-align: center;
    font-family: TimesNewRomMTBolCon;
    /* margin-bottom: 30px; */
    background-image: url(../images/front-cover-background.jpg);
    background-size: 88%;
    background-size: 100%;
}

#logo {
    width: 320px;
    height: 511px;
    margin-left:9px;
    margin-top:31px;
    margin-bottom: 20px;
}

#main-text {
    display: inline-block;
    width: 360px;
    font-size: 16.6pt;
    line-height: 1.4;
    /* margin-left: 4px; */
}

#main-text p {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 20px;
    margin-left: 20px;
    line-height: 0.95;
    transform: scaleY(1.4);
    transform-origin: 50% 0%;
    -webkit-transform: scaleY(1.4);
    -webkit-transform-origin: 50% 0%;
    display: block;
    font-family: Times;
}

.pink.inView {
    color: #fc288c;
}

.yellow.inView {
    color: #fdbd2c;
}

.green.inView {
    color: #0c7d4d;
}

#main-text p.two-liner {
    margin-bottom: 23px;
}

#main-text a {
    text-decoration: none;
    color: black;
}

.section {
    display:inline-block;
}

.section-header {
    font-size:26pt;
    transform: scaleY(1.8);
    transform-origin: 50% 0%;
    -webkit-transform: scaleY(1.8);
    -webkit-transform-origin: 50% 0%;
    display:inline-block;
    margin-bottom: 50px;
    font-family: Times;
}

.small {
    font-size: 10pt;
}


#main-text p.smaller {
    font-size: 7pt;
    line-height: 1.3;
}

#section-tickets p {
    padding-bottom: 20px;
}

#section-about p {
    line-height: 1.2;
}

#back-tab-container {
    position: absolute;
    left: 0px;
    height:570px;
    width:130px;
    background-image: url(../images/back-tab-background.jpg);
    background-size: 88%;
    color: white;
}

#tab-title {
    display: inline-block;
    width: 130px;
    margin-top: 28px;
    text-align: center;
    transform: scaleY(1.4);
    -webkit-transform: scaleY(1.4);
    font-size: 12.3pt;
    position: absolute;
    top: 0px;
}

/*#tab-title2 {
    display: inline-block;
    width: 130px;
    text-align: center;
    transform: scaleY(1.4);
    -webkit-transform: scaleY(1.4);
    font-size: 12.3pt;
    top: 420px;
    position: absolute;
}*/

#tab-bottom {
    display: block;
    position: absolute;
    width: 130px;
    text-align: center;
    transform: scaleY(1.3);
    -webkit-transform: scaleY(1.4);
    /*top: 515px;*/
    bottom: 22px;
    font-size:12.4pt
}


/*#tab-bottom {
    top: 432px;
    position: absolute;
    left: 6px;
    width: 130px;
    text-align: center;
    margin-top: 50px;
    transform: scaleY(1.4);
    -webkit-transform: scaleY(1.4);
}*/

#nav {
    margin-top: 123px;
    width: 130px;
    text-align: center;
    line-height: 1.3;
    transform: scaleY(1.3);
    -webkit-transform: scaleY(1.3);
    font-size: 10pt;
    position: absolute;
    top: 80px;
}

#nav span {
    cursor: pointer;
}

#social-media {
    top: 432px;
    /*position: absolute;*/
    left: 6px;
    width: 130px;
    text-align: center;
    /* margin-top: 70px; */
    position: absolute;
}

#social-media img {
    padding-right: 8px;
    padding-bottom: 4px
    cursor: pointer;
}


#spine {
    position: absolute;
    left: 130px;
    width: 80px;
    height: 570px;
    background-image: url(../images/spine-background.jpg);
    background-size: 104%;
}


#spine-top {
    position: absolute;
    text-align: center;
    width: 76px;
    font-size: 17px;
    left: 4px;
    top: 16px;
    text-align:center
    font-family: Times Semi Bold, Times New Roman;
}

#spine-main {
    position: absolute;
    width: 570px;
    font-size: 30.4px;
    left: -244px;
    top: 380px;
    transform: rotate(90deg) scaleY(1.9);
    -webkit-transform: rotate(90deg) scaleY(1.9);
    font-weight:bold;
}

#spine-bottom {
    position: absolute;
    text-align: center;
    width: 80px;
    font-size: 17px;
    left: 2px;
    /*top: 536px;*/
    bottom: 16px;
    font-weight:normal
}

#spine-bottom a {
    text-decoration: none;
    color: white;
}

#spine-top div, #spine-bottom div {
    font-weight: normal;
}


