/* Import museum images styling */
@import url('museums.css');
/*Import buttons styling */
@import url('buttons.css');
@import url('icons.css');

/* site css */

body, html {
    margin: 0 !important;
    padding: 0 !important;
}

#wrap {
    max-width: 100%;
    min-width: 320px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
    height: 100%;
    color: #777;
    line-height: 2em;
}


li {
    display: block!important;
}
.site-title {
    color: #fff;
    font-size: 72px;
    font-weight: bold;
}

.container {
    background-position: left;
    background-repeat: no-repeat;
    height: 500px;
    position: initial;
}

.container-nav {
    background-position: left;
    background-repeat: no-repeat;
    height: 190px;
}

.large {
    float: none!important;
    font-size: 120px!important;
    font-weight: bold;
}

.museum-title {
    color: #fff;
    font-size: 72px;
}

/* venue link */

.museum-link {
    background: rgba(0, 149, 161, 1);
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 0.75em 1em 0.75em 1em;
    position: absolute;
    top: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-decoration: none;
    z-index: 500;
}

.museum-link-next {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 50%;
}

.museum-link:after {
    content: url('../img/sort-down.png');
    float: right;
    margin: 5px;
}

.home-content > p {
    color: #fff;
    font-size: 50px;
    line-height:1em;
    margin: 0!important;
    padding: 0!important;
    white-space: normal;
}

.home-excerpt {
    background: #fff;
    box-shadow: -10px 20px 50px;
    display: none;
    color: #000;
    float: right;
    font-size: 25px;
    line-height: 0em;
    width: 50%;
}

.home-excerpt-none {
    display: none;
}
.site-excerpt {
    background: #fff;
    height: 700px;
    line-height: 1.5em;
    margin: 0!important;
    overflow: hidden;
    overflow-y: auto;
}

.display-middle {
    background: transparent!important;
    position: absolute;
    top: 60%!important;
}

.display-container {
    position: relative;
}

.title-top {
    background: transparent!important;
    position: absolute;
    top: 15%!important;
}

.home-title {
    background: transparent;
    color: #fff!important;
    float: left;
    font-size: 52px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 10px!important;
    margin-top: 5%;
    width: 50%;
}


/* sidenav styles */

.nav_column_1, .nav_column_2, nav_column_3 {
    float: left;
    width: 33.333%;
}

.overlay {
    display: none;
    height: 700px;
    width: 100%;
    z-index: 700;
    top: 0;
    left: 0;
    background-color: rgb(0, 149, 161);
    background-color: rgba(0, 149, 161, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    text-align: center;
    margin-top: 30px;
}

.mus-home-link {
    display: initial!important;
    font-size: 0!important;
}
.overlay a {
    padding: 10px;
    text-decoration: none;
    font-size: 36px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.clickable {
    position:absolute;
    z-index:500;
    height:550px;
    width:100%;
}

.menu-title {
    font-weight: bold;
    background-image: url("/img/SOT.png");
}
.prev {
    float: right;
    margin: 0 auto;
    width: 89%;
}
svg {
    margin-top:30px;
}
.site-preview {
    width: 49%;
    height: 700px;
    -moz-transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
  -o-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media screen and (max-height: 768px) {
    .home-content > p{font-size:25px;}
    .large{font-size:52px!important;}
    .museum-link{left:80%;}
    .museum-link-next{left:80%;}
    svg {height:200px;}
}