Skip to content
Snippets Groups Projects
style.css 265 KiB
Newer Older
bcweaver's avatar
bcweaver committed
@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/../../bootstrap/stylesheets/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
bcweaver's avatar
bcweaver committed

body {
  margin: 0; }
bcweaver's avatar
bcweaver committed

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }
bcweaver's avatar
bcweaver committed

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }
bcweaver's avatar
bcweaver committed

audio:not([controls]) {
  display: none;
  height: 0; }
bcweaver's avatar
bcweaver committed

[hidden],
template {
  display: none; }
bcweaver's avatar
bcweaver committed

a {
  background-color: transparent; }
bcweaver's avatar
bcweaver committed

a:active,
a:hover {
  outline: 0; }
bcweaver's avatar
bcweaver committed

abbr[title] {
  border-bottom: 1px dotted; }
bcweaver's avatar
bcweaver committed

b,
strong {
  font-weight: bold; }
bcweaver's avatar
bcweaver committed

dfn {
  font-style: italic; }
bcweaver's avatar
bcweaver committed

h1 {
  font-size: 2em;
  margin: 0.67em 0; }
bcweaver's avatar
bcweaver committed

mark {
  background: #ff0;
  color: #000; }
bcweaver's avatar
bcweaver committed

small {
  font-size: 80%; }
bcweaver's avatar
bcweaver committed

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
bcweaver's avatar
bcweaver committed

sup {
  top: -0.5em; }
bcweaver's avatar
bcweaver committed

sub {
  bottom: -0.25em; }
bcweaver's avatar
bcweaver committed

img {
  border: 0; }
bcweaver's avatar
bcweaver committed

svg:not(:root) {
  overflow: hidden; }
bcweaver's avatar
bcweaver committed

figure {
  margin: 1em 40px; }
bcweaver's avatar
bcweaver committed

hr {
  box-sizing: content-box;
  height: 0; }
bcweaver's avatar
bcweaver committed

pre {
  overflow: auto; }
bcweaver's avatar
bcweaver committed

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }
bcweaver's avatar
bcweaver committed

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }
bcweaver's avatar
bcweaver committed

button {
  overflow: visible; }
bcweaver's avatar
bcweaver committed

button,
select {
  text-transform: none; }
bcweaver's avatar
bcweaver committed

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }
bcweaver's avatar
bcweaver committed

button[disabled],
html input[disabled] {
  cursor: default; }
bcweaver's avatar
bcweaver committed

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }
bcweaver's avatar
bcweaver committed

input {
  line-height: normal; }
bcweaver's avatar
bcweaver committed

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }
bcweaver's avatar
bcweaver committed

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
bcweaver's avatar
bcweaver committed

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }
bcweaver's avatar
bcweaver committed

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
bcweaver's avatar
bcweaver committed

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
bcweaver's avatar
bcweaver committed

legend {
  border: 0;
  padding: 0; }
bcweaver's avatar
bcweaver committed

textarea {
  overflow: auto; }
bcweaver's avatar
bcweaver committed

optgroup {
  font-weight: bold; }
bcweaver's avatar
bcweaver committed

table {
  border-collapse: collapse;
  border-spacing: 0; }
bcweaver's avatar
bcweaver committed

td,
th {
  padding: 0; }
bcweaver's avatar
bcweaver committed

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
bcweaver's avatar
bcweaver committed

  a,
  a:visited {
    text-decoration: underline; }
bcweaver's avatar
bcweaver committed

  a[href]:after {
Loading
Loading full blame...