html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
header {
  background-color: transparent;
  border-bottom: 1px solid #fff;
}
body {
  background-image: url("../img/background.jpg");
  background-size: cover;
  min-height: 100%;
  position: relative;
}
div.social ul {
  display: inline-block;
  list-style-type: none;
}
div.social li {
  color: #fff;
  cursor: pointer;
  float: left;
  margin: 7px 12px 0;
  vertical-align: middle;
}
header nav {
  margin-right: 20px;
}
.social-icon {
  width: 25px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.social-icon:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.header {
  margin-top: 10px;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto 0;
}
.index article.middle-column section {
  padding: 15px 15px 0;
}
.index article.middle-column section h1 {
  border-bottom: 1px solid #29a4d9;
  color: #fff;
  padding: 0 0 5px;
}
.index article.middle-column section.index .tabular {
  border-spacing: 5px;
  border-collapse: separate;
  width: 100%;
}
.index article.middle-column section.index .tabular .row {
  width: 100%;
}
.index article.middle-column section.index .tabular .row .cell {
  padding: 1px;
  text-align: left;
  width: 25%;
}
.index article.middle-column section.index .tabular .row .cell a {
  border-bottom: 0;
  color: #fff;
}
.index article.middle-column section.index .tabular .row .cell a:hover {
  color: #000;
}
.index article.middle-column section.index .tabular .row .cell a:hover div {
  background-color: rgba(255, 255, 255, 0.2);
}
.index article.middle-column section.index .tabular .row .cell a h3 {
  font-weight: 300;
  margin-top: 5px;
}
.index article.middle-column section.index .tabular .row .cell img {
  cursor: pointer;
  width: 45px;
}
aside.left-column {
  color: #fff;
  margin-top: 10px;
}
aside.left-column .description {
  color: #fff;
  margin-top: 70px;
  padding: 70px 70px 70px;
}
aside.left-column .description p.title {
  font-size: 35px;
}
aside.left-column .description p {
  line-height: 1.5em;
  word-spacing: 3px;
  margin-top: 50px;
}
aside.left-column .description a {
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
aside.left-column .description a:hover {
  border-bottom: 1px solid #aec720;
  color: #aec720;
}
article.middle-column section a:hover {
  border-bottom: 1px solid #1abc9c;
}
footer {
  background-color: #131313;
  height: 30px;
}
footer .footer-section.up a {
  color: #aec720;
}
@media only screen and (min-width: 320px) {
  header div.header-components .social {
    display: none;
  }
  .index article.middle-column section.index .tabular .row .cell img {
    width: 35px;
  }
  .index article.middle-column section.index .tabular .row .cell a h3 {
    font-size: 10px;
  }
  aside.left-column {
    width: 100%;
  }
  aside.right-column {
    width: 0;
  }
  article.middle-column {
    width: 100%;
  }
  article.middle-column div {
    padding: 10px 15px !important;
  }
}
@media only screen and (min-width: 480px) {
  header div.header-components .social {
    display: block;
    float: right;
  }
  .index article.middle-column section.index .tabular .row .cell a h3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  header div.header-components .social {
    display: block;
  }
  .social-icon {
    width: 25px;
  }
  aside.left-column {
    width: 50%;
  }
  aside.right-column {
    width: 5%;
  }
  article.middle-column {
    width: 45%;
  }
  article.middle-column div {
    padding: 20px 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .index article.middle-column section.index .tabular .row .cell img {
    width: 45px;
  }
}
