/* Enter Your Custom CSS Here */

/* ALL PAGES */

/* Changing the font colour of the website BODY TEXT */
body {
	font-family: "Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif; 
	font-size: 15px;
	line-height: 22.671875px;
	color: #666666;
	background-color: #fff;}

/* Removing IMAGE BORDERS */
.entry-content img {
    box-shadow: 0px 0px rgba(0, 0, 0, 0.2);}

/* Changing LINK TEXT colour when you hover */
a:hover, a:focus {
color: #4da8f2;}

/* ------------------------------------------------------------------------------------------------ */

/* HOME PAGE */

/* Moving the NAVIGATION BAR higher */
.logo-row {
height: 105px;
max-height: 105px;
margin-top: 5px;
margin-bottom: -20px;}

/* Changing font color of NAVIGATION BAR to light gray */
.navbar-inverse .navbar-nav > li > a {
color: #cecece;}

/* Making the blue highlight on the NAVIGATION BAR items */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #0073c4;}

/* Fixing the NAVIGATION BAR so that the blue block fits properly */
.navbar-nav > li > a {
margin-bottom: -1px;}

/* Making the black high-light around the DROP DOWN MENU items */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #222222;}

/* Making the gray hover around the DROP DOWN MENU items */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: #262626;
background-color: #cecece;}

/* Changing the BLURB BUTTON */
.blurb a.btn-buy {
font-size: 15px;
margin-top: 25px;
background: #0073c4;
padding: 8px 20px 8px;
text-transform: uppercase;
text-shadow: 0 1px 0 #035b96;
border-color: #285e8e;
border-radius: 4px;}

/* Making the BLURB BUTTON dark blue when you hover over it */
.blurb a.btn-buy:hover {
background: #0063a5;}

/* Changing the SPEAKING ENGAGEMENTS, PROGRAMMES &amp; BOOKS read more buttons */
.btn-primary {
color: #ffffff;
background-color: #0073c4;
border-color: #285e8e;}

/* Making the SPEAKING ENGAGEMENTS, PROGRAMMES &amp; BOOKS read more buttons dark blue when you hover over*/
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #0063a5;}

/* Changing FOOTER TEXT to gray */
.footer-widget-title {
color: #cecece;}

/* For screens bigger than 1400px, add a 15% left margin */
@media (min-width: 1400px) {
  .carousel-inner > .item > img	{
    margin-left: 15%;}