@font-face {
  font-family: 'CallunaRegular';
  src: url('Calluna-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  position: relative;
  height:100%;
}

body {
  font-size: 1em;
  line-height: 1.4;
  height: 100%;
  color: #111;
	background: url('../img/bg.gif') repeat;
}

body > div.container {
  height: 100%;
}

h1, h2 {
	color: #90599a;
	font-family: 'Satisfy', cursive;
  font-size: 2.7rem;
  text-shadow: #eaeaea 4px 4px;
  padding: 1rem 0 2rem 0;
}

h2 {
  font-size: 1.8rem;
  padding-bottom: 1rem;
}

p {
  line-height: 1.8em;
}

main img {
  border: 5px solid #fff;
}

.navbar-brand img {
  width: 100%;
  height: auto;
  max-width: 368px;
}

main.container {
   border-left: 10px solid #fff;
   border-right: 10px solid #fff;
   background: #f9d27e;
   background: linear-gradient(0deg, #f9d27e 0%, #fff 60%);
   background-attachment: fixed;
}

@media (min-width: 768px) {
    body.index main.container,
    body.huwelijk main.container,
    body.contact main.container,
    body.bedankt main.container,
    body.doopfeest main.container {
        height:100%;
    }
}

.navbar {
    background: #fff;
}

nav a,
nav a:link,
nav a:visited {
    text-decoration: none;
    padding: 30px 14px;
    font-size: 17px;
    display:  block;
    color: #18af9d;
    font-variant: small-caps;
}

nav a:hover {
	color: #da4e5a;
}


main a {
	color: #1fbcaa;
  text-decoration: underline;
}

main a:hover,
.page-content a:hover {
	color: #1fbcaa;
  text-decoration: none;
}

table {
  margin-bottom: 5rem;
}

.repertoire table td {
  width: 50%;
}

.contact input,
.contact textarea {
  border: 1px solid #888;
  border-radius: 3px;
  padding: 3px 7px;
}

.contact .button_text {
  cursor: pointer;
  background: #5a3;
  color: #fff;
  letter-spacing: 0.4px;
  width: 150px;
  height: 40px;
  text-shadow: #666 1Px 1px;
}

.contact .button_text:hover {
  background: #492;
  text-shadow: none;
}

.offset-md-3 {
  margin-left: 25%;
}

#contact li label {
	width: 100px;
}
