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

body {
	/*padding-top: 50px;*/
    /*padding-top: 70px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.hero-spacer {
    margin-bottom: 50px;
}

.hero-feature {
    margin-bottom: 30px;
}

footer {
    margin: 50px 0;
}

/*customisations. mjb*/

.jumbotron {
	background:none;
	text-align:center;
	padding-top:25px;
	}
	
	.jumbotron img {max-width:100%;
	height:auto;
	}
.exhibition {
	margin:auto;
    background-color: #ee312f;
    border-bottom: 0;
	height:90px;
     width:180px;
     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;
	text-align:center;
	color:#FFF;
	font-size:20px;
	padding-top:18px;
}

footer {
	text-align:center;
	}
#logo {
	margin-bottom:10px;
	
	}
