@import url("https://fonts.googleapis.com/css?family=Raleway:400,400italic,700,800");

/*
	Highlights by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

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

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */

html {
  box-sizing: border-box;
  background-color: #313a3d;
  background-attachment: fixed, fixed;
  background-image: url("../images/overlay.png"), url("../images/winding2.jpg");
  /* background-position: top, left, center center; */
  background-position: 25% 75%;
  background-repeat: repeat, none;
  background-size: auto, cover;
}

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

html.is-preload *,
html.is-preload *:before,
html.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

html.is-touch {
  height: 100vh;
  overflow: hidden;
}

html.is-touch #wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100vh;
  overflow: auto;
}

body,
input,
select,
textarea {
  color: #6f7577;
  font-family: "Raleway", "Helvetica", sans-serif;
  font-size: 15pt;
  font-weight: 400;
  line-height: 1.75em;
}

a {
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out,
    border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  color: #5b7c99;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  border-bottom-color: transparent !important;
  text-decoration: underline;
}

strong,
b {
  color: #61686b;
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #61686b;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1em;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 1.75em;
  line-height: 1.5em;
}

h3 {
  font-size: 1em;
  line-height: 1.5em;
}

h4 {
  font-size: 0.9em;
  line-height: 1.5em;
}

h5 {
  font-size: 0.8em;
  line-height: 1.5em;
}

h6 {
  font-size: 0.7em;
  line-height: 1.5em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

hr {
  border: 0;
  border-bottom: solid 1px #dddddd;
  margin: 2em 0;
}

blockquote {
  border-left: solid 6px #dddddd;
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 1.5em;
}

.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

.socials > a {
  margin: 3px;
  text-decoration: none;
}

.logo {
  margin-top: 50px;
  width: 45vh;
}

.header-margin {
  margin-top: 15px;
}

/* Container */

.container {
  margin: 0 auto;
  max-width: calc(100% - 4em);
  width: 48em;
  border-radius: 10px;
  margin-bottom: 10px;
}

.container.xsmall {
  width: 8.75em;
}

.container.small {
  width: 17.5em;
}

.container.medium {
  width: 26.25em;
}

.container.large {
  width: 43.75em;
}

.container.xlarge {
  width: 52.5em;
}

.container.max {
  width: 100%;
}

.runaways-ep-container {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.runaways-container-left {
  width: 50%;
}
.runaways-container-right {
  width: 50%;
}

.runaways-img {
  /* float: right; */
  height: auto;
  width: 80%;
  margin-left: 5px;
  box-shadow: 1px 1px 4px 0px #313a3d33;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .runaways-ep-container {
    flex-direction: column; /* Change to column on smaller screens */
    align-items: center; /* Optional: center the items in the column */
  }

  .runaways-container-left,
  .runaways-container-right {
    width: 100%; /* Make each section take full width */
  }

  .runaways-img {
    width: 90%; /* Adjust image size if needed */
    margin-left: 0; /* Center the image if needed */
  }
}

.lyrics-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.lyrics-list {
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .lyrics-list {
    flex-wrap: wrap; /* Allow items to wrap */
  }
  .lyrics-list > * {
    width: 48%; /* Adjust the width so two items fit per row */
    margin-bottom: 10px; /* Add some spacing between rows */
  }
}

.lyrics-list a {
  background-color: #f7b5010c;
  border-radius: 2px;
  padding: 2px;
}

.lyrics-container h2 {
  text-align: center;
}
.announcement {
  border: 1px solid #f7b501;
  padding: 5px;
  margin-top: 8px;
  margin-bottom: 0px;
  border-radius: 2px;
  background-color: #f7b50127;
}

.booking {
  width: 100%;
  display: flex;
  justify-content: center;
}

.bandphoto {
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 1px 1px 4px 0px #313a3d33;
  border-radius: 2px;
}
.spotifyplayerfixed {
  position: fixed;
  bottom: -60px;
  right: 10px;
  width: 250px;
  height: auto;
  z-index: 1000; /* Ensures it stays on top of other content */
}

.spotifyplayer {
  width: 80%;

  margin-bottom: 15px;
}

/* Section/Article */

section.special,
article.special {
  text-align: center;
}

header p {
  color: #61686b;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

header h1 + p {
  margin-top: -1em;
}

header h2 + p {
  margin-top: -1em;
}

header h3 + p {
  margin-top: -0.8em;
}

header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.8em;
  margin-top: -0.6em;
}

header {
  text-align: center;
}

header.major h1,
header.major h2,
header.major h3,
header.major h4,
header.major h5,
header.major h6 {
  position: relative;
}

header.major h1:after,
header.major h2:after,
header.major h3:after,
header.major h4:after,
header.major h5:after,
header.major h6:after {
  content: "";
  display: block;
  height: 2px;
  /* margin: 0.75em auto 0 auto; */
  position: relative;
  width: 4em;
}

header.major p {
  margin-top: 0;
}

/* Form */

form {
  margin: 0 0 2em 0;
}

label {
  color: #61686b;
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  margin: 0 0 1em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgba(144, 144, 144, 0.15);
  border-radius: 0;
  border: none;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  box-shadow: inset 0 0 0 2px #5b7c99;
}

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23a8b0b3' /%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 3em;
  padding-right: 3em;
  text-overflow: ellipsis;
}

select option {
  color: #61686b;
  background: #fff;
}

select:focus::-ms-value {
  background-color: transparent;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 3em;
}

textarea {
  padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  color: #6f7577;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  padding-left: 2.55em;
  padding-right: 0.75em;
  position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  background: rgba(144, 144, 144, 0.15);
  content: "";
  display: inline-block;
  font-size: 0.8em;
  height: 2.25em;
  left: 0;
  line-height: 2.25em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.25em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: #313a3d;
  color: #ffffff;
  content: "\f00c";
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  box-shadow: inset 0 0 0 2px #5b7c99;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  color: #a8b0b3 !important;
  opacity: 1;
}

:-moz-placeholder {
  color: #a8b0b3 !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #a8b0b3 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #a8b0b3 !important;
  opacity: 1;
}

/* List */
.lyrics-list {
  text-align: left;
}

ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1em;
}

ol li {
  padding-left: 0.25em;
}

ul {
  list-style: none;
  margin: 0 0 2em 0;
}

ul.alt {
  list-style: none;
  padding-left: 0;
}

ul.alt li {
  border-top: solid 1px #dddddd;
  padding: 0.5em 0;
}

ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

dl {
  margin: 0 0 2em 0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: inset 0 0 0 2px #dddddd;
  color: #61686b !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 3em;
  letter-spacing: 0.05em;
  line-height: 3.15em;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
  background-color: rgba(144, 144, 144, 0.075);
  color: #61686b !important;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
  background-color: rgba(144, 144, 144, 0.15);
  color: #61686b !important;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
  padding-left: 1.35em;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
  color: #a8b0b3;
  margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
  width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
  font-size: 0.8em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
  font-size: 1.35em;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
  background-color: #5b7c99;
  border: 0;
  box-shadow: none;
  color: #ffffff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
  background-color: #9ed8b6;
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
  background-color: #7aca9a;
}

input[type="submit"].primary.icon:before,
input[type="reset"].primary.icon:before,
input[type="button"].primary.icon:before,
button.primary.icon:before,
.button.primary.icon:before {
  color: #d1eddc;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  background-color: #6f7577 !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: default;
  opacity: 0.25;
}

/* Main */

.main {
  position: relative;
}

.main .image.primary {
  display: none;
}

.main .container {
  padding: 2em 2.5em 8em 2.5em;
  background: #fff9ee;
  box-shadow: inset 0 1px 0 0 #dddddd;
}

.last {
  padding: 2.5em 2.5em 4em 2.5em !important;
}

.main .container:before {
  min-height: calc(50vh - 13em);
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
}

.shows::before {
  min-height: calc(20vh - 13em) !important;
}

.main .container .content {
  display: inline-block;
  margin-right: 1px;
  vertical-align: middle;
  width: calc(100% - 10px);
}

.main .goto-next {
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: rgba(144, 144, 144, 0.075);
  background-image: url("../images/arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 0;
  bottom: 3em;
  display: block;
  height: 4em;
  left: 50%;
  line-height: 4em;
  margin-left: -2em;
  overflow: hidden;
  position: absolute;
  text-indent: 4em;
  white-space: nowrap;
  width: 4em;
}

.main .goto-next:hover {
  background-color: rgba(144, 144, 144, 0.15);
}

/* Header */

#header {
  height: 37vh;
  position: relative;
  text-align: center;
}

#header:after {
  content: "";
  display: inline-block;
  /* height: 100vh; */
  vertical-align: middle;
}

#header header {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding-bottom: 8em;
  vertical-align: middle;
}

#header header h1,
#header header h2,
#header header h3,
#header header h4,
#header header h5,
#header header h6,
#header header strong,
#header header b {
  color: #61686b;
}

#header header a {
  color: inherit;
  border-bottom: none;
}

#header header a:hover {
  color: #61686b !important;
}

#header header h1 {
  font-size: 3em;
  line-height: 1.25em;
  margin: 0;
}

#header header h1:after {
  margin-top: 0.5em;
}

#header header p {
  color: #61686b;
  font-weight: 700;
  margin: 1.5em 0 0 0;
}

#header .container {
  background: rgba(255, 255, 255, 0.95);
  bottom: 0;
  left: 50%;
  margin-left: -17.5em;
  padding: 2.5em;
  position: absolute;
}

#header .container > :last-child {
  margin-bottom: 0;
}

#header .container .button {
  min-width: 12em;
}

/* Footer */

#footer {
  padding: 0 0 6em 0;
  position: relative;
  text-align: center;
}

#footer .container {
  padding: 5em 2.5em 3em 2.5em;
  background: #fff9ee;
  box-shadow: inset 0 1px 0 0 #dddddd;
}

#footer footer {
  bottom: 2em;
  color: #6f7577;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

#footer footer h1,
#footer footer h2,
#footer footer h3,
#footer footer h4,
#footer footer h5,
#footer footer h6,
#footer footer strong,
#footer footer b {
  color: #6f7577;
}

#footer footer a {
  color: inherit;
}

#footer footer a:hover {
  color: #6f7577 !important;
}

#footer footer .copyright {
  font-size: 0.8em;
  line-height: 1em;
  padding: 0;
  color: #fff9ee;
}

#footer footer .copyright li {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
}

#footer footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

/* Large */

@media screen and (max-width: 1680px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 12pt;
  }
}

/* Medium */

@media screen and (max-width: 980px) {
  .container {
    width: 80% !important;
    max-width: 100% !important;
  }

  /* Main */

  .main .image.primary {
    display: block;
    margin: 0 0 4em 0;
  }

  .main .container {
    padding: 3em 3em 8em 3em;
  }

  .main .container:before {
    display: none;
  }

  /* Header */

  #header header {
    padding-bottom: 9em;
    width: 80%;
  }

  #header .container {
    margin-left: -40%;
    padding: 3em;
  }

  /* Footer */

  #footer {
    min-height: 0;
    padding: 0;
  }

  #footer .container {
    padding: 3em 3em 1em 3em;
  }

  #footer footer {
    padding: 3em 3em 1em 3em;
    bottom: auto;
    position: relative;
  }
}

/* Small */

@media screen and (max-width: 736px) {
  h2 {
    font-size: 1.35em;
  }

  /* Main */

  .main .container {
    padding: 3em 1.5em 1em 1.5em;
  }

  .main .container .image.primary:first-child {
    margin: -1.5em 0 2.5em 0;
  }

  .main .goto-next {
    display: none;
  }

  /* Header */

  #header header {
    padding-bottom: 0;
  }

  #header header h1 {
    font-size: 2em;
  }

  #header header p {
    margin-top: 1em;
  }

  #header .container {
    display: none;
  }

  /* Footer */

  #footer .container {
    padding: 3em 1.5em 1em 1.5em;
  }

  .spotifyplayer {
    width: 95%;
  }
  .spotifytext {
    font-size: 14px;
  }
}

/* XSmall */

@media screen and (max-width: 480px) {
  /* Basic */

  html,
  body {
    min-width: 320px;
  }

  body {
    background-image: url("../images/overlay.png"),
      url("../images/winding_small.jpg");
  }

  #header {
    height: 32vh;
  }

  .header-margin {
    margin-top: 0px;
  }

  .logo {
    width: 30vh;
  }

  .socials > a {
    margin: 6px;
  }

  .runaways-img {
    width: auto;
    height: auto;
    float: none;
    max-width: 100%;
    margin-left: 0px;
  }

  .booking {
    justify-content: center;
  }

  /* List */

  ul.actions {
    margin: 0 0 2em 0;
  }

  ul.actions li {
    display: block;
    padding: 1em 0 0 0;
    text-align: center;
    width: 100%;
  }

  ul.actions li:first-child {
    padding-top: 0;
  }

  ul.actions li > * {
    margin: 0 !important;
    width: 100%;
  }

  ul.actions.small li {
    padding: 0.5em 0 0 0;
  }

  ul.actions.small li:first-child {
    padding-top: 0;
  }

  ul.icons-grid li {
    box-shadow: inset 0 1px 0 0 #dddddd !important;
    float: none;
    margin: 2em 0 0 0;
    padding: 2em 0 0 0;
    width: 100%;
  }

  ul.icons-grid li:first-child {
    box-shadow: none !important;
    margin-top: 0;
    padding: 1em 0 0 0;
  }

  ul.icons-grid li:nth-child(2n + 1) {
    box-shadow: none;
  }

  ul.icons-grid li:nth-child(2n + 3):before {
    display: none;
  }

  /* Button */

  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  button,
  .button {
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
  }

  input[type="submit"].icon,
  input[type="reset"].icon,
  input[type="button"].icon,
  button.icon,
  .button.icon {
    padding-left: 0;
  }

  /* Main */

  .container {
    width: 100% !important;
  }

  .main .container {
    padding: 2em 1em 2em 1em;
  }

  .main .container .image.primary:first-child {
    margin: -2em 0 2.5em 0;
  }

  /* Footer */

  #footer .container {
    padding: 3em 1em 1em 1em;
  }

  #footer footer .copyright {
    line-height: inherit;
  }

  #footer footer .copyright li {
    color: #fff9ee;
    border-left: 0;
    display: block;
    margin: 0;
    padding: 0;
  }
}
