* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container {
  width: 75%;
  max-width: 75em;
  height: auto;
  margin: 0 auto;
}

header {
  width: 100%;
  height: 7em;
  padding: 0 20px 10px;
  background: #d80e0e;
  border-radius: 0 0 10px 10px;
}
header a {
  color: #000;
}
header h1 {
  font-family: "Lobster", cursive;
  font-size: 70px;
  float: left;
}
header nav {
  height: 100%;
  width: 40%;
  float: right;
  text-align: right;
}
header ul {
  list-style: none;
  height: 100%;
}
header ul li {
  display: inline-block;
  height: 100%;
  padding: 0 5px;
  margin: 0 5px;
  background: #000;
  border-radius: 0 0 20px 20px;
}
header ul li img {
  width: 1.875em;
  margin-top: 4.1em;
}

.content {
  width: 100%;
  margin-top: 1.875em;
  padding: 1.875em;
  background: #000;
  border-radius: 10px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: justify;
  float: left;
}

.content .topContent {
  width: 100%;
  float: left;
  margin-bottom: 1.875em;
}
.content .topContent img {
  width: 30%;
  float: left;
}
.content .topContent .topRight {
  width: 65%;
  float: right;
}
.content .topContent .topRight h2 {
  width: 140px;
  padding: 0 10px;
  float: right;
  clear: both;
  margin-bottom: 10px;
  background: #fff;
  color: #000;
  font-family: "Lobster", cursive;
  font-size: 30px;
}
.content .topContent .topRight p {
  width: 100%;
  float: right;
}

.content .bottomContent {
  width: 100%;
  float: left;
  margin: 0 0.5em;
}
.content .bottomContent .column {
  width: 33%;
  float: left;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.content .bottomContent .column.column:last-child {
  border: none;
}
.content .bottomContent .column h3 {
  font-size: 18px;
  padding: 5px;
  margin-bottom: 10px;
  font-family: "Lobster", cursive;
  background: #d80e0e;
}
.content .bottomContent .column p {
  line-height: 1.2em;
}
.content .bottomContent .column a.readMore {
  display: inline-block;
  background-color: #fff;
}

footer {
  margin-top: 50%;
  width: 100%;
  background-color: #fff;
  height: 30px;
  border-radius: 10px;
}
footer ul li {
  display: inline-block;
  margin: 3px;
}

/*# sourceMappingURL=stil.css.map */
