@import url(../vendor/fonts/font-awesome/css/font-awesome.min.css);
/* Font-size (14px) */
/* Font */
/* Effect */
/* end Effect */
/* Button */
/* end Button */
/* Background */
/* end Background */
/* Gallery hover,focus */
/* end Gallery hover,focus */
/* line 5, ../sass/html.scss */
html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #999999;
  background-color: white;
  font-weight: 300;
}

/* line 13, ../sass/html.scss */
header, nav, section, article, figure, aside, footer {
  display: block;
}

/* line 18, ../sass/html.scss */
a:hover, a:active, a:focus, textarea:hover, textarea:active, textarea:focus, input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus, input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus, input:hover, input:active, input:focus {
  outline: 0px !important;
  -webkit-appearance: none;
}

/* line 24, ../sass/html.scss */
a {
  color: #00a0b0;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
/* line 28, ../sass/html.scss */
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #3a3a3a;
}

/* line 34, ../sass/html.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 39, ../sass/html.scss */
p {
  margin-bottom: 10px;
}

/* line 43, ../sass/html.scss */
h1, h2, h3, h4 {
  margin: 0 0 15px 0;
  font-size: 2.143em;
  font-weight: 700;
}

/* line 49, ../sass/html.scss */
h1, h2 {
  margin-bottom: 25px;
  color: #3a3a3a;
}

/* line 54, ../sass/html.scss */
iframe {
  border: none;
  width: 100%;
}

/* line 59, ../sass/html.scss */
hr {
  border-color: rgba(0, 0, 0, 0.2);
  margin: 20px 0;
}

/* line 64, ../sass/html.scss */
label {
  color: #3a3a3a;
  font-weight: 300;
}
