/* @override 
	https://www.sanctuaryfirst.org.uk/assets-v2/css/secret-chord.css
	https://www.sanctuaryfirst.org.uk/assets-v2/css/coffee.css?* */


@font-face {
	font-family: 'Aubrey';
	font-style: normal;
	font-weight: normal;
	src: local('Aubrey'), url('/assets-v2/fonts/AUBREY1__.woff') format('woff');
}

@font-face {
  src: url('/assets-v2/fonts/LEMONMILKPro-Bold/font.eot');
  font-family: 'LEMONMILKPro-Bold';
  src: url('/assets-v2/fonts/LEMONMILKPro-Bold/font.woff2') format('woff2'), url('/assets-v2/fonts/LEMONMILKPro-Bold/font.woff') format('woff'), url('/assets-v2/fonts/LEMONMILKPro-Bold/font.eot?#iefix') format('embedded-opentype'), url('/assets-v2/fonts/LEMONMILKPro-Bold/font.ttf') format('truetype');
}

@font-face {
  src: url('/assets-v2/fonts/LEMONMILKPro-Regular/font.eot');
  font-family: 'LEMONMILKPro-Regular';
  src: url('/assets-v2/fonts/LEMONMILKPro-Regular/font.woff2') format('woff2'), url('/assets-v2/fonts/LEMONMILKPro-Regular/font.woff') format('woff'), url('/assets-v2/fonts/LEMONMILKPro-Regular/font.eot?#iefix') format('embedded-opentype'), url('/assets-v2/fonts/LEMONMILKPro-Regular/font.ttf') format('truetype');
}

body {
	background-color: hsl(219, 43%, 12%);
/* 	background-image: url('/assets-v2/img/scs-background.jpg'); */
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.strap {
	color: hsl(204, 20%, 100%, 80%);
}

.heading a,
.navbar a,
.crumbs a,
.upperfoot p,
.upperfoot p a,
.upperfoot .quicklinks a,
.lowerfoot p,
.lowerfoot a {
	color: hsl(204, 20%, 100%) !important;
}

nav {
	border-top: 4px solid hsl(204, 20%, 100%, 80%);
	border-bottom: 2px solid hsl(204, 20%, 100%, 80%);
}

nav li {
	border-bottom: none;
}

nav .dropdown-menu a {
	color: #101b2c !important;
}

nav li.active {
	border-bottom: 4px solid hsl(204, 20%, 100%, 100%);
}

.main-content {
	position: relative;
}

#body-theme-title {
	position: absolute;
	top: -15px;
	font-size: 1.2em;
}

.coffee .main-content {
	background-color: hsl(219, 43%, 12%);
	color: #efefef;
	/*padding-left: 8px;*/
	text-align: left;
}

.coffee .title-text {
	background-color: hsl(217, 61%, 9%);
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.coffee .blue-background {
	background-color: hsl(219, 43%, 12%);
	background-image: url('/assets-v2/img/coffee/virtual-coffee-background.jpg');
	margin-left : 0px;
	margin-right: 0px;
	padding-top: 30px;
	background-repeat: no-repeat;
}

.coffee h1, .coffee h2 , .coffee h3 {
	font-family:'LEMONMILKPro-Regular';
	font-weight: 400;
	font-style: normal;
	color: hsl(39, 96%, 89%);
}

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

.coffee h2 {
 	font-size: 1.5em;
 }

.coffee p {
 	line-height: 1.5em;
 }
 
 .coffee .text-trailing h2 {
  	text-align: left;
 }
 
 .coffee .text-trailing p {
  	text-align: left;
 }
 
 
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 768px) {  	
	.coffee h2 {
		font-size: 1.8em;
	}
	.coffee p {
	 	line-height: 1.6em;
	 }
	 .coffee .text-trailing h2 {
	  	text-align: right;
	 }
	 
	 .coffee .text-trailing p {
	  	text-align: right;
	 }
}

.coffee nav.menu {
	padding: 19px 0px 10px 10px;
	border-bottom: none;
	background-color: hsl(217, 61%, 9%)
}

.coffee nav.menu ul {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.coffee nav.menu li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.coffee nav.menu li a {
	font-family:'LEMONMILKPro-Regular';
	color: hsl(39, 96%, 89%);
	text-transform: uppercase;
	font-size: 1.4em;
	
}

.coffee nav.menu li a::after {
	padding-left: 20px;
	content: '|';
}

.coffee nav.menu li:last-of-type a::after {
	padding-left: 20px;
	content: '';
}

.coffee p {
	color: #eee;
	font-size: 0.95em;
	font-family:'LEMONMILKPro-Regular';
	margin-bottom: 0.5em;
}

.coffee .smallprint {
		font-size: 0.8em;
}

.coffee a button, .coffee button {
	background-color: hsl(39, 96%, 89%);
	border: none;
	border-radius: 16px;
	padding: 5px 10px;
	font-weight: 400;
	font-family:'LEMONMILKPro-Bold';
	font-style: normal;
	font-size: 1.4em;
	text-transform: uppercase;
	color: hsl(219, 43%, 12%);
	margin-right: 10px;
}

.coffee .form-group {
	color: #fefefe;
	font-family:'LEMONMILKPro-Regular';
}

.coffee .form-group input[type="email"],
.coffee .form-group input[type="password"] {
	height: 3.0em;
}


.coffee .custom-control-label {
	color: #eee;
	font-size: 0.95em;
	line-height: 1.7em;
	font-family:'LEMONMILKPro-Regular';
	padding-bottom: 0px;
}

.coffee .custom-control-label {
	line-height: 1.5em;
}

.coffee .signup_response {
	font-style: italic;
	background-color: hsl(99, 29%, 57%, 50%);
	border-radius: 20px;
	padding: 0px 12px 0px 10px;
	display: inline-block;
}

.article-desc figure {
	margin-bottom: 0px;
}

.right-column {
	padding-top: 20px;
}

.right-column h2 {
	margin-bottom: 0px;
}

.right-column .inner {
	background-color: #fff;
	padding: 10px 10px 1px 5px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.right-column .listen-on ul {
	margin-top: 20px;
	padding: 10px 0px 0px 0px
}

.right-column .listen-on ul li {
	padding: 0px 0px 10px 0px;
}

.right-column .listen-on ul li img {
	width: 50%;
}

@media (min-width: 768px) {  
	.right-column {
		padding-top: 0px;
	}
}

.lowerfoot {
	background-color: hsl(238, 92%, 9%);;
}