content {
  min-height: 120%;
}

.bgimg {
  margin: 3.5em 0 0;
  padding: 5%;
  max-width: 100%;
  min-height: 100vh;
  background-size: cover;
  opacity: 1;
  z-index: -1000;
  background: url("/WCT/wct_ex_3_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
}

.container {
  min-height: 170%;
  width: 80%;
  margin: 0 auto;
  border-radius: 5px;
  background-color:#212529d7;
  padding: 1em 1em 5em;
  color: #fff;
}

p {
    font-size: .9em;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
  font-family: inherit;
}

#gdpr, label {
  color: #fff;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 12px;
}

input.gdpr {
  height: 15px;
  width: 15px;
  margin: 0;
  padding: 0 5px;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: rgb(76, 119, 175);
  color: white;
  margin-top: 1em;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

.map {
  grid-row-start: 3 / span 1;
  grid-column: 1 / span 3;
  text-align: center;
  margin: 5% 0;
}


IFRAME {
  margin: .5em 0;
  padding: 0;
}

button {
  display: none;
  appearance: none;
  margin: 40px auto 0;
  padding: 5px 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: rgba(0, 0, 0, .8);
  background-color:  rgb(76, 119, 175);
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  cursor: pointer;
}

.blocked {
  display: none;
}

#permitted:checked ~ button {
  display: block;
}

button:hover {
    background-color: lightgreen;
}

footer {
  margin-top: 0;
}

@media only screen and (min-width: 650px) {

  .container {
      width: 70%;
  }

  .address {
      font-size: 1em;
  }
  
  .copyright {
      font-size: 1em;
  }
  
  .map {
      height: 400px;
  }

}

@media only screen and (min-width: 1024px)  {
  content {
      padding: 0;
  }

  .container {
      width: 75%;
      margin: 0 auto;
  }
  
  .map {
      height: 600px;
  }

input[type=text], select, textarea {
  padding: 16px; /* Some padding */ 
  margin-bottom: 32px; /* Bottom margin */
  font-size: 1em;
}

.formgrid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr;
  margin: 0;
  padding: 0;
}

input[name=number] {
  width: 97.5%;
  margin-right: 2.5%;
}

.method {
  width: 97.5%;
  margin-left: 2.5%;
}

.gdpr {
  height: 25px;
}

input[type=submit] {
  font-size: 100%;
}
  
}

@media only screen and (min-width: 1440px) {
  
  .container {
    margin: 0 auto;
    width: 80%;
    font-size: 200%;
  }

  
  /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 16px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 32px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
  font-size: 1em;
  font-family: inherit;
}

.formgrid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr;
  margin: 0;
  padding: 0;
}

input[name=number] {
  width: 97.5%;
  margin-right: 2.5%;
}

.method {
  width: 97.5%;
  margin-left: 2.5%;
}


#gdpr, label {
  color: #fff;
}

.gdpr {
  height: 25px;
}


/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: rgb(76, 119, 175);
  color: white;
  margin-top: 1em;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 100%;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}


}

