/* 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" /> */
/* line 5, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 9, ../sass/screen.scss */
h1,
h2,
h3,
h4 {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  line-height: 1.5;
  color: #a70108;
}

/* line 19, ../sass/screen.scss */
h1 {
  font-size: 175%;
}

/* line 23, ../sass/screen.scss */
h2 {
  font-size: 150%;
}

/* line 27, ../sass/screen.scss */
h3 {
  font-size: 125%;
  letter-spacing: 2px;
  margin-top: 40px;
}

/* line 33, ../sass/screen.scss */
b {
  font-weight: bold;
}

/* line 38, ../sass/screen.scss */
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 44, ../sass/screen.scss */
.vcenter {
  display: flex;
  align-items: center;
}

/* line 49, ../sass/screen.scss */
.italic {
  font-size: 87.5%;
  letter-spacing: 0;
  font-style: italic;
}

/* line 55, ../sass/screen.scss */
.mrgtop {
  margin-top: 20px;
}

/* line 59, ../sass/screen.scss */
.boldcaps {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 64, ../sass/screen.scss */
.noborder {
  border: 0 !important;
}

/* line 68, ../sass/screen.scss */
body {
  background: #dfe1e3;
  color: #505050;
  font-family: 'Work Sans', sans-serif;
  padding-top: 70px;
  line-height: 1.8;
}

/* line 76, ../sass/screen.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background: #6f060b;
}

/* line 82, ../sass/screen.scss */
.navbar-inverse {
  padding: 10px 0;
  background: #a70108;
}
/* line 87, ../sass/screen.scss */
.navbar-inverse .navbar-nav li a {
  transition: all, 0.2s;
  color: #e5e7ea;
}
/* line 91, ../sass/screen.scss */
.navbar-inverse .navbar-nav li.active {
  background: red;
}
/* line 96, ../sass/screen.scss */
.navbar-inverse .navbar-brand {
  font-family: 'Playfair Display', serif;
  font-size: 200%;
  color: #fff;
}
/* line 101, ../sass/screen.scss */
.navbar-inverse .dropdown-menu {
  background: #a70108;
}
/* line 103, ../sass/screen.scss */
.navbar-inverse .dropdown-menu li {
  background: #a70108;
}
/* line 105, ../sass/screen.scss */
.navbar-inverse .dropdown-menu li a {
  color: #FFF;
  padding: 10px 15px;
}
/* line 108, ../sass/screen.scss */
.navbar-inverse .dropdown-menu li a:hover {
  color: #a70108;
}

/* line 116, ../sass/screen.scss */
#hero {
  padding: 100px 0;
  background-color: darkolivegreen;
  background: url(../img/header.jpg) center center;
  background-size: cover;
  color: #a70108;
  border-bottom: 1px solid #a70108;
  text-align: center;
}
/* line 124, ../sass/screen.scss */
#hero span {
  font-size: 112.5%;
  display: block;
  margin-top: 25px;
  font-weight: bold;
}
/* line 130, ../sass/screen.scss */
#hero h1 {
  color: #24210b;
  font-size: 262.5%;
  letter-spacing: 5px;
}

/* line 137, ../sass/screen.scss */
#main {
  padding: 60px 0;
}

/* line 142, ../sass/screen.scss */
.content a {
  color: #a70108;
  font-weight: bold;
}
/* line 146, ../sass/screen.scss */
.content h1 {
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #a70108;
}
/* line 151, ../sass/screen.scss */
.content h2 {
  margin: 40px 0 20px 0;
}
/* line 154, ../sass/screen.scss */
.content p {
  letter-spacing: 0.5px;
  margin-top: 20px;
}
/* line 157, ../sass/screen.scss */
.content p.no-mg {
  margin: 0;
}
/* line 160, ../sass/screen.scss */
.content p.strong {
  text-transform: uppercase;
}
/* line 162, ../sass/screen.scss */
.content p.strong a {
  letter-spacing: 2px;
}
/* line 166, ../sass/screen.scss */
.content p.lead {
  font-size: 100%;
  font-weight: bold;
}
/* line 171, ../sass/screen.scss */
.content ul li {
  list-style-type: circle;
  margin-left: 16px;
}

/* line 177, ../sass/screen.scss */
.rowboek, .rowouders {
  text-align: center;
  margin-top: 60px;
  background: #FFF;
  padding: 60px 0;
  border: 1px solid #a70108;
}

/* line 185, ../sass/screen.scss */
.rowouders {
  padding: 0;
  padding-top: 60px;
}

/* line 192, ../sass/screen.scss */
.boek img {
  margin-bottom: 30px;
}
/* line 196, ../sass/screen.scss */
.boek .btn {
  margin-top: 40px;
}
/* line 199, ../sass/screen.scss */
.boek h3 {
  margin-top: 0;
}

/* line 204, ../sass/screen.scss */
a.btn-green {
  border: 1px solid #a70108;
  font-size: 100%;
  font-weight: normal;
  letter-spacing: 2px;
  color: #a70108;
  transition: 0.1s all;
}
/* line 211, ../sass/screen.scss */
a.btn-green:hover {
  background: #a70108;
  color: #FFF;
}

/* line 217, ../sass/screen.scss */
#footer {
  color: #e5e7ea;
  background: #a70108;
  padding: 60px 0;
  text-align: center;
}
/* line 222, ../sass/screen.scss */
#footer a {
  color: #e5e7ea;
  text-decoration: underline;
}
/* line 225, ../sass/screen.scss */
#footer a:hover {
  color: #FFF;
  text-decoration: none;
}
/* line 230, ../sass/screen.scss */
#footer .facebook {
  display: block;
}
/* line 232, ../sass/screen.scss */
#footer .facebook img {
  position: relative;
  top: 10px;
  padding-right: 15px;
}
/* line 238, ../sass/screen.scss */
#footer .copyright {
  display: block;
}

/* line 243, ../sass/screen.scss */
.bottomform {
  margin-top: 40px;
}

/* line 247, ../sass/screen.scss */
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
}

/* 16x9 Aspect Ratio */
/* line 257, ../sass/screen.scss */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
/* line 264, ../sass/screen.scss */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

/* line 268, ../sass/screen.scss */
.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 276, ../sass/screen.scss */
.honeypot {
  display: none;
}

/* kleiner dan table */
@media screen and (max-width: 992px) {
  /* line 8, ../sass/_queries.scss */
  .rowouders {
    padding: 60px;
    text-align: center;
  }
  /* line 11, ../sass/_queries.scss */
  .rowouders img {
    display: none;
  }
}
/* tablet en groter */
@media screen and (min-width: 768px) {
  /* line 22, ../sass/_queries.scss */
  #hero h1 {
    text-transform: uppercase;
    font-size: 400%;
  }
  /* line 26, ../sass/_queries.scss */
  #hero span {
    font-size: 127.5%;
    letter-spacing: 2px;
  }

  /* line 31, ../sass/_queries.scss */
  .boek {
    text-align: left;
  }
  /* line 33, ../sass/_queries.scss */
  .boek img {
    margin: 0;
    margin-right: 30px;
    float: left;
  }

  /* line 39, ../sass/_queries.scss */
  .facebook {
    display: inline-block;
    float: right;
    margin-top: -13px;
  }

  /* line 44, ../sass/_queries.scss */
  .copyright {
    float: left;
  }

  /* line 48, ../sass/_queries.scss */
  .content ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  /* line 52, ../sass/_queries.scss */
  .content ul.onecol {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  /* line 59, ../sass/_queries.scss */
  .rightimg {
    float: right;
    border: 5px solid #FFF;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* line 68, ../sass/_queries.scss */
  .navbar-header {
    font-size: 150%;
    float: left;
    padding-top: 25px;
    text-align: center;
    width: 100%;
  }

  /* line 75, ../sass/_queries.scss */
  .navbar-brand {
    float: none;
  }

  /* line 78, ../sass/_queries.scss */
  .navbar .navbar-collapse {
    text-align: center;
  }

  /* line 81, ../sass/_queries.scss */
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
@media screen and (min-width: 1200px) {
  /* line 89, ../sass/_queries.scss */
  .navbar-nav {
    float: right;
  }
}
