@import "//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic";

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #626262;
  background-color: #eaeef3;
  line-height: 1.5;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #337ab7;
}

img {
  max-width: 100%;
}

*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}