@charset "utf-8";

.goldbirthdays_button {
    padding-top: 30px;
    margin-left: 300px;
}

#party_categories  {
    padding-left: 100px;
}

.tele_cartouche {
    font-family: Sniff, fantasy;
    text-align: center;
    color: rgb(255, 51, 255);
    text-shadow: rgb(51, 0, 255) 3px 3px 2px,  rgb(255, 210, 255) 0px 8px 8px;
    padding-bottom: 10px;
}
  
.halloween {
    font-family: P22 Aragon, fantasy;
    text-align: center;
    color: rgb(248, 58, 34);
    text-shadow: rgb(0, 0, 0) 3px 3px 2px,  rgb(255, 255, 0) 0px 8px 8px;
    padding-bottom: 10px;
}

.party_favor  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.goldpastpartyphotos  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#directions {
    text-align: justify;
    list-style-position: inside;
}

a {
    color: #ecaa20;
}

.read_about  {
    padding-top: 6px; /* Pushes the Read More.... down */
    margin-bottom: -5px; /* Pushes the iframe itself (not the white background) up. If use -10px the iframe hits top of white! */
}

/* Lowers Welcome h1 paragraph so text doesn't hit bottom of lotuses */
#h1_para {
    margin-top: 60px;
    font-size: 1.6em;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  span {
    position: relative;
    left: -45px;
  }

  .nowrap  {
        white-space: nowrap;
  }

  #text {
    list-style-type: square;
  }


@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 320px) {

}