.background-color {
  background-color: #FFF; }

textarea, input, button, select {
  font-family: inherit;
  font-size: inherit; }

/*
h1
{
	font-family: $font-title;
	font-weight: 300;
	font-size:50px;
	color: $primary-color;
	margin-top: 30px;
	margin-bottom: 15px;
}

h2
{
	font-family: $font-title;
	font-weight: 900;
	font-size:40px;
	color:#FFF;
}

h3
{
	font-family: $font-title;
	font-weight: 300;
	font-size:30px;
	color:#FFF;
}

h4
{
	font-family: $font-title;
	font-weight: 400;
	font-size:25px;
	color:#000;
	margin:20px;
}

h5
{
	font-family: $font-title;
	font-weight: 400;
	font-size:23px;
	color:#000;
	margin:5px;
}

h6
{
	font-family: $font-title;
	font-weight: 400;
	font-size:20px;
	color:#000;
	margin:5px 0;
}


hr
{
	flex: 1;
	margin-left: 0;
  	margin-right: 0;
  	height: 0px;
	border-width: 1px;
	border-radius : 1px;
	border-style : solid;
	border-color: #666;
}
*/
/*
form
{
	font-size:13px;
	font-weight: 300;
}
*/
.number {
  width: 100%;
  padding: 10px 10px;
  margin: 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  margin: 3px 0 12px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  font-weight: 200; }

.email, .password, .text, textarea {
  width: 100%;
  padding: 10px 10px;
  margin: 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  margin: 3px 0 12px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  font-weight: 200; }

.email:focus, .password:focus, .text:focus {
  border: 1px solid #333; }

.submit, .button {
  width: 100%;
  background-color: #CC3333;
  color: white;
  padding: 14px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 1px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  -webkit-appearance: none;
  font-weight: 200; }

.submit:hover, .button:hover, .submit:focus, .button:focus {
  background-color: #b01111;
  border: none;
  -webkit-appearance: none;
  outline: none; }

select, select:focus, select:active {
  border-radius: 0px;
  margin: 5px;
  padding: 10px 15px;
  border: none; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

a, a:link:active, a:visited:active, a:link, a:visited {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

.red-background {
  background-color: rgba(255, 50, 50, 0.5); }

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