@charset "utf-8";

/* Basic Styles */

body {
	background: #111;
}

p {
	color: #f9f9f9;
}

.intro {
	padding: 10px 0px 20px;
	font-size: 1.15em;
}

.news-img-custom {
	width:100%; 
	border: 0.66em solid #f9f9f9;
}
/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #111;
}
/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #F9F9F9;
}
/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
    color: #01baf3;
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    color: #f9f9f9;
}
/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(249,249,249,1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-brand {
	background-image: url(../img/gfx/stnflourish.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 50px;
}


.footer-custom {
	background: #111;
	margin-top: 2%;
}