/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */

@font-face {
    font-family: Museo Sans;
    src: url('../assets/MuseoSans.otf') format("opentype");
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */

body {
  /*
    color: #526066;
    */
    background: transparent url('../assets/bg.jpg') 0 0 no-repeat fixed;
    background-size: cover;
    font-family: Museo Sans,Arial,Sans-Serif;
}

.pure-g, .pure-g [class *="pure-u"] {
    font-family: Museo Sans,Arial,Sans-Serif;
}

h2,
h3 {
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
}

p {
    line-height: 1.6em;
}

/*
 * -- Layout Styles --
 */

.l-content {
    margin: 0 auto;
}

.l-box {
    padding: 0.5em 2em;
}

/*
 * -- MENU STYLES --
 * Make the menu have a very faint box-shadow.
 */

.pure-menu {
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
    background: white;
}

/*
 * -- BANNER --
 * The top banner with the headings. By using a combination
 * of `display: table;` and `display: table-cell;`, we can
 * vertically center the text.
 */

.banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  margin-bottom: 3em;
  background: rgba(0,0,0, 0.2);
  text-shadow: 0 1px 1px black;
}

.banner .text {
  align-self: center;
}

.banner .pic {
  align-self: auto;
}

.banner h1 {
  text-align: right;
  font-size: 4em;
  color: white;
  font-weight: 500;
}

.banner h2 {
  text-align: right;
  color: white;
  font-weight: 500;
}

.banner img {
  display: flex;
  align-self: flex-end;
  margin: 3em;
  height: 80%;
  max-height: 13em;
}

/*
 * -- info-boxes TABLE WRAPPER --
 * This element wraps up all the info-boxes table elements
 */

.info-boxes-tables,
.information {
  max-width: 980px;
  margin: 0 auto;
}

.info-boxes-tables {
    margin-bottom: 3.125em;
    text-align: center;
}

/*
 * -- info-boxes TABLE  --
 * Every info-boxes table has the .info-boxes-table class
 */

.info-boxes-table {
    border: 1px solid #ddd;
    margin: 0 0.5em 2em;
    padding: 0 0 3em;
    background: white;
}

/*
 * -- info-boxes TABLE HEADER COLORS --
 * Choose a different color based on the type of info-boxes table.
 */

.info-boxes-table-uulm .info-boxes-table-header {
    background: #519251;
}

.info-boxes-table-tss .info-boxes-table-header {
    background: #213653;
}

/*
 * -- info-boxes TABLE HEADER --
 * By default, a header is black/white, and has some styles for its <h2> name.
 */

.info-boxes-table-header {
    background: #111;
    color: #fff;
    margin: -1px -1px 0 -1px;
}

.info-boxes-table-header h2 {
    margin: 0;
    padding-top: 2em;
    font-size: 1em;
    font-weight: normal;
}

/*
 * -- info-boxes header
 */

.info-boxes-logo {
    height: 120px;
    line-height: 120px;
    text-align: center;
}

.info-boxes-logo * {
    display: inline-block;
    vertical-align: middle;
}

.info-boxes-table-header p {
    display: block;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 1em;
    margin: 0;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    *color: #fff;
}

/*
 * -- info-boxes TABLE LIST --
 * Each info-boxes table has a <ul> which is denoted by the .info-boxes-table-list class
 */

.info-boxes-table-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

/*
 * -- info-boxes TABLE LIST ELEMENTS --
 * Styles for the individual list elements within each info-boxes table
 */

.info-boxes-table-list li {
    padding: 0.8em 0;
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
}

.info-boxes-table-list li:nth-child(1) {
  font-weight: 700;
}
/*
 * -- info-boxes TABLE BUTTON --
 * Styles for the "Choose" button at the bottom of a info-boxes table.
 * This inherits from Pure Button.
 */

.button-choose {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    border-radius: 2em;
    font-weight: bold;
    position: relative;
    bottom: -1.5em;
}

.information-head {
    color: black;
    font-weight: 500;
}

.bullshit-bingo {
    text-align: center;
    height: 200px;
    width: 100%;
    margin-bottom: 3em;
    display: table;
}

.bullshit-bingo h1 {
  margin-top: 0.3em;
  line-height: 0.1em;
  margin-top: 0.7em;
}

.bullshit-bingo h2 {
  font-size: 0.3em;
  margin: 0;
}

.bullshit-bingo-content {
    display: table-cell;
    background: white;
    vertical-align: middle;
    margin-bottom: 0;
    padding-bottom: 1em;
    font-size: 2em;
    font-weight: 500;
    text-shadow: 0 1px 1px black;
}

.tag-cloud {
  max-width: 800px;
  margin: 0 auto;
  color: darkgreen;
}


.tag-cloud p {
  display: inline-block;
  margin: 0 1em;
}

.tag-cloud p.small {
  font-size: 0.5em;
  color: dimgray;
}

.tag-cloud p.big {
  font-size: 1.5em;
  color: midnightblue;
}

.footer {
    background: rgba(17,17,17, 0.10);
    color: white;
    text-align: center;
    padding-top: 0.1em;
    padding-bottom: 2em;
}

.footer h1 {
    text-shadow: 0 1px 1px black;
}

.footer a img {
    height: 1em;
    margin-bottom: -0.2em;
    padding: 0;
}

.contact-option {
  display: inline-block;
  text-decoration: none;
  background-color: white;
  margin: 1em 3em;
  padding: 0;
  padding-bottom: 1em;
  -webkit-transition: transform 0.1s ease 0;
  -moz-transition: transform 0.1s ease 0;
  transition: transform 0.1s ease 0;
}

.contact-option:hover {
  transform: scale(1.3);
}

.contact-option * {
  padding: 0.5em 1em;
  color: #111;
}

.contact-option h2 {
  color: white;
  background-color: #213653;
  margin: 0;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 600px) {
  .pure-menu-horizontal .pure-menu-heading {
    display: none;
  }
}

@media (min-width: 600px) {
}
