html {
  overflow-y: scroll;
  background-color: #f9f9f9;
  max-width:95vw;
}

body {
 background-color:#f9f9f9;
font-family: "GothamHTF-Book"; 
  max-width:95vw;
}

a {
  text-decoration: none;
  color: #818285;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
a:hover {
  color: #818285;
}  
.form {
  /*padding: 10px 40px 40px 40px;*/
  width: 80vw;
  min-width: 300px;
  /*min-height: 100vh;*/
  margin-left: auto;
  margin-right: auto;
  display:block;
  background-color:#f9f9f9;
    
  
}
 .tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  
  
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
  
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #818285;
  font-size: 14px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #179b77;
  color: #818285;
}
.tab-group .active a {
  background: #ac172c;
  color: #818285;
}

.tab-content > div:last-child {
  display: none;
}

h1 {
  text-align: center;
  color: #818285;
  font-weight: 300;
  margin: 0 0 40px;
}
    
    p {
        color: #818285;
        font-size: calc(26px+3vh);
      font-family: "GothamHTF-Book";
    }
    
    @media only screen and (max-width:600px) {
     p {
        color: #818285;
        font-size: calc(20px+3vh);
    } 
    
      
    }


label {
  position: absolute;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  left: 10px;
  color: #818285;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: auto;
  font-size: calc(26px+3vh);
  font-family: "GothamHTF-Book";
}
  @media only screen and (max-width:600px) {
  label {
  position: absolute;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  left: 10px;
  color: #818285;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: auto;
  font-size: calc(20px+3vh);
    font-family: "GothamHTF-Book";
}
  }
 
label .req {
  margin: 2px;
  color: #818285;
}

label.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 5px;
  top:15px;
  font-size: calc(26px+3vh);
}
  @media only screen and (max-width:600px)  {
   label.active {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  left: 5px;
  top:25px;
  font-size: calc(20px+3vh);
} 
  }
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #818285;
}

input, textarea {
  font-size: calc(26px+3vh);
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  background: none;
  background-image: none;
  border: 1px solid #818285;
  color: #818285;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
  font-family: "GothamHTF-Book";
}
  @media only screen and (max-width:600px) {
    input, textarea {
  font-size: calc(20px+3vh);
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  background: none;
  background-image: none;
  border: 1px solid #818285;
  color: #818285;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
      font-family: "GothamHTF-Book";
}
    
  }
  input, select {
  font-size: calc(26px+3vh);
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  background: none;
  background-image: none;
  border: 1px solid #818285;
  color: #818285;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
    font-family: "GothamHTF-Book";
}
  @media only screen and (max-width:600px) {
    input, select {
  font-size: calc(20px+3vh);
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  background: none;
  background-image: none;
  border: 1px solid #818285;
  color: #818285;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
      font-family: "GothamHTF-Book";
  
}
  }
input:focus, textarea:focus {
  outline: 0;
  border-color: #1ab188;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 40px;
  min-height:6vh;
   
}

 
.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: calc(16px+3vh);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #e0e0e0;
  color: #808185;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  font-family: "GothamHTF-Book";
}
.button:hover, .button:focus {
  background: #808185;
  color:#e0e0e0;:
}

.button-block {
  display: block;
  width: 20%;
  min-width:100px;
  position:relative;
  margin-left:66vw;
  margin-top:10vh;
}

.forgot {
  margin-top: -20px;
  text-align: right;
  font-size: 14px;
}
  /* The container */
.container {
  display: block;
  position: relative;
  padding-left: 20px;
  padding-right: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}
    .checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 0%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}
    .container:hover input ~ .checkmark2 {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}
    .container input:checked ~ .checkmark2 {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
    .checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}
    .container input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}
    .container .checkmark2:after {
 	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border-radius: 0%;
	background: white;
}
    table {
      width:100%;
    }
    td {
      font-size:calc(26px+3vh);
    }
    @media only screen and (max-width:600px) {
      td { font-size:calc(20px+3vh); }
    }
    ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
    
    ul#menu li {
      display:inline-block;
    }
   .desc {
     display: none;
     
   }
@font-face {
font-family: "Albra";
src: url("https://destinopacha.com/restaurant2/fonts/albra_black.woff") format("woff"),
url("https://destinopacha.com/restaurant2/fonts/albra_black.otf") format("opentype");
}

@font-face 
{font-family: "GothamHTF-Book"; 
  src: url("https://destinopacha.com/restaurant2/fonts/GothamHTFBook.woff") format("woff"),
url("https://destinopacha.com/restaurant2/fonts/GothamHTFBook.otf") format("opentype");
}