papercss/dist/styles.css
2017-09-27 17:10:41 -04:00

1546 lines
35 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@import url('https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC');
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block;
}
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */
}
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic;
}
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000;
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block;
}
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block;
}
/**
* Add the correct display in IE.
*/
template {
display: none;
}
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none;
}
.text-primary {
color: #41403E;
}
.text-secondary {
color: #0071DE;
}
.text-success {
color: #86a361;
}
.text-warning {
color: #ddcd45;
}
.text-danger {
color: #a7342d;
}
.background-primary {
background-color: #c1c0bd;
}
.background-secondary {
background-color: #deefff;
}
.background-success {
background-color: #d0dbc2;
}
.background-warning {
background-color: #f5f0c6;
}
.background-danger {
background-color: #f0cbc9;
}
html {
font-size: 20px;
font-family: 'Neucha', sans-serif;
color: #41403E;
}
p,
a,
button,
table,
thead,
tbody,
th,
tr,
td,
input,
select,
option {
font-family: 'Neucha', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Patrick Hand SC', sans-serif;
font-weight: normal;
}
h1 {
font-size: 4rem;
}
h2 {
font-size: 3rem;
}
h3 {
font-size: 2rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1rem;
}
h6 {
font-size: .8rem;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.border,
.border-1,
.child-borders > *:nth-child(6n+1) {
border: 2px solid #41403E;
border-top-left-radius: 255px 15px;
border-top-right-radius: 15px 225px;
border-bottom-right-radius: 225px 15px;
border-bottom-left-radius: 15px 255px;
}
.border-2,
.child-borders > *:nth-child(6n+2) {
border-top-left-radius: 125px 25px;
border-top-right-radius: 10px 205px;
border-bottom-right-radius: 20px 205px;
border-bottom-left-radius: 185px 25px;
}
.border-3,
.child-borders > *:nth-child(6n+3) {
border-top-left-radius: 15px 225px;
border-top-right-radius: 255px 15px;
border-bottom-left-radius: 225px 15px;
border-bottom-right-radius: 15px 255px;
}
.border-4,
.child-borders > *:nth-child(6n+4) {
border-top-left-radius: 15px 225px;
border-top-right-radius: 25px 150px;
border-bottom-left-radius: 25px 115px;
border-bottom-right-radius: 155px 25px;
}
.border-5,
.child-borders > *:nth-child(6n+5) {
border-top-left-radius: 250px 15px;
border-top-right-radius: 25px 80px;
border-bottom-left-radius: 20px 115px;
border-bottom-right-radius: 15px 105px;
}
.border-6,
.child-borders > *:nth-child(6n+6) {
border-top-left-radius: 28px 125px;
border-top-right-radius: 100px 30px;
border-bottom-right-radius: 20px 205px;
border-bottom-left-radius: 15px 225px;
}
.child-borders > * {
border: 2px solid #41403E;
}
.border-primary {
border-color: #41403E;
}
.border-secondary {
border-color: #0071DE;
}
.border-success {
border-color: #86a361;
}
.border-warning {
border-color: #ddcd45;
}
.border-danger {
border-color: #a7342d;
}
.border-white {
border-color: #FFF;
}
.shadow {
-webkit-box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
transition: all .5s ease;
}
.shadow.shadow-large {
-webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
}
.shadow.shadow-small {
-webkit-box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
}
.shadow.shadow-hover:hover {
-webkit-box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
}
.child-shadows > * {
-webkit-box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
transition: all .5s ease;
}
.child-shadows > *.shadow-large {
-webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
}
.child-shadows > *.shadow-small {
-webkit-box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
}
.child-shadows > *.shadow-hover:hover {
-webkit-box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
}
.child-shadows-hover > * {
-webkit-box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
transition: all .5s ease;
}
.child-shadows-hover > *.shadow-large {
-webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
}
.child-shadows-hover > *.shadow-small {
-webkit-box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
}
.child-shadows-hover > *.shadow-hover:hover {
-webkit-box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
}
.child-shadows-hover > *:hover {
-webkit-box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
}
.row {
margin-right: auto;
margin-left: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-bottom: 1rem;
}
.row.flex-right {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.row.flex-center {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.row.flex-edges {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.row.flex-spaces {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.row.flex-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.row.flex-middle {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.row.flex-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.col {
padding: 1rem;
}
@media (max-width: 767px) {
.col {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.col-fill {
width: auto;
flex: 1 1 0px;
}
.col-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333333%;
-ms-flex: 0 0 8.33333333%;
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.col-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66666667%;
-ms-flex: 0 0 16.66666667%;
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.col-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333333%;
-ms-flex: 0 0 33.33333333%;
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.col-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66666667%;
-ms-flex: 0 0 41.66666667%;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.col-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333333%;
-ms-flex: 0 0 58.33333333%;
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.col-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66666667%;
-ms-flex: 0 0 66.66666667%;
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.col-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333333%;
-ms-flex: 0 0 83.33333333%;
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.col-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66666667%;
-ms-flex: 0 0 91.66666667%;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.col-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.sm-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333333%;
-ms-flex: 0 0 8.33333333%;
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
}
@media (min-width: 768px) {
.sm-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66666667%;
-ms-flex: 0 0 16.66666667%;
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
}
@media (min-width: 768px) {
.sm-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
}
@media (min-width: 768px) {
.sm-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333333%;
-ms-flex: 0 0 33.33333333%;
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
}
@media (min-width: 768px) {
.sm-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66666667%;
-ms-flex: 0 0 41.66666667%;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
}
@media (min-width: 768px) {
.sm-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 768px) {
.sm-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333333%;
-ms-flex: 0 0 58.33333333%;
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
}
@media (min-width: 768px) {
.sm-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66666667%;
-ms-flex: 0 0 66.66666667%;
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
}
@media (min-width: 768px) {
.sm-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
}
@media (min-width: 768px) {
.sm-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333333%;
-ms-flex: 0 0 83.33333333%;
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
}
@media (min-width: 768px) {
.sm-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66666667%;
-ms-flex: 0 0 91.66666667%;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
}
@media (min-width: 768px) {
.sm-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 992px) {
.md-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333333%;
-ms-flex: 0 0 8.33333333%;
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
}
@media (min-width: 992px) {
.md-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66666667%;
-ms-flex: 0 0 16.66666667%;
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
}
@media (min-width: 992px) {
.md-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
}
@media (min-width: 992px) {
.md-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333333%;
-ms-flex: 0 0 33.33333333%;
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
}
@media (min-width: 992px) {
.md-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66666667%;
-ms-flex: 0 0 41.66666667%;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
}
@media (min-width: 992px) {
.md-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 992px) {
.md-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333333%;
-ms-flex: 0 0 58.33333333%;
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
}
@media (min-width: 992px) {
.md-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66666667%;
-ms-flex: 0 0 66.66666667%;
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
}
@media (min-width: 992px) {
.md-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
}
@media (min-width: 992px) {
.md-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333333%;
-ms-flex: 0 0 83.33333333%;
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
}
@media (min-width: 992px) {
.md-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66666667%;
-ms-flex: 0 0 91.66666667%;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
}
@media (min-width: 992px) {
.md-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 1200px) {
.lg-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.33333333%;
-ms-flex: 0 0 8.33333333%;
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
}
@media (min-width: 1200px) {
.lg-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.66666667%;
-ms-flex: 0 0 16.66666667%;
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
}
@media (min-width: 1200px) {
.lg-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
}
@media (min-width: 1200px) {
.lg-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33333333%;
-ms-flex: 0 0 33.33333333%;
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
}
@media (min-width: 1200px) {
.lg-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.66666667%;
-ms-flex: 0 0 41.66666667%;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
}
@media (min-width: 1200px) {
.lg-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 1200px) {
.lg-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.33333333%;
-ms-flex: 0 0 58.33333333%;
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
}
@media (min-width: 1200px) {
.lg-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.66666667%;
-ms-flex: 0 0 66.66666667%;
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
}
@media (min-width: 1200px) {
.lg-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
}
@media (min-width: 1200px) {
.lg-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.33333333%;
-ms-flex: 0 0 83.33333333%;
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
}
@media (min-width: 1200px) {
.lg-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.66666667%;
-ms-flex: 0 0 91.66666667%;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
}
@media (min-width: 1200px) {
.lg-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.align-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.align-middle {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.align-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
.container {
max-width: 960px;
position: relative;
margin: 0 auto;
}
@media screen and (max-width: 992px) {
.container {
width: 85%;
}
}
@media screen and (max-width: 480px) {
.container {
width: 90%;
}
}
.section {
margin-top: 1rem;
margin-bottom: 2rem;
padding-bottom: 1rem;
border-bottom: 1px solid #d9d9d8;
}
.paper {
border: 1px solid #c1c0bd;
background-color: #FFF;
padding: 2rem;
margin-top: 1rem;
margin-bottom: 1rem;
-webkit-box-shadow: -1px 5px 35px -9px rgba(0, 0, 0, 0.2);
-moz-box-shadow: -1px 5px 35px -9px rgba(0, 0, 0, 0.2);
box-shadow: -1px 5px 35px -9px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 480px) {
.paper {
padding: 1rem;
width: 100%;
margin-top: 0;
margin-bottom: 0;
}
}
button,
.paper-btn {
align-self: center;
background: transparent;
color: #41403E;
outline: none;
border: solid 2px #41403E;
border: 2px solid #41403E;
border-top-left-radius: 255px 15px;
border-top-right-radius: 15px 225px;
border-bottom-right-radius: 225px 15px;
border-bottom-left-radius: 15px 255px;
font-size: 1rem;
padding: .75rem .75rem;
cursor: pointer;
-webkit-box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
transition: all .5s ease;
}
button.shadow-large,
.paper-btn.shadow-large {
-webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
}
button.shadow-small,
.paper-btn.shadow-small {
-webkit-box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
}
button.shadow-hover:hover,
.paper-btn.shadow-hover:hover {
-webkit-box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
}
button.btn-large,
.paper-btn.btn-large {
-webkit-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
font-size: 2rem;
padding: 1rem 1rem;
}
button.btn-small,
.paper-btn.btn-small {
-webkit-box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
font-size: .75rem;
padding: .5rem;
}
button:hover:hover,
.paper-btn:hover:hover {
-webkit-box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
}
a {
text-decoration: none;
background-image: linear-gradient(5deg, transparent 65%, #0071DE 80%, transparent 90%), linear-gradient(165deg, transparent 5%, #0071DE 15%, transparent 25%), linear-gradient(165deg, transparent 45%, #0071DE 55%, transparent 65%), linear-gradient(15deg, transparent 25%, #0071DE 35%, transparent 50%);
background-repeat: repeat-x;
background-size: 4px 3px;
background-position: 0 90%;
}
a:visited {
text-decoration: none;
color: #41403E;
}
input,
select {
display: block;
background: transparent;
color: #41403E;
outline: none;
border-top-left-radius: 255px 15px;
border-top-right-radius: 15px 225px;
border-bottom-right-radius: 225px 15px;
border-bottom-left-radius: 15px 255px;
font-size: 1rem;
padding: .5rem .5rem;
border: 2px solid #41403E;
}
input:focus,
select:focus {
border: 2px solid #0071DE;
}
.form-group {
margin-bottom: 1rem;
}
.form-group > label,
.form-group legend {
display: inline-block;
margin-bottom: .5rem;
}
.form-group .paper-radio,
.form-group .paper-check {
display: block;
margin-bottom: .5rem;
cursor: pointer;
/* the basic, unchecked style */
/* the checked style using the :checked pseudo class */
}
.form-group .paper-radio input,
.form-group .paper-check input {
border: 0;
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.form-group .paper-radio input + span,
.form-group .paper-check input + span {
display: block;
}
.form-group .paper-radio input + span:before,
.form-group .paper-check input + span:before {
content: '';
display: inline-block;
position: -0.25rem;
width: 1rem;
height: 1rem;
border: 2px solid #41403E;
margin-right: 0.75em;
vertical-align: -0.25em;
}
.form-group .paper-radio input[type="radio"] + span:before,
.form-group .paper-check input[type="radio"] + span:before {
border-top-left-radius: 1rem 1rem;
border-top-right-radius: 1rem .6rem;
border-bottom-right-radius: 1rem .9rem;
border-bottom-left-radius: .7rem 1rem;
}
.form-group .paper-radio input[type="checkbox"] + span:before,
.form-group .paper-check input[type="checkbox"] + span:before {
border-top-left-radius: 255px 15px;
border-top-right-radius: 15px 225px;
border-bottom-right-radius: 225px 15px;
border-bottom-left-radius: 15px 255px;
}
.form-group .paper-radio input[type="radio"]:checked + span:before,
.form-group .paper-check input[type="radio"]:checked + span:before {
background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path fill="#0071DE" d="M49.346,46.341c-3.79-2.005,3.698-10.294,7.984-8.89 c8.713,2.852,4.352,20.922-4.901,20.269c-4.684-0.33-12.616-7.405-14.38-11.818c-2.375-5.938,7.208-11.688,11.624-13.837 c9.078-4.42,18.403-3.503,22.784,6.651c4.049,9.378,6.206,28.09-1.462,36.276c-7.091,7.567-24.673,2.277-32.357-1.079 c-11.474-5.01-24.54-19.124-21.738-32.758c3.958-19.263,28.856-28.248,46.044-23.244c20.693,6.025,22.012,36.268,16.246,52.826 c-5.267,15.118-17.03,26.26-33.603,21.938c-11.054-2.883-20.984-10.949-28.809-18.908C9.236,66.096,2.704,57.597,6.01,46.371 c3.059-10.385,12.719-20.155,20.892-26.604C40.809,8.788,58.615,1.851,75.058,12.031c9.289,5.749,16.787,16.361,18.284,27.262 c0.643,4.698,0.646,10.775-3.811,13.746" style="stroke-dasharray: 586.364, 586.364; stroke-dashoffset: 0; transition: stroke-dashoffset 0.8s ease-in 0s;"></path></svg>');
}
.form-group .paper-radio input[type="checkbox"]:checked + span:before,
.form-group .paper-check input[type="checkbox"]:checked + span:before {
background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"> <path d="m13,62c0.61067,1.6 1.3045,2.3045 1.75717,2.75716c0.72683,0.72684 1.24283,1.24284 2.07617,2.07617c0.54133,0.54133 1.04116,1.06035 1.82833,1.82383c0.5781,0.5607 1.00502,0.96983 2.02633,1.74417c0.55877,0.42365 1.191,0.84034 1.884,1.284c1.16491,0.74577 1.59777,1.00147 2.5,1.55067c0.4692,0.28561 1.43689,0.86868 1.93067,1.16534c0.99711,0.59904 1.99667,1.19755 2.49283,1.49866c0.98501,0.59779 1.47073,0.89648 1.94733,1.2c1.3971,0.88972 1.83738,1.19736 2.7,1.7955c0.42201,0.29262 1.24022,0.87785 2.05583,1.41917c0.79531,0.52785 1.59376,1.0075 2.38,1.43867c0.74477,0.40842 1.45167,0.75802 2.37817,1.22517c0.76133,0.38387 1.54947,0.82848 2.40717,1.41084c0.7312,0.49647 1.49563,1.08231 2.27884,1.258c0.35564,0.07978 0.14721,-0.95518 0.35733,-1.86867c0.18092,-0.78651 0.98183,-1.2141 0.99983,-2.07867c0.02073,-0.99529 0.07916,-1.79945 0.42533,-2.56133c0.43607,-0.95973 0.53956,-1.66774 0.79617,-2.68183c0.18888,-0.74645 0.39764,-1.31168 0.7785,-2.6235c0.20865,-0.71867 0.41483,-1.48614 0.708,-2.28c0.15452,-0.41843 0.77356,-1.73138 1.348,-2.64133c0.30581,-0.48443 0.65045,-0.97043 1.0065,-1.4745c0.74776,-1.05863 1.1531,-1.60163 1.9375,-2.77084c0.40621,-0.60548 0.80272,-1.23513 1.2045,-1.8765c0.40757,-0.65062 0.81464,-1.31206 1.2315,-1.9755c0.41946,-0.66757 0.83374,-1.34258 1.73067,-2.648c0.44696,-0.65053 0.91436,-1.28356 1.386,-1.9095c0.46972,-0.6234 0.94725,-1.2364 1.422,-1.8465c0.94116,-1.20947 1.86168,-2.40844 2.30367,-3.0105c0.438,-0.59664 0.86246,-1.19396 1.27501,-1.7895c0.40743,-0.58816 0.80352,-1.17234 1.185,-1.7535c1.10526,-1.68381 1.44079,-2.23511 1.77633,-2.7705c0.32878,-0.52461 0.96306,-1.5459 1.27467,-2.04c0.60654,-0.96177 1.20782,-1.88193 1.51051,-2.325c0.59013,-0.86381 1.17888,-1.68032 1.46416,-2.075c0.5498,-0.76063 1.31747,-1.8231 1.77883,-2.4895c0.43918,-0.63437 0.85266,-1.25267 1.45717,-2.15717c0.59549,-0.891 0.96531,-1.46814 1.51466,-2.22933c0.58413,-0.80936 1.12566,-1.40253 1.83801,-2.12333c0.61304,-0.62031 0.45171,-1.48306 0.7045,-2.34733c0.25668,-0.87762 0.75447,-1.62502 1,-2.40983c0.25128,-0.8032 0.7633,-1.39453 1.33217,-2.25417c0.54528,-0.82398 0.73415,-1.6714 1.31516,-2.336c0.55639,-0.63644 1.38658,-1.22588 1.8595,-1.9c0.5082,-0.72441 0.78867,-1.4 1.60266,-1.56667l0.71184,-0.4905" id="svg_2" fill-opacity="0" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="1009.6, 1009.6" stroke-width="16" stroke="#0071DE" fill="none"/></svg>');
}
fieldset.form-group {
border: none;
padding: 0;
}
ol {
list-style-type: decimal;
}
ol ol {
list-style-type: upper-alpha;
}
ol ol ol {
list-style-type: upper-roman;
}
ol ol ol ol {
list-style-type: lower-alpha;
}
ol ol ol ol ol {
list-style-type: lower-roman;
}
ul {
list-style: none;
margin-left: 0;
}
ul li {
text-indent: -7px;
}
ul li:before {
position: relative;
left: -7px;
}
ul li:before {
content: "-";
}
ul ul li:before {
content: "+";
}
ul ul ul li:before {
content: "~";
}
ul ul ul ul li:before {
content: "⤍";
}
ul ul ul ul ul li:before {
content: "";
}
code {
padding: 2px 4px;
font-size: 80%;
color: #0071DE;
background-color: #f2f2f2;
border-radius: 3px;
}
kbd {
padding: 2px 4px;
font-size: 80%;
color: #fff;
background-color: #41403E;
border-radius: 3px;
}
pre {
display: block;
padding: 1em;
font-size: 80%;
line-height: 1.5;
color: #41403E;
word-break: break-all;
word-wrap: break-word;
background-color: #f2f2f2;
border: 1px solid #c1c0bd;
border-radius: 3px;
}
table {
box-sizing: border-box;
width: 100%;
max-width: 100%;
}
table thead tr th {
vertical-align: bottom;
text-align: left;
padding: 8px;
line-height: 1.5;
}
table tbody tr td {
padding: 8px;
line-height: 1.5;
vertical-align: top;
border-top: 1px dashed #d9d9d8;
}
table.table-hover tbody tr:hover {
color: #0071DE;
}
table.table-alternating tbody tr:nth-of-type(even) {
color: #82807c;
}
img {
max-width: 100%;
height: auto;
display: block;
border: 2px solid #41403E;
border-top-left-radius: 255px 15px;
border-top-right-radius: 15px 225px;
border-bottom-right-radius: 225px 15px;
border-bottom-left-radius: 15px 255px;
}
img.float-left {
float: left;
margin: 1rem 1rem 1rem 0rem;
}
img.float-right {
float: right;
margin: 1rem 0rem 1rem 1rem;
}
img.no-responsive {
max-width: initial;
height: initial;
display: initial;
}
img.no-border {
border: 0;
border-radius: 0;
}
.margin {
margin: 1rem;
}
.margin-top {
margin-top: 1rem;
}
.margin-top-large {
margin-top: 2rem;
}
.margin-top-small {
margin-top: 0.5rem;
}
.margin-top-none {
margin-top: 0;
}
.margin-right {
margin-right: 1rem;
}
.margin-right-large {
margin-right: 2rem;
}
.margin-right-small {
margin-right: 0.5rem;
}
.margin-right-none {
margin-right: 0;
}
.margin-bottom {
margin-bottom: 1rem;
}
.margin-bottom-large {
margin-bottom: 2rem;
}
.margin-bottom-small {
margin-bottom: 0.5rem;
}
.margin-bottom-none {
margin-bottom: 0;
}
.margin-left {
margin-left: 1rem;
}
.margin-left-large {
margin-left: 2rem;
}
.margin-left-small {
margin-left: 0.5rem;
}
.margin-left-none {
margin-left: 0;
}
.margin-large {
margin: 2rem;
}
.margin-small {
margin: 0.5rem;
}
.margin-none {
margin: 0;
}
.padding {
padding: 1rem;
}
.padding-top {
padding-top: 1rem;
}
.padding-top-large {
padding-top: 2rem;
}
.padding-top-small {
padding-top: 0.5rem;
}
.padding-top-none {
padding-top: 0;
}
.padding-right {
padding-right: 1rem;
}
.padding-right-large {
padding-right: 2rem;
}
.padding-right-small {
padding-right: 0.5rem;
}
.padding-right-none {
padding-right: 0;
}
.padding-bottom {
padding-bottom: 1rem;
}
.padding-bottom-large {
padding-bottom: 2rem;
}
.padding-bottom-small {
padding-bottom: 0.5rem;
}
.padding-bottom-none {
padding-bottom: 0;
}
.padding-left {
padding-left: 1rem;
}
.padding-left-large {
padding-left: 2rem;
}
.padding-left-small {
padding-left: 0.5rem;
}
.padding-left-none {
padding-left: 0;
}
.padding-large {
padding: 2rem;
}
.padding-small {
padding: 0.5rem;
}
.padding-none {
padding: 0;
}