html {
	scroll-behavior: smooth;
}

body {
	font-family: "Montserrat";
	background: #f4ede6;
}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('img/mainbg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fab.fa-facebook {
	font-size: 2rem;
	color: white;	
}

.list-group-item a:hover .fab.fa-facebook {
	color: #17a2b8;
}

.fab.fa-facebook:hover {
	color: #52d3e8;	
}

#mainNavigation .nav-link {	
	color: white;	
}

#mainNavigation .nav-link:hover {
	color: #52d3e8;
}

#mainPage {	
	height: 100vh;
}

#welcome {
	font-weight: 300;
	color: white;
	text-transform: uppercase;	
}
	
#welcome .boldShadow {
	text-shadow: 0px 3px 1px #b2b2b2,
                 0px 5px 10px rgba(0,0,0,0.1),
                 0px 5px 2px rgba(0,0,0,0.1),
                 0px 5px 10px rgba(0,0,0,0.1);
}

a {
	color: #007bff;	
}

a:hover {
	color: #17a2b8;
	text-decoration: none;
}

.mainQuote {
	background: rgba(0,0,0,0.3);
	border-radius: 4px;
	padding-top: 1.5rem;
	padding-right: 1.5rem;
}

.navbar.scrolled {
	background: #17a2b8;
	transition: background 600ms;
}

#introduction1 .card, #permanentServices .card, #temporaryServices .card {
	color: #3c3c3c;
	background: #f4ede6;
	border: 0;	
}

#photos .card {
	color: #f4ede6;
	background: #17a2b8;
	border: 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#photos .card .card-title {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

#photos .card .card-body {
	padding-bottom: 2.5rem;
}

#introduction1 .card a, #permanentServices .card a, #temporaryServices .card a {
	color: #007bff;	
}

#introduction1 .card a:hover, #permanentServices .card a:hover, #temporaryServices .card a:hover {
	color: #17a2b8;
	text-decoration: none;
}


#introduction1 .card-title, #permanentServices .card-title, #temporaryServices .card-title, #photos .card-title {
	text-transform: uppercase;
}

#permanentServices i {
	color: #4267b2;	
}

#permanentServices i:hover {
	color: #17a2b8;	
}

#permanentServices .card, #temporaryServices .card, #introduction1 .card {
	box-shadow: 0 0 25px rgba(0,79,91,0.6);	
}

#introduction2 img {
	border-radius: 4px;	
	box-shadow: 0 0 20px rgba(0,0,0,0.5);	
}

#introduction2 {
	background: #f4ede6;	
}

#introduction2 div, #photos div h1 {
	color: #3c3c3c;
}

#services {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("img/brightcloudscountry440731.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
	padding-bottom: 4rem;
}

#photos {
	background: #f4ede6;
}

#footer div hr {
	margin-top: 1rem;
  	margin-bottom: 1rem;
  	border: 0;
  	width: 50%;
  	border-top: 1px solid #f4ede6;
}

#footer div p {
	font-size: 0.8rem;
}

#footer a {
	color: #17a2b8;
}

#footer a:hover, .list-group-item a:hover {
	color: #007bff;
	text-decoration: none;
}

@media screen and (min-width: 576px) {
	#welcome h1, h2 {
		line-height: 5rem;	
	}
}

.videoblock hr {
	padding-top: 1rem;
  	padding-bottom: 1rem;
  	border: 0;
  	width: 50%;
  	border-top: 1px solid #f4ede6;	
}

.videoblock div {
	box-shadow: 0 0 25px rgba(0,79,91,0.7);	
	margin-bottom: 8rem;
	border-radius: 4px;
}

#contact {
	background: #f4ede6;
	color: #3c3c3c;
}

.contact-heading {
	background: #17a2b8;
	color: #f4ede6;
	border: 0;
}

.list-group-item h5, .list-group-item p {
	color: #f4ede6;
}

.list-group-item a {
	color: rgba(255,255,255,.4);
}

.list-group-item a:hover {
	color: #17a2b8;
}

.contact-map {
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.contact-data {
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	padding: 0;
	border-radius: 4px;	
}