/* Fix padding with fixed top navbar */
html,body{
	margin:0;
	padding:0;
	height:100%;
}

body{
	background-image: url("../images/venetian-background.png");
	background-size: 429px 30px;
}
.navbar{
	border:none;
	border-radius:0px;
	background-color:teal;

    border-bottom: 1px solid;
    border-color: darkslategray;
}
.navbar-brand{
	height: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.navbar-nav > li > a{
	color: white !important;
	font-weight: bold;
}
.navbar-nav > li.active > a{
	color: white !important;
}
.navbar-nav > li > a:hover{
	color: #AAA !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background-color:darkslategray;
}

/* mobile menu button*/
.navbar-default .navbar-toggle {
	border-color: black;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: darkslategray;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: black;
}

/* mobile menu border */
.navbar-default .navbar-collapse{
	border-color: black;
}

.team-photo{
	max-height: 150px;
	max-width: 150px;
}
hr{
	border-top: 2px solid #eee;
	margin-top: 10px;
	margin-bottom: 20px;
}

.main-logo{
	text-align: center;
}

.wrapper{
	min-height:100%;
	position:relative;
}

.content{
	padding-top:50px;
	padding-bottom:100px;   /* Height of the footer */
}

.footer-icon{
	display: table-cell;
	float: none;
}

.bottom{
	background-color: darkslategray;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;   /* Height of the footer */
}

.textbox{
	padding: 5px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: darkslategray;

    /*background-color: white;*/
    background-color:rgba(255,255,255,1);
}

.teambox{
	text-align: center;
}

h1, h2, h3, h4, h5{
	margin: 0;
}

.figure-label{
	font-weight: bold;
}

.figure{
	max-width: 100%;
}