/*-------------------------------

    Custom stylesheet (custom.css)

    Project: Eight Template
    Version: 1.0
    Author: By Themanoid
    Last change: 31 July 2016

    --

    This stylesheet is meant for
    your own custom styles, on
    top of The Eight Template

    Happy styling!
    - Themanoid

----------------------------*/

.btn-third {

    padding: 15px 30px;
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
    margin: 10px;


}

.btn-third:hover {


    background-color: #2C55D5;
    color: #ffffff;

}

h1 a{
    color: #2C55D5 !important;
    text-decoration: none !important;
}

h1 a:hover {
    color: #2C55D5 !important;
    text-decoration: none !important;
}

h1 a:active {
    color: #2C55D5 !important;
    text-decoration: none !important;
}

h1 a:visited {
    color: #2C55D5 !important;
    text-decoration: none !important;

}
