/* */
/*#ff0; */
/* replace  #a01300 */
/*lighten($blue_sky 50%); /*#f2f5ff;*/
/*#0a0354;*/
/*#152fb8;*/
/*#373A3D;*/
/*  */
/* line 28, ../sass/includes/_include.scss */
.box_shadow {
  box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
}

/* line 32, ../sass/includes/_include.scss */
.border_radius {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* line 37, ../sass/includes/_include.scss */
.font_oswald, h1, .h1, h2, .h2, h3, .h3 {
  font-family: 'oswaldregular';
}

/* BUTTON */
/* line 43, ../sass/includes/_include.scss */
.form-actions .form-submit {
  margin: 0 10px 10px 0;
  border: none;
  padding: 8px 20px;
  color: #fff;
  background: #c01700;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
}
/* line 52, ../sass/includes/_include.scss */
.form-actions .form-submit:hover, .form-actions .form-submit:focus {
  background-color: #555555;
}

/* line 57, ../sass/includes/_include.scss */
.font_awesome {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

/* html.scss */
/* line 4, ../sass/html.scss */
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #555555;
  background: #a1b86e;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(270deg, #96bfdf, #a1b86e 30%);
  background-image: -moz-linear-gradient(270deg, #96bfdf, #a1b86e 30%);
  background-image: -o-linear-gradient(270deg, #96bfdf, #a1b86e 30%);
  background-image: -ms-linear-gradient(270deg, #96bfdf, #a1b86e 30%);
  background-image: linear-gradient(180deg, #96bfdf, #a1b86e 30%);
}

/* line 18, ../sass/html.scss */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 23, ../sass/html.scss */
header, nav, section, article, figure, aside, footer {
  display: block;
}

/* line 26, ../sass/html.scss */
a {
  color: #1531bd;
}

/* line 29, ../sass/html.scss */
a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #c01700;
}

/* line 34, ../sass/html.scss */
h1, .h1 {
  font-size: 2em;
  /*1.84em*/
}

/* line 37, ../sass/html.scss */
h1, .h1, h2, .h2, h3, .h3 {
  margin: 0 0 15px;
  line-height: 1.3;
}

/* line 42, ../sass/html.scss */
h2 {
  font-size: 1.57em;
}

/* line 46, ../sass/html.scss */
h3, .h3 {
  font-size: 1.428em;
}

/* line 49, ../sass/html.scss */
h4, h5, h6 {
  margin-bottom: 15px;
  font-size: 1em;
}

/* line 54, ../sass/html.scss */
address {
  margin-bottom: 15px;
}

/* line 58, ../sass/html.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 63, ../sass/html.scss */
input, button, select, textarea {
  padding: 6px;
  border: 1px solid #ddd;
  outline: none;
}

/* line 68, ../sass/html.scss */
label {
  font-weight: normal;
}

/* line 71, ../sass/html.scss */
p {
  margin-bottom: 15px;
}
