
/* ***** SECTION - MAIN -  ABOUT *****  */

     /* Part of Section Main -  for About JJ */
		section.aboutjj { 
			position: relative;
			margin-top: 40px;
			margin-bottom: 3px;
			padding-top: 0px;   
		}	
		section.aboutjj h2 {
			margin: .5em 0 .5em 0; /* margin-top: 1px; */
			font-size: 1.8em; 
			font-weight: 900; /* font-weight: 300;*/
			text-align: center;
			letter-spacing: -.5px;
			word-spacing: 10px;
			color: #000; /*#cf142b;*/
			font-family: 'Geneva','trebuchet ms',sans-serif;
			
			/* padding-left: .5em; */			
			/* text-align: left; */	
		}
		section.aboutjj aside.about {
			margin-bottom: 0px;
			margin-top: 0px;
			padding: 0px 25px 15px 25px;
			/* border: solid 1px red; */
		}
		section.aboutjj aside.about p {
			/* font-family: 'Geneva','trebuchet ms',sans-serif; */
			font-size: 18px;
		} 


hr {
  display: block;
  width: 600px;
  margin-top: 0.2em;
  margin-bottom: .3em;
  margin-left: auto;
  margin-right: auto;
  border-style: groove;
  border-width: .060em;
  color: #C8102E; /*#012169; /* #C8102E;*/
} 




/* ********** MEDIA QUERIES ********** */

/* 825px BREAKPOINT MEDIA QUERY */
	@media screen and (max-width: 825px) {
         hr {
          width: 65%;
     }
}



/* 425px BREAKPOINT MEDIA QUERY  */
@media screen and (max-width: 425px)  {
     section.aboutjj h2 {
          font-size: 1.3em;
          font-weight: 900;          
}
       







