html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    color:#22AA22;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #00CC99;
    text-decoration: none;
}

.homebody {
    position: fixed;
}

#sphere {
    width: 100%;
    height: 100%;
    position: relative;
}

.centeredLoadingGif {
    vertical-align: middle;
    position: fixed;
    top: 50%;
    top: calc(50% - 291px/2);
    left: 50%;
    left: calc(50% - 441px/2);
}

.center {
    text-align: center;
}

.mainLabel {
    text-align: center;
    width: 100%;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-size: 500%;
}

.padTop {
    padding-top: 70px;
}

@media (max-width: 767px) {
    .smallCenter {
        text-align: center;
    }
    .col-sm-2 {
        width: 46px;
        display: inline-block;
    }
    .smallJustify {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        display: flex;
    }
}


#info{
    position:absolute;
    top: 123px;
  }

.next{
    top: 51%;
    position: absolute;
    right: 0px;
    font-size: 100px;
    color: white;
    font-family: cursive;
    cursor: pointer;
}

.prev{
    top: 51%;
    position: absolute;
    
    font-size: 100px;
    color: white;
    font-family: cursive;
    cursor: pointer;
}

input[type="range"] {
	cursor: pointer;
}
