/*custom styles glass-space.com mnml */




/* custom font-size in text accompanying brand logo image */
nav {
font-size: 1.3rem;
}




/* customise branding logo image height */
.navbar-brand img {
width: auto;
max-height: 100px;
}




/* accreditations */
#accreditations-carousel img {
  margin: 0 auto;
  opacity: 0.8;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#accreditations-carousel img:hover {
  opacity: 1;
}




#we-keep li {
 list-style: disc outside none;
 position: relative;
 padding: 0.5rem;
}




/* apply 100% padding to <a> in portfolio so whole 9mage becomes a tap-target */
.hovereffect-title a {
	padding: 100%;
}




.team-image {
	max-width: 100%;
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 10%;
}














