/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
/*  background-color: rgb(0,0,0); /* Fallback color */
/*  background-color: rgba(0,0,0,0); /* ,0.4 Black w/ opacity */
}

.modalcontact {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 54px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
}

/* Modal Content */
.modal-content {
  box-shadow: 0 5px 10px 5px rgba(0,0,0,0.5);
  margin: auto;
  float: right;
  border: 1px solid #888;
  width: calc(100% - 170px);
/*  background: #003366; //#d0d5df
    color: #FFF; //#9ca6ba
    color: #9ca6ba;*/
  background: #b3ffec; /* #b3c6ff #b3ffec;*/
  border: none;
  outline: none;
  text-align: center;
  margin: 0% 0% 0px;
  /*line-height: 1px;*/
  padding: 10px;
  font-size: 16px;
  border-radius: 10px;
}

/* Modal Content2 */
.modal-content2 {
  box-shadow: 0 5px 10px 5px rgba(0,0,0,0.5);
  margin: auto;
  float: left;
  border: 1px solid #888;
  width: 32%;
/*  background: #003366; //#d0d5df
    color: #FFF; //#9ca6ba
    color: #9ca6ba;*/
  background: #b3ffec; /* #b3c6ff #b3ffec;*/
  border: none;
  outline: none;
  text-align: center;
  margin: 0% 0% 0px;
  /*line-height: 1px;*/
  padding: 10px;
  font-size: 16px;
  border-radius: 10px;
}

.modal3 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 154px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
/*  background-color: rgb(0,0,0); /* Fallback color */
/*  background-color: rgba(0,0,0,0); /* ,0.4 Black w/ opacity */
}

.modal-content3 {
  box-shadow: 0 5px 10px 5px rgba(0,0,0,0.5);
  margin: auto;
  float: right;
  border: 1px solid #888;
  width: calc(100% - 170px);
  background: #b3ffec; /* #b3c6ff #b3ffec;*/
  border: none;
  outline: none;
  text-align: center;
  margin: 0% 0% 0px;
  /*line-height: 1px;*/
  padding: 30px;
  font-size: 16px;
  border-radius: 10px;
}

/* The Close Button */
.close {
  color: #003366;
  float: right;
  font-size: 22px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}