@charset "UTF-8";
/* CSS Document */

/* 
Purple: #4b0080
Neon Green: #35bb00
Corn Yellow: #ffbc09
Broccoli Green: 
Carrot Orange: 
*/

body {
    font-family: Rockwell, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}

.container {
    background-color:whitesmoke;
    opacity: 0.95;
}

.container #pageLogo {background-color: none;}

nav a {
    font-size: 20px;
    font-weight: 500;
}

nav a:active {
    color: rebeccapurple;
}

nav a:hover {
    color: white;
}

.centered {
    text-align: center;
}
.currentPage {
    color: #4b0080;
}

.otherPages {
    color: #35bb00;
    text-decoration: none;
}

.otherPages:hover {
    color: white;
    text-decoration: underline;
}

/* About */

.signature {
    font-family: "Edwardian Script ITC","monsieur-la-doulaise", serif;
    font-size: 58px;
}
.aboutName {
    font-size: 32px;
}

.aboutHead {
    font-size: 36px;
}
.aboutText {
    font-size: 18px;
    line-height: 32px;
}

/* Cool Greenz */

.boldGreen {
    color: green;
    font-weight: bold;
}

.boldOrange {
    color: orange;
    font-weight: bold;
}

.boldYellow {
    color:#ffbc09;
    font-weight: bold;
}

.poemList {
    list-style: none;
    font-size: 24px;
}

.veggieCaption {
    text-align: center;
    font-size: 32px;
}

.characterTitle {
    text-align: center;
    font-size: 48px;
}

.characterText {
    font-size: 18px;
    line-height: 32px;
}

/* Order */

#previewImage {
    text-align: center;
}

#previewLink {
    text-align: center;
    font-size: 24px;
    color: #35bb00;
}

.orderSection {
    text-align: center;
}

#orderTitle {
    text-align: center;
    font-size: 60px;
    color: #35bb00;
}

.orderButton {
    background-color: #4b0080;
    color: white;
}

.orderButton:hover {
    color: #35bb00;
}

.orderPrice {
    font-size: 24px;
}

.bookTitle {
    color:#4b0080;
}

/* Contact */

.contactInfo blockquote {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0px;
}

.contactInfo blockquote a {
    color: black;
}

#contactTitle {
}