* { margin: 0; padding: 0; border: 0; }
body { color: #231f20; font-family: futura,helvetica,arial,sans-serif; letter-spacing: 2px; }
ol, ul { list-style: none; }
h2 { font-size: 35px; font-weight: bold; }
a, .finalInstructions p { text-decoration: none; text-transform: uppercase; color: #231f20; outline: 0; letter-spacing: 1.5px; }
#background { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: -9999; }
#background img { width: 100%; height: 100%; margin-bottom: -10px; }
#wrapper { 
    width: 100%; 
    margin: 0 auto; 
    padding-top: 40px; 
    text-align: center; 
}

#titlePage { margin-top: -34px; }
#titlePage a { display: block; margin-top: 20px; font-size: 24px;  }
#challenge { width: 80%; font-size: 24px; margin: 27px auto 33px; font-style: italic; }

#cardWordmarks {
    margin: 0 auto;
    width: 100%;
    height: 129px;
    background: transparent url(images/title-vert.png) center center no-repeat;
    cursor: pointer;
}
/*
#gayCardTitle, 
#lezCardTitle {
    display: block;
    padding-top: 9px;
    padding-bottom: 3px;
    margin: 0 auto;
    width: 280px;
}
#gayCardTitle {
}
#lezCardTitle {
    border-top: 1px solid #000;
}
    */

#steps { width: 80%; margin: 40px auto 0; font-size: 21px; font-style: italic; letter-spacing: 2.2px; }
#ps { margin-top: 175px; font-size: 16px; letter-spacing: 1.8px; }

#numberTracker { font-weight: bold; color: #ccc; }
#numberTracker li { 
    display: inline; 
    margin-left: 3px; 
    font-size: 24px; 
    letter-spacing: 1px; 
    color: #ccc;
    -moz-transition: all 1.0s;
    -webkit-transition: all 1.0s;
    -o-transition: all 1.0s;
}
#numberTracker li#currentNumber { 
    color: #231f20; 
    -moz-transition: all 1.0s;
    -webkit-transition: all 1.0s;
    -o-transition: all 1.0s;
}
#questionNumberDisplay {
    font-weight: bold;
    margin-top: 14px;
    font-size: 39px;
}

.answerList {
    line-height: 1.5em;
    width: 80%;
    margin: 0 auto;
}
.qAndA { margin-top: 16px; font-size: 21px; }
.qAndA>p { 
    width: 80%;
    margin: 0 auto;
    padding-bottom: 14px;
    font-weight: bold;
    letter-spacing: 2px;
 }
.qAndA li { cursor: pointer; }
.answerList li { margin-bottom: 18px; }
#gayCardOption { margin-bottom: 18px; }

#startOverButton { 
    position: absolute;
    top: 14px;
    left: 50%;
    width: 120px;
    height: 24px;
    margin-left: -60px;
    z-index: 10;
    font-size: 12px;
    display: none;
}

#answer { text-align: left; padding-top: 60px; margin: 0 auto; width: 125px;  }
#answer li { padding: 11px 0 35px 60px; cursor: pointer; font-size: 19px;  letter-spacing: 2px; }
#Y { background: transparent url(images/checkmark.png) left top no-repeat; }
#N { background: transparent url(images/x.png) left top no-repeat; }

#promptForResults { margin-top: 121px; display: none; }
#promptForResults p { font-size: 21px; font-style: italic; margin-bottom: 14px; letter-spacing: 1px; }
#promptForResults a { display: block; font-size: 21px; margin: 6px 0 17px; }

#finalScore { 
    font-size: 21px;
    line-height: 2.1em;
    display: none;
}
#finalPercentageMessage, 
#finalTailoredMessage {
    font-style: italic;
}
#finalType {
    font-size: 29px;
    text-transform: uppercase;
}
#finalScore a { 
    display: block;
    margin-top: 58px;
    font-size: 24px; 
}

#finalCard { 
    margin-top: -10px; 
    display: none; 
}
.listStatement {
    font-style: italic;
}
#typeList {
    letter-spacing: 1px;
    width: 80%;
    margin: 20px auto;
}
#finalCard h2 { margin-bottom: 28px; font-size: 72px; font-weight: normal; text-transform: uppercase; }

#finalCardImage { 
    width: 300px; 
    height: 319px;
    margin: 30px auto 22px;
}
#finalCardImage.gay { 
    background: transparent url(images/gay-card-final-display-vert.jpg) center top no-repeat;
}
#finalCardImage.lez { 
    background: transparent url(images/lez-card-final-display-vert.jpg) center top no-repeat;
}

#finalCard a img {
    margin-top: 0;
}
#crLink { display: block; margin-top: 12px; padding-bottom: 12px; text-indent: -9999px; background: transparent url(images/crouleaudotcom.png) center top no-repeat; }
#callToAction { 
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 20px;
}
.finalInstructions { 
    width: 80%; 
    margin: 0 auto 35px;
}
.finalInstructions a { text-transform: none; }
.finalInstructions p { margin-bottom: 8px; }
#shareTheLove a { margin: 0 4px 0; }
#enjoyPrompt a { display: block; width: 85px; margin: 0 auto 12px; }
#callToAction img { width: auto; }
#prideMessage {
    text-align: center;
    text-transform: uppercase;
}

#footer { 
    margin: 24px auto 0; 
    width: 80%;
    clear: left;
    font-size: 12px; 
    letter-spacing: 1px; 
}

#gayCardQuestions, 
#lezCardQuestions,
#gayCardQuestions .qAndA,
#lezCardQuestions .qAndA,
#gayOrLezTypeMessage,
#getCardPage,
#quizHeader, 
#firstQuestion {
    display: none;
}

#firstQuestion ol,
.answerList { 
    list-style: none;
}

#typeList {
    font-size: 12px;
}

.answerList li span, .answerList li:hover span, a span, a:hover span {
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
}

/* 
 * Larger Screens
 * ===========================================================================*/
@media all and (min-width: 500px) { 

#wrapper { 
    width: 100%; 
    margin: 0 auto; 
    padding-top: 146px; 
    text-align: center; 
}

#cardWordmarks {
    width: 877px;
    height: 63px;
    background: transparent url(images/title.png) center center no-repeat;
}

/*
#gayCardTitle, 
#lezCardTitle {
    display: inline-block;
    padding-top: 9px;
    padding-bottom: 3px;
    width: 415px;
}
#gayCardTitle {
    padding-right: 16px;

}
#lezCardTitle {
    padding-left: 25px;
    border-top: none;
    border-left: 1px solid #000;
}
    */

#startOverButton { 
    top: 70px; 
}

#questionNumberDisplay {
    font-weight: bold;
    margin-top: 56px;
    font-size: 39px;
}
.qAndA { 
    margin-top: 60px;
    font-size: 21px;
}

.qAndA>p { 
    width: 790px;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 56px;
 }

.answerList {
    line-height: 1.5em;
    width: 886px;
    margin: 0 auto;
}

#typeList {
    letter-spacing: 1px;
    width: 885px;
    margin: 20px auto;
}

#callToAction { 
    width: 800px;
}

#finalCard { 
    margin-top: -121px; 
}

#finalCardImage { 
    width: 868px; 
    height: 248px;
    margin: 30px auto 22px;
}
#finalCardImage.gay { 
    background: transparent url(images/gay-card-final-display.jpg) left top no-repeat;
}
#finalCardImage.lez { 
    background: transparent url(images/lez-card-final-display.jpg) left top no-repeat;
}
.finalInstructions { float: left; margin: 0; width: 33%; }

#enjoyPrompt a { display: inline; }
#enjoyPrompt a:nth-of-type(2) { margin: 0 18px 0; }

#footer { 
    margin: 24px auto 0; 
    width: 720px;
    clear: left;
    font-size: 12px; 
    letter-spacing: 1px; 
}

/*
 * Rainbow hover effect
 * ====================
 * */
.answerList li:hover span:nth-of-type(5n), 
a:hover span:nth-of-type(5n) { color: purple; }

.answerList li:hover span:nth-of-type(5n+1),
a:hover span:nth-of-type(5n+1) { color: red; }

.answerList li:hover span:nth-of-type(5n+2), 
a:hover span:nth-of-type(5n+2) { color: orange; }

.answerList li:hover span:nth-of-type(5n+3),
a:hover span:nth-of-type(5n+3) { color: green; }

.answerList li:hover span:nth-of-type(5n+4),
a:hover span:nth-of-type(5n+4) { color: blue; }


}   /* end larger screen    */
