@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bitter', serif;
}

h1 {
  font-size: 2.4em;
  font-weight: 300;
}

.large {
  font-size: 1.2em;
}

i {
  font-family: 'Bitter', serif;
  font-style: normal;
}

blockquote {
  font-style: italic;
}

.container {
  max-width: 60rem;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section-hero {
  background-image:url('sss-monument.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000000;
  color: #FFFFFF;
  font-family: 'Bitter', serif;
  display: flex;
  flex-direction: column;
}
.section-hero .container {
  display: flex;
  flex-direction: column;
}
.main {
}
.cover {
  min-height: 100vh;
}
.float-center{
  margin-left: auto;
  margin-right: auto;
}
.button {
  font-size: 0.9em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.6rem;
  border: 1px solid;
  border-radius: 0.5rem;
}

/* Responsive images */
img {
  max-width: 100%;
  max-height: 100%;
}

.section-hero .button {
  color: #FFFFFF;
}

.section.header-basics {
  color: #FFFFFF;
  background-color: #61008D;
}

.section.notes {
  background-color: #E5ABFF;
}

.section.header-shops {
  color: #FFFFFF;
  background-color: #8A5D37;
}

.section.shops {
  background-color: #FFE4AF;
}

.section.header-join {
  color: #FFFFFF;
  background-color: #000079;
}

.section.join {
  background-color: #D6F3FC;
}

.section.header-more {
  color: #FFFFFF;
  background-color: #606060;
}

.section.more {
  background-color: #CCCCCC;
}

.section.more a {
  color: #606060;
  font-style: normal;
  font-family: 'Bitter', serif;
  font-weight: bold;
}

.section.more .search-form {
  border: 4px solid #ABABAB;
  margin: auto;
  padding: 1em;
  text-align: center;
}

.section.more .search-form h3 {
  color: #606060;
}

.section.footer {
  background-color: #000000;
  color: #ffffff;
}

.section.footer .container {
  display: flex;
}

.section.footer a {
  color: #dddddd;
}

.section.footer .footer-logo {
  margin-right: 1em;
}
