/***
* calligraffitti-regular - latin distributed under Open Font Licence
* Source: https://google-webfonts-helper.herokuapp.com/fonts/calligraffitti?subsets=latin
***/
@font-face {
  font-family: 'Calligraffitti';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('calligraffitti-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('calligraffitti-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/***
* custom stylesheet overriding default bootstrap theme as required
***/
html {
	position: relative;
	min-height: 100%;
}

body {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 39px;
}
/* 
header img {
	float: left;
	padding-right: 20px;
	height: 120px;
	} */

nav {
	margin-bottom: 10px;
}

.logo {
	height: 50px;
	padding-right: 10px;
}

.logo-caption {
	font-family: 'Calligraffitti', cursive;
	color: #c16e5d;
	font-size:32px;
	line-height:32px;
}


h1, h2, h3, h4 {
	font-family: 'Calligraffitti', cursive;
	color: #c16e5d;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 0.2em;
	margin-top: 0.4em;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 0.2em;
	margin-top: 1em;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 0.2em;
	margin-top: 1em;
}

@media screen and (max-width: 767px) {
  /* header img {
	float: left;
	padding-right: 10px;
	height: 60px;
	} */
	.logo {
		height:34px;
	}
	.logo-caption {
		font-size:18px;
		line-height:34px;	
	}
}



.main-footer {
	position: absolute;
  	bottom: 0;
	font-size: 12px;
	color: #444;
	background-color: #f7f7f7;
	border-top: 1px solid #dfdfdf;
	padding:10px;
	width:90%;
	height: 39px;
	}

.margin-top-10 {
	margin-top:10px;
}

.col-width-120 {
	width: 120px;
}

.col-width-300 {
	width: 300px;
}

footer a {
	color: #444;
}
	
footer a:hover {
	color:black;
}

/* media player for cermons */
#playlist{
	list-style: none;
	padding:0;
}
#playlist li a{
	color:#212529;
	text-decoration: none;
}
#playlist .current-song a{
	color:#c16e5d;
}
@media screen and (min-width: 767px) {
	#playlist li a:hover{
		color:rgba(0,0,0,0.7);
		text-decoration: none;
	}
}

/* secondary menu for cermons */
.secondary-menu li a{
	color:rgba(0,0,0,0.5);
}

.secondary-menu li a:hover{
	color:rgba(0,0,0,0.7);
}

/* youtube-video styling */
/* for div-wrapper */
.video-container-yt {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

/* for youtube iframe */
.video-yt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* invert carousel controls */
.carousel-control-next,
.carousel-control-prev,
.carousel-indicators {
    filter: invert(100%);
}
