@charset "UTF-8";



h1 {
	color: #000;
	margin-left: 5em;
}
form, p.warning {
	margin-left: 45px;
}



section.color{
    background-color: #efefee;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-top: 5px;
    padding-bottom: 5px;
    
    
}
}

}


section.thanks{
    background-color: #efefee;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-top: 5px;
    padding-bottom: 5px;
    
}
}



label {
    font-size: 18px;
    font-weight: 600;
	display: block;
}
input {
	width: 20em;
    height: 2em;
}
textarea {
	width: 30em;
	height: 10em;
}
input[type=submit] {
	margin-left: 26.5em;
	width: auto;
	background-color: #000;
	color: #fff;
	font-size: 0.8em;
	padding: 0.4em 0.6em;
}
.warning {
    
	font-weight: bold;
	color: #ff0000;
}
fieldset {
    border: none;
    margin-left: 0;
    padding-left: 0;
}
input[type=radio], input[type=checkbox] {
    width: auto;
}
label[for^=gender], label[for=terms], label[for^=extras] {
    display: inline-block;
}





form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}

form {
  font-size: 90%;
  
  padding: 5px 5px 5px 5px;
}

form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
    
}
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
    
	width: 50%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

@media (max-width: 1200px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 50%; 
  }
    
    input[type=submit] {
	margin-left: 0em;
	width: auto;
	background-color: #000;
	color: #fff;
	font-size: 0.8em;
	padding: 0.4em 0.6em;
}
 
 h1 {
	color: #000;
     margin-left: 40px;
    }   
    
    
    
    
}


@media (max-width: 960px){
    
    section.color{
    background-color: #efefee;
    margin-left: 0em;
    margin-right: 0em;
    max-width: 960px;
    padding-top: 5px;
    
}
 
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 75%; 
  }
    
    
}

@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}

.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }





