/**/
@import "bootstrap/css/bootstrap.min.css";
@import "icons/font-awesome/font-awesome.css";

html {
  height: 100%;
}
body {
  height: 100%;
  background: #F5F5F5;
  color: #5B5B5B;
  font-family: 'Lato', 'Open Sans', Helvetica, sans-serif !important;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin:0;
}
body > section {
  opacity: 0;
  height: 100%;
}
body p strong {
  font-family: 'Lato';
  font-weight: 600;
}
body > .pace > .pace-activity {
  display: none !important;
}
input,
select,
textarea {
  color: #636e7b;
  font-family: 'Lato', 'Open Sans', Helvetica, sans-serif !important;
}
ol,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
pre {
  color: #121212;
}
a {
  color: #319DB5;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lato', 'Open Sans', Helvetica, sans-serif;
  font-weight: 100;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light {
  font-family: 'Lato', 'Open Sans', Helvetica, sans-serif;
  font-weight: 100;
}
h1,
.h1 {
  font-size: 45px;
  margin-top: 0;
  font-family: 'Lato', 'Open Sans', Helvetica, sans-serif;
}
.font-nothing {
  font-family: 'Nothing You Could Do', 'Arial', cursive;
}
.font-nothing strong {
  font-weight: 600;
  font-family: 'Nothing You Could Do', 'Arial', cursive;
}
div,
p,
span {
  text-align: left;
}
h2,
.h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
}
strong {
  font-family: 'Lato';
  font-weight: 600;
}
p {
  line-height: 23px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  text-align: left;
}

a.scrollup {
  display: none;
  background: #2B2E33;
  height: 32px;
  width: 32px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  opacity: .5;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  border-radius: 16px;
}
