/**
 * @file
 * Overall specifications for Simplesmart.
 */

html {
  height: 100%;
}

body {
  min-height: 100%;
  word-wrap: break-word;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

a {
  text-decoration: underline;
  color: #0058a4;
}

h1,
h2 {
  font-size: 36px;
  line-height: 49px;
  font-weight: 600;
  margin-top: 0;
}

h3 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
  margin-top: 0;
}

p {
  margin: 0 0 12px;
}

img {
  max-width: 100%;
  height: auto;
}
