#header {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#logo {
	width: 100%;
	max-width: 240px;
  display: block;
}

@media (max-width: 992px) {
  #logo {
    margin: 0 auto;
    padding: 15px;
  }
}

#header span.tel {
  color: #ee1111;
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  display: block;
}

#header span {
  font-size: 15px;
  text-align: right;
  display: block;
}

@media (max-width: 992px) {
  #header span {
    text-align: center;
  }
}




#nav {
	background-color: #cc1111;
}




.cover {
	width: 100%;
	height: 300px;
	background-image: url("../images/cover.jpg") ;
	background-size: cover;
	background-position: center;
}

@media (max-width: 768px) {
	.cover {
		height: 240px;
  }
}

.cover-lg {
	width: 100%;
	height: 500px;
	background-image: url("../images/cover.jpg") ;
	background-size: cover;
	background-position: center;
}

@media (max-width: 768px) {
	.cover-lg {
		height: 240px;
  }
}





#content p {
  color: darkred;
}


#content .row {
	margin-top: 30px;
	margin-bottom: 30px;
}

#content .row:last-of-type {
	margin-bottom: 45px;
}

.checklist {
  padding-left: 0
}
.checklist li {
  color: darkred;
  list-style: none;
  margin: 0;
	padding:  12px 42px;
	list-style: none;
	background-image: url("../images/checkmark.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 36px;
}





blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
}

.testimonial-block {
  margin-bottom: 15px;
  padding: 20px;
  border-left-color: #cc1111;
  background-color: rgba(190, 190, 188, 0.3);
  font-size: 15px;
  line-height: 24px;
}

.testimonial-block.last {
  margin-bottom: 0px;
}

.highlighted { background: #f0f0f0; padding: 20px; overflow: hidden; margin: 20px 0 0 0; }

.google-review {
  margin-bottom: 1rem;
}

.google-review h5 {
  margin: 2px;
  font-size: 14px;
  color: black;
}

.google-review p {
  margin: 2px;
  font-size: 14px;
  color: black;
}

.checked {
  color: orange;
}


#top {
	background-color: #cc1111;
}

#toplogos {
	text-align: center;
}

#toplogos img {
	margin: 5px 10px;
	padding: 10px;
	width: 150px;
	display: inline-block;
}

@media (max-width: 992px) {
  #toplogos img {
    margin: 0;
    width: 90px;
  }
}







#secondary {
  padding: 30px 0;
  background-color: #cc1111;
  color: white;
  text-align: center;
}

#secondary h2 {
  
  margin-top: 0;
  color: white;
}

.contactbtn {
  margin: 15px;
  padding: 15px 32px;
  border: 1.5px solid white;
  border-radius: 4px;
  background-color: transparent;
  color: white;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
}

.contactbtn:hover {
  background-color: white;
  color: #cc1111;
}




#gmap iframe {
	border: none;
  margin: 0;
	width: 100%;
	height: 450px;
  display: block;
}




#footer {
	background-color: #222;
	color: #ccc;
	font-size: 16px;
	line-height: 1.7;
}

#footer .row {
	padding-bottom: 1rem;
}

#footer h3 {
	color: #9d0d0d;
}

#footer hr {
	margin-bottom: 15px;
	border: 1px solid #323738;
}

#footer a {
	color: #ccc;
}

#footer a:hover {
	color: #b40f0f;
}

.opening-hours-day, .opening-hours-time {
	width: 50%;
	display: inline-block;
}

footer {
	margin-bottom: 2rem;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	display: flex;
	justify-content: center;
}

footer li {
	margin-left: 10px;
	margin-right: 10px;
}

footer p {
	margin-top: 15px;
	text-align: center;
	font-size: 15px;
}