/*
Theme Name: IDS Group
Author: IDS Group
Author URI: https://idsgroup.co.uk
Description: A WordPress theme made with TailPress.
Version: 0.1.51
Text Domain: ids_cloud
*/

.entry-content h4 a {
	--tw-text-opacity: 1;
	color: rgb(35 100 173);
	text-decoration-line: underline;
}

.bg-brand-cloud {
	--tw-bg-opacity: 1;
	
	
/* background-color: #1D2645; */

/* Fallback solid color for very old browsers */
  background-color: #1d2645; 
}


.bg-brand-cloud-blue{
	--tw-bg-opacity: 1;
	background-color: #1F6AB2;
}

.text-brand-cloud {
	color: #18b8c4 !important;
}

.bg-brand-dark-blue {
	background-color: #1d2645 !important;
}


.hero.accent-brand-turquoise h1 span, .hero.accent-brand-turquoise h1 b, .hero.accent-brand-turquoise h1 strong {
	color: #18b8c4 !important;
}

.align-right {
	text-align: right;
	margin-right: 20px;
}

p a {
	color: inherit;
	text-decoration: underline!important;
	text-decoration-style: dotted!important;
}

p a:hover {
	color:rgb(252 198 52);
	text-decoration: underline!important;
	text-decoration-style: dotted!important;
}