@font-face {
    font-family: Social Media Circled;
    src: url('../Social Media Circled.otf'); 
    }


/* CSS FROM NEPAL */
*{
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
body{
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
}
nav{
  background: white;
  opacity: .95;
  height: 80px;
  width: 100%;
  position: fixed;
  top:0;
  z-index: 9999;
}
label.logo{
  color: grey;
  font-size: 40px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
nav ul{
  float: right;
  margin-right: 20px;
}
nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
  vertical-align: center;
}
nav ul li a{
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  text-transform:uppercase;
  color: 828282;
  padding: 0px 10px;
  margin:auto;
}
/* a.active,a:hover{
  background: white;
  transition: .5s;
} */
.checkbtn{
  font-size: 30px;
  color: 828282;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
i.fa {
	border:1px solid red;
	color:828282;
	background-color:orange;
}


@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
}
@media (max-width: 858px){
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a.icon {
	font-family: Social Media Circled;
	color: white;
  }
  nav ul li a{
    font-size: 20px;
    color: white;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }

  
section{
  /* background: url(bg1.jpg) no-repeat; */
  background-size: cover;
  height: calc(100vh - 80px);
}

}























/* ORIGINAL CSS ________________________________________________________________ */

/* Text Styles _________________________________________________________________ */

h1 {
  color: black;
  font-family: 'Oswald', sans-serif;
  font-size: 200%;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  opacity: 7.5;
  margin: 0 auto;
  padding-top: 5%;
  line-height: 80%;
}

h2 {
	color: grey;
	font-family: 'Oswald', sans-serif;
	font-size: 200%;
	font-weight: 200;
  	text-align: center;
  	text-transform: uppercase;
	margin: 150px,0px,-10px,0px auto;
	padding: 0
}

h2.feat {
	color:white;
	margin: 0px auto;
}

h2.dark {
	color:black;
	margin: 0px auto;
}

h2.subtitle {
	font-family: 'Oswald', sans serif;
	font-weight: 200;
	font-size: 150%;
	letter-spacing: 0.2em;
	color: #828282;
	opacity: 5;
}

h2.songtitle {
	color:white;
	padding: 25px;
}


h3 {
	color: black;
	font-family: 'Oswald', sans-serif;
	font-size: 150%;
	font-weight: 200;
  	text-align: center;
	padding: 0;
	margin:auto;
}


h4 {
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size: 125%;
	font-weight: 300;
  	text-align: left;
	line-height: 25%;
	padding-left: 15px;
}


p  {
  color: 828282;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  padding: 1%;
  margin: 2%;
  line-height: 1.7;
  text-align: justify;
}


a {
	text-decoration:none;
	color:inherit;
	display: inline-block;
	line-height:100%;
}

a.black {
	color:grey;
	text-decoration:underline;
}


a:hover {
	opacity: 0.8
}


a.more {
	display: block;
	color: white;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 125%;
	padding-bottom: 1%;
	letter-spacing: 0.2em;
	margin: 0 auto;
	text-align: center;
}

a.read-article {
	display: block;
	color: black;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 125%;
	padding-bottom: 1%;
	letter-spacing: 0.2em;
	text-align: center;
}


sub {
	color: #b7b7b7;
	font-family: 'Roboto', sans serif;
}



html, body {
	font-family: 'Roboto', sans serif;
	font-weight: 200;
	color: #828282;
	text-align: justify;
	line-height: 1.7;
	}

p.highlight {
	padding: 30px;
	font-family: 'Roboto', sans serif;
	font-weight: 400;
	font-size: 150%;
	color: black;
	text-align: center;
}





.lyrics {
  color: grey;
  text-align: left;
  display: inline-block;
}

.copyright{
	color: #b7b7b7;
	font-size: 50%;
	padding-left: 20px;
}





.divider {
	width: 100%;
	height: auto;
	margin-top: 25px;
	text-align: center;
	border-bottom: 1px solid white;
}






.feat-flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: black;
  background-image: url("../images/MMsession.jpeg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position-y: center;
  background-origin: border-box;
  min-height: 650px;
}


.feat-flex-container a {
  padding:20px;
  margin: 10px;
}


.flex-link-more a {
  background-color: white;
  color: black;
}





/* Homepage album links */

.album-flex-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: white;
  min-height: 370px;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .album-flex-container {
    flex-direction: column;
  }
}

.album {
  width: 300px;
  height: 300px;
  color: black;
  padding: 10px;
  margin: 20px;
  align-content: space-between;
}

img.album {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

img.album:hover {
	opacity: 0.8;
}


/* FEATURED ARTICLE (HOMEPAGE) */
#featarticle {
	width: 100%;
	text-align: center;
	padding-top: 75px;
	/* background-color: pink;
	border: 1px dashed green; */

}






/* SONGS PAGES ________________________________________________________________ */
#author{
	color: white;
	opacity: 0.85;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	font-weight:200;
	padding: 1%;
	margin: 2%;
	text-align:center;
	margin-top: -20px;
}

#lyrics-holder {
	text-align:center;
}

audio {
	width: 100%;
	transform: scale(0.8);
	background-color: white;
	opacity: 0.8;
}

.audio-container {
  display: flex;
  justify-content: center;
  align-items: center 
}




/* ARTICLES __________________________________________________________________ */
#article-container {
	width: 100%;
	text-align: center;
	/* border: 1px solid blue; */
}

#article-container.dark {
	background-color: #e3e1e1;
}


#article-box {
	width:70%;
	height: auto;
	padding: 20px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}

article-box.h3 {
	color:white;
	font-size: 25px;
	line-height: 1.6;
}

article-box.p {
	font-family: 'Roboto', sans serif;
	font-weight: 200;
	color: grey;
	text-align: center;
	line-height: 1.7;
	}
	
article-box.a {
	display:inline-block;
	color:grey;
	text-decoration: underline;
}
	

.divider-articles {
	width: 20%;
	margin: auto;
	padding-top: 25px;
	text-align: center;
	border-bottom: 2px solid #b7b7b7;
}

#article-header {
	/* background-image: url("GuitarBible.jpg"); */
	width: 100%;
}

#article-menu {
	background-image: url("GuitarBible.jpg");
	width: 30%;
}

ul.article {
	font-family: 'Roboto', sans serif;
	font-weight: 200;
	color: grey;
	text-align: center;
	line-height: 1.7;
}

p.article-source {
	text-align: center;
	font-style: italic;
	font-size: 75%;
	color: #b7b7b7;
}




/* CONVENTIONS LANDING PAGE e.g. KESWICK __________________________________________ */
/* Keswick page (as above with alternate image */
#conferencebox {
  margin: 0 auto;
  text-align:center;
  background-image: url("../images/GuitarBible.jpg");
  /* background-position: top right; */
  min-height: 350px;
}

#conference-soicals-container {
	width:100%;
 	text-align:center;
 	position: relative;
 	background-color: black;
  /* border: 1px dashed orange; */
}

.conferenceclickme {
  display: inline-block;
  margin:1% 2% 2.5%;
  border:1px solid white;
  padding: 30px;
  text-decoration:none;
  color: white;
  border-radius: 3px;
  transition: 0.5s;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size:125%;
  width: 300px;
  display: inline-block;
  vertical-align: middle;
}

a.conferenceclickme:hover {
	background-color: white;
    opacity: 0.95;
    transition: 0.5s;
    color: black;
}

.spotify-embeds {
  margin: 0 auto;
  align: center;
  width: 80%;
  padding: 100px;  
}












/* HOMEPAGE FEATURED SONGS _________________________________________________ */
#featuredsongsbox {
  margin: 0 auto;
  text-align:center;
  background-image: url("../images/mmsession_edited2.jpg");
  /* background-position: top right; */
  min-height: 350px;
}

#songsforchurches {
  margin: 0 auto;
  text-align:center;
  background-image: url("../images/songsforchurches.jpg");
  /* background-position: top right; */
  min-height: 450px;
}



/* RESPONSIVE IMAGE SIZE FOR BANNERS */
.responsive {
  width: 100%;
  height: auto;
}



.homeclickme {

}

a.homeclickme:hover {
	background-color: white;
    opacity: 0.95;
    transition: 0.5s;
    color: black;
}



/* LINKS ON SONG PAGES _________________________________________________________ */
#songdownloads {
  margin: 0 auto;
  text-align:center;
  background-image: url("CCGuitar.jpg");
  box-shadow: inset 0 0 5em 0.5em #000;
  background-color: black;
  filter: brightness(30%);
  filter: contrast(120%);
  background-position: 90% 30%;
  min-height: 250px;
  background-repeat: no-repeat;
}

#linkholder {
  margin: 0 auto;
  /* border: 1px dashed orange; */
}

.clickme {
  border:1px solid white;
  text-decoration:none;
  text-align: center;
  color: white;
  border-radius: 3px;
  transition: 0.5s;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size:125%;
  width: 300px;
  max-height: 50px;
}


a.clickme:hover {
	background-color: white;
    opacity: 0.95;
    transition: 0.5s;
    color: black;
}


.clickmemore {
  border:1px solid white;
  background-color: white;
  text-decoration:none;
  text-align: center;
  color: white;
  border-radius: 3px;
  transition: 0.5s;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size:125%;
  width: 300px;
}

/* SONGS A-Z PAGE _____________________________________________________________ */
#songlist-container {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-around;
	align-content: center;
 	text-align:center;
 	background: black url("GuitarBible.jpg") right no-repeat;
}

#songlist-linkholder {
  margin: 0 auto;
  width: 80%;
  /* border: 1px dashed orange; */
}



.darkbtntrans {
  display: inline-block;
  text-align:center;
  margin:1% 2% 2.5%;
  border:1px solid white;
  padding: 30px;
  text-decoration:none;
  color: white;
  border-radius: 3px;
  transition: 0.5s;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size:125%;
  width: 300px;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
}
a.darkbtntrans:hover {
 	background: rgba(255, 255, 255, 0.98);
    transition: 0.5s;
    color: black;
}



.whitebtn {
  display: inline-block;
  text-align:center;
  margin:1% 2% 2.5%;
  border:1px solid white;
  padding: 30px;
  text-decoration:none;
  color: black;
  border-radius: 3px;
  transition: 0.5s;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size:125%;
  width: 300px;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.9);
}
a.whitebtn:hover {
	background: rgba(0, 0, 0, 0.95);
    transition: 0.5s;
    color: white;
}


.blackbtn {
  display: inline-block;
  text-align:center;
  margin:1% 2% 2.5%;
  border:1px solid white;
  padding: 30px;
  text-decoration:none;
  color: white;
  border-radius: 3px;
  transition: 0.5s;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size:125%;
  width: 300px;
  vertical-align: middle;
  background: rgba(0, 0, 0, 1);
}
a.blackbtn:hover {
	background: rgba(255, 255, 255, 0.9);
	border:1px solid black;
    transition: 0.5s;
    color: black;
}






#latestsong-container {
	width:100%;
 	text-align:center;
 	position: relative;
}


.latestsong {
  display: inline-block;
  margin: 0 auto;
  border:1.5px solid grey;
  padding: 30px;
  text-decoration:none;
  text-align:center;
  color: grey;
  border-radius: 3px;
  transition: 0.6s;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size:140%;
  width: 80%;
}

a.latestsong:hover {
    opacity: 0.95;
    transition: 0.6s;
    color: white;
	background-color: grey;
}




/* CONVENTIONS PAGE */
#convention-featuredsongsbox {
  margin: 0 auto;
  text-align:center;
  background-image: url("../images/keswickband_2023.jpg");
  min-height: 450px;
  
  height: auto;
  max-width: 100%;
}


.socials {
	width: 100%;
	/* background-color: magenta;
	border: 3px dotted green; */
}

#socials-linkholder {
  margin: 0 auto;
  width: 70%;
  background-color: white;
  /* border: 1px dashed orange; */
  text-align: center;
  font-size: 200%;
}

.socialsclickme {
  display: inline-block;
  border:1px solid black;
  padding: 20%;
  text-decoration:none;
  color: black;
  border-radius: 3px;
  transition: 0.5s;
  font-family: Social Media Circled;
  display: inline-block;
  vertical-align: middle;
}

a.socialsclickme:hover {
	background-color: black;
    opacity: 0.95;
    transition: 0.5s;
    color: white;
}







/* VIDEO */
#video-container {
  background-color: black;
  width: 100%
}




.video-container iframe,
.video-container object,
.video-container embed {
  width: 70%;
  margin:auto;
  display:block;
  height: calc((9/16)*70vw);
  /* height:
  max-height:calc((9/16)*560px);
  width: 853;
  height: 480;
  align: center;
  frame-border: 0; */
}

@media (max-width: 800px) {
  .video-container iframe {
    width: 100vw;
    height: calc((9/16)*100vw);
  }
}

#footer {
	border-top: 1px double #cbcbcb;
	width: 100%;
	font-color: #cbcbcb;
	font-family: 'Oswald', sans serif;
	font-weight: 200;
	font-size: 70%;
	padding: 10px;
	opacity: 0.8;
}	