@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
* {
    box-sizing: border-box;
    font-family: Quicksand, sans-serif;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(0, 0, 0);
    border-radius: 10px;
}
:root {
	--stylesht: "gteq1000";
}
a, form, img, span {
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: -6px 0 0 0;
}
h1 {
	font-size: 43px;
}
h2 {
	font-size :40px;
}
h3 {
	font-size: 37px;
}
h4 {
	font-size: 34px;
}
h5 {
	font-size: 31px;
}
h6 {
	font-size: 28px;
}
p {
	font-size: 20px;
}
ul, ol {
    padding-left: 50px;
}
iframe {
    border: none;
    padding: 0;
}
footer:after {
    content: "";
    clear: both;
    display: block;
}
body, html {
    padding: 0;
    margin: 0;
    /*background-color: lemonchiffon;*/
    font-size: 20px;
    overflow-x: hidden;
    scrollbar-width: none;
}
header {
	padding: 0;
	position: relative;
	height: calc(128px + 5vw);
}
#header-logo, #header-contact {
	width: 500px;
	display:table-cell;
}
#header-logo {
	padding: 32px 0;
	padding-left: 10px;
	position: absolute;
	top:0;
	left: calc(50vw - 500px);
}
#header-logo img {
	height: auto;
	width: 350px;
}
#header-contact p a {
	text-decoration:none;
	font-size: 25px;
}
#header-contact img {
	height: 32px;
	width: 32px;
}
#header-contact p {
	padding-right: 0;
}
#header-contact {
	vertical-align: top;
	text-align:right;
	position: absolute;
	top:0;
	right: calc(50vw - 500px);
	padding-right: 0;
}
#header-nav {
	/*background:linear-gradient(to right, rgb(0,128,255), rgb(51,199,189));*/
	background-color:rgb(0, 96, 196);
	width: 100vw;
	border-radius:0;
	padding:0;
	position:absolute;
	top:128px;
	padding-bottom: 16px;
}
#header-nav::before {
  content: " ";
  position: absolute;
  border: 4px solid red;
  bottom: 8px;
  left: 0;
  right: 0;
}
#header-nav ul {
	list-style-type:none;
	margin:0;
	padding:0 calc(50vw - 500px);
}
#header-nav ul li {
	float: left;
	padding:0;
}
#header-nav ul li a {
	display:block;
	color:white;
	text-decoration:none;
	text-align:center;
	padding:16px;
}
#header-nav ul li a:hover {
	background-color:rgba(0,0,0,0.1);
}
#header-burger {
	display: none;
}
main {
	position: relative;
	height:1000px;
	transition: height 2s;
	overflow: hidden;
}
#infobox {
	border: 2px solid rgb(0, 128, 255);
	height: 300px;
	background: linear-gradient(to right, white, white 60%, transparent 80%, transparent), url("/a-mis/background-blur-blurred-255379.jpg") no-repeat right / contain;
}
#infobox p {
	width: 70%;
}
#reviews {
	column-count: 3;
	column-gap: 0;
}
#reviews > div {
	break-inside: avoid-column;
	margin: 6px;
	padding: 18px;
	text-align: justify;
	background-color: rgba(0, 96, 169, 0.3);
}
table {
	table-layout: fixed;
	width: 100%;
}
td, th {
	font-size: 12px;
	padding: 8.2px;
	border-radius: 0;
}
th, th span {
	background-color: rgb(0, 128, 255);
	color: white;
}
th:first-child {
	border-top-left-radius: 10px;
}
th:last-child {
	border-top-right-radius: 10px;
}
td {
	height: 15vh;
	background-color: rgb(26, 164, 222);
	position: relative;
	vertical-align: top;
	cursor: pointer;
}
td.today {
	background-color: rgb(20, 123, 167);
}
td.past {
	background-color: rgb(141, 210, 239);
}
td.dm::after {
	content: "";
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.6);
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#w6d0 {
	border-bottom-left-radius: 10px;
}
#w6d6 {
	border-bottom-right-radius: 10px;
}
td div {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 12px;
	overflow: hidden;
}
td p {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#months td {
	height: initial;
	background-color: transparent;
	font-size: 15px;
}
#months td:nth-of-type(2) {
	text-align: center;
}
#months td:nth-of-type(3) {
	text-align: right;
}
#art3 > div {
	width: 500px;
	height: 132vh;
	background-color: rgb(141, 210, 239);
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#art3 > div > div {
	font-size: 12px;
	height: 10vh;
	border-bottom: 1px solid black;
	border-radius: 0;
	padding: 0;
}
#art3 > div > div:hover:not([data-start]) {
	background-color: rgba(0, 0, 0, 0.5);
}
#art3 [data-start] {
	position: absolute;
	border: 0;
	border-radius: 10px;
	background-color: red;
	height: calc(10vh - 6px);
	width: 400px;
	top: 12px;
	left: 90px;
	padding: 6px;
	overflow: hidden;
	margin: 2px;
}
article {
	width: 1000px;
	position: absolute;
	transition: left 2s;
	padding-bottom: 50px;
}
article > * {
	padding-left: 0;
	padding-right: 0;
}
#art0 {
	left: calc(50vw - 500px);
}
#art1 {
	left: calc(150vw - 500px);
}
#art2 {
	left: calc(250vw - 500px);
}
#art3 {
	left: calc(350vw - 500px);
}
#art4 {
	left: calc(450vw - 500px);
	padding-left: 0;
	padding-right: 0;
}
#art5 {
	left: calc(550vw - 500px);
}
#art6 {
	left: calc(650vw - 500px);
}
#art4 iframe, #art2 iframe {
	width: 1000px;
	height: 100vh;
}
footer {
	/*background:linear-gradient(to right, rgb(0,128,255), rgb(51,199,189));*/
	background-color:rgb(0, 96, 196);
	border-radius: 0;
	padding:0 calc(50vw - 500px);
	width: 100vw;
	position: relative;
	padding-top: 16px;
}
footer::before {
  content: " ";
  position: absolute;
  border: 4px solid red;
  top: 8px;
  left: 0;
  right: 0;
}
footer h5 {
	color: white;
	font-size: 20px;
	margin: 0;
	padding: 0 ;
}
footer p {
	color: white;
	margin: 6px 0;
	padding: 0;
	font-size: 14px;
	text-align: justify;
}
footer a {
	color: white;
	text-decoration: none;
}
footer img {
	filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(7466%) hue-rotate(83deg) brightness(111%) contrast(113%);
	width: 32px;
	height: 32px;
	vertical-align: middle;
}
footer div {
	float: left;
	width: 333.3px;
}
footer span {
	color: white;
}
#footer-accept img {
	filter:none;
	width:auto;
	border-radius:initial;
	height:54px;
	margin-bottom: 15px;
	margin-right: 15px;
}
/* For mobile phones: */
p {
    margin-top:5px;
    margin-bottom:5px;
}
#logo {
    width: 100%;
    height: auto;
}
ul, ol {
    padding-left: 50px;
}
ul ul, ul ol, ol ol, ol ul {
    padding-right: 0 !important;
}
