@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
/* line 3, C:/xampp2/htdocs/grubberz/sass/contact.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 16, C:/xampp2/htdocs/grubberz/sass/contact.scss */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #36363d;
}

/* line 24, C:/xampp2/htdocs/grubberz/sass/contact.scss */
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button {
  font: 400 15px "Roboto", Helvetica, Arial, sans-serif;
  border-radius: 5px;
}

/* line 34, C:/xampp2/htdocs/grubberz/sass/contact.scss */
#contact {
  background: #1a80b6;
  padding: 25px;
  margin-top: 30px;
}

/* line 40, C:/xampp2/htdocs/grubberz/sass/contact.scss */
#contact h2 {
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 10px;
}

#contact a {
	color: white;
	font-weight: 500;
}
#contact a {
	color: white;
	font-weight: 500;
}
#contact h4 {
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 25px;
}

/* line 48, C:/xampp2/htdocs/grubberz/sass/contact.scss */
fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

/* line 56, C:/xampp2/htdocs/grubberz/sass/contact.scss */
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 14px;
}

/* line 68, C:/xampp2/htdocs/grubberz/sass/contact.scss */
#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

/* line 79, C:/xampp2/htdocs/grubberz/sass/contact.scss */
#contact textarea {
  height: 200px;
  max-width: 100%;
  resize: none;
}

/* line 85, C:/xampp2/htdocs/grubberz/sass/contact.scss */
#contact button {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #ff6b42;
  color: #FFF;
  margin: 0 0 5px;
  padding: 15px;
  font-size: 15px;
}

/* line 96, C:/xampp2/htdocs/grubberz/sass/contact.scss */
#contact button:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

/* line 103, C:/xampp2/htdocs/grubberz/sass/contact.scss */
#contact button:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* line 108, C:/xampp2/htdocs/grubberz/sass/contact.scss */
#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

/* line 114, C:/xampp2/htdocs/grubberz/sass/contact.scss */
::-webkit-input-placeholder {
  color: #888;
}

/* line 118, C:/xampp2/htdocs/grubberz/sass/contact.scss */
:-moz-placeholder {
  color: #888;
}

/* line 122, C:/xampp2/htdocs/grubberz/sass/contact.scss */
::-moz-placeholder {
  color: #888;
}

/* line 126, C:/xampp2/htdocs/grubberz/sass/contact.scss */
:-ms-input-placeholder {
  color: #888;
}

/*# sourceMappingURL=../css/contact.map */