/* h1 { 
	position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}*/

.maincontent {
  margin-top: 0 !important; 
}

.sep-header {
	background: 
	linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0) 20px
    ),rgb(29, 91, 117);
	color: #fff;
	height: 11rem;
	position: relative;
	display:flex;
	padding: 1.5rem 1rem 1rem 1.5rem;
}

.sep-header h1 { color: #fff; font-size: 2.75rem; font-weight: normal; flex: 1; margin-top: 6px !important; }
.sep-header p { background-color: rgb(66, 123, 160); padding: 1rem; width: 23rem; font-size: 1.25rem; }
.sep-header p, .sep-header a { color: #fff; }

.maincontent img {
max-width: 900px;
height: auto;
margin-inline:auto;
}

.videos { width: 300px; margin-inline: auto; margin-block: 2rem; }
.videos p { font-size: 1rem; }