/*BASE*/

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif;

}

p {
    font-family: 'Open Sans', sans-serif;

}

/*LAYOUT*/

#header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    border-bottom: 1px solid #e5e5e5;
    z-index: 1000001;
    display: none;
}

#header-nav .jl-logo-nav {
    width:1100px;
    margin: 0 auto;
    text-align: left;
  }
#header-nav .jl-logo-nav a {
    text-decoration: none;
  }
#header-nav .jl-logo-nav a img {
    margin-top: 10px;
    margin-left: 10px;
    width: auto;
    height: 40px;
}

#header-nav .jl-logo-nav span.author {
    right: 40px;
    font-family: 'Playfair Display', serif;
    color: #999;
    letter-spacing: 1px;
    font-size: 12px;
    text-align: right;
}


.back a {
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    z-index: 4;
    min-width: 100px;
    padding: 8px 20px;
    border: 2px solid white;
    color: white;
    border-radius: 12px;
    margin: 20px 5px 5px 5px;
    text-transform: uppercase;
    font-weight: 500;
    background: rgba(113, 37, 78, 0.8);
    text-decoration: none;
}

.back a:hover {
    background: rgba(113, 37, 78, 0.6);
    text-decoration: underline;
}


#header-nav.attachNav {
    display: block;
}

.hide-nav {
    display: none;
}

#layout {
    position: relative;
    top: 0px;
    width: 100%;
    margin: 0px auto;
    background: #f5f5f5;
    background-image: url(../assets/symphony.png);
}

.progress-bar {
    position: fixed;
    left: 0;
    top: 0;
    height: 3px;
    display: inline-block;
    background: #ff7373;
    width: 20%;
    z-index: 4;
    display: block;
}

.inner-header {
    position: relative;
    display: flex;
    justify-content: center;
    background: rgba(0,0,0,0);
    color: #fff;
    padding: 20px 0;
    min-height: 450px;    
    z-index: 3;
}

.oddysey-miniprogressbar {
    display: block;
}

#header {
    padding: 20px 0;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 2;
    align-self: center;
}

.q-logo {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 0;
    right: 0;
    z-index: 4;
}

.q-logo img {
    height: 100%;
    width: 100%;
}

.h-shade {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0;
    min-height: 450px; 
    width: 100%;
    background: rgba(0,0,0,0);
    background-image: url(../assets/shade.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0.4;
}

.h-background {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0;
    min-height: 450px;  
    width: 100%;
    background: #557FA5;
    z-index: 0;
    background-image: url(../images/header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
}

#map {
    width: 100%;
    height: 100%;
}

#map_container {
    border-top: 5px solid #557FA5; 
    border-bottom: 5px solid #557FA5; 
    height: 300px;
}

#map_container.attachTop {
    position: fixed;
    width: 100%;
    top: 60px;
    border-top: 0px solid #557FA5; 
    border-bottom: 5px solid #557FA5; 
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

#content {
    padding: 40px 40px 80px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    min-height: 1800px
}

#content h1 {
    font: 26px 'Playfair Display', serif;
    color: #333;
    /*background-image: url(../assets/p5.png);*/
}

#content h1:before {
    content: "";
    height: 3px;
    display: block;
    width: 70px;
    background: #333;
    margin-bottom: 15px
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    font: 18px 'Playfair Display', serif;
    color: #333;
    margin-top: 20px
}

#content p {
    font: 17px/27px 'Playfair Display', serif;
    color: #666;
    margin-top: 20px
}

#content a {
    text-decoration: none;
    color: #666
}

#content ul,
#content ol {
    font: 16px/26px 'Playfair Display', serif;
    color: #666;
    margin-top: 20px
}

#content ul {
    list-style-type: disc
}

#content ol {
    list-style-type: lower-hexadecimal
}

#content blockquote {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    border-radius: 4px
}

#content blockquote ul,
#content blockquote ol {
    margin-left: 17px
}

#content blockquote *:first-child {
    margin-top: 0
}

#content strong {
    font-family: 'Playfair Display', serif;
}

#content em {
    font-style: italic
}

#content img:hover {
    opacity: 0.8;
    z-index: 1;
    border: 2px solid #557FA5;
}
#content img {
    max-width: 99%;
    margin: 20px 0 0 0;
    border: 2px solid grey;
    margin: 0 auto;
}


#content.attachMap {
    margin-top: 250px
}

#content>div {
    margin-top: 40px;
    background: #fff;
    padding: 40px;
    border-radius: 2px;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
}


#content>div:first-child {
    margin: 0;
}



div#credits {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    background-color: #FFF;
    border-top: 1px solid #e5e5e5;
    z-index: 1000001;
}

div#credits a {
    color: #E21B22;
    text-decoration: none;
}

div#credits a:hover {
    text-decoration: underline;
}

div#credits span {
    padding: 18px 0 0 0;
    position: absolute;
    font-size: 14px;
    text-transform: uppercase;
}

div#credits span.title {
    left: 40px;
    font-family: 'Open Sans', sans-serif;
    text
    color: #333;
}

div#credits span.author {
    right: 40px;
    font-family: 'Playfair Display', serif;
    color: #999;
    letter-spacing: 1px;
    font-size: 12px;
    text-align: right;
}


div#footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    padding: 30px 20px;
    background-color: #FFF;
    border-top: 1px solid #e5e5e5;
    z-index: 1000001;
}

div#footer a {
    color: #671E46;
    text-decoration: none;
}

div#footer a:hover {
    text-decoration: underline;
}

div#footer span {
    margin: 0 auto;
    font-size: 12px;
    text-transform: uppercase;
}

div#footer span.native {
    
    font-family: 'Open Sans', sans-serif;
    color: #999;
    letter-spacing: 2px;
    font-size: 10px;
    text-align: center;
}

/*BLOCKS*/

#header {
    position: absolute;
    vertical-align: bottom;
    bottom: 0;
    left: 0;
    right: 0;
}

#header h1 {
    font: 90px 'Playfair Display', serif;
    font-weight: 800;
    color: #ECEAEA;
    text-shadow: rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
    margin-bottom: 30px;
    
}

#header h2 {
    font: 28px/32px;
    font-family: 'Playfair Display', serif;
    color: rgba(255, 255, 255, 1);
    margin-top: 12px;
}

#header h3 {
    font: 24px;
    font-family: 'Playfair Display', serif;
    color: rgba(255, 255, 255, 1);
    margin-top: 12px;
}

#header h4 {
    font: 22px;
    font-family: 'Playfair Display', serif;
    color: rgba(255, 255, 255, 1);
    margin-top: 12px;
}

#header h5 {
    font: 20px;
    font-family: 'Playfair Display', serif;
    color: rgba(255, 255, 255, 1);
    margin-top: 12px;
}

#header h6 {
    font: 18px;
    font-family: 'Playfair Display', serif;
    color: rgba(255, 255, 255, 1);
    margin-top: 12px;
}

#header p {
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    line-height: 30px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 1);
    margin-top: 12px;
}

#header a {
    text-decoration: none;
    color: #666;
}

#header ul,
#header ol {
    font: 16px/26px;
    font-family: 'Playfair Display', serif;
    color: #666;
    margin-top: 12px;
}

#header ul {
    list-style-type: disc;
}

#header ol {
    list-style-type: lower-hexadecimal;
}

#header blockquote {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    border-radius: 4px;
}

#header blockquote ul,
#header blockquote ol {
    margin-left: 17px;
}

#header blockquote *:first-child {
    margin-top: 0;
}


/*BLOCKS*/

#s_1 h1:before {
    content: "";
    height: 3px;
    display: block;
    width: 70px;
    background: rgba(255,255,255,0);
    margin-bottom: 15px
}

#s_1 {
   background: rgba(255,255,255,0)!important; 
   box-shadow: 0 1px 0px rgba(0, 0, 0, 0)!important;
   padding: 0px 40px !important;
}

#s_1 h1 {
    font-size: 54px;
    color: #404346;
    background-image: none!important;
    text-align: center;
}

#s_1 p {
    font: 23px/32px 'Playfair Display', serif !important;
    font-weight: 100;
}

#s_1 a {
    
}

#s_1 a:hover {
    
}

#s_1 img {
    
}

#s_3 h1:before {
    content: "";
    height: 3px;
    display: block;
    width: 70px;
    background: rgba(255,255,255,1);
    margin-bottom: 15px
}

#s_3 {
    background: #174258!important;
}

#s_3 h1 {
    font-size: 40px;
    font-weight: 700;
    color: rgba(255,255,255,1)!important;
}

#s_3 p {
    color: rgba(255,255,255,1)!important;
    font: 26px 'Open Sans', sans-serif !important;
}

#s_3 a {
    
}

#s_3 a:hover {
    
}

#s_3 img {
    
}

#s_4 h1:before {
    content: "";
    height: 3px;
    display: block;
    width: 70px;
    background: rgba(255,255,255,0);
    margin-bottom: 15px
}

#s_4 h1 {
    font-size: 40px;
}


#s_5 h1:before {
    content: "";
    height: 3px;
    display: block;
    width: 70px;
    background: rgba(255,255,255,0);
    margin-bottom: 15px
}

#s_5 {
   background: rgba(255,255,255,0)!important; 
   box-shadow: 0 1px 0px rgba(0, 0, 0, 0)!important;

}

#s_5 h1 {
    font-size: 40px;
    background-image:none!important;
}

#s_5 p {
    font: 22px/26px 'Playfair Display', serif !important;
}

#s_5 a {
    
}

#s_5 a:hover {
    
}

#s_5 img {
    
}

#s_11 h1:before {
    content: "";
    height: 3px;
    display: block;
    width: 70px;
    background: rgba(255,255,255,0);
    margin-bottom: 15px
}

#s_11 h1 {
    font-size: 40px;
}

#s_12 h1:before {
    content: "";
    height: 3px;
    display: block;
    width: 70px;
    background: rgba(255,255,255,0);
    margin-bottom: 15px
}

#s_12 {
   background: rgba(255,255,255,0)!important; 
   box-shadow: 0 1px 0px rgba(0, 0, 0, 0)!important;

}

#s_12 h1 {
    font-size: 40px;
    background-image:none!important;
}

#s_12 p {
    font: 22px/26px 'Playfair Display', serif !important;
}

#s_12 a {
    
}

#s_12 a:hover {
    
}

#s_12 img {
    
}

#s_18 h1:before {
    content: "";
    height: 3px;
    display: block;
    width: 70px;
    background: rgba(255,255,255,0);
    margin-bottom: 15px
}

#s_18 h1 {
    font-size: 40px;
}

#s_19 h1:before {
    content: "";
    height: 3px;
    display: block;
    width: 70px;
    background: rgba(255,255,255,0);
    margin-bottom: 15px
}

#s_19 {
   background: rgba(255,255,255,0)!important; 
   box-shadow: 0 1px 0px rgba(0, 0, 0, 0)!important;

}

#s_19 h1 {
    font-size: 40px;
    background-image:none!important;
}

#s_19 p {
    font: 22px/26px 'Playfair Display', serif !important;
}

#s_19 a {
    
}

#s_19 a:hover {
    
}

#s_19 img {
    
}

#s_25 h1:before {
    content: "";
    height: 3px;
    display: block;
    width: 70px;
    background: rgba(255,255,255,0);
    margin-bottom: 15px
}

#s_25 {
   background: rgba(255,255,255,0)!important; 
   box-shadow: 0 1px 0px rgba(0, 0, 0, 0)!important;

}

#s_25 h1 {
    font-size: 40px;
    background-image:none!important;
}

#s_25 p {
    font: 22px/26px 'Playfair Display', serif !important;
}

#s_25 a {
    
}

#s_25 a:hover {
    
}

#s_25 img {
    
}

#s_29 h1:before {
    content: "";
    height: 3px;
    display: block;
    width: 70px;
    background: rgba(255,255,255,1);
    margin-bottom: 15px
}

#s_29 {
    background: #174258!important;
}

#s_29 h1 {
    font-size: 40px;
    font-weight: 700;
    color: rgba(255,255,255,1)!important;
}

#s_29 p {
    color: rgba(255,255,255,1)!important;
    font: 20px 'Open Sans', sans-serif !important;
}

#s_29 a {
    
}

#s_29 a:hover {
    
}

#s_29 img {
    
}

#s_30 h1:before {
    content: "";
    height: 3px;
    display: block;
    width: 70px;
    background: rgba(255,255,255,0);
    margin-bottom: 15px
}

#s_30 h1 {
    color: #404346;
    font-size: 40px;
}

#s_31 h1:before {
    content: "";
    height: 3px;
    display: block;
    width: 70px;
    background: rgba(255,255,255,0);
    margin-bottom: 15px
}

#s_31 h1:after {
    content: "";
    height: 3px;
    display: block;
    width: 100%;
    background: rgba(0,0,0,1);
    margin-bottom: 15px
}

#s_31 {
   background: rgba(255,255,255,0)!important; 
   box-shadow: 0 1px 0px rgba(0, 0, 0, 0)!important;
    min-height: 400px;
}

#s_31 h1 {

}

#s_31 p {
    font: 14px/26px 'Playfair Display', serif !important;
}

#s_31 img {
    max-width: 100%;
    margin: 20px 0 0 0;
    border: 0px solid grey;
}

#s_31 h1 + p {

    float: left;
    width: 20%;
}

#s_31 p:last-child {
    padding-top: 30px;
    float: right;
    width: 75%;
}

#s_31 a {
    
}

#s_31 a:hover {
    
}

#s_25 img {
    
}


.social {
    margin: 0 !important;
    left: 35px;
    position: absolute;
    top: 450px;
    z-index: 100000;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1400px) {

    }

/* Normal Devices, Wide Screens */
@media only screen and (max-width : 1366px) {
    #map_container {
        border-top: 5px solid #557FA5;
        border-bottom: 5px solid #557FA5;
        height: 200px;
    }
    #content {
        padding: 40px 40px 80px;
        max-width: 800px;
        margin: 0 auto;
        text-align: left;
        min-height: 1800px;
    }
    #content>div {
        margin-top: 40px;
        background: #fff;
        padding: 30px;
        border-radius: 2px;
        box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
    }
    #s_1 h1 {
        font-size: 40px;
        color: #404346;
        background-image: none!important;
        text-align: center;
    }
    #s_1 p {
        font: 20px/30px 'Playfair Display', serif !important;
        font-weight: 100;
    }
    #s_3 p {
        color: rgba(255,255,255,1)!important;
        font: 20px 'Open Sans', sans-serif !important;
    }
}

/* Medium Devices */
@media only screen and (max-width : 992px) {
    #content {
        padding: 0px 0px 80px;
        max-width: 100%;
        margin: 0 auto;
        text-align: left;
        min-height: 1800px;
    }
    #content>div {
        margin-top: 40px;
        background: #fff;
        padding: 30px;
        border-radius: 2px;
        box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
    }

    #map_container.attachTop {
        top: 50px;
    }
    .oddysey-miniprogressbar {
        display: none!important;
    }
    
    .progress-bar {
        display: none!important;
    } 
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    }

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.q-logo {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    right: 0;
    z-index: 4;
}
    
div#footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    padding: 30px 20px;
    background-color: #FFF;
    border-top: 1px solid #e5e5e5;
    z-index: 1000001;
}
#s_1 h1 {
    font-size: 22px;
    color: #404346;
    background-image: none!important;
    text-align: center;
}
#s_1 p {
    font: 15px/22px 'Playfair Display', serif !important;
    font-weight: 100;
}
#content h1 {
    font: 22px 'Playfair Display', serif;
    color: #333;
    /* background-image: url(../assets/p5.png); */
}
    
#s_4 h1 {
    font-size: 22px;
}    
#s_5 h1 {
    font-size: 22px;
    color: #404346;
    background-image: none!important;
    text-align: center;
}
#s_5 p {
    font: 15px/22px 'Playfair Display', serif !important;
    font-weight: 100;
}    
div#credits {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    background-color: #FFF;
    border-top: 1px solid #e5e5e5;
    z-index: 1000001;
    display: none;
}
#s_31 h1 + p {
    float: none;
    width: 100%;
}
#s_31 p:last-child {
    padding-top: 10px;
    float: none;
    width: 100%;
}    
.q-logo {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    right: 0;
    z-index: 4;
}
    
.back a {
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    z-index: 4;
    min-width: 100px;
    padding: 7px 10px;
    border: 2px solid white;
    color: white;
    border-radius: 9px;
    margin: 20px 5px 5px 5px;
    text-transform: uppercase;
    font-weight: 500;
    background: rgba(113, 37, 78, 0.8);
    text-decoration: none;
}    
    
.social {
    margin: 0 !important;
    left: 35%;
    position: absolute;
    top: 410px;
    z-index: 100000;
}
    
    }

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
        
    }

