@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700,300);

/* ---------------------------------------------
 * Filename:     ffpltc_custom-style.css
 * Version:      0.0.1 (2020-09-08)
 * Website:      http://www.ffpltc.ca
 * Description:  Global Styles
 * Author:       Jeremy Gruttner
 * -----------------------------------------------
 */

a{ color: #996600; }

.slideshow .item:after{
	z-index: 0;
}

.topwidget .block h2.title{
	border-bottom: 5px solid #996600;
}

.btn,
input[type="submit"]{
	background: #996600;
}

#search-block-form input.form-submit{
	background: url(../images/search.png) no-repeat center #996600;
}

.carousel-caption h3{
	color: #996600;
}

.carousel-indicators li{
	border: 1px solid #996600;
}

.carousel-indicators .active{
	background-color: #996600;
}

.sidebar .region h2.title{
	border-bottom: 5px solid #996600;
}

.topnav .region-search{
        /* The search box covers up the buttons in narrow screens if it's not pushed back */
        z-index: 0;
}

.block {
	margin-bottom: 20px;
	clear: both;
}

.brand.logo img {
	/* This makes the Library's logo in the menu bar a little bigger for some reason */
	/* Was set to max-width: 100% in parent theme */
	max-width: none;
}
