*{box-sizing: border-box;}

html{font-size: 100%;
background-color: #000930;}

/*FONTS*/

.thin {
    font-family: 'Avenir Next', Helvetica, sans-serif;
}

.cursive {
    font-family: 'Snell Roundhand', cursive;
}

/*CONTAINER*/

.container {
    background-image: url(graphics/zodiacbackground.jpg);
}

.container-home {
    background-image: url(graphics/zodiachome.jpg);
}

.container, .container-home {
    width: 800px;
    height: 600px;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.container p, .container-home p {
    margin: 0;
}

/*COLUMNS*/

.col-1, .col-2, .col-3 {
    position: relative;
}

.col-1 {
    width: 600px;
    margin: 0 auto;
}

.col-2, .col-3 {
    width: 75px;
    height: 600px;
    padding: 15px;
}

.col-2
{
    float: left;
}

.col-3 {
    float: right;
}

/*BUTTONS*/

.col-2 img {
    left: 0;
}

.col-3 img {
    right: 0;
}

.col-2 img, .col-3 img {
    position: absolute;
    width: 75px;
    height: 75px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

.col-2 img:hover, .col-3 img:hover {
    width: 85px;
    height: 85px;
    cursor: pointer;
}

.img-1 {top: 5px;}

.img-2 {top: 105px;}

.img-3 {top: 210px;}

.img-4 {bottom: 210px;}

.img-5 {bottom: 105px;}

.img-6 {bottom: 5px;}

/*TITLE*/

.banner, .banner-home {
    font-weight: lighter;
    font-variant: small-caps;
    line-height: 3.5rem;
    position: absolute;
    top: 0;
    width: 600px;
    text-align: center;
    color: #000930;
}

.banner {
    font-size: 60px;
}

.banner a {
    text-decoration: none;
}

.banner-home {
    font-size: 80px;
    padding-top: 10px;
}

/*DESCRIPTION*/

#allname, #alldate, .enter, .enter-home {
    font-weight: 600;
    color: #000930;
}

#allname, #alldate, #alldesc {
    position: absolute;
    left: -3%;
    width: 275px;
    text-align: center;
}

#allname {
    font-size: 60px;
    top: 3.5rem;
}

#alldate {
    font-size: 30px;
    line-height: 2rem;
    top: 8rem;
}

#alldesc {
    font-size: 27px;
    font-weight: lighter;
    line-height: 2.2rem;
    top: 10.5rem;
    max-height: 210px;
    color: #000930;
}


#allpics {
    position: relative;
    
}

.swing {
    top: 6rem;
    left: 56%;
}

.jazz {
    top: 7rem;
    left: 54%;
}

.salsa {
    top: 4rem;
    left: 63%;
}

.tango {
    top: 7rem;
    left: 56%;
}

.bollywood {
    top: 6rem;
    left: 63%;
}

.waltz {
    top: 7rem;
    left: 57%;
}

.foxtrot {
    top: 5rem;
    left: 60%;
}

.ballet {
    top: 6rem;
    left: 65%;
}

.modern {
    top: 8rem;
    left: 60%;
}

.hiphop {
    top: 6rem;
    left: 59%;
}

.tap {
    top: 6rem;
    left: 58%;
}

.flamenco {
    top: 5rem;
    left: 64%;
}


#allpics img {
    position: absolute;
    transition: opacity 400ms ease-in-out;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    opacity: 0;
    max-height: 400px;
    max-width: 300px;
}

#allpics img.display {
    opacity: 1;
}

#allpics .intro {
    max-height: 700px;
    max-width: 800px;
    left: -18%;
}

/*FORM*/

.form-circle, .enter, .enter-home, .help-button, .help-home {
    position: absolute;
    border-radius: 50%;
}

.form-circle {
    top: 23rem;
    left: 50%;
    width: 185px;
    height: 185px;
    background: #dde4e8;
}

.enter, .enter-home {
    z-index: 10;
    text-align: center;
    text-decoration: none;
    color: #000930;
    border: none;
    background: #bec6cc;
    cursor: pointer;
}

.enter {
    font-size: 27px;
    line-height: 78px;
    width: 78px;
    height: 78px;
    top: 32rem;
    left: 68%;
}

.enter-home {
    line-height: 182px;
    width: 182px;
    height: 182px;
    font-size: 63px;
    top: 24rem;
    left: 47%;
}

.enter:hover {
    background: #c9c9c9;
}

.enter:focus {
    outline: none;
}

#help {
    position: absolute;
    z-index: 30;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

#help:target {
    visibility: visible;
    opacity: 1;
}

.help-button {
    font-weight: 500;
    z-index: 20;  
    text-align: center;
    background: #000930;
    cursor: pointer;
    line-height: 25px;
    width: 25px;
    height: 25px;
    top: 31.5rem;
    left: 77%;
}

.help-button a {
    text-decoration: none;
    color: #f1f2f3;
}

.help-button a:hover {
    background: #42444c;
}

.help-button:hover {
    background: #42444c;
}

.help-screen {
    background-color: white;
    height: 600px;
    width: 800px;
    text-align: center;
    z-index: 30;
}

.help-screen img {
    height:600px;
}

.exit {
    z-index: 30;
    position: absolute;
    top: 0;
    right: 12px;
    line-height: 3rem;
    font-size: 3rem;
    color: #000930;
    text-decoration: none;
    transition: all 300ms ease-in-out;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    cursor: pointer;
}

.exit:hover {
    font-size: 4rem;
}

.help-home {
    line-height: 58px;
    width: 58px;
    height: 58px;
    font-size: 30px;
    top: 23.5rem;
    left: 68%;
}

.input, .input-home {
    position: absolute;
}

.input {
    top: 27rem;
    left: 54.5%;
    line-height: 2rem;
}

.input-home {
    top: 12rem;
    line-height: 5rem;
}

.name, .name-home, .bday, .bday-home {
    font-weight: lighter;
    font-variant: small-caps;
    padding-left: .5rem;
    color: #000930;
    border: none;
    border-radius: 3.5px;
    background: #f1f2f3;
}

.name, .bday {
    font-size: 13px;
    width: 131px;
    height: 23px;
}

.name-home, .bday-home {
    font-size: 36px;
    width: 350px;
    height: 51px;
}

.name:focus, .name-home:focus, .bday:focus, .bday-home:focus {
    border: 2px solid #bec6cc;
    outline: none;
}
