/* 
    Created on : Mar 26, 2015
    Author     : Dakota Sonnentag
*/

/*email button wrapper*/
.emailBtnWrapper {
    background-color: rgba(241, 116, 6, 0.48);
    border: 1px solid #C5956A;
    box-shadow: 0px 5px 0px 1px #C5956A;
    color: white;
    max-width: 275px;
    max-height: 275px;
    min-width: 275px;
    min-height: 275px;
    /*transition: 0.5s ease;*/
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 25px;
}
.emailBtnWrapper:hover {
    border: 1px solid #B78A62;
    box-shadow: 0px 5px 0px 1px #B78A62;
    /*transition: 0.5s ease;*/
}
.emailBtnWrapper:active {
    border: 1px solid #B78A62;
    /*transition: 0.2s ease;*/
    box-shadow: 0px 3px 0px 1px #B78A62;
    margin-top: 23px;
    margin-bottom: 27px;
}
.emailDesc {
    min-height: 145px;
}
.emailShare {
    border-top: 1px solid #E6E6E6;
    color: #337ab7;
    text-decoration: none;
    padding-top: 4px;
}
.emailShare a {
    text-decoration: none;
}
/*email button wrapper*/



.marketingCopy {
    font-family: "Courier New", Courier, monospace;
    margin: 0;
    padding: 10px;
    border: 1px solid grey;
}
.marketing span {
    font-family: "Courier New", Courier, monospace;
}
.marketing h2 {
    margin-top: 30px;
}
.marketing p {
    font-size: 12pt;
    margin-top: 10px;
}
#marketFBEvent {
    text-decoration: none;
    font-size: 16px;
}

@media (max-width: 470px) {
    .marketWebLink {
        font-size: 12px;
    }
    .marketingCopy a {
        font-family: arial;
        font-size: 14px;
    }
}