Skip to content
Snippets Groups Projects
style.css 285 KiB
Newer Older
Brian Canini's avatar
Brian Canini 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)
 */
Brian Canini's avatar
Brian Canini committed
@font-face {
  font-family: 'BuckeyeSerifBold';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSerif-Bold.woff") format("woff2"); }
@font-face {
  font-family: 'BuckeyeSerifBlack';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSerif2-Black.woff2") format("woff2"); }
@font-face {
  font-family: 'BuckeyeSerifBlackItalic';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSerif2-BlackItalic.woff2") format("woff2"); }
@font-face {
  font-family: 'BuckeyeSerifBoldItalic';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSerif2-BoldItalic.woff2") format("woff2"); }
@font-face {
  font-family: 'BuckeyeSerifItalic';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSerif2-Italic.woff2") format("woff2"); }
@font-face {
  font-family: 'BuckeyeSerifRegular';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSerif2-Regular.woff2") format("woff2"); }
@font-face {
  font-family: 'BuckeyeSerifSemiBold';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSerif2-SemiBold.woff2") format("woff2"); }
@font-face {
  font-family: 'BuckeyeSerifSemiBoldItalic';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSerif2-SemiBoldItalic.woff2") format("woff2"); }
@font-face {
  font-family: 'BuckeyeSansRegular';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSans-Regular.woff") format("woff2"); }
@font-face {
  font-family: 'BuckeyeSansBlack';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSans2-Black.woff2") format("woff2"); }
@font-face {
  font-family: 'BuckeyeSansBlackItalic';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSans2-BlackItalic.woff2") format("woff2"); }
@font-face {
  font-family: 'BuckeyeSansBold';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSans2-Bold.woff2") format("woff2"); }
@font-face {
  font-family: 'BuckeyeSansBoldItalic';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSans2-BoldItalic.woff2") format("woff2"); }
@font-face {
  font-family: 'BuckeyeSansItalic';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSans2-Italic.woff2") format("woff2"); }
@font-face {
  font-family: 'BuckeyeSansSemiBold';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSans2-SemiBold.woff2") format("woff2"); }
@font-face {
  font-family: 'BuckeyeSansSemiBoldItalic';
  src: url("../../asc_bootstrap_bux/fonts/BuckeyeSans2-SemiBoldItalic.woff2") format("woff2"); }
Brian Canini's avatar
Brian Canini committed
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
Loading
Loading full blame...