.navbar-header #logo {
	float: left;
	max-height: 40px;
}

.navbar-default {
	box-shadow: 0px 10px 8px 0px rgb(50 50 50 / 50%);
}

.rmb-product img {
	margin-top: 20px;
}

.rmb-product h4 {
	margin-top: 15px;
}

#feature1 {
    padding-top: 0px;
}

#eiatoolkit, #feature1 {
    padding-bottom: 20px;
}

#home {
	background: url(../images/home.png) no-repeat;
    background-size: cover;
}

#online-training {
	background: url(../images/online-training.png) no-repeat;
    background-size: cover;
    color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}

#contact {
	background: url(../images/contact.png) no-repeat;
    background-size: cover;
}

#eiatoolkit {
	padding-top: 60px;
}

#feature2  {
    padding-bottom: 60px;
}

#eiatoolkit .fa, #feature2 .fa, #feature2 .fa, #bespoke .fa {
    background: #28a7e9;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}

#eiatoolkit i, #feature1 i, #feature2 i {
	float: left;
	margin-bottom: 10px;
}

#eiatoolkit p, #feature1 p, #feature2 p {
	padding-bottom: 10px;
	min-height: 50px;
}

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

#contact a {
	color: #fff;
}

#contact a:hover {
	text-decoration:none;
	font-weight: bold;
}

#about {
	background: #f8f8f8;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
#about .fa {
	color: #28a7e9;
	font-size: 60px;
}
#about h3 {
	font-size: 20px;
}

#bespoke {
	padding-top: 80px;
	padding-bottom: 80px;
}
#bespoke h2 {
	padding-bottom: 20px;
}
#bespoke .btn, .rmb-product .btn, .cookie-container .btn {
	border-radius: 0px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom:0px;
	padding: 10px 40px 10px 40px;
}

.cookie-container .btn {
	margin-top: 0px;
}

.cookie-container p {
	padding-top: 10px;
}

#policy {
	margin-top: 130px;
}

.cookie-banner {
  position: fixed;
  top: 70px;
  width: 100%;
  padding: 20px;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

.cookie-container {
	margin-left: auto;
	margin-right: auto;
}

.cookie-container button {
	float: right;
}

#contact .fa-warning {
	color: #2e2e2e;
	right: 10px;
	top: 5px;
}

#contact img {
	width:40px;
	height:40px;
}

@media (min-width: 768px) {
	.cookie-banner .cookie-container {
		width: 700px;
	}
}

@media (min-width: 992px) {
	.cookie-banner .cookie-container {
		width: 900px;
	}
}

@media (min-width: 1200px) {
	.cookie-banner .cookie-container {
		width: 1000px;
	}
}

@media (max-width: 992px) {
  .non-mobile {
    width: 0px;
  }
}