/* Generated by less 2.5.1 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #262626;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
header {
  padding: 100px 0px;
  background: url('../img/header_bg.png') center center no-repeat;
  background-size: cover;
  color: #fff;
}
header h1 {
  font-size: 36px;
  font-weight: 300;
}
header p {
  margin-bottom: 10px;
}
header button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 20px;
  transition: 0.2s ease all;
}
header button:hover {
  background: #fff;
  color: #000;
  cursor: pointer;
}
section[data-section="help"] {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f1f1f1;
}
section[data-section="help"] h1.header {
  font-size: 30px;
  font-weight: 300;
}
section[data-section="updates"] {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}
section[data-section="updates"] h1.header {
  font-size: 30px;
  font-weight: 300;
}
section[data-section="updates"] .update {
  padding-top: 20px;
  padding-bottom: 20px;
}
section[data-section="updates"] .update h2 {
  font-size: 20px;
  font-weight: 500;
}
section[data-section="updates"] ul {
  padding: 0px 20px;
}
section[data-section="updates"] .actions {
  margin-top: 10px;
}
section[data-section="updates"] .actions button {
  background: transparent;
  border: 2px solid #881313;
  color: #881313;
  padding: 5px 20px;
  transition: 0.2s ease all;
}
section[data-section="updates"] .actions button:hover {
  background: #881313;
  color: #fff;
  cursor: pointer;
}
footer {
  font-size: 24px;
  color: #fff;
  padding: 40px 0px;
}
