/*Header color, font size and font weight start*/

.site-header .branding .title.semi-bold {
  color: #000000;
		font-weight: Bold;
		Font-Size: 36px;
}

.site-header .branding .description {
  color: #000000;
		font-size: 20px;
  font-weight: Bold;
}

.panoramic-header-layout-standard .info-text {
  font-size: 14px;
		Color: #000000;
  margin: 0 1px 5px 0;
  text-align: right;
		font-weight: Bold;
  letter-spacing: 1px;
}
/* Header code end */

.info-text em {
  color: #014477;
}

.main-navigation a {
  margin: 0px;
}

/*color link of the content*/
.entry-content a {
  color: #0000EE;              /* Classic blue for links */
  text-decoration: underline;  /* Underlined links */
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.entry-content a:hover {
  color: #0056b3;              /* Darker blue on hover */
  text-decoration: none;       /* Removes underline on hover */
}

.entry-content a:visited {
  color: #551A8B;              /* Purple for visited links */
}


/*p a.more-link{color:#0000EE;}*/

/*Remove Right Sidebar*/
#secondary {
  display: none;
}

.content-area {
  width: 100%;
}