@media print {
  h1 {
  font-size: 24pt;
  }

  h2 {
  font-size: 14pt;
  margin-top: 25px;
  }

  aside h2 {
  font-size: 18pt;
  }
  body{
	  font-family: triplicate, "Courier New", monospace;
font-size: 12pt;
}
table{
	border: 1px solid black;
}
th, td {
  border-bottom: 1px solid black;
  border-left: 1px solid black;
}
}


@media screen{

	.right{
		float: right;

	}
	.hbox{
		display: flex;
		width: 100%;
		 justify-content: space-between;
		  align-content: center;
		  align-items: center;
	}
	.vbox {
		display: flex;
		flex-direction: column;

	}
	.left {
		float: left;
	}
	.nametag {
		font-size: 3rem;
		margin: 0;
		font-weight: bold;
	}
	.lead {
		background: #f9ffac;
		color: #535353 ;
		text-align: center;
		font-style: italic;
		font-size: 125%;

	}
	.studioname{
		font-style: italic;
		font-weight: bold;
		font-size: 125%;
		text-align: center;
	}
	.sharer{
		background: #75b8ff;
		color: #ffe8e8;
		text-align: center;
		text-align: center;
		font-style: italic;
		font-size: 125%;

	}
	a:hover{
		text-decoration: underline;
	}
	a {
		font-style: italic;
		text-decoration: underline;
		text-decoration-style: wavy;
		text-decoration-thickness: 1px;
		text-decoration-color: rgb(0, 205, 255);
		color: rgb(0, 0, 0);
text-shadow: 6pt 6pt, 5pt, ;
	}
.paid {
	background: red;
	color: white;
	text-align: center;
}
.free {
	background: green;
	color: white;
	text-align: center;

}
a.debtor {
	color: #ff0000; !important
}
.nameright{
	text-align: right;
}
.styled-table {
	border-collapse: collapse;
	margin: auto;
	font-size: 0.9em;
}

.styled-table th,
.styled-table td {
	padding: 5px 10px;

}
  thead tr:nth-child(1) th{
	position: sticky;
	top: 0;
	background-color: white;
  }
.styled-table tbody tr :nth-child(4){
	border-right: 1px solid rgb(144, 144, 144);
}
.styled-table td {
	border-right: 1px dashed rgb(186, 186, 186);

}
.styled-table tr {
	border-bottom: 1px solid #dddddd;
	border-right: 1px dashed rgb(0, 0, 0);
}

.styled-table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
	border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
	font-weight: bold;
	color: #009879;
}
.free-studio{
	background-color: rgb(99, 219, 255) !important;
}
.empty-studio{
	background-color: rgb(255, 137, 137) !important;
}
.new-assignment{
	background-color: rgb(100, 255, 127) !important;
}
.recently-updated{
	background-color: rgb(235, 255, 0) !important;
}
.ending-soon{
	background-color: rgb(255, 198, 81) !important;
}
.styled-table tbody td.lead-member:nth-of-type(even){
	font-weight: bold;
	border-top: 1.5px solid rgb(104, 104, 104);

	background-color: rgba(246, 248, 222, 1);

}

.styled-table tbody td.lead-member:nth-of-type(odd){
	font-weight: bold;
	border-top: 1.5px solid rgb(104, 104, 104);

	background-color: rgba(253, 255, 220, 1);

}
.styled-table tbody tr.lead-member{
	border-top: 1.5px solid rgb(104, 104, 104);


}
.styled-table tbody td.reservation:nth-of-type(odd){
	font-weight: bold;
	border-top: 1.5px solid rgb(104, 104, 104);

	background-color: rgba(255, 220, 249, 1);

}
.styled-table tbody td.lead-member:nth-of-type(even){
font-weight: bold;
	border-top: 1.5px solid rgb(104, 104, 104);

	background-color: rgba(255, 241, 252, 1);

}

h1 {
	font-size: 3rem;
	margin: 0;
}
.curly {	font-feature-settings: "ss05";
	font-style: italic;

}

header {
	width: 100vw;
	height: 6vh;
	top: 0;
	left: 0;
}

body {
	background-image: url('set_logo.svg');
	min-height: 95vh;
	margin: 10pt;
	/*display: grid;*/
	grid-gap: 1rem;
/*	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));	/*display: flex;*/
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	font-family: triplicate, "Courier New", monospace;
	background-size: 10vh;
	background-position: center;
	font-size: 2rem;
	/* 1 */
	font-display: fallback;

}

main {

		padding: 10%;
		background: rgb(255, 255, 255);
		margin: 9pt;
		color: rgba(0, 0, 0, 1);
		border: 1px solid;
		padding: 5pt;
		width: 95vw;
		flex-grow: 2;
		overflow: scroll;
}

* {
	font-family: 'triplicate';
}

html {
	font-family: triplicate;
	font-size: 62.5%;
	/* 1 */
	box-sizing: border-box;
	/* 2 */
}

/**
	 * 1. Continue the global box-sizing modification.
	 * 2. Set the underline size for all elements.
	 */

*,
::after,
::before {
	box-sizing: inherit;
	/* 1 */
	text-decoration-thickness: .2rem;
	/* 2 */
}

ul {
	margin: 0;
	padding: 0;
	word-wrap: normal;
	list-style-type: none;
}

li:before {
	content: "☞* ";
}

.box {
	padding: 2%;
	margin: 9pt;
	color: rgba(0, 0, 0, 1);
	border: 1px solid;
	background: rgb(255, 255, 255);
	padding: 5pt;
}
.mainbox{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-around;
	margin-top: 1%;
	margin-bottom: 2%;
}
.whitebox {
	color: rgba(0, 0, 0, 1);
	border: 1px solid;
	background: rgb(255, 255, 255);
}
.half-box {
	padding: 2%;
	width: 45%;
	margin: 9pt;
	color: rgba(0, 0, 0, 1);
	border: 1px solid;
	background: rgb(255, 255, 255);
	padding: 5pt;
	display: inline-block;
}
.centerbox {
	display: flex;
	justify-content:center;
	align-items: center;
}
.huge{
	font-size: 36pt	;
}
.setfont {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 48pt;
	color: white;
	text-shadow: -1pt 0 black, 0 1pt black, 1pt 0 black, 0 -1pt black, 3pt 3pt black;
}

.yellow-text,
h1,
h2,
h3 {
	text-shadow: 2pt 2pt rgb(255, 255, 109);
}
.centre {
	text-align: center;
}
.big-text {
	font-size: 2rem;
}

.blue {
	box-shadow: 5px 10px rgb(109, 218, 255);
}
.yellow {
	box-shadow: 5px 10px rgb(255, 255, 0);
}
.red {
	box-shadow: 5px 10px rgb(109, 218, 255);
	background: red;
	color: rgb(0, 0, 0);
	text-shadow: 2pt 2pt rgb(255, 255, 255);

}
.green {
	box-shadow: 5px 10px rgb(63, 219, 0);
	background: rgb(155, 255, 136);
	color: rgb(0, 0, 0);
	text-shadow: 2pt 2pt rgb(255, 255, 255);
}
.magenta {
	box-shadow: 5px 10px rgb(255, 0, 255);

}

.message {
	width: 60vw;
	text-align: justify;


}

.top {
	top: 2%;
}
#topbox {
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	width: 75%;
}
.subtext {
	font-style: italic;
	color: black;
	text-shadow: none;
}
.bigger{
	font-size:105%;
}
small {
	font-size: 8pt;
	height:8pt;
}
br .mini {
	line-height: 2pt;
}
.smaller {
	font-size: 75%;
	align-self: center;
	text-align: center;
	font-style: italic;
}
mark {
	text-shadow: none;
	text-shadow: 2pt 2pt rgb(0, 255, 255);


}

.main {
	min-height: 50vh;
}

.form-control {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.1;
	display: grid;
	grid-template-columns: 1em auto;
	gap: 0.5em;
}

.form-control+.form-control {
	margin-top: 1em;
}

.form-control--disabled {
	color: var(--form-control-disabled);
	cursor: not-allowed;
}

input[type="checkbox"] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	appearance: none;
	/* For iOS < 15 */
	background-color: var(--form-background);
	/* Not removed via appearance */
	margin: 0;

	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid currentColor;
	border-radius: 0.15em;
	transform: translateY(-0.075em);

	display: grid;
}

input[type="checkbox"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
	/* Windows High Contrast Mode */
	background-color: CanvasText;
}

input[type="checkbox"]:checked::before {
	transform: scale(1);
}

input[type="checkbox"]:focus {
	outline: max(2px, 0.15em) solid currentColor;
	outline-offset: max(2px, 0.15em);
}

input[type="checkbox"]:disabled {
	--form-control-color: var(--form-control-disabled);

	color: var(--form-control-disabled);
	cursor: not-allowed;
}

.form-control+.form-control {
	margin-top: 1em;
}

input {
	font-family: "triplicate", Helvetica, Arial, system-ui;
	flex-grow: 1;
}

	button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block; /* 1 */
  vertical-align: middle; /* 1 */
  padding: .4rem 1rem; /* 1 */
  font-size: 2rem; /* 1 */
  font-weight: normal; /* 1 */
  margin-bottom: 1rem; /* 1 */
  background: #fff; /* 2 */
  color: #111; /* 2 */
  border: .2rem solid #111; /* 2 */
  border-radius: 0; /* 2 */
  cursor: pointer; /* 3 */
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled{
  color: #fff; /* 1 */
  background: #111; /* 1 */
  cursor: not-allowed; /* 2 */
}
fieldset {
  border: .2rem solid #111;
}
fieldset legend {
	font-size: 60%;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="date"],
textarea,
select {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none; /* 1 */
  appearance: none; /* 1 */
  box-shadow: none; /* 1 */
  box-sizing: inherit; /* 1 */
  padding: .4rem 1rem; /* 1 */
  width: 100%; /* 1 */
  color: #111; /* 2 */
  background-color: #fff; /* 2 */
  border: .2rem solid #111; /* 2 */
  border-radius: 0; /* 2 */
}
textarea{
	font-size: 1.5rem; /* 1 */
	min-height: 85px;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="date"],
select {
	font-size: 2rem;
}
input[type="search"]{
	font-size: 4rem;
}
/**
 * Set margin for form elements.
 */

fieldset, input, select, textarea {
   margin: 0 0 1.6rem 0;
 }
	input::placeholder,
textarea::placeholder {
  color: #111; /* 1 */
  font-style: italic; /* 2 */
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 80%;
  margin: auto;

}

.navbar span {
	padding: 1rem;
	color: rgba(0, 0, 0, 1);
	  border: 1px solid;
	  background: rgb(255, 255, 255);

}
.navbar input[type=search] {
  float: right;
  padding: 6px;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}
.submenu {
	display: flex;
	  align-items: center;
	  justify-content: space-between;
	  margin: auto;
}
span .navtext {
	border: 1px solid;

}
}
.navbox {
	color: rgba(0, 0, 0, 1);
	border: 1px solid;
	background: rgb(255, 255, 255);
	padding: 0.25rem;
	margin: 0.5rem;
}
.navbox a {
	text-decoration-style: unset;
	text-decoration: none;
}
@media screen and (min-width: 390px) and (max-width: 767px) {

  .container .navbar {
	flex-direction: column;
  }
}
