/**********************
  GLOBAL
**********************/

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  background: url(/images/bg-solmen3.png) #0d72ba top left fixed;
  height: 100%;
  display: block;
}

body {
  font-family: "Lato", sans-serif;
  padding: 10px;
  font-size: 16px;
  line-height: 1.3;
  max-width: 1024px;
  margin: 0 auto;
  color: white;
}

a:link, a:visited {
  color: #ffcc00;
  text-decoration: none;
  border-bottom: 1px solid #ffa921;
  padding-bottom: 2px;
}

a:hover, a:active {
  color: #fff000;
  border-color: rgba(0,0,0,0);
  cursor: pointer !important;
}

h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  font-style: italic;
  text-shadow: 0 0 5px rgba(0,0,0,.3);
  letter-spacing: 2px;
}

h1 span {
  display: block;
  font-size: 1.3rem;
  color: #0e133b;
  text-shadow: none;
}

h2 {
  background: #0e133b;
  display: inline-block;
  padding: 10px 20px;
  transform: skewX(-20deg);
  text-transform: uppercase;
}

h3 {
  font-size: 1.4em;
  text-transform: uppercase;
}

h3 span {
  text-transform: none;
}

h4 {
  text-transform: none;
}

p {
  margin-bottom: 15px;
}

li {
  font-size: 1em;
}

blockquote {
  font-size: 1em;
}

strong {
  color: #0e1339;
  font-weight: bold;
  background: rgba(255,255,255,.6);
  padding: 0px 5px;
}

table {
  margin-top: 15px;
}

td {
  padding: 0px 15px;
  background: rgba(255,255,255,.15);
  vertical-align: middle;
}

td span {
  font-weight: normal;
}

table h3 {
  padding: 15px 0;
  margin: 0px;
}

input:hover {
  cursor: pointer;
}

/**********************
  NAVIGATION
**********************/

.nav {
  list-style: none;
  background: rgba(14,19,59, .7);
  padding: 15px;
  border-radius: 100px 0 100px 0;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.nav li {
  display: inline-block;
  font-size: .8em;
}

.nav li a {
  display: block;
  margin-right: 15px;
  color: white;
  font-weight: bold;
}

.nav li:last-child a {
  margin-right: 0;
}

.social {
  border: none !important;
}

.fab {
  font-size: 4em;
}

.social + .social {
  margin-left: 15px;
}

/**********************
  HEADER
**********************/

header {
  clear: both;
}

.verse {
  color: #0e133b;
  font-weight: 400;
}

.event-info {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
}


/**********************
  SECTIONS
**********************/

section {
  margin: 0 auto;
}

section h2 {
  margin: 40px 0 0 0;
}

section .announcement, #announcement {
  color: #0e133b;
  font-weight: bold;
  background: white;
  max-width: 95%;
  padding: 10px;
  transform: skewX(-20deg);
  margin-bottom: 0;
  text-align: center;
}

section h3 {
  margin-bottom: 0;
}

section p {
  font-size: 1em;
}

section ul {
  margin-top: 0;
}

/**********************
  HOME
**********************/

#announcement {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 20px;
}

.view-cart {
  padding: 15px;
}

/**********************
  FAQ
**********************/

.faq h2, .info h2 {
  font-size: 1.3em;
  text-transform: none;
}

/**********************
  SCHEDULE
**********************/

.table-schedule td, .table-schedule th {
  font-size: 1.1em;
}

.table-schedule td {
  padding: 10px 5px;
}

.table-schedule td:first-child {
  width: 25%;
}

.table-schedule th {
  padding: 10px;
  background: white;
  color: #0e133b;
  font-weight: bold;

}

/**********************
  FOOTER
**********************/

footer {
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: .9em;
  margin-top: 40px;
}

footer a:link {
  border: none;
}

/**********************
  MEDIA QUERIES
**********************/
		
@media screen and (min-width: 480px) {
  body {
    padding: 20px;
  }
  h1 {
    font-size: 4rem;
  }

  h1 span {
    font-size: 2.3rem;
  }
  .nav {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .nav li {
    font-size: 1em;
  }
  .faq h2 {
    font-size: 1.5em;
  }
  section p, blockquote, li {
    font-size: 1.3em;
  }
  footer {
    text-align: right;
  }
  #announcement {
  font-size: 1.5em;
}
}

@media screen and (min-width: 980px) {

  h1 {
    font-size: 5rem;
  }
  .nav li {
    font-size: 1.3em;
  }

}