/* add new styles */
body.landing #header {
    background-color: #030207;
    left: 0;
    position: absolute;
    top: 0;
}
.wrapper.style1 {
    background-color: #6F4D0D;
    color: #ffffff;
}
.wrapper.style1 {
    background-color: #3E3B37;
    -moz-background-image: linear-gradient(60deg, #3E3B37 50%, #3E3B37 50%);
    -webkit-background-image: linear-gradient(60deg, #3E3B37 50%, #3E3B37 50%);
    -o-background-image: linear-gradient(60deg, #3E3B37 50%, #3E3B37 50%);
    -ms-background-image: linear-gradient(60deg, #3E3B37 50%, #3E3B37 50%);
    background-image: linear-gradient(60deg, #3E3B37 50%, #3E3B37 50%);
    color: #ffffff;
}

#banner {
    -moz-background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url("../images/loom_bck.jpg");
    -webkit-background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url("../images/loom_bck.jpg");
    -o-background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url("../images/loom_bck.jpg");
    -ms-background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url("../images/loom_bck.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url("../images/loom_bck.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 16em 0em 14em;
    text-align: center;
}

/*FRONT PAGE COLUMNS*/

.frntPageCol{
    position: relative;
    border-left: 1px solid #615f5d;
    text-align: left;
    //margin-bottom: 50px;
    min-height: 620px;
}

.playerPageCol{
    border-left: 1px solid #615f5d;
}

.frntPageCol p{
    padding-right: 20px;
}

.frntPagebutton{
    position: absolute;
    bottom: 0;
}


/* smaller than 800px wide */
@media  (min-width: 600px) and (max-width: 800px){
    .frntPagebutton{
        position: relative;
        //bottom: 0;
    }
    .frntPageCol {
        width: 100%;
        margin-bottom: 50px;
        min-height: 0;
    }
    .frntpagerow {
        float: none;
    }
}

/* smaller than 600px wide */
@media  (max-width: 600px){
    .frntPagebutton{
        position: relative;
        text-align: center;
    }

    .frntPageCol {
        width: 100%;
        margin-bottom: 50px;
        min-height: 0;
        border-top: 1px solid #615f5d;
        border-left: 0px;
        text-align: justify;
    }

    .frntpagerow {
        float: none;
    }

    .frntPageCol h2 {
        text-align: center;
    }

    .playerPageCol{
        border-left: 0px;
    }

    .\31 2u\24\28 small\29 {
        border-top: 1px solid #615f5d;
    }

    #banner {
    	padding: 3em 0em 3em;
    }

    #banner h2 {
    	font-size: 1.5em;
    }

    #banner p {
    	font-size: 1em;
    }

    .image.fit.app {
        display: none;
    }
}




/*VIDEO*/
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
/*VIDEO*/


.wrapper.style1 {
    padding: 0px;
    padding-top: 1em;
}

header h2 + p {
    font-size: 1em;
    margin-top: -1em;
    line-height: 1.5em;
}

.fa-clock-o:before {
    content: "\f121" !important;
}

.fa-comments:before {
    content: "\f129" !important;
}

.fa-user:before {
    content: "\f03e";
}

.icon.rounded {
    border-radius: 100%;
    border: 0px;
    display: inline-block;
    height: 2em;
    line-height: 3em;
    text-align: center;
    width: 2em;
}

.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: rgba(144, 144, 144, 0.2);
    border-radius: 4px;
    border: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    height: 2.85em;
    line-height: 2.8em;
    padding: 0 2em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid white;
}

.fixed {
	position: relative;
	bottom: 0px;
}

input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
.button:hover {
    background-color: rgba(144, 144, 144, 0.2);
}

.button.audio-tour-intro {
    background-color: #3E3B37;
}

#footer {
    background: #1E1252;
    color: #C5C5C5;
    padding: 3em 3em 4em;
}

#main {
    color: #000;
}

.form-control {
	margin-top: 5px;
	margin-bottom: 5px;
}

#datapanel {
	color: white;
	background-color: black;
	padding: 10px;
	margin-bottom: 10px;
	word-wrap:break-word;
}

a {
    color: #EF9A12;
    text-decoration: underline;
}

#logos{
    position: relative;
    height:100px;
    min-width: 310px;
    text-align: center;
}

#logos #appstorelogo {
    display: inline-block;
    background-image: url("../images/Download_on_the_App_Store_Badge_US-UK_135x40.svg");
    background-size: 140px 40px;
    background-repeat: no-repeat;
    background-position: center;
    width:140px;
    height: 82px;
}

#logos #googleplaylogo {
    display: inline-block;
    background-image: url("https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png");
    background-size: 140px 60px;
    background-repeat: no-repeat;
    background-position: center;
    width:140px;
    height: 82px;
}


.app img{
    max-width: 300px;
}

.center {
    text-align: center;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  z-index: 1200;
  cursor: pointer;
}


#header nav > ul > li a.currentpage {
    text-decoration: underline;
}

/* smaller / mobile */
@media (max-width: 400px) {
    .bookimage{
        max-width: 300px !important;
    }
}



.image img {
    border:1px solid #000;
    border-radius: 6px;
    display: block;
}