.section-title {
		/* margin:20px; */
		font-family: Century Gothic;
		font-size: 2.5rem;
		/* <!-- margin-bottom: 0rem; --> */
		/* <!-- background: rgba(0, 0, 0, 0.4); --> */
		border-radius: 8px;
		/* <!-- max-width: 90%; --> */
	  	max-width: 100%;
      		padding: 2rem 1rem;  
	  	font-weight:normal;
		color: #2981e5;
    }
	
	.section-title-nomargin {
		/* margin:20px; */
		font-family: Century Gothic;
		font-size: 3.5rem;
		/* <!-- margin-bottom: 0rem; --> */
		/* <!-- background: rgba(0, 0, 0, 0.4); --> */
		border-radius: 8px;
		/* <!-- max-width: 90%; --> */
	  	max-width: 100%;
      	padding: 0rem;  
	  	font-weight:normal;
		color: #2981e5;
    }
	
	
	.section-title-Center {
		/* margin:20px; */
		font-family: Century Gothic;
		font-size: 2.5rem;
		/* <!-- margin-bottom: 0rem; --> */
		/* <!-- background: rgba(0, 0, 0, 0.4); --> */
		border-radius: 8px;
		/* <!-- max-width: 90%; --> */
	  	max-width: 100%;
      	padding: 1rem;  
	  	font-weight:normal;
		color: #2981e5;
		text-align: center; 
    }
	
	.section-title-Center-margin {
		margin:20px;
		font-family: Century Gothic;
		font-size: 3.5rem;
		/* <!-- margin-bottom: 0rem; --> */
		/* <!-- background: rgba(0, 0, 0, 0.4); --> */
		border-radius: 8px;
		/* <!-- max-width: 90%; --> */
	  	max-width: 100%;
      	/* padding: 0rem;   */
	  	font-weight:normal;
		color: #2981e5;
		text-align: center; 
    }
	
	.section-title2 {
		margin-left:20px;
		font-family: Century Gothic;
		font-size: 2.5rem;
		/* <!-- margin-bottom: 0rem; --> */
		/* <!-- background: rgba(0, 0, 0, 0.4); --> */
		border-radius: 8px;
		/* <!-- max-width: 90%; --> */
	  	max-width: 100%;
      	padding: 0rem;  
	  	font-weight:normal;
		color: #2981e5;
    }
	
	.section-title-Center2 {
		/* margin:20px; */
		font-family: Century Gothic;
		font-size: 2rem;
		/* <!-- margin-bottom: 0rem; --> */
		/* <!-- background: rgba(0, 0, 0, 0.4); --> */
		border-radius: 8px;
		/* <!-- max-width: 90%; --> */
	  	max-width: 100%;
      		/* padding: 0rem;   */
	  	font-weight:normal;
		color: #ff6600;
		text-align: center; 
		padding: 1rem 1rem;
    }
	
	.section-subtitle {
	    margin:20px;
	    font-family: Century Gothic;
	    font-size: 1.2rem;
		/* <!-- margin-bottom: 0rem; --> */
		/* <!-- background: rgba(0, 0, 0, 0.4); --> */
		border-radius: 8px;
		/* <!-- max-width: 90%; --> */
	  	max-width: 100%;
      		padding: 0rem;  
	  	font-weight:normal;
		color: #c4d2d7;
    }
	
	.section-subtitle-nomargin {
		/* margin:20px; */
		font-family: Century Gothic;
		font-size: 1.5rem;
		/* <!-- margin-bottom: 0rem; --> */
		/* <!-- background: rgba(0, 0, 0, 0.4); --> */
		border-radius: 8px;
		/* <!-- max-width: 90%; --> */
	  	max-width: 100%;
      	padding: 0rem;  
	  	font-weight:normal;
		color: #2981e5;
    }
	
		
	.section-subtitle-center {
	  /* margin:20px; */
	  font-family: Century Gothic;
	  font-size: 1.25rem;
      /* <!-- margin-bottom: 0rem; --> */
      /* <!-- background: rgba(0, 0, 0, 0.4); --> */
      border-radius: 8px;
      /* <!-- max-width: 90%; --> */
	  max-width: 100%;
      padding: 0rem;  
	  font-weight:normal;
	  color: #2981e5;
	  text-align: center; 
    }
	
	
	@media (max-width: 600px) {
  .section-title,
  .section-title-nomargin,
  .section-title-Center,
  .section-title-Center-margin,
  .section-title2,
  .section-title-Center2,
  .section-subtitle,
  .section-subtitle-nomargin,
  .section-subtitle-center {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
