/* CSS for full background image START 
body, html {
	height: 100%;
}

.bg {
	/* The image used 
	background-image: url("../media/music-bg-1.jpg");
	/* Full height 
	height: 100%;
	/* Center and scale the image nicely 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* CSS for full background image END */


.respImg img {max-width: 55%!important;margin:2rem;}

/* Large rounded green border */
hr.new1 {
	border: 5px solid purple;
	border-radius: 5px;
}

.brand {
	font-family: 'Mr De Haviland', cursive;
}


.btn-secondary {
	background-color: #f1b1c3;
	border-color: #6c757d;
	color: black;
}


.bgPrimaryColour {
	background-color: #F2B6C7!important;
}

.bgComplimentColour {
	background-color: #B6F2E1!important;
}


.bgAccentColour {
	background-color: #EA8BA5!important;
}






.navbar-brand {
	font-weight: 900;
	font-size: 2rem;
}

/*
 * Globals
 */

/* Links */
a, a:focus, a:hover {
	color: #fff;
}
a.nav-link:active {
	color: yellow;
}
a.nav-link:hover {
	color: #9d51e3;
}

/* Custom default button */
.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
	color: #333;
	text-shadow: none; /* Prevent inheritance from `body` */
	background-color: #fff;
	border:  .05rem solid #fff;
}


