@media (min-width: 100px) {
	.paras,
	.years,
	.titles {
		padding: 0px 20px;
	}
	
	.copyright-text {
	    text-align: center;
	}
	
	.designed-by {
	    text-align: center;
	}
}

@media (min-width: 992px) {
	.paras,
	.years,
	.titles {
		padding: 0px 0px;
	}
	
	.copyright-text {
	    text-align: left;
	}
	
	.designed-by {
	    text-align: right;
	}
}


.parallax-1 {
  /* The image used */
  background-image: url("NDCD-1500s.jpg");

  /* Set a specific height */
  min-height: 700px;

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

.parallax-2 {
  /* The image used */
  background-image: url("NDCD-1800s.jpg");

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

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

.parallax-3 {
  /* The image used */
  background-image: url("NDCD-1869.jpg");

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

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

.parallax-4 {
  /* The image used */
  background-image: url("NDCD-1940.jpg");

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

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

.parallax-5 {
  /* The image used */
  background-image: url("NDCD-1957.jpg");

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

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

.parallax-6 {
  /* The image used */
  background-image: url("NDCD-today.jpg");

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

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

body {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}

.container-ndcd-hero {
	background-image: url("NDCD-header-blank.jpg");
	height: 100%;
}

.border-ndcd {
	border-bottom: 2px solid #011a47;
}

.bg-cream {
	background-color: #e4d5b4;
}

.bg-blue {
	background-color: #011a47;
}

.paras {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	line-height: 2;
	letter-spacing: .1rem;
	font-size: 20px;
}

.container-blue {
	padding: 50px 0px;
}

.years {
	color: #ffffff;
	font-size: 100px;
}

.titles {
	color: #ffffff;
	margin-bottom: 26px;
}

.blue-text {
	font-size: 32px;
	color: #011a47;
}

.footer-icons a {
	text-decoration: none;
	margin: 0px 5px;
}

.fab {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
}

