/*fonts */

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 10vh;
    text-transform: uppercase;
    font-weight: 900; 
    position: relative;
    padding-bottom: 20px;
}

h1:after {
    content: '';
    position: absolute;
    width: 10%;
    left: 45%;
    bottom: 0px;
    border-bottom: 2px solid #666;
}
h2 {
    font-family: 'Source Sans Pro';
    font-size: 3vh;
    font-variant: uppercase;
    text-transform: uppercase;
    font-weight: bold;
}
h3{
    font-family: 'Source Sans Pro';
    font-variant: uppercase;
    font-weight: lighter;
}
p {
    font-family: 'Source Sands PRo', sans-serif;
    font-size: 1em; 
    font-weight: normal;
}
button, ul, .button {
    font-family: 'Source Sans Pro', sans-serif;
    font-variant: upppercase;
}
/*
main navigation*/
nav.menu {
    margin: 0;
}
.navbar {
    background-image: none;
    color: pink;
}
.navbar-inverse {
    background-color: rgb(49, 70, 92);
    background-image: none;
    color: rgb(255, 150, 150);
}

.navbar-inverse .navbar-brand{
    color: rgb(168, 197, 224);
}
.active a {
    
    background-image: none;
    font-weight: bolder;
    text-decoration: underline;
   
}
#bottom-nav .active a, .items-nav .active a{
    background-color: white;
    
    
}
.navbar-inverse .navbar-nav>.active>a {
    color: #f1f1f1;
    background-color: #007AB5;
    background-image: none;  
}
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #007AB5;
    background-image: none;  
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
     background-color: #007AB5;
    background-image: none;  
    color: rgb(168, 197, 224);
}
.navbar-inverse .navbar-nav>li>a {
    color: rgb(168, 197, 224);
    display: inline-block;
}
#top-nav li a{
    display: inline-block;
}
#top-nav li{
    display: inline;
}
.navbar-inverse .navbar-nav>li {
    display: inline-block;
}
.navcontainer{
    height: 66px;
    margin-bottom: 50px;
}
.dropdown-menu {
    background-color: #007AB5;
    color: rgb(168, 197, 224);
}
.in{
    background-color: #007AB5;
    color: rgb(168, 197, 224);
}
.in ul, .in li{
    display: block!important;
}
.open {
    background-color: #007AB5;
    background-image: none;  
}
.affix {
    top: 0;
    width: 100%;
}

.affix + .container-fluid {
    padding-top: 70px;
}
.topper {
    background-color: white;
    height: 140px;
    padding: 10px 10px;
}
.logo-uom {
    border-right: 1px solid black;
    display: inline-block;
    float: left;
    padding-right: 15px;
    height: 120px;

}
.sitename {
    height: 120px;
    display: inline-block;
    float: left;
    padding: 15px;
    font-size: large;
    font-color: black;
}
.header{
    z-index: 9999
}
.main {
    margin: auto;
    width: auto;
    -webkit-max-logical-width: 800px;
    max-width: 1000px;
    padding: 30px;
}





/*  main page items*/
.section {
    padding: 0px; 
}


.container {
    width: inherit;
}

.exhibition-header {
    margin: auto;
    text-align: center;
    padding-bottom: 30px;
    width: 80%;

}


.maintext {
    width: 100%;
    float: left;
    margin-left: 180px;
    margin-top: 20px;
    border-top: 1px;
}

.title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.element-set h2{
    display: none;
    
}
#dublin-core-title h3 {
    
        display: none;
}
#dublin-core-subject{
    
}
#dublin-core-description{
    
}

/*  metadata sidebar*/
.metadata {
    display: block;
    background: #f1f1f1;
    padding: 10px;
    margin-top: 50px;
    min-width: 225px;

}
.metadata h1{
    padding-top: 0;
    font-size: 3vh;
    text-align: center;

}
.metadata h2{
    font-size: 2.5vh;
}

.metadataarrow {
    display: none;  
    font-family: 'Noto Serif';
    font-size: 5vh;
    font-variant: small-caps;
    text-transform: uppercase;
    font-weight: bold;
}

.go:before {
    content: "▲";
}

.theme-object-section {
    text-align: center;
}


/*  object image*/
.imgobject {

    float: left;
    width: 75%;
    margin: 20px 13% 50px;
    background-color: #f1f1f1;
}

img.object {
    width: 100%;
}

.singleimagebox {
    display: block;
    margin: auto;
    padding: auto;
    width: auto;
}
/*exhibit/theme jumbotron*/
.jumbotron {
    padding: 0 0!important;

}
.themelink{
    color: white;
}
.themelink:hover{
    text-decoration: none;
    color: white;
}

.themechooser {
    display: flex;
    align-items: center;
    padding: 48px 60px;
    width: inherit;
    background-color: #004576;
    font-size: x-large;
    font-weight: bold;

}
.themetext{
    width: 100%;
}
.container {
    width: 50%! important;
    float: left;
}
.themechooser:hover {
    transform: scale(1.06);
    transition-timing-function: ease-in;
    cursor: pointer;
    text-decoration: none;
}
.themechooser:active {
    transform: scale(1.03);
    transition-timing-function: ease-out;
    cursor: pointer;
    text-decoration: none;
}
.themelink:focus{
    color: white;
}
.theme-section {
    padding: 0 20px 20px 20px;
    height: auto;
   
}


/*carousel*/

    .carouselbox {
        
        width: inherit;
        height: auto;
        margin: 20px auto;
    }
.singleimagebox {
        display: flex;
        align-content: center;
        justify-content: center;
        width: inherit;
        height: auto;
        margin: 20px auto;
    }
 
.button {
    border: none;
    background-color: rgb(49, 70, 92);
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin: auto;
    cursor: pointer;
    max-width: 200px;
}

.carouselimages {
   
    width: 100%;
    height: 400px;
    overflow: hidden;
    float: left;
    z-index: 1;
    margin-right: 1%;
    background-color: rgb(220, 220, 220);
}
.carousel-inner { 
    height: 400px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.carousel-control{
    height: 400px;
    
}
.singleimage {
    width: auto;
    max-width: 800px;
    max-height: 400px;
    overflow: hidden;
    float: left;
    z-index: 1;
    margin-right: 1%;
}
.captiontext {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.singleimage-captiontext {
    display: block;
    float: left;
    width: 28%;
    height: auto;
}
.carousel-caption {
    display: none;
}
.captiontext-under{
    display: none;
}



/*----- Responsive -----*/
@media screen and (max-width: 1050px) {

 


    .maintext {
        margin-left: 0px;
    }

}


@media screen and (max-width: 890px) {
    .object-main {width: 100%;}

    .metadata {
        display: none;
        margin-top: 0;   
        background: #f1f1f1;

    }
    .metadata h1 {
        display: none;
    }
    .metadataarrow {
        display: block;    
        color: black;
        font-size: 36px;
    }

    .metadataarrow:before {
        content: "▼";
    }

    .metadataarrow:hover {
        color: black;
        text-decoration: none;
    }

    .metadataarrow:hover:before {
        color: #3c763d;
    }
}
@media screen and (max-width: 700px) {
   
    .carouselbox{
        margin-bottom: 30px;
        height: 300px;
    }
    .singleimagebox {
        display: block;
        height: auto;
    }
    .carouselimages {
        width: 100%;
        margin: auto;
        height: 300px;
    }
    .singleimage {
        width: 100%;
        margin: auto;
        height: auto;
        
    }
   .singleimage img {
        width: 100%;
        height: auto;
    }
    .carousel-control{
     height: 300px;   
    }
   .carousel-inner { 
    height: 300px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

    .captiontext{
        display: block;
        float: left;
        width: 100%;
        height: auto;
        overflow: scroll;
        margin-bottom: 30px;
    }
     .singleimage-captiontext{
        display: block;
        float: left;
        width: 100%;
        height: auto;
        overflow: scroll;
        margin-bottom: 30px;
    }
    
   

    .container{
        width: 100%!important;
    }
}

@media screen and (max-width: 450px) {
   
    .maintext {
        margin-left: 0;
    }  
   
    


}



