html {
  margin: 0 auto;
  max-width: 1080px;
  background-color: #37445a;
  /*background-color: #253248;*/ /*#505055;*/
  /*background-image: url(img/ath-bg02.png);
  background-repeat: repeat;*/
}
body {
  font-family: 'Lato',sans-serif;
  font-weight: 400;
  /*font-family: sans-serif;*/
  font-size: 0.9em;
  text-align: center;
  line-height: 1.5;
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  background-color: #ffffff;
}
.header {  
  width: 100%;
  margin: auto;
  letter-spacing: 3px;
  color: #9C9582;
  background-color: #000000;  
  background-image: url("img/ath-bg-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.container {
  position: relative;
  text-align: center;
}
.centered {
  color: #d0d0b0;
  text-shadow: 1px 2px black;
  width: 100%;
  margin: auto;    
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.body-text {
  width: 100%;
  text-align: center;
  color: #000000;
}	
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
a {
  color: #004080;
  font-weight: bold;
}
h1 {
  width: 100%;
  font-size: 2em;
  font-family: Helvetica, sans-serif;
  text-align: center;
  padding: 0px 0px;
  color: #e0e0d0; 
}
h2 {
    font-size: 1.2em;
	font-family: Helvetica, sans-serif;
	background-color: #ffffff;
	padding: 8px;
}
h3 {
  font-weight: bold;
  font-size: 1.4em;
}
h4 {
   margin-top: 50px;
   margin-left: 12%;
   text-align: left;
   text-indent: 1em;
}
hr {
  width: 80%;
}
.sbox {
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
}
.shbox {
    width: 60%;
    margin: auto;
    text-align: center;
    background-color: #ffffff;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 8px 16px 0 rgba(0, 0, 0, 0.19);
}
p {
  margin-left: 12%;
  margin-right: 12%;
  text-align: justify;
  text-indent: 2em;    
}
