body {
  color: #444;
	font-family: "Andika", sans-serif, 'Time News Roman', 'Open Sans';
  font-size: 14px;
  text-align: left;
  overflow-x: hidden; 
  background-color: #26636eab !important;	
}

a {
  color: #d43076;
  text-decoration: none;
}

a:hover {
  color: #dd5a92;
  text-decoration: none;
}

.chord {
	color:#ec0ced;
	font-weight: 400;	 
	/*position: relative;
  bottom: 15px; 
  left: 15px;	*/
}

.song-title {
  font-family: "Lobster", sans-serif;
  font-weight: 350;
  font-style: normal;
	font-size: 2.3em;
}
.song-author {
  font-style: italic;
	font-size: 0.9em;
}

.song-link {
	font-family: "Andika", sans-serif;
	font-style: italic;
}

td a  {
  text-decoration: none;
}

.search-table-title {  
	font-family: "Kings", cursive;
	font-weight: 500;
	font-size: 25px;
  text-decoration: none;
}

.signature a {
	font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
	font-size: 1.5em;
	text-decoration: none !important;
	color: #000;
}

#lyric .card-body {	
  font-size: 16px;
	font-family: "Andika", sans-serif, 'Time News Roman', 'Open Sans';
	letter-spacing: 0.1em;
}

#header {
	background: #26636e;
}

#header .logo h1 {
  font-size: 30px;
  margin: 12px 0;
  padding: 12px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;	
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
	font-family: "Kings", cursive;
	font-weight: 500;
  text-decoration: none;
}

.scrolled-offset {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;	
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  color: #eee;
  white-space: nowrap;	
  transition: 0.3s;
	text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #d43076;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #d43076;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media only screen and (max-width: 767px) {
  .logo h1 {
    font-size: 20px !important;
  }	
}

	

