@import url("https://fonts.googleapis.com/css?family=Cormorant Garamond:300,600");

body {
  font-family: Cormorant Garamond;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.5;
  color: white;
  background-color: #111; 
}

h1 {
  font-size: 2rem; 
}

h3 {
  font-size: 1.4rem;
  color: white;
	width: 180px;
	position: absolute;
	bottom: 25px;
	left: calc(50% - 90px);
}

.topmarg {
  margin-top:50px;
}

.family-member {
	padding-bottom: 40px;
}

/*
---------------------------------
Modified directly in bootstrap
---------------------------------

.bg-info {
  background-color: #8a8a8a !important; 
}

.bg-secondary {
  background-color: #505050 !important; 
}

.bg-primary {
  background-color: #1b2021 !important; 
}

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

---------------------------------
*/

a:hover {
  text-decoration-color: #C4C4C4;
  /*text-decoration: none;*/
}

a:hover h3 {
  text-decoration-color: #C4C4C4;
  text-decoration: underline;
}

img.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

a:hover img.grayscale {
  filter: none;
  -webkit-filter: grayscale(0%);
}