/* Kunst der Fuge Cascades Sheet Style - Do not copy/reproduce without written permission - kunstderfuge.com, (C) 2002-24 */

@import url(/modules/menu.css);

/* ... main ... */

html { background-color: #FFF; }

body {
	background-color: #E3DDDD;
	background-repeat: repeat;
	padding: 4px;
    margin: 0 auto;
    color: #333333;
    }

    @media screen and (max-width: 768px) {
        body {
            background-color: #E3DDDD;
        }
        .container {
            max-width: 100%;
        }
    }

p, pre, td, li {
	font-size: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console", sans-serif;
    font-weight: lighter;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 5px;
	-webkit-text-size-adjust: 150%;
	}

@media only screen and (max-width: 767px) {
    p, pre, td, li {
        font-weight: normal;
    }
}

ul, ol {
    padding-left: 10px;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    }

li {
    margin-bottom: 5px;
    }

@media only screen and (max-width: 767px) {
    ul, ol {
    	margin-left: 10px;
    }
}

blockquote {
    border-left: 0px solid #333;
    margin: 0 0 0 0;
    font-style: ;
    font-size: 90%;
    font-weight: lighter;
    color: #555;
}

.midi {
    color: #333;
    line-height: 1.25;
    background-color: #CFCFCF;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 715px; }

td.white
	{
	background-color: #333333;
	color: #FCFCFC
	}

td.radius
	{
	border-radius: 5px;
	}

/* ... titles ... */

.title {
	font-family: 'Merriweather', serif;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 130%;
	}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
	margin-top: 5px;
	margin-bottom: 0px;
    line-height: 1.25;
}

h1 {
	font-size: 120%;
	}
 
h2 {
    font-size: 110%;
	}
 
h3 {
    font-size: 105%;
	}

h4, h5, h6 {
	font-size: 100%;
	}

/* ... hr's ... */

hr {
	color: #FFF;
	text-align: center;
	width: 100%;
	height: 1px;
	background-color: #000;
	border: none; 
	margin: 20px 0;
}

/* ... links ... */

a {
	text-decoration: none; color:#333333
	}
	
a:active {
	color: #CF0000; /* #006600, #3030FF */
	text-decoration: none 
	}

a:visited {
	color: #999; /* #333 */
	text-decoration: none
	}	

a:hover {
	color: #FFF;
	text-decoration: none;
	}

a:link.white { color: #FFF;
	text-decoration: none;
	}
	
	a:hover.white { color: #FF0000;
	text-decoration: none; 
	}

	a:visited.white { color: #999;
	text-decoration: none;
	}

	a:hover.pagemenu { color: #FFF;
	text-decoration: none;
	}

/* ... below midi's ... */

.page, .sheet, .zip {
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 2px;
    display: block;
    max-width: 100%;
    }

.out::after, .rolls::after {
    color: #FFFFFF;
    display: block;
    margin-top: -20px;
    margin-bottom: 5px;
    padding: 2px;
    display: block;
    max-width: 100%;
}

.rolls::after {
    content: "MIDI / Piano Rolls Converted";
    background-color: #00707C;
}
.out::after {
    content: "MIDI / Quality Live Recordings";
    background-color: #FFD300;
}

.page {
    content: "";
    background-color: #C45122;
}

.sheet {
    content: "";
    background-color: #00674E;
}

.zip {
    content: "";
	background-color: #8C7D17;
	}

/* ... other features ... */

.white {
	color: #FFF;
	}
		
.ad {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 100px;
	background: #FFF;
	border: 1px solid #FFF;
	}
	
.cv {
	/* text-indent: 20; */
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
	text-align: justify;
	}

.legal {
	margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
	font-size: 95%;
	text-align: justify;
	}

.photo {
	font-size: small;
	color: #666;
	text-align: center;
	margin-top: 5px;
	}

.review {
	font-size: 90%;
	color: #330000;
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	}

.bwd {
	unicode-bidi:bidi-override; 
	direction: rtl; 
	color:#4B5132;
	}

button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #2980b9;
}

.playlists-button {
    display: inline-block;
    width: 725px;
    font-size: 18px;
    padding: 10px 0px 10px 0px;
    font-variant: small-caps;
    color: #fff;
    background-color: #CC3300;
    text-decoration: none;
    transition: background-color 0.3s;
}
.playlists-button:hover {
    background-color: #FF3300;
}
iframe {
    width: 725px;
    height: 380px;
    margin-top: 20px;
    border-radius: 0px !important;
    box-shadow: none !important;
    border: none !important;
}
/* ... final codes ... */

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('') no-repeat;
    background-size: 0;
    animation: refresh 1s infinite;
}

@keyframes refresh {
    from { content: url('') }
    to { content: url('') }
}