/* ===================================
    Irish Trade
====================================== */
/*
Purple was: #7e0f7e
Changed to: #691f74
*/

/* Trade BG for top block */

.bg-gradient-trade {
    background-image: linear-gradient(to right bottom, #691f74, #691f74, #691f74, #691f74, #691f74);
}

/* Header Logo Size Increase */
header .navbar-brand img {
    max-height: 56px;
}

/* Job Link in Header */
a.job-link {
	color:#ffffff!important;
}

.sticky-active a.job-link {
	color:#691f74!important;
}

/* Main colour changes  */
.text-main-color {
	color: #691f74!important;
}
.text-sec-color {
	color: #fe3b1f!important;
}
.bg-main-color {
	background-color: #691f74!important;
}
.bg-sec-color {
	background-color: #fe3b1f!important;
}

.btn-main-color {
	background-color: #691f74!important;
}
.btn-sec-color {
	background-color: #fe3b1f!important;
}
.btn-text-main-color  {
	color: #691f74!important;
}
.btn-text-sec-color  {
	color: #fe3b1f!important;
}


/* Footer colour changes  */

a.custom-footer-link {
	color: #ffffff!important;
}

a.custom-footer-link:hover {
	color: #fe3b1f!important;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px!important;
}