body {
	padding: 0;
	margin:0;
	font-size:16px;
	line-height:1.8;
    font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#101010;

}
.headerHolder {
	height:155px;
}

a {
	color:#616226;
}
.sociallinks img {
	margin:10px;
}
.headingline {
	text-align: center;
	width:60px;
	border-color:#9f9f9f;
}
.dropdown-item {
	font-size:13px;
    font-family: 'Open Sans', sans-serif;
	font-weight:300;
	text-transform: uppercase;
}
h1 {
	font-weight: bold;
	font-size:24px;
}
.homeImage h1 {
	font-size:22px;
	font-weight:300;
	margin-bottom:20px;
	text-transform: uppercase;
	background: #000;
	color:#fff;
	display:inline;
	padding:2px 4px;
}
.homeImage h2 {
	background: #000;
	color:#fff;
	display:inline;
	padding:2px 4px;
	font-size:18px;
	font-weight: 300;
}
h2 {
	font-size:24px;
	font-weight:600;
}
h3 {
	color:#9ac478;
	font-size:16px;
    font-family: 'Open Sans', sans-serif;
	font-weight:600;
	border-bottom:2px solid #9ac478;
}
.companyProfile h1 {
	font-size:24px;
    font-family: 'Open Sans', sans-serif;
	font-weight:600;
	border-bottom:2px solid #9ac478;
	text-transform: none;
	background: none !important;
	color:#9ac478;
	display:block;
	margin-bottom:5px;
	
}
.directoryCategories {
	background: #f4f4f4; 
	padding-top:35px;
	padding-bottom:10px;
	text-align: center;
	border-bottom:5px solid #d0dfc3;
}
.directoryCategories h2 {
	font-size:18px;
	font-weight:600;
	margin-bottom:40px;
}
.companyBox h3 {
	margin-top:10px;
	padding-bottom:6px;
	margin-bottom:5px;
	color:#9ac478 !important;
	font-size:18px;
}
.companyBox h3 a {
	color:#9ac478 !important;
}
.newsBox h3 {
	margin-top:10px;
	padding-bottom:6px;
	margin-bottom:5px;
	color:#9ac478 !important;
	font-size:18px;
}
.newsBox h3 a {
	color:#9ac478 !important;
}
.coCategories {
	text-align: right;
	text-transform: uppercase;
	font-size:11px;
	font-weight:600;
}
.companyProfile .coCategories {
	text-align:left;
}
.homeImage {
	padding-top:200px;
	min-height:400px;
background: url(../img/banners/old-amersham-shopping.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.newsHomeImage {
background: url(../img/banners/old-amersham-news.jpg) no-repeat center center; 
}
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
	color:#fff;
}
.footer a{
	color:#fff;
	
}

.footer-holder {
		background: #9ac478;

}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

.navbar {
	padding:0;
	margin-bottom:20px;
	margin-top:55px;
}
.nav-link {
	font-size:14px;
	text-transform: uppercase;
	margin: 0 15px;
	font-weight: 600;
	padding:3px 5px;
	border-bottom: 2px solid #fff;
}
.nav-link:hover {
	border-bottom: 2px solid #9ac478;
}
.dropdown-menu {
	border:0;
	background: #9ac478;
}
.dropdown-item {
	font-size:14px;
	text-transform: none !important;
	font-weight:bold !important;
	color:#fff;
}
.colourbox {
	padding:10px 0;
	text-align: center;
	color:#fff;
}
.colour1 { background: #979a65; }
.colour2 { background: #ecaf0a; }
.colour3 { background: #a3ac09; }
.colour4 { background: #6c6e30; }

.instaHolder {
	background: #EEEEEE;
	margin-top: 40px;
	padding-top: 50px;
	padding-bottom:50px;
}
.logoHolder img {
	max-height:125px;
}

.businessImage {
	display:block;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	min-height:300px;
}

.newsImage {
	display:block;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	min-height:200px;
}
.text-muted {
	text-transform: uppercase;
	font-size:10px;
}
  #map {
        height: 400px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }


@media (min-width: 768px) {
  .navbar-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .navbar-nav .nav-item {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 992px) {
	
	.nav-link {
		margin: 0 10px;
	}
	
}


@media (max-width: 768px) {
	
		.nav-link {
	display:block;
	background:#fff;
			text-align:center;
			border-radius: 0;
	}
.dropdown-menu {
	border-radius: 0;
	background:#fff;
	}
	.navbar-toggler {
		display:block;
		width:100%;
		text-align: center;
		background:#fff;
	}
	.logoHolder {
		text-align: center;
	}
	
	.nav-link {
	margin: 0;
	}
}

@media (min-width: 1500px) {
    .container{
        max-width: 1500px;
    }
}