.jumbotron {
	background-image: url(header_fullcolour.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.bgblue {
	background-color: #435f6f;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.bgwhite {
	padding-top: 50px;
	padding-bottom: 50px;
}

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

.auto-margin-horizontal {
	margin-left: auto;
	margin-right: auto;
}

.jumbotron h1 {
	color: #fff;
	text-shadow: 1px 1px #777777;
}

.jumbotron h1 small {
	color: #fff;
}

.carousel-inner>.item>img {
	margin: 0 auto;
}

.align-center {
	text-align: center;
}

.row:before,
.row:after {
	display: inline-block;
}

.picturemargins {
	border-color: #ffffff;
	border-style: solid;
	border-width: 5px;
	max-width: 500px;
}

.card {
	/* Add shadows to create the "card" effect */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	height: 100%;
}

.card img {
	max-width: 200px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}



.row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.profile-contents {
	margin: 20px !important;
}

.profile-contents p a h4 {
	vertical-align: top;
	white-space: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.profile-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 50%;
}



input[type=checkbox] {
	transform: scale(1.5);
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	padding: 10px;
}

input[type=text],
select {
	width: 100%;
	padding: 6px 10px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=password],
select {
	width: 100%;
	padding: 6px 10px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

textarea {
	width: 100%;
	padding: 6px 10px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=time],
select {
	width: 100%;
	padding: 6px 10px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=textarea],
select {
	width: 100%;
	height: 400px;
	padding: 6px 10px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}


input[type=submit] {
	width: 100%;
	background-color: #26a1da;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: rgb(91, 173, 255);
}



.research-topic {
	width: 100%;
	height: 100px;
	background-color: #26a1da;
	padding: 20px;
	border: 4px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.research-topic-link {
	text-decoration: none;
	color: #ffffff;
}

.vertigo-nav {
	background-color: #26a1da;
	border-style: none !important;
}

.dropdown-menu {
	background-color: #26a1da;
}

.dropdown a {
	background-color: #435f6f!important;
}


.vertigo-nav a {
	color: white !important;
	text-decoration: none;
}

.vertigo-nav a:hover {
	background-color: #2296cc !important;
}

.nav-button-1 {
	background-color: #435f6f;
	color: white !important;
	text-decoration: none;
}

.my-research {
	width: 50%;
}

.panel-heading {
	background-color: #435f6f!important;
	color: #fff !important;
	border-color: #435f6f!important;
}

.content {
	min-height: 85vh;
	margin-top: 70px;
}

.mission {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 20px;
	text-align: center;
}

.headings {
	text-align: center;
}

.headings h1 {
	font-size: 40px;
}

.headings h3 {
	font-size: 32px;
}

footer {
	background-color: #435f6f!important;
	color: white;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	z-index: 1;
}

.members-group {
	padding-top: 30px;
	padding-bottom: 30px;
}

.icon-bar {
	background-color: white !important;
}

.login-container-2 {
	max-width: 700px;
	margin: auto;
	padding: 5px;
	padding-top: 120px;
}


.login-button {
	width: 100%;
	background-color: #26a1da;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.login-button:hover {
	background-color: rgb(91, 173, 255);
}

.research-group {
	width: 100%;
	height: 100px;
	background-color: #26a1da;
	padding: 20px;
	border: 4px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.dashboard {
	width: 100%;
	background-color: #26a1da;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.dashboard-button {
	background-color: rgb(241, 241, 241);
	width: 140px;
	text-align: center;
}

.dashboard-button-red {
	background-color: rgb(151, 33, 33);
	width: 140px;
	text-align: center;
}

.dashboard-link{
	text-decoration: none;
	color: white;
	margin: 10px;
	height: 50px;
}


.pdf {
	width: 70%;
}

.email-button{
	display: inline-block;
	margin: 10px;
}

.nav-members{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.nav-members-button{
	background-color:  #26a1da;
	margin: 10px;
	padding: 30px;
}

.nav-members-button:hover{
	background-color:#2296cc ;
}

.nav-members-link{
text-decoration: none;
color: white;
}

@media (max-width: 1100px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
  }