@charset "UTF-8";

/*!
Theme Name: Roanman Records
Theme URI: http://amswebdesign.com
Author: Advanced Media Solutions (Ruven Pelka)
Author URI: http://amswebdesign.com
Description: A theme for Roanman Records.
Version: 1.0.0
Text Domain: rvn
*/

/*! normalize.css v8.0.1 | 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 iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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 {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * 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.
 */

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */


dd,
h1,
h2,
h3,
h5,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

ol,
ul {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #dae1e7;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

/**
 * ELEMENTS/ROOT
 *
 * Simple root-level setup.
 */

html {
  font-size: 16px;

  @media (min-width: 768px) {
  }
}

@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: Lato, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.73;
  color: #b8c2cc;
  background-color: var(--main-color-1);
}

/**
 * ELEMENTS/CODE
 */

/**
 * ELEMENTS/HEADINGS
 */

h1,
h2,
h3,
h5 {
  color: #fff;
  font-family: Montserrat, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

h1 {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.3;
}

h2 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
}

h3 {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.4;
}

h5 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
}

/**
 * ELEMENTS/HR
 */

/**
 * ELEMENTS/IMAGES
 *
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */

img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
 * If a `width` and/or `height` attribute has been explicitly defined, let’s
 * not make the image fluid.
 */

/*img[width],*/

/*img[height] {*/

/*max-width: none;*/

/*}*/

/**
 * ELEMENTS/LINKS
 */

a {
  color: #fff;
  text-decoration: underline;
  transition: all .3s ease;
}

a:hover {
  text-decoration: underline;
}

/**
 * ELEMENTS/LISTS
 */

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

/**
 * ELEMENTS/TABLES
 *
 * 1. Ensure tables fill up as much space as possible.
 */

table {
  width: 100%;
  /* [1] */
}

/*
 * COMPONENTS/SPACER
 */

/*
 * Base
 */


.o-spacer-y {
  padding-top: 2.5rem;
}

@media (min-width: 576px) {
  
  .o-spacer-y {
    padding-top: 4rem;
  }
}


.o-spacer-y {
  padding-bottom: 2.5rem;
}

@media (min-width: 576px) {
  
  .o-spacer-y {
    padding-bottom: 4rem;
  }
}

/*
 * SM
 */


.o-spacer-y-sm,
.o-spacer-sm {
  padding-top: 1.5rem;
}

@media (min-width: 576px) {
  
  .o-spacer-y-sm,
  .o-spacer-sm {
    padding-top: 3rem;
  }
}


.o-spacer-y-sm,
.o-spacer-sm {
  padding-bottom: 1.5rem;
}

@media (min-width: 576px) {
  
  .o-spacer-y-sm,
  .o-spacer-sm {
    padding-bottom: 3rem;
  }
}


.o-spacer-x-sm,
.o-spacer-sm,
.o-container {
  padding-left: 1.5rem;
}

@media (min-width: 576px) {
  
  .o-spacer-x-sm,
  .o-spacer-sm,
  .o-container {
    padding-left: 3rem;
  }
}


.o-spacer-x-sm,
.o-spacer-sm,
.o-container {
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  
  .o-spacer-x-sm,
  .o-spacer-sm,
  .o-container {
    padding-right: 3rem;
  }
}

/*
 * LG
 */


.o-spacer-y-lg {
  padding-top: 5rem;
}

@media (min-width: 576px) {
  
  .o-spacer-y-lg {
    padding-top: 6rem;
  }
}


.o-spacer-y-lg {
  padding-bottom: 5rem;
}

@media (min-width: 576px) {
  
  .o-spacer-y-lg {
    padding-bottom: 6rem;
  }
}

/*
 * XL
 */

/*
 * XXL
 */

/*
 * COMPONENTS/CONTAINER
 */

.o-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;

  @media (min-width: 1200px) {
  }
}

@media (min-width: 576px) {
  .o-container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .o-container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .o-container {
    max-width: 900px;
  }
}

.o-container--no-padding {
  padding-left: 0;
  padding-right: 0;
}

/**
 * COMPONENTS/BUTTON
 */

/**
 * Button Block
 */


button:not(.c-button),
input[type=submit]:not(.c-button) {
  display: inline-block;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
  border-radius: .25rem;
  border-width: 2px;
  border-color: transparent;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}

/**
 * Button State: Hover
 */


button:hover:not(.c-button),
input:hover[type=submit]:not(.c-button) {
  text-decoration: none;
}

/**
 * Button State: Focus
 */


button:focus:not(.c-button),
input:focus[type=submit]:not(.c-button) {
  outline: 0;
}

/**
 * Button State: Disabled
 */


button:disabled:not(.c-button):hover,
input[type=submit]:disabled:not(.c-button):hover,
button:disabled:not(.c-button),
input:disabled[type=submit]:not(.c-button) {
  cursor: not-allowed;
}

/**
 * Button Modifier: Even
 */

/**
 * Button Modifier: Circle
 */

/**
 * Button Modifier: Xs and Xs Even
 */

/**
 * Button Modifier: Sm and Sm Even
 */

/**
 * Button Modifier: Lg and Lg Even
 */

/**
 * Button Modifier: Xl and Xl Even
 */

/**
 * Button Modifier: Block
 */

/**
 * Button Modifier: Primary Color
 */


button:not(.c-button),
input[type=submit]:not(.c-button) {
  background-color: #fff;
  color: #fff;
}


button:enabled:not(.is-disabled):hover:not(.c-button),
input:enabled:not(.is-disabled):hover[type=submit]:not(.c-button),
button:enabled:not(.is-disabled):active:not(.c-button),
input:enabled:not(.is-disabled):active[type=submit]:not(.c-button),
button:enabled:not(.is-disabled):focus:not(.c-button),
input:enabled:not(.is-disabled):focus[type=submit]:not(.c-button),
button:enabled:not(.is-disabled).is-active:not(.c-button),
input:enabled:not(.is-disabled).is-active[type=submit]:not(.c-button) {
  color: var(--main-color-1);
  background-color: #fff;
}


button:enabled:not(.is-disabled):focus:not(.c-button),
input:enabled:not(.is-disabled):focus[type=submit]:not(.c-button),
button:enabled:not(.is-disabled):active:not(.c-button),
input:enabled:not(.is-disabled):active[type=submit]:not(.c-button),
button:enabled:not(.is-disabled).is-active:not(.c-button),
input:enabled:not(.is-disabled).is-active[type=submit]:not(.c-button) {
  box-shadow: 0 0 0 .15rem undefined;
}


button:disabled:not(.c-button),
input:disabled[type=submit]:not(.c-button) {
  color: var(--main-color-1);
  background-color: #fff;
}

/**
 * Button Modifier: Outline Primary Colored
 */

/**
 * Button Modifier: Icon
 *
 * 1. Keep icon centered.
 */

/**
 * Button Element State: Icon Left
 */

/**
 * Button Element State: Icon Right
 */

/**
 * Scope: Button Group
 */

/**
 * COMPONENTS/DISPLAY-HEADINGS
 */

/**
 * COMPONENTS/ENTRY
 */

.c-entry__title,
.c-entry__meta {
  margin-bottom: 1rem;
}

/**
 * COMPONENTS/FANCY-LINK
 *
 * Source:
 * https://codepen.io/mburnette/pen/YXPggg
 */


.s-fancy-links a:not(.c-button),
ul.c-navbar-menu__list a:not(.c-button),
.s-text a:not(.c-button) {
  position: relative;
  text-decoration: none;
}


.s-fancy-links a:not(.c-button):after,
ul.c-navbar-menu__list a:not(.c-button):after,
.s-text a:not(.c-button):after {
  content: '';
  background-color: #fff;
  transition: all .3s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  height: .1em;
  width: 0;
}


.s-fancy-links a:not(.c-button):hover:after,
ul.c-navbar-menu__list a:not(.c-button):hover:after,
.s-text a:not(.c-button):hover:after {
  width: 100%;
}

/*
 * COMPONENTS/NAVBAR
 */

/*
 * Footer-Nav Block
 */

/*
 * Footer-Nav Component: List
 */

/*
 * Footer-Nav List Items
 */

/**
 * COMPONENTS/FOMRS
 */

/**
 * COMPONENTS/HAMBURGER
 */

.c-hamburger {
  display: block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.c-hamburger__box {
  width: 30px;
  height: 25px;
  display: block;
  position: relative;
}

.c-hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.c-hamburger__inner,
.c-hamburger__inner::before,
.c-hamburger__inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

.c-hamburger__inner::before,
.c-hamburger__inner::after {
  content: "";
  display: block;
}

.c-hamburger__inner::before {
  top: -8px;
}

.c-hamburger__inner::after {
  bottom: -8px;
}

/*
 * Squeeze Animation
 */

.c-hamburger--squeeze .c-hamburger__inner {
  transition-duration: .1s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.c-hamburger--squeeze .c-hamburger__inner::before {
  transition: top .1s .14s ease, opacity .1s ease;
}

.c-hamburger--squeeze .c-hamburger__inner::after {
  transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
}

.c-hamburger--squeeze.is-active .c-hamburger__inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: .14s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.c-hamburger--squeeze.is-active .c-hamburger__inner::before {
  top: 0;
  opacity: 0;
  transition: top .1s ease, opacity .1s .14s ease;
}

.c-hamburger--squeeze.is-active .c-hamburger__inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
}

/*
 * COMPONENTS/MOBILE-NAVBAR
 */

/*
 * Mobile Navbar Block
 */

/*
 * Mobile Navbar Component: List
 */

ul.c-mobile-navbar__list {
  list-style: none;
  padding: 0;
}

/*
 * Mobile Navbar List Items
 */

ul.c-mobile-navbar__list > li:not(:last-child) {
  padding-bottom: 1px;
}

ul.c-mobile-navbar__list > li > a {
  display: block;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .6);
  background-color: rgba(255, 255, 255, .2);
}

ul.c-mobile-navbar__list > li:not(:last-child) {
  margin-bottom: .5rem;
}

ul.c-mobile-navbar__list > li > a:hover,
ul.c-mobile-navbar__list > li.current-menu-item > a {
  border: 1px solid white;
}

/*
 * COMPONENTS/NAVBAR-MENU
 */

/*
 * Navbar-Menu Block
 */

.c-navbar-menu {
  text-align: center;
}

/*
 * Navbar-Menu Component: List
 */

ul.c-navbar-menu__list {
  list-style: none;
  padding: 0;
  display: inline-flex;
}

/*
 * Navbar-Menu List Items
 */

ul.c-navbar-menu__list > li:not(:last-child) {
  margin-right: 2rem;
}

ul.c-navbar-menu__list > li > a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .875rem;
  font-family: Montserrat, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

ul.c-navbar-menu__list > li.current-menu-item > a:after {
  width: 100%;
}

/**
 * COMPONENTS/SIDEBAR
 */

.c-sidebar {
  width: 350px;
}

/**
 * MAPPERS/BUTTON
 */

.alignleft {
  float: left;
  margin: .25rem 1.5rem 1.5rem 0;
}

.alignright {
  float: right;
  margin: .25rem 0 1.5rem 1.5rem;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/**
 * SCOPES/FANCY-LINKS
 */

/**
 * SCOPES/SIDEBAR
 */

.s-sidebar .c-widget:not(:last-child) {
  margin-bottom: 2rem;
}

.s-sidebar .c-widget__title {
  margin-bottom: .25rem;
}

/**
 * SCOPES/TEXT
 */

.s-text {
  /**
	 * Shared declarations for certain elements
	 *
	 * Always declare margins in the same direction:
	 * csswizardry.com/2012/06/single-direction-margin-declarations
	 *//**
	 * Headings
	 *//**
	 * Links
	 *
	 * Source:
	 * https://codepen.io/mburnette/pen/YXPggg
	 *//**
	 * Consistent indentation for lists.
	 */
}


.s-text h1,
.s-text h2,
.s-text h3,
.s-text h5,
.s-text p,
.s-text pre,
.s-text ol,
.s-text ul,
.s-text table {
  margin-bottom: 1rem;
}


.s-text h1:last-child,
.s-text h2:last-child,
.s-text h3:last-child,
.s-text h5:last-child,
.s-text p:last-child,
.s-text pre:last-child,
.s-text ol:last-child,
.s-text ul:last-child,
.s-text table:last-child,
.s-text ol ol,
.s-text ol ul,
.s-text ul ol,
.s-text ul ul {
  margin-bottom: 0;
}

.s-text h1,
.s-text h2,
.s-text h3,
.s-text h5 {
  margin-top: 3rem;
}

.s-text h1:first-child,
.s-text h2:first-child,
.s-text h3:first-child,
.s-text h5:first-child {
  margin-top: 0;
}

/**
 * SCOPES/WIDGETS
 */

/**
 * PLAYGROUND
 *
 * In this file you can play around to try things.
 * Just remember to pack your code into its own file when you're finished.
 */

/*
 * COMPONENTS/MASTHEAD
 */

.c-masthead {
  transition: all .3s ease;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

@media (min-width: 992px) {
  .c-masthead {
    box-shadow: none;
  }
}

.c-masthead.is-stuck {
  transition: all .3s ease;
  background-color: var(--main-color-2);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

/*
 * COMPONENTS/SITE
 */

.c-site {
  background: linear-gradient(135deg, var(--main-color-1) 0%, var(--main-color-2) 100%);
}

/*
 * COMPONENTS/MAIN
 */

.c-main {
  min-height: 60vh;
}

/*
 * COMPONENTS/NAVBAR
 */

.c-navbar {
  transition: all .3s ease;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.c-navbar.is-stuck {
  background-color: var(--main-color-2);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

/*
 * COMPONENTS/BRAND
 */

@media (min-width: 768px) {
  .c-brand {
    text-align: center;
  }
}

.c-brand img {
  max-width: 180px;
}

@media (min-width: 768px) {
  .c-brand img {
    max-width: 270px;
  }
}

@media (min-width: 992px) {
  .c-brand img {
    max-width: 520px;
  }
}

/*
 * COMPONENTS/ENTRY
 */

.c-entry__title {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}

@media (min-width: 992px) {
  .c-entry__title {
    display: none;
  }
}

/*
 * COMPONENTS/SONG
 */

.c-song {
  border: 1px solid rgba(255, 255, 255, .6);
  background-color: rgba(255, 255, 255, .2);
  padding: .75rem;
}

.c-song:not(:last-child) {
  margin-bottom: 2rem;
}

.tw-bg-main-2 {
  background-color: var(--main-color-2);
}

.tw-border-accent {
  border-color: var(--accent-color);
}

.tw-border-grey-light {
  border-color: #dae1e7;
}

.tw-border-t-8 {
  border-top-width: 8px;
}

.tw-border-b-8 {
  border-bottom-width: 8px;
}

.tw-border-l {
  border-left-width: 1px;
}

.tw-block {
  display: block;
}

.tw-hidden {
  display: none;
}

.tw-flex {
  display: flex;
}

.tw-flex-wrap {
  flex-wrap: wrap;
}

.tw-items-center {
  align-items: center;
}

.tw-justify-between {
  justify-content: space-between;
}

.tw-flex-none {
  flex: none;
}

.tw-flex-grow {
  flex-grow: 1;
}

.tw-font-secondary {
  font-family: Montserrat, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.tw-mt-4 {
  margin-top: 1rem;
}

.tw-mt-8 {
  margin-top: 2rem;
}

.tw-max-w-md {
  max-width: 40rem;
}

.tw-max-w-2xl {
  max-width: 70rem;
}

.tw-opacity-75 {
  opacity: .75;
}

.tw-px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.tw-py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.tw-pr-5 {
  padding-right: 1.25rem;
}

.tw-pl-5 {
  padding-left: 1.25rem;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.tw-shadow-lg-inverted {
  box-shadow: 0 -15px 30px 0 rgba(0, 0, 0, .11), 0 -5px 15px 0 rgba(0, 0, 0, .08);
}

.tw-text-center {
  text-align: center;
}

.tw-text-grey-light {
  color: #dae1e7;
}

.tw-text-white {
  color: #fff;
}

.hover\:tw-text-white:hover {
  color: #fff;
}

.tw-text-xs {
  font-size: .75rem;
}

.tw-text-lead {
  font-size: 1.125rem;
}

.tw-uppercase {
  text-transform: uppercase;
}

.tw-no-underline {
  text-decoration: none;
}

.hover\:tw-no-underline:hover {
  text-decoration: none;
}

.tw-tracking-wide {
  letter-spacing: .05em;
}

.tw-w-full {
  width: 100%;
}

.tw-z-10 {
  z-index: 10;
}

.tw-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 992px) {

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-hidden {
    display: none;
  }

  .lg\:tw-flex {
    display: flex;
  }

  .lg\:tw-pb-3 {
    padding-bottom: .75rem;
  }

  .lg\:tw-pt-8 {
    padding-top: 2rem;
  }

  .lg\:tw-relative {
    position: relative;
  }
}
