.myBtn_dGreenToDGray {
    font-family: 'Lato', sans-serif;
    letter-spacing: 3px;
    color: #ffffff;
    font-size: 15px;
    background: #62cbc9;
    padding: 15px 60px 15px 60px;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
}
.myBtn_dGreenToDGray:hover {
    background: #222222;
    text-decoration: none;
    color: white;
}




.myLink_dGreenToWhite {
    font-family: 'Lato', sans-serif;
    color: #62cbc9;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 1px;
}
.myLink_dGreenToWhite:hover {
    text-decoration: none;
    color: white;
}


.myLink_whiteToDGreen {
    ont-family: 'Lato', sans-serif;
    color: white;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 1px;
}
.myLink_whiteToDGreen:hover {
    text-decoration: none;
    color: #62cbc9;
}


.myLink_whiteToDGreen {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 13px;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 1px;
    font-style: italic;
}
.myLink_whiteToDGreen:hover {
    text-decoration: none;
    color: #62cbc9;
}
