html *
{
  font-family: Roboto, Arial, Helvetica, san-serif;
}

body {
  margin: 0px;
}

h1 {
  color: white;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 410;
  font-size: 60px;
}

h1.sub {
  color: white;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 350;
  font-size: 42px;
}

h2 {
  color: black;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 425;
  font-size: 42px;
}

h3 {
  color: black;
  text-align: left;
  font-weight: 400;
  font-size: 22px;

}

hr {
  width: 4%;
  text-align: center;
  color: #e2e2e2;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

.bkhoe
{
  position: relative;
  text-align: center;
  color: white;
}

img.bkhoe {
  max-width: 500%;
  width: 100%;
  height: auto;
  border: none;
}

.bkhoetop
{
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 425;
  font-size: 42px;
  letter-spacing: 1px;
  background: rgb(0 0 0 / 50%);
  border-radius: 5px;
  padding-top: 35px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

.bkhoebtm
{
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  background: rgb(0 0 0 / 50%);
  border-radius: 5px;
  padding-top: 35px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

p {
  color: #5e5e5e;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
}

p.hdr {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

p.hours {
  color: #5e5e5e;
  text-align: left;
  font-size: 15px;
  line-height: .75;
  white-space: pre;
  tab-size: 5;
}

p.ftr {
  color: #5e5e5e;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}


div.hdr {
  background-color: black;
  text-align: center;
}

img.hdr {
  max-width: 100%;
  height: auto;
  border-style: solid;
  border-width: thick;
  border-color: white;
}

iframe {
  border: none;
  width: 100%;
  height: 600px;
}

a:link {
  color: #5e5e5e;
  text-decoration: none;
}

a:visited {
  color: #5e5e5e;
  text-decoration: none;
}

a:hover {
  color: #5e5e5e;
  text-decoration: none;
}

a:active {
  color: #5e5e5e;
  text-decoration: none;
}

td.org {
  text-align: center;
  vertical-align: middle;
}

input[type=text] {
  color: #5e5e53;
  font-size: 15px;
  width: 100%;
  height: 50px;
  padding-top: 5px;
  padding-left: 10px;
  border: 1px solid #DDD;
  box-sizing: border-box;
}

input[type=password] {
  color: #5e5e53;
  font-size: 15px;
  width: 100%;
  height: 50px;
  padding-top: 5px;
  padding-left: 10px;
  border: 1px solid #DDD;
  box-sizing: border-box;
}

input[type=email] {
  color: #5e5e53;
  font-size: 15px;
  width: 100%;
  height: 50px;
  padding-top: 5px;
  padding-left: 10px;
  border: 1px solid #DDD;
  box-sizing: border-box;
}

input::placeholder {
  color: #5e5e53;
  font-size: 15px;
  left: 0px;
  top: 0;
  vertical-align: top;
}

input:focus {
  outline: 0;
  border-style: solid;
  border-color: #303030;
  border-width: 1px;
  border: 1px solid #303030;
  box-sizing: border-box;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
  visibility: hidden;
}

input:focus::-moz-placeholder {
  visibility: hidden;
  color: transparent;
}

textarea {
  color: #5e5e53;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 200px;
  resize: vertical;
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
  border: 1px solid #DDD;
  box-sizing: border-box;
}

textarea::placeholder {
  color: #5e5e53;
  font-size: 15px;
}

textarea:focus {
  outline: 0;
  border-style: solid;
  border-color: #303030;
  border-width: 1px;
  border: 1px solid #303030;
  box-sizing: border-box;
}

input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

input[type="submit"] {
  color:  white;
  background-color: black;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
  
.Multiple {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.upload {
  display: inline-flex;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #5e5e53;
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.2s ease;
}

span.counter {
  color: #5e5e5e;
  text-align: right;
  font-size: 12px;
  line-height: 1;
}

.MailStatusOK {
  color: #5e5e53;
  text-align: center;
  font-size: 15px;
}

.MailStatusError {
  color: red;
  text-align: center;
  font-size: 15px;
}

.FormError {
  color: red;
  text-align: left;
  font-size: 15px; 
}

.StatusMsg {
  color: red;
  text-align: center;
  font-size: 20px;
}

.SmallText {
  color: #5e5e5e;
  text-align: center;
  font-size: 12px;
}

.ShiftGroup {
  position: relative;
}

.ShiftInput:placeholder-shown + .ShiftLabel {
  visibility: hidden;
}

.ShiftInput:focus + .ShiftLabel, .ShiftInput + .ShiftLabel {
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 10px;
  color: #5e5e5e;
  padding-left: 10px;
  padding-right: 10px;
  visibility: visible;
}

div.Accept {
  list-style-type: none;
  background-color: white;
  margin: 5px;
  row-gap: 6px;
}

span.Accept {
  background-color: #EEE;
  color: #5e5e5e;
  font-size: 15px;
  text-align: left;
  display: inline-block;
  width: 90%;
  padding: 10px;
}

button.AcceptDelete {
  background-color: #EEE;
  border: none;
  font-size: 15px;
  padding: 10px;
}

span.Reject {
  background-color: white;
  color: Red;
  font-size: 15px;
  text-align: left;
  display: inline-block;
  width: 90%;
  padding: 10px;
}

button.RemoveReject {
  background-color: white;
  color: #5e5e5e;
  border: none;
  font-size: 15px;
  padding: 10px;
}



