/*
Theme Name: Poolstrap
Theme URI: https://www.patrickamrhein.de
Description: WP Bootstrap Theme
Author: Patrick Amrhein
Author URI: https://www.patrickamrhein.de
Version: 1.0
Tags: Bootstrap, Pool

--------------------------------------------- */

.btn-pool-dark {
    color: #fff;
    background-color: #123b82;
	border-color: #123b82;
}

.btn-pool-regular {
    color: #fff;
    background-color: #0078b9;
	border-color: #0078b9;
}

.btn-pool-cta {
    color: #fff;
    background-color: #fa655a;
	border-color: #fa655a;
}

.bg-pool-regular {
    background-color: #0078b9!important;
}

.bg-pool-dark {
    background-color: #123b82!important;
}

.nounderline {
  text-decoration: none !important;
}

h2 a.nounderline {
  text-decoration: none !important;
}
h2 a.text-black {
    color: #000;
}
