.girlslargebrowntext
{
    font-family: 'Arial Narrow', arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #bf9f64 !important;
    line-height: 40px;
}

.boyslargebluetext
{
    font-family: 'Arial Narrow', arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #5d7377 !important;
    line-height: 40px;
}

.outdoorlargebrownext
{
    font-family: 'Arial Narrow', arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #6d421f !important;
    line-height: 40px;
}

.alternativelargebrownext
{
    font-family: 'Arial Narrow', arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #c77737 !important;
    line-height: 40px;
}

.girlsbutton
{
    font-size: 14px;
    color: #fff !important;
    background-color: #bf9f64;
    padding: 8px 10px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
}

.girlsbutton:hover
{
    background-color: #D1BA8F;
    color: #fff !important;
}

.boysbutton
{
    font-size: 14px;
    color: #fff !important;
    background-color: #5d7377;
    padding: 8px 10px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
}

.boysbutton:hover
{
    background-color: #9EB0B3;
    color: #fff !important;
}

.outdoorbutton
{
    font-size: 14px;
    color: #fff !important;
    background-color: #6D421F;
    padding: 8px 10px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
}

.outdoorbutton:hover
{
    background-color: #9B5E2C;
    color: #fff !important;
}

.alternativebutton
{
    font-size: 14px;
    color: #fff !important;
    background-color: #c77737;
    padding: 8px 10px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
}

.alternativebutton:hover
{
    background-color: #D59967;
    color: #fff !important;
}
