/*
Theme Name: Songs Database
Description: Songs Database
Version: 1.0
Author: Nick Porter
*/

.songdb-topbar {background: #2d2dcd; color: #FFFFFF; padding-bottom: 5px;}
.songdb-tagline {font-family: Impact, Arial; font-size: 1.5em}
@media (min-width: 576px) {
	.songdb-tagline {font-size: 2em}
}
@media (min-width: 768px){
	.songdb-tagline {font-size: 3em; position: relative; top: 5px;}
	.rightlinks {margin-top: 10px}
}
@media (min-width: 992px) {
	.songdb-tagline {top: 25px; left: 10px}
	.rightlinks {margin-top: 20px}
}
@media (min-width: 1500px) {
	.container {max-width: 1400px}
}
.songdb-tagline a, .songdb-tagline a:hover {color: #FFFFFF}
.page-numbers {padding: 4px}

table {font-size: 0.85em}
table tr th {color: #FFFFFF; background: #7F7F7F}
table tr th a {color: #FFFFFF}
table tr th a:hover {color: #DDDDDD}
tr td, tr th {
    padding: 4px 9px!important;
    border: 1px solid #fff;
    text-align: left;
}
tr.odd {
    background: #e4e4e4;
    background: rgba(0, 0, 0, 0.105);
}
tr, tr.even {
    background: #efefef;
    background: rgba(0, 0, 0, 0.063);
}

h1 {font-size: 2rem}
a {color: #3c36de}
a:hover {color: #3c36de}

.form-control, .btn {border-radius: 0px}
.btn-primary {background-color: #2d27e5; border-color: #2d27e5}
.btn-primary:hover {background-color: #201ad8; border-color: #201ad8}

#searchform {padding-top: 5px;}
@media (min-width: 768px) {
	#searchformdiv {position: sticky; top: 5px}
}
#searchresults {margin-top: 5px}
#searchresults table {margin-top: 10px}

.verse { font-family: Arial,sans-serif;}
.chorus { font-family: Korinna BT,Times New Roman,Times Roman,serif;}
.chorus, .verse .altstyle { font-style: italic; }
.chorus .altstyle { font-style: normal; }
.copy { font-size: 0.7em; }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

