@charset "UTF-8";
/* CSS Document */
.barry-women{
    margin: 0 auto;
	padding: 0.25em 0 0.5em;
}
.photos{
	max-width: 100%;
	clear:left; 
	float:left;
	align-content: left;
}
.home-ill{
    margin: 0 auto;
	padding: 1em;
}
.bg-book{
	color:#E3AE5C;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-weight: 600;
	font-size: 1.25rem;
}
.sm_bg-book{
	color:#E3AE5C;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-weight: 600;
	font-size: 1rem;
}
.btn-secondary {
  color: #fff;
  background-color: #E3AE5C;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color:burlywood;
  border-color: #545b62;
}

.btn-google{
	color:#E3AE5C;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-weight: 600;
	font-size: 2.25rem;
}

.background{
	background-image: url("../images/fieldhands.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.background-none{
	color:#fff;
	background-size: cover;
}
.mina{
	font-family: Baskerville, "Palatino Linotype", Palatino, "Times New Roman", "serif";
	font-weight: 600;
	letter-spacing: -.025em;
	color:#930C0F;
	word-spacing: 0.15em;
}

.mina-sm{
	font-family: Baskerville, "Palatino Linotype", Palatino, "Times New Roman", "serif";
	font-weight: 600;
	color:#930C0F;
	font-size: 1.25rem;
	letter-spacing: -.025em;
	line-height: 1.5em;
	word-spacing: 0.15em;
}
a.mina-sm{
  color: #930C0F;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover.mina-sm{
  color:#ED4346;
  text-decoration: none;
}
.mina-preview{
	font-family: Baskerville, "Palatino Linotype", Palatino, "Times New Roman", "serif";
	font-weight: 600;
	color:#930C0F;
	font-size: 1.25rem;
	letter-spacing: -.025em;
	line-height: 0.85em;
}
a.mina-preview{
  color: #930C0F;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover.mina-preview{
  color:#ED4346;
  text-decoration: none;
}
.navbar-light{
	background-color:#E3AE5C;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
	margin: 1rem 0;
  padding: 0.75rem;
	background-color: #fff;
	background-blend-mode: multiply;
	border-radius: 8px;
}

hr{
	color:#E3AE5C;
	width:60%;
}


