@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,700);
html {
  margin: 0;
  padding: 0;
  background: #efefef; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Roboto", sans-serif;
  color: #4d4d4d;
  padding-bottom: 80px; }

p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8; }

a {
  transition-duration: 0.2s;
  color: inherit;
  text-decoration: none; }
  a:hover {
    opacity: 0.8; }

header {
  padding: 5% 0 0 0;
  background: #fcfcfc; }
  header #logo {
    margin: 0 auto;
    background: url(../img/torrential_logo_web.png);
    background: url(../img/torrential_logo_web.svg), transparent;
    background-repeat: no-repeat;
    height: 270px;
    width: 900px; }
    @media (min-width: 1474px) {
      header #logo {
        padding-right: 287px; } }

section p, section ul, section > div {
  width: 613px;
  padding: 60px 0 0 287px;
  margin: 0 auto;
  text-shadow: #fff 1px 1px; }
  @media (min-width: 1474px) {
    section p, section ul, section > div {
      padding: 0 287px;
      padding-top: 60px; } }
  section p:first-child, section ul:first-child, section > div:first-child {
    padding-top: 45px; }
section ul.external_links, section ul.external_links li {
  list-style-type: none; }
section ul.external_links li {
  display: inline-block;
  width: 30%;
  vertical-align: top; }
  section ul.external_links li i, section ul.external_links li div {
    vertical-align: top; }
  section ul.external_links li i {
    font-size: 42px;
    display: inline-block;
    margin-right: 5px; }
  section ul.external_links li div {
    display: inline-block;
    font-size: 12px;
    margin-top: -3px;
    font-style: italic; }
  section ul.external_links li h3 {
    margin: 0 0 2px 0;
    font-size: 19px;
    font-style: normal; }
  section ul.external_links li a {
    color: inherit; }

#details {
  border-top: 1px solid #dedede; }

#partners ul, #partners ul li {
  list-style-type: none; }
#partners ul li {
  padding-top: 40px; }

#contact a {
  font-weight: 700; }
#contact address {
  font-weight: 300;
  font-style: normal; }
  #contact address a {
    font-weight: 300; }
#contact i {
  min-width: 20px; }
#contact > div {
  padding-bottom: 60px;
  border-bottom: 1px solid #dedede; }
