

.md-typeset .md-button--primary{
    color: white;
    background-color: white;
    border: ghostwhite;
    border-radius: 4px;
    border-width: .25px;
    border-style: groove;
    margin-right: 25px;
    margin-top: 25px;
    width: 300px;
    height:175px;
    padding:10px;
    box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.2), 0 .3px .9px 0 rgba(0, 0, 0, 0.19);
    vertical-align: top;
 }

.md-typeset .md-button--primary:hover{
    color: white;
    background-color: white;
    margin-right: 25px;
    margin-top: 25px;
    width: 350px;
    padding:10px;
    border: ghostwhite;
    border-radius: 4px;
    border-width: .25px;
    border-style: groove;
    box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.2), 0 .3px 15px 0 rgba(0, 0, 0, 0.19);
}

a.md-button.md-button--primary {
    color: #0065B3 !important;
    font-weight: 100 !important;
    border-color: ghostwhite;
    margin-right: 25px;
    margin-top: 25px;
    width: 350px;
    height:175px;
    padding:10px;
    word-break: break-word;
    vertical-align: top;
}




a.md-button.md-button--primary strong {
    color: #0065B3 !important;
    font-weight: 800 !important;
    word-break: break-word;
    font-size: 28px;
    vertical-align: top;
}

.md-button.md-button--primary.smalltext {
  font-size: 14px;


}

.md-button.md-button--primary.smalltext strong {
  font-size: 18px;

}




.md-button.md-button--primary.small-text-and-box {
    font-size: 14px;
    color: #0065B3 !important;
    font-weight: 100 !important;
    border-color: ghostwhite;
    margin-right: 25px;
    margin-top: 25px;
    width: 250px;
    height:175px;
    padding:10px;
    word-break: break-word;
    vertical-align: top;

}

.md-button.md-button--primary.small-text-and-box strong {
    color: #0065B3 !important;
    font-weight: 800 !important;
    border-color: ghostwhite;
    margin-right: 25px;
    margin-top: 25px;
    width: 250px;
    height:175px;
    padding:10px;
    word-break: break-word;
    vertical-align: top;
    font-size: 18px;

}

.md-typeset .md-button--primary:hover.small-text-and-box {
    color: white;
    background-color: white;
    margin-right: 25px;
    margin-top: 25px;
    width: 250px;
    padding:10px;
    border: ghostwhite;
    border-radius: 4px;
    border-width: .25px;
    border-style: groove;
    box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.2), 0 .3px 15px 0 rgba(0, 0, 0, 0.19);
}




