/* ***** Site Specific Styles ***** */

/* Pink #D60D8A */
/* Blue #3D76F5 */

/* COLORS */
.maincolor, h1, h2, h3, h4, .namecolor { color: #D60D8A; }
.contrastcolor, .fa-iconcol { color: #3D76F5; }
.maincolorbg { background-color: #D60D8A; }
.contrastcolorbg { background-color: #3D76F5; }

/* BACKGROUND */
.topbglower { background-color: #FFF; }
.topbgupper { background-color: transparent; }

/* NAVBAR */
.topnav a:hover, .dropdown:hover .dropbtn, .topnavhere { background-color: #D60D8A; }
nav, .topnav, .dropdown, .dropdown-content, .dropbtn { background-color: #3D76F5; }
.youarehere { background-color: #D60D8A; } /* Desktop vieing page highlights if different to nav */ .youarehere:hover { background-color: #3D76F5; }
@media screen and (max-width: 760px) { .dropdown-content a:hover { background-color: #C0C0C0; } .youarehere { background-color: transparent; } } /* DO NOT CHANGE !!! */
.navdeskhide { display: block; } @media only screen and (min-width: 761px) and (max-width: 860px) { .navdeskhide { display: none; } } /* AMEND max-width */

/* TOP & BOTTOM MINIS */
.top-minis { background: #FFF url('../images/bg/top-minis.jpg') repeat-x top; height: 190px; }
.bottom-minis { background: #FFF url('../images/bg/bottom-minis.jpg') repeat-x bottom; height: 250px; }

/* HEADER */
header { background-color: transparent; padding: 10px; }
.headerlines { border-top: 0px solid #FFF; border-bottom: 0px solid #FFF; }
.headername, .h-phone, .h-email { color: #FFF; text-shadow: 0.1em 0.1em 0.2em #000; }
.strapline1, .strapline2 { color: #3D76F5; }
.h-leftblock { width: 0%; padding: 5px 5px 5px 0; } .h-centerblock{ width: 100%; padding: 5px; } .h-rightblock { width: 0%; padding: 5px 0 5px 5px; } .h-centerblockmob { width: 100%; padding: 5px; }

/* CONTENT */
h1 { padding-bottom: 20px; }
/*h1 { border-bottom: 1px solid #C0C0C0; } #h1div { padding-bottom: 10px; }*/
/*h2 { text-align: center; }*/

/* LOWER BANDS */
.socialband { background-color: #D60D8A; } .decorband { background-color: #D60D8A; }

/* BUTTONS */
button, button:link { background-color: #3D76F5; }
button:hover, button:focus, button:active, button:visited { background-color: #D60D8A; }
	
/* FLEXSLIDER */
.flex-control-nav li { opacity: 40%; } /* dots off - display: none; default display: inline-block; */
/*.flex-control-nav { bottom: -25px; z-index: 10; } /* position of dots default is -25px; */

/* WOW STRIP */
.wowstrip { background-color: #d70000; }

.articlebox { background-color: #eef4fb; }

.mapborder { border: 1px solid #C0C0C0; border-radius: 10px;}


