body a{
text-decoration:none;
}

.bordered{
    border:1px solid #333;
    text-align: center;
    min-height: 50px;
    padding: 1%;
    margin-bottom: 10px;
  
  /*height: 464px; */
  -webkit-border-radius: 8px/7px; 
  -moz-border-radius: 8px/7px; 
  border-radius: 8px/7px; 
  background-color: #ebebeb; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;
}

.span_1_of_2 {
	
	width: 100%;

}

#form{
    
width: 100%;
height: 90vh;
top: 10vh;
    }


.form {

  z-index: 1;

}

.form button {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  outline: 0;
  background: #daa411;
  width: 100%;
  border: 0;
  padding: 0.5vw;
  color: #FFFFFF;
  font-size: 6vw;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}


.form1 {

  z-index: 1;

}

.form1 button {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  outline: 0;
  background: #43A047;
  width: 100%;
  border: 0;
  padding: 0vw;
  color: #FFFFFF;
  font-size: 8vw;
  margin-bottom: 1vw;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form1 button:hover,.form button:active,.form button:focus {
  background: #FF0000;
}

#footermenu {
  position: fixed;
  margin-bottom: 0em;
  font-family: sans-serif;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 8vw;
  z-index: 10;
   font-size: 5vw;
background: #ffffFF;	
margin: 0 0 0 0;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3000; /* Sit on top */
    padding-top: 3vw; /* Location of the box */
    left: 0;
    top: 8vw;
    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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	z-index: 1000;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 360px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 1vw;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 1vw;}

.modal-footer {
    padding: 2px 1vw;
    background-color: #5cb85c;
    color: white;
}
