/*
Theme Name: Boogje
Theme URI: https://boogje.apertkreatieveprodukties.nl
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Arial', sans-serif;
	line-height: 28px;
	height: 100%;
	background-color: #fbee81;
	color: #b80101;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  text-transform: lowercase;
  -webkit-text-size-adjust: 100%;
}

strong,
b {
	font-weight: 700;
}

img {
	max-width: 100%;
	height: auto;
  display: block;
}

#content {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0;
}

h1 {
  font-size: 40px;
  line-height: 50px;
}

h2 {
  background-color: #b80101;
  color: #fbee81;
  padding: 17px;
  font-size: inherit;
  line-height: inherit;
  margin-top: 50px;
}

ul {
  list-style: none;
  border: 1px solid #b80101;
}

li {
  display: flex;
}

li > div:nth-child(1) {
  width: 25%;
  border: 1px solid #b80101;
  padding: 15px;
}
li > div:nth-child(2) {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
li div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

li > div:nth-child(2) div {
  width: 50%;
  border: 1px solid #b80101;
  padding: 15px;
}

@media screen and (max-width: 700px)
{
  body {
    font-size: 16px;
    line-height: 22px;
  }

  #content {
    padding: 30px 0;
  }

  h1 {
    font-size: 34px;
    line-height: 42px;
  }

  h2 {
    padding: 12px;
    margin-top: 30px;
  }

  li {
    display: block;
  }

  li > div:nth-child(1) {
    width: 100%;
    padding: 10px;
  }
  li > div:nth-child(2) {
    width: 100%;
  }

  li > div:nth-child(2) div {
    padding: 10px;
  }
}
