@import url(../fonts/Lobster/Lobster.css);
@import url(../fonts/OpenSans/OpenSans.css);

.clearfix:after {
  content: " ";
  display: table;
  clear: both
}

body::after {
  content: "";
  display: block;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
  right: 0
}

a {
  color: #D53029;
}

@media all and (max-width: 600px) {
  a {
    line-height: 2em
  }
}

h1 {
  font-size: 2.5rem;
  font-family: Lobster, sans-serif;
  letter-spacing: 0.1rem;
  margin: 0.5em 0;
  line-height: 100%;
}

h2 {
  text-transform: uppercase;
  font-size: 1.2rem
}

img {
  background: rgba(255, 255, 255, 0.9);
  max-width: 100%;
  height: auto
}

#container {
  margin-top: 0;
  padding-bottom: 0;
  text-align: center
}

#container > div {
  display: table;
  border-collapse: collapse;
  width: calc(100% - 25px);
  max-width: 800px;
  padding: 25px;
  margin: 3em auto
}

#container > div:before {
  content: '';
  display: table-cell;
  width: 15px;
  height: 100%;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  background-color: #ffffff
}

#container > div:after {
  content: '';
  display: table-cell;
  width: 15px;
  height: 100%;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  background-color: #ffffff
}

#container > div.border:before, #container > div.border:after {
  background-color: #D53029
}

div.text {
  text-align: left
}

.logo {
  color: #D53029
}

div.text h1, .c {
  text-align: center
}

.b {
  font-weight: bold
}

.font-alice-regular {
  font-family: 'Alice-Regular', Artifika-Regular, Helvetica, Arial, sans-serif
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #D53029;
  color: white;
  text-align: center;
}

footer ul {
  font-size: 1rem;
  text-align: right;
  max-width: 800px;
  padding: 10px 25px;
  margin: 0 auto
}

footer ul li {
  display: inline;
  padding: 0 0 0 10px
}

footer ul li a {
  color: #ffffff;
  text-decoration: none
}

footer ul li.left {
  float: left;
  padding-left: 0
}

.logotext:before {
  content: '◟';
  position: relative;
  top: -5px;
  left: 5px
}

.logotext:after {
  content: '◞';
  position: relative;
  top: -5px;
  left: -5px
}
