
/* BASIC SETUP */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    background-color: #fff;
    color: #555;
    font-family: "Lato", "Arial", sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-rendering: optimizeLegibility;
}


.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* R E U S A B L E  C O M P O N E N T S */
.img-frankluge {
    width: 90%;
    height: auto;
    display: block;
    border: 0 none;
}

.row {
    max-width: 1140px;
    margin: 0 auto;
}

section,
.section-gear
{
    padding: 40px 0;
    height: 100vh;
}

.section-tracks,
.section-contact,
.section-internetrecording
{
    padding: 70px 0;
    height: 100vh;
}

.box {
    padding: 1%;
}

.content-home {
   text-align: center; 
}

/* H E A D E R */
h1,
h2,
h3 {
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 350%;
    word-spacing: 4px;
    letter-spacing: 1.0em;
    text-align: center;
    font-weight: 700;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: left;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #fff;
}

h3 {
    font-size: 200%;
    margin-bottom: 15px;
}

h4 {
    text-align: center;
    color: #fff;
    font-size: 120%;
    letter-spacing: 1.2em;
    line-height: 50px
}

h5 {
    letter-spacing: 0.40em;
    font-size: 120%;
    color: #fff;
}

hr {
    text-align:center; 
    margin: 0 auto;
    width: 75%;
    border: 1px solid;
    color: #fff;
}

.section-home .row {
    padding-top: 15%;
}

.section-header {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/cdcover31-min.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* M A IN  N A V I G A T I O N */
.main-nav {
    float: right;
    list-style: none;
    margin-top: 60px;
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
    color: #555;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent; // not visible until we hover it
    transition: border-bottom 0.2s;
    
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #e67e22; 
}

/* S T I C K Y  N A V I G A T I O N */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 2px #efefef;
    
}

.main-nav {
    margin-top: 10px;
    margin-bottom: 10px;
}

sticky .main-nav li a:link,
sticky .main-nav li a:visited {
    padding: 15px 0;
    color: #555;
}

/* S E C T I O N  H O M E */
.section-home {
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../images/cdcover31-min.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

/* S E C T I O N  F R A N K  L U G E */
.section-home {
    height: 100vh;
}

.section-frankluge p {
    font-size: 125%;
    line-height: 2.0em;
}

/* S E C T I O N  T R A C K S */
.section-tracks {
    background-image: url(../images/photo-tracks-min.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    opacity: 0.7;
}

#audio {
	border: 6px solid #666;
	border-radius: .5em;
	max-width: 24em;
	background: #000;
    margin:0 auto
}

#audio audio {width: 99%;   margin: 10px 0 0 0; border:1px solid transparent;} /* 25px fuer Android */
#audio audio:focus, #player audio:hover {background:#bbb;} /* die Rahmenfarbe */

#playList {
    list-style: none;
    margin: 0 15%;
}

#playList li a:link,
#playList li a:visited
{
    padding: 8px 0;
    text-decoration: none;
    letter-spacing: 0.7em;
    line-height: 3.0;
    margin: 0 auto 0.5em;
    font-size: 1.5em;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
    color: #000;
    font-weight: 700;
}


#playList li a:hover,
#playList li a:active
{
    /* border-bottom: 2px solid black; */
    color: white;
}

#playList li.current-song {
    background: rgba(17, 18, 18, 0.5);
}

#playList li.current-song a:link {
    color: #fff;
}

#playList li {
    background: rgba(94,96,97,0.5);
    color: white;
    padding-top: 20px;
    text-align: center;
    font-weight: 400;
}

/* I N T E R N E T  R E C O R D I N G */

.section-internetrecording {
    height: 100vh;
}

.section-internetrecording p {
    font-size: 125%;
    line-height: 2.0em;
}

.section-internetrecording div img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}


/* S E C T I O N  G E A R */
.section-gear {
    background-image: url(../images/Gear.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    
}


.photo-showcase {
    list-style: none;
    width: 100%;
}

.photo-showcase li {
    float: left;
    width: 60%;
}

.photo-showcase p {
    color: #fff; 
    font-weight: bold;
}

.gear-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

ul li p {
    line-height: 2.0em;
    letter-spacing: 0.10em;
    font-size: 115%;
}


/* S E C T I O N  C O N T A C T */

.section-contact {
    /* background-color: #f5eeee  */
    height: 100vh;
}
