.content-row{
	display:flex;
	justify-content: center;
}
.content-column{
    width: 640px;
    max-width: 100%;
}
.outfit_info_heading,.modal_info_heading{
	text-align: center;
	margin-bottom: 5px;
}
.header_info {
	font-size:0.625rem;
	line-height: 1rem;
	letter-spacing: 0.125em;
}
.outfit_info_heading h6,.modal_info_heading h6{
    /* color:#484742; */
	color:#000000;
	margin:0;
	font-family: Montserrat-Regular;
	font-weight: 600;
	font-size:0.625rem;
	line-height: 1rem;
	letter-spacing: 0.125em;
}
.modal_info h4{
	font-family: Mercury Display Roman;
	margin:0px 0px 3px 0px !important;
	text-transform:capitalize;
	/* color:#484742; */
	color:#000000;
	font-size:33px;
	font-size: 1.125rem;
    line-height: 1.75rem;
	font-weight: 600;
}
.modal_info span {
	font-size: 0.8125rem;
    line-height: 1.25rem;
	font-weight: 600;
	text-decoration: underline;
}
.entry-title{
	color: black;
	text-align: center;
	font-family: Mercury Display Roman;
    text-transform: capitalize;
	font-size: 2.625rem;
    line-height: 3rem;
}
.post-content{
	color: black;
}
.post-taxonomy{
	color: black;
	text-align: center;
}
.entry-featured-image{
	text-align: center;
}
#primary{
    font-family: Mercury Display Roman;
}
.post-content{   
    /*color: #484742; */
	font-size : 18px;
	color:#000000;
}
.post-content p{
    margin: 20px 0;
	font-size: 1.125rem;
    line-height: 1.75rem;
}
.acf-image{
    display: flex;
    justify-content: center;   
}
.wp-block-image{
    display: flex;
    justify-content: center;
}
hr{
    max-width: 100% !important;
    height: 1px !important;
}
.heading h5{
    text-align: center;
    /*color: #484742; */
	color:#000000;
	font-family: Montserrat-Regular;
	letter-spacing: 0px;
    margin: 10px 0px;
}
.releated-project{
    display: flex;
    justify-content: center;
}
.releated-project .related-thumb{
	margin: 15px 10px;
	width: 170px;        
}
.related-thumb a{
	color: black;
	text-align: center;
}
.related-thumb a img{
	width: 170px;       
}
.related-feature-title{
	line-height:1;
	padding: 7px 0px;
	font-size: 17px;
}
.related-thumb a:hover .related-feature-title{
	color: #fff;
	background-color: #3373b4;
	outline: 5px solid #3373b4;
}
.related-thumb a:hover .related-feature-img{
	outline: 5px solid #3373b4;
}
.project-post-date p{
	text-align: center;
	color: black;
	font-family: Mercury Display Roman;
	font-size: 23px;
}
.related-thumb a .related-feature-img{
    width: 170px;    
}
.related-feature-img{
	background-size: cover;
	background-repeat: no-repeat; 
}
.post-content strong {
    font-weight: bold;
}
b, strong {
    font-weight: bold;
}
@media (max-width: 1200px) {
  .releated-project {
		flex-wrap: wrap;
		display: flex;
		justify-content: center;   
  }
}