html {
  box-sizing:border-box
}
*,*:before,*:after {
  box-sizing:inherit
}
html {
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%
}
body {
  margin:0;
}
body, html {
  height: 100%
}
a:link, a:visited {
    text-decoration: none;
    color: #3D2500
}
.header-text {
	font-family: AdonExtraBold, arial, sans-serif;
	font-size: 64px;
	color: #3D2500
}
.title-text {
	font-family: AdonExtraBold, arial, sans-serif;
	font-size: 40px;
	color: #3D2500
}
.subtitle-text {
	font-family: AdonBold, arial, sans-serif;
	font-size: 36px;
	color: #3D2500
}
.regular-text {
  font-family: AdonReg, arial, sans-serif;
  font-size: 18px;
  color: #3D2500
}
.small-text {
  font-family: AdonReg, arial, sans-serif;
  font-size: 12px;
  color: #3D2500
}
.bgimg {
    background-image: url("img/web-site-background.jpg");
    min-height: 100%;
    background-position: topleft;
    background-size: cover;
    background-color: #FCE29C
}

.bggradient {
  background-color: #FCE29C;
  background: linear-gradient(to bottom right, #FCE29C, #FF9900);
}
.display-topleft {
  
  left:0;
  top:0;
  min-height: 100%;
  margin-bottom: -50px;
}
.display-bottomleft {
  position:absolute;
  left:0;
  bottom:0
}
.footer,
.push {
  height: 50px;
}