body { background-color: #e3e3e3; }
h1 { margin: 0; }
a { text-decoration: none; }

.demolink{
	padding: 20px;
	margin-bottom: 20px;
}

.btnogl{
  position: relative;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #223E99;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 0 #223E99;
  transition: all .5s;
}
.btnogl:hover {
  color: #fff;
  background-color: #223E99;
}
.btnogl:active,
.btnogl:focus {
  background-color: #223E99;
  color: #fff;
  box-shadow: 0 2px 0 #223E99;
}
.btnjel {
  position: relative;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #7AC143;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 0 #7AC143;
  transition: all .5s;
}
.btnjel:hover {
  color: #fff;
  background-color: #7AC143;
}
.btnjel:active,
.btnjel:focus {
  background-color: #7AC143;
  color: #fff;
  box-shadow: 0 2px 0 #7AC143;
}
.more {
  position: absolute;
  top: 23px;
  right: 20px;
  transition: all .25s;
}
.btnogl:hover .more {
  padding-right: 10px;
}
.last {
  margin-bottom: 0;
}
.divider {
  display: block;
  margin: 40px 0;
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
}


.region-header {
  width: 100%;
  height: auto;
}
.top-header-img {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  background: url(../../img/header-bottom.png);
}

.region-content {

}
.container {
  width: 80%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
}


.main-content {
  height: auto;
  background-color: #fff;
  padding: 40px 20px;
}
.intro-header {
  margin-bottom: 40px;
  text-align: center;
}

.button-area {
  width: 100%;
}
.img-initial {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}
img.logo-small {
  max-width: 150px;
}

.region-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: url(../../img/header-bottom.png);
  opacity: .55;
}




@media all and (max-width: 768px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
