h1 { font-size: 2.0rem; font-weight: bolder; letter-spacing: 1px; }
h2 { font-size: 1.8rem; font-weight: bolder; letter-spacing: 1px; }
h3 { font-size: 1.6rem; font-weight: bolder; letter-spacing: 1px; }
h4 { font-size: 1.4rem; font-weight: bolder; letter-spacing: 1px; }
h5 { font-size: 1.2rem; font-weight: bolder; letter-spacing: 1px; }
h6 { font-size: 1.0rem; font-weight: bolder; letter-spacing: 1px; }
a { height: 100%; }

.container { max-width: 1024px; } 

@media screen and (min-width: 992px) {
  .container {
    min-width: 992px;
    max-width: 1024px;
  } 
}
