/*
Theme Name: Pigeon dark blue branding
Theme URI: https://www.pigeon.co.uk/
Template: pigeondevelopments-web
Author: Kall Kwik Bury St Edmunds (Dev Peter Sawyer)
Author URI: https://kallkwikburystedmunds.co.uk/
Description: Custom theme for Pigeon dark blue by kallkwikburystedmunds.co.uk
Version: 1.0.1
Updated: 2024-04-24 

*/


h1, h2, h3, h4, h5, h6 {

	font-weight: 600;
	font-style: normal;
	color: #075e97;
	font-family: "Open Sans", sans-serif;
}
P {
 font-family: "Open Sans", sans-serif;
}

#main-nav #main-menu .menu-item .nav-link {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}

a:hover {
	color: #B2A287;
}

#main-nav.clearHeader {
	background: #33536B;
}

#main-nav #main-menu .menu-item .nav-link:hover {
    background-color: #B2A287;
    color: #fff;
}


#mainfooter {
	background: #33536B;
    
}

.button {
	background: #33536B;
}
.button:hover {
	background: #B2A287;
}


#home-welcome h1 {
	color: #33536b;

    line-height: 1.3;
    font-weight: 600;
    font-size: 2rem;
}

#mainfooter img {
	max-width: 200px;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	color: #075e97;
}

.icon-wrapper {
	padding-right: 2rem;
	margin-bottom: 2rem;
}

.icon-wrapper img {
	float: left;
    height: auto;
    width: 140px;
    background: #fff;
    border-radius: 10px;
    margin-right: 2rem;
    padding: 0.6rem;
}

.icon-wrapper h4 {
    overflow: hidden;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
}

#copyright-footer {
    background: #33536B;
}

#copyright-footer p.footer-legal a:hover {
    color: #B2A287;
}

