﻿.mentorADButtonColour {
    background: #c01725;
    color: white;
}
    .mentorADButtonColour:hover {
        background: #d63341;
        color: white;
    }
    .mentorADButtonColour:focus {
        background: #c01725;
        color: white;
    }