/**
 * CSS file for advert
 *
 * This file is in version control:
 * https://github.com/uofa/emigration
 *
 * Created ?
 * Updated 20 Feb 2019
 *
 * Last update: tweak link positon, CHD
 *
 * @author Colin Denholm 
 */

@charset "utf-8";
/* CSS Document */
#enquire_link {
    display: block;
    width: 172px;
    margin: 1em 0 0;
    padding: 0.3em 0;
    border-radius: 1.5em;
    background: #fd0;
    text-align: center;
    color: #575a5a;
    transition: background 0.3s ease-out;
	position: relative;
	left: 305px;
	top: -80px;
}

#enquire_link:hover, #enquire_link:focus {
    background: #ffffff;
    transition: background 0s;
}

a#enquire_link {
	text-decoration:none;
	font-weight: bold;
}
