body, html {
    margin: 0;
    padding: 0;
    background-color: #F4F4F4;
}

.text_black {
    color: #272727;
    font-family: Raleway;
    
}

.text_white_left {
    color: #F4F4F4;
    font-family: Raleway, thin;
}

.text_white_right {
    color: #F4F4F4;
    font-family: Raleway, thin;
    font-style: italic;
    
}

.text_white_link {
    color: #b5b5b5;
    font-family: Raleway. thin;
    font-style: italic;
    text-decoration: none;
}

.text_white_link:hover {
    text-decoration: underline;
    color: #F4F4F4;
}

.title {
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    left: 0;
    top: 3%;
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
    position: fixed;
}

.bar_left {
    height: 100%;
    width: 15%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #1E0665;
    display: inline-block;
}

.bar_right {
    height: 100%;
    width: 15%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #1E0665;
    display: inline-block;
}

#dummy {
    margin-top: 75%;
}

.homepage {
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 0;
    width: 50%;
    display: inline-block;
}

.homepage img {
    width: 100%;
}


.homepage_text {
    font-size: 1.3vw;
    font-weight: 100;
    text-align: left;
    right: 0;
    top: 16%;
    width: 48%;
    z-index: 2;
    position: absolute;
    display: inline-block;
}

.creator_text {
    font-size: 0.9vw;
    font-weight: 100;
    text-align: left;
    left: 0.2%;
    top: 78%;
    width: 14.5%;
    z-index: 2;
    position: absolute;
    display: inline-block;
}

.music_text {
    font-size: 0.9vw;
    font-weight: 100;
    text-align: left;
    left: 0.2%;
    top: 53%;
    width: 14.5%;
    z-index: 2;
    position: absolute;
    display: inline-block;
}

.Vid-Player{
    
    width: 85%;
    position: absolute;
    z-index: 1;
    left: 7.5%;
    margin-top: 4.25%
    
}

.Vid-Window{
    
    width: 90%;
    position: relative;
    z-index: 3;
    left: 15%;
    
}

.Vid-Window1{
    
    width: 80%;
    position: absolute;
    top :20vw;
    z-index: 3;
    left: 10%;
    
}

.Overlay{
    
    z-index: 2;
    width: 100%;
    position: absolute;
    background: none;
    pointer-events: none;
    
}

.no_drag{
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;

}
