body {
	background-image: url("../images/dust_scratches.png");
	background-repeat: repeat;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 18px;
	color: #777;
	line-height: 28px;
}
* {
	box-sizing: border-box;
}

.heading-font {
  font-family: 'Georgia', Times, 'Times New Roman', serif;
}

/* Border */

.border-bottom-2 {
  border-bottom: 2px solid;
}

.border-header {
  border-color: #ccc;
}

/* Navbar */

.navbar-brand {
  font-size: 30px;
}

/* Rename and reorginize also used for footer */
.py-header {
  line-height: 90px;
}

.bg-teal {
  background-color: #4aaaa5;
}


/* ============ */
/* Index */
/* ============ */

/* Body */

.border-content {
  border-color: #ddd;
}

.text-reg {
  color: #777;
}

.text-teal {
  color: #4aaaa5;
}

/* Footer */

.bg-footer {
  background-color: #666;
}

.footer-font {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.text-footer {
  color: #ccc;
}

.mt-footer {
  margin-top: 200px;
}

.border-top-8 {
  border-top: 8px solid;
}

.border-footer {
  border-color: #4aaaa5;
}

/* ============ */
/* Contact */
/* ============ */




/* ============ */
/* Portfolio */
/* ============ */

.nm-img {
  margin-bottom: -20px;
}