html, body {
	font-size: 1.1rem;
}

body {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0em;
	padding: 1vw 2vw;
	background-color: white; 
}

body {
	display: block;
	margin: 2vw 4vw;
	padding: 1vw 2vw;
	border: 5px solid seagreen;
}

p {
	font-family: "Open Sans", sans-serif;;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0em;
}

h1, h2, h3, h4 {
	margin: 2rem 0;
}

h1, h2, h3, h4 {
	font-family: "Open Sans", sans-serif;;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: -.02em;
	text-transform: none;
}

h1 {
	font-size: 3.5rem;
	color: black;
}

h2 {
	font-size: 2.5rem;
	color: black;
}

h3 {
	font-size: 1.6rem;
	color: black;
}

h4 {
	font-size: 1.3rem;
	color: black;
}

#sitewrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

hr {
	border: 2px solid steelblue;
}

a {color: steelblue;}
a:visited {color: steelblue;}

.pagewrapper {
  border: 4px solid steelblue;
  padding: 40px;
}

/*.col2 {
	display: grid;
} */


/* desktop */
@media(min-width: 768px){

.col2 {
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 40px;
  padding-right: 20px;
}
.col2n {
  display: grid;
  grid-template-columns: 25% 75%;
  column-gap: 30px;
  padding-right: 10px;
}
.col2nr {
  display: grid;
  grid-template-columns: 75% 25%;
  column-gap: 40px;
  padding-right: 2vw;
}
.col2r {
  display: grid;
  grid-template-columns: 60% 40%;
  column-gap: 40px;
  padding-right: 2vw;
}
.col2l {
	display: grid;
  grid-template-columns: 35% 65%;
  column-gap: 40px;
  padding-right: 2vw;
}
.col3 {
	display: grid;
	grid-template-columns: 25% 50% 25%;
	column-gap: 40px;
}

.tiled-page {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	column-gap: 15px;
	padding: 30px 0 30px 0;
}

.tile {
	display: block;
	padding: 1rem;
	margin: 1rem;
	border: 5px solid grey;
}

.video-page {
	display: grid;
	grid-template-columns: 50% 50%;
	column-gap: 30px;
	padding: 30px 30px 30px 30px;
}
.sidebar {
	display: block;
	border: 2px solid steelblue;
	padding: 1vw;
}

}

.img-center {
	display: flex;
	justify-content: center;
}

.video-intro {
	display: block;
	/*padding-left: 10%;
	width: 40%; */
}
.video-block {
	display: block;
	width: 80%;
}

/* calendar tables */
.cal-tbl {
	width: 100%;
	border: 2px solid steelblue;
	border-collapse: collapse;
	empty-cells: show;
}
.cal-tbl thead {
	background-color: steelblue;
	color: white;
}
.cal-tbl tbody {
	display: table-row-group;
	vertical-align: middle;
	font-size: 75%;
}

/* header & page navigation */
.logotext {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: steelblue;
}

.menu {
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
	list-style-type: none;
}
.item {
	padding: 10px 5px 5px 0;
}
.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.menu li a {
	display: block;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
}

/* footer */
.ft {
	font-size: .75rem;
}

/* login */
input::placeholder {
	color: black;
	text-transform: capitalize;
	text-align:center;
}