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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

@font-face {
  font-family: Titlefont;
  src: url(fonts/Return_To_Sender.ttf);
  font-weight: normal; }
@font-face {
  font-family: TextFont;
  src: url(fonts/AbadiMTStd-CondLight.ttf);
  font-weight: normal; }
@font-face {
  font-family: TextFont;
  src: url(fonts/AbadiMTStd-CondBold.ttf);
  font-weight: bold; }
* {
  box-sizing: border-box; }

/* MAIN CSS */
h1, h2, h3, h4, h5, h6 {
  font-family: "Titlefont", Oswald, Arial, sans-serif;
  color: #d2d2d2; }

p, li {
  font-family: "TextFont", Raleway, Arial, sans-serif;
  color: #d2d2d2; }

body {
  background: black; }

.content {
  width: 1140px;
  margin: 0 auto; }

header {
  width: 100%;
  height: 800px;
  background-image: url(./../assets/head.jpg);
  background-size: cover;
  background-position: bottom center;
  position: relative; }
  header h1 {
    color: #e41313;
    padding-top: 65px;
    font-size: 6rem; }
  header span {
    content: ' ';
    display: block;
    width: 50px;
    height: 150px;
    float: left;
    margin-right: 20px;
    background-image: url(./../assets/logo_rood.png);
    background-position: center;
    background-size: cover; }
  header .title {
    padding-top: 100px; }
  header nav {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    bottom: 108px;
    width: 100%; }
    header nav ul {
      display: flex;
      justify-content: space-between; }
      header nav ul a {
        font-family: "Titlefont", Oswald, Arial, sans-serif;
        text-decoration: none;
        color: white;
        font-size: 2rem;
        padding: 40px 20px;
        display: inline-block; }
      header nav ul a:hover {
        color: #6f9e31; }

main {
  margin-top: 30px;
  margin-bottom: 50px; }
  main section {
    margin-bottom: 50px;
    /*padding-bottom: 50px;*/
    border-bottom: 3px solid #6f9e31;
    display: flex; }
    main section article.image {
      width: 40%;
      background-image: url(./../assets/image.jpg);
      background-position: top right;
      background-size: 120%;
      background-repeat: no-repeat; }
      main section article.image img {
        width: 80%;
        margin: 75px 10% 20px;
        border: 2px solid white;
        border-top: 0; }
      main section article.image img.small {
        width: 60%;
        margin: 75px 20% 20px; }
    main section article.cursusnaam {
      margin-top: 10px;
      width: 20%; }
      main section article.cursusnaam h2 {
        padding: 15px;
        color: #6f9e31;
        font-size: 2rem; }
      main section article.cursusnaam h3 {
        padding: 20px;
        margin-top: -30px;
        margin-right: 30px;
        text-align: right;
        color: rgba(255, 255, 255, 0.15);
        transform: rotate(10deg);
        font-size: 15rem; }
    main section article.text {
      width: 60%;
      padding: 50px 20px; }
      main section article.text h4 {
        color: #6f9e31;
        font-size: 2rem; }
      main section article.text h1 {
        font-size: 2rem;
        color: #6f9e31;
        margin-bottom: 20px; }
      main section article.text p {
        line-height: 150%;
        font-size: 1.2rem; }
        main section article.text p span {
          font-weight: bold; }
        main section article.text p a {
          color: #6f9e31;
          text-decoration: none; }
          main section article.text p a:hover {
            text-decoration: underline; }
    main section article.big {
      width: 80%; }

.noline {
  border: 0; }

article.contact {
  width: 80% !important; }

form table {
  width: 100%; }
  form table tr td {
    padding: 20px 0;
    vertical-align: top; }
  form table tr td:first-of-type {
    width: 200px; }
form label {
  color: #d2d2d2;
  font-size: 1.2rem;
  font-family: "TextFont", Raleway, Arial, sans-serif; }
form input, form select, form textarea {
  padding: 5px;
  font-size: 1.2rem;
  font-family: "TextFont", Raleway, Arial, sans-serif;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0; }
  form input:focus, form select:focus, form textarea:focus {
    outline: none; }
form select {
  width: 50%; }
form textarea {
  resize: vertical;
  min-height: 250px; }
form input[type="radio"] {
  width: auto; }
form button {
  padding: 10px 20px;
  background: none;
  border: 2px solid #6f9e31;
  font-size: 1.5rem;
  color: #6f9e31;
  font-family: "Titlefont", Oswald, Arial, sans-serif;
  width: 80%; }
  form button:hover {
    background: #6f9e31;
    color: black;
    cursor: pointer; }

@media all and (max-width: 1160px) {
  .content {
    width: 100%; }

  header .title {
    padding-left: 50px; }
  header nav {
    padding: 0 20px; }
    header nav ul {
      flex-wrap: wrap; }
      header nav ul li {
        width: 25%;
        text-align: center; } }
@media all and (max-width: 850px) {
  .content {
    width: 100%; }

  header {
    height: auto; }
    header .title {
      padding: 0;
      padding-top: 70px;
      margin-bottom: 130px; }
      header .title h1 {
        font-size: 4rem;
        width: 100%;
        text-align: center;
        padding: 0; }
      header .title span {
        display: none; }
    header nav {
      position: relative;
      bottom: 84px;
      padding: 0 20px; }
      header nav ul {
        flex-wrap: wrap; }
        header nav ul li {
          width: 100%;
          text-align: center; }
          header nav ul li a {
            padding: 20px; }

  main {
    margin-top: 0; }
    main section {
      display: block; }
      main section article.image {
        display: none; }
      main section article.text,
      main section article.cursusnaam {
        width: 100%; }

  article.contact {
    width: 100% !important; }

  form table td {
    display: block; }
    form table td select {
      width: 100%; }
  form table td:last-of-type {
    padding-top: 0; } }

/*# sourceMappingURL=main.css.map */
