body {
    font-family:"Avenir Next";
    /*overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    margin: 0 auto;
}
html {
}
a:link, a:visited {
    text-decoration: none;
}

/* scrollers */
#scrolls {
    margin-top : 80px;
    width: 100%;
    overflow-x: auto;
    scrollbar-height: none;
/*    position:absolute;
    left:0;
*/}
#scrolls::-webkit-scrollbar{
    display: none;
}

/* banner */

#banner {
    position:absolute;
    top:0px;
    background-color: #FFFFFF;
    width: 100%;
    z-index:1;
}
#banner #bigtitle {
    font-size: 60px;
    font-weight: 500;
    margin: 0 auto;
    letter-spacing: 6px;
    padding-left : 20px;
    color:#1A717A;
}
#banner #menu {
    margin: 0 auto;
    width:100vw;
}
#banner #tittd {
    padding-left: 20px;
}    
#banner #title {
    font-size: 26px;
    font-style: italic;
    color: #C5B2A3;
    line-height: 1.0;
}    
#projecthotd {
    vertical-align: bottom;
    text-align: right;
    padding-right: 20px;
}
.hobut, .cartebut, .projectbut {
    font-size: 24px;
    color: #A0B2B4;
}
.hobut {
    color:lightgrey;
}

/* projecttable */
#projecttable {
    font-size: 24px;
}

/* Styles for mobile */
@media only screen and (max-width: 767px) {
    #banner #bigtitle {
        font-size: 20px;
        letter-spacing: 2px;
        padding-left : 5px;
    }
    #banner #tittd {
        padding-left : 5px;
    }    
    #banner #title {
        font-size: 12px;
    }
    #projecthotd {
        vertical-align: bottom;
        text-align: right;
        padding-right: 5px;
    }
    .hobut, .cartebut, .projectbut {
        font-size: 12px;
    }
    #projecttable {
        font-size: 12px;
    }
}

/* map */
#map {
    top : 0px;
    height: 100%;
    width: 100vw;
    position: absolute;
    z-index:0;
}
#followdiv {
    position:absolute;
    bottom:30px;
    right:10px;
    z-index:2;
}
#photodiv {
    background:#000000;
    position:absolute;
    top:0px;
    width:100vw;
    height:100%;
    z-index:3;
    visibility: hidden;
}
#photodiv #photo {
    position:absolute;
    top:0px;
    width:100vw;
    margin: 0 auto;
    z-index:4;
}
#photodiv #videoplayer {
    position:absolute;
    top:0px;
    width:100vw;
    margin: 0 auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; /* important for fullscreen on mobile */
    z-index:4;
}
#photodiv #audioplayer {
    position:absolute;
    width:100vw;
    bottom:0px;
    z-index:5;
}
#photodiv #closebox {
    position:absolute;
    top:0px;
    width:24px;
    height:24px;
    right:0px;
    z-index:6;
    cursor:pointer;
}


