/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
 
body { font-family: 'Roboto', sans-serif; font-weight: 300;}
 
header {
  padding-top: 0px;
}

section {
  padding: 150px 0;
}

.bg-dark { background-color: #000 !important; }

.intro-parallax {
  /* The image used */
  background-image: url("../images/ecleaners-ecommerce-consulting.jpg");

  /* Set a specific height */
  height: 600px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.middle-parallax {
  /* The image used */
  background-image: url("../images/main5.jpg");

  /* Set a specific height */
  height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-image { 
	position: relative;
	top: 250px;
	max-width: 80%;
	}
	
.legal-info {font-size: 12px; text-align:center; color: #cacaca !important;}

.legal-info strong { color: #fff !important; }

.legal-info a, .legal-info a:visited { color: #cacaca !important; }