/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/* ----------------------------------------- BASE --------------------------------------- */
body, html {
  height: 100%;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  font-family: 'Advent Pro', sans-serif;
  font-size: 18px;
  line-height: 36px;
  margin: 0px;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: left;
  text-shadow: 1px 1px #000;
}

.main {
  background: #80c99b url("../images/foto4.jpg") no-repeat bottom right;
  background-size: 500px 500px;
  min-height: 100%;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h4, h6, .colored {
  color: #38855D;
}

header h1 {
  font-size: 42px;
  margin: 0 0 21px 0;
}

article h1, aside h1, .content h1 {
  font-size: 21px;
}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #38855D;
}

.hidden {
  position: absolute;
  *clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.main {
  padding: 40px 20px 20px 20px;
}

.bullet-list {
  list-style: none;
}
.bullet-list li {
  margin-left: 20px;
}


.content,
.concertdates {
  display: block;
  width: 100%;
  margin: 0 0 25px 0;
}

.zaal,
.locatie{
    color: #FFFFFF;
}

.facebook time {
  width:100px;
  display: inline-block;
}

.truncate {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 1200px) {
  .wrapper {
    margin: 0 0 0 -1%;
  }
  .wrapper:before,
  .wrapper:after {
    content: ' ';
    display: table;
  }
  .wrapper:after {
    clear: both;
  }
  .wrapper {
    *zoom: 1;
  }

  .content,
  .concertdates,
  .images{
    display: block;
    margin: 0 0 0 1%;
  }

  .concertdates {
    width: 100%;
  }

  .content {
    width: 50%;
  }

  .images {
      clear:both;
  }

  .inline {
    margin-left: -25px;
  }
  .inline li {
    margin-left: 25px;
    display: inline;
  }
}

@media (max-width: 780px) {
    .main {
        background-size: 350px 350px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 0.90em;
    }
    .main {
        background: #80c99b;
        background-size: 200px 200px;
    }
    .line-break {
        width: 100%;
        float: left;
    }
    .seperator {
        visibility: hidden;
    }
}

.concertdates .zaal a {
  text-decoration: underline;
}
