/*
 * Start Bootstrap - Heroic Features (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
/*customisations. mjb*/

header {
    padding: 0 0 2em 0;
}
.exhibition,
footer {
    text-align: center
}
.jumbotron {
    background: #FFF;
}
.exhibition {
    margin: auto;
    background-color: #C77216;
    border-bottom: 0;
    height: 61px;
    width: 130px;
    border-radius: 90px 90px 0 0;
    -moz-border-radius: 0 0 90px 90px;
    -webkit-border-radius: 0 0 90px 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    font-size: 16px;
    padding-top: 15px;
}
#logo {
    margin-bottom: 10px;
}
li,
ul {
    display: inline;
}
.btn {
	display:none;
}

.dropdown-menu {
	display:none;
}
.toc {
	position:relative;
	display:inline-block;
	width:100%;
	margin-bottom:2em;
	border:none;
	box-shadow:none;
}
.toc li a {    
	display:inline-block;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 5px;
	margin-right:10px;
	margin-top:10px;
}
	
.isotope {
	margin-top:200px;
}	
.isotope img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(0, 0, 0, .5);
}
.isotope img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
@media screen and (max-width: 768px) {
	
.toc {
	display:none;
}
.btn {
	display:block;
    margin-top: 15px;
    font-size: 20px;
}
.dropdown-menu li a {
		display:list-item;
        text-align: left;
        font-size: 14px;
        margin: 5px;
        border: none;
        padding: 5px;
}

.isotope {
	margin-top:0;
}
.open > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    overflow: scroll;
    position: relative;
    float: none;
    padding: 10px;
}

@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
    .list-unstyled li {
        font-size: 15px;
    }
    .isotope {
        margin-top: 1em;
    }
    .isotope:after {
        content: '';
        display: block;
        clear: both;
    }
    div.dropdown {
        display: none;
    }
    div.bigscreennav {
        display: block;
    }
    section#download {
        text-align: left;
    }
    .fancybox-overlay {
        background: #000;
    }
    .fancybox-title,
    .fancybox-title p {
        font-size: 14px;
    }
}