*{
  margin: 0;
  padding: 0;
}

body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

header {
	padding: 0px;
	width: 100%;
	background: #36a9e1;
	height: 200px;
	background-image: url(images/header.jpg);
	background-position: center;
	background-size: cover;
	position: sticky;
 	top: 0;
}

.logo {
  float: left;
	padding: 20px 0;
	width: 150px;
	padding-top: 35px;
	margin-left: 70px;
}

/* navigatie */

nav {

	float: right;
}

nav ul {
  margin-right: 50px;
  padding: 0;
  list-style: none;
}

nav li {
  display: inline-block;
  margin-left: 70px;
  padding-top: 70px;
  position: relative;
}

nav a {
	font-family: Montserrat;
	font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav a:hover, a:active{
  color: #ddaa20;
}


nav a:before {
  content: '';
  display: block;
  height: 3px;
  background-color: #ddaa20;
  position: absolute;
  top: 0;
  width: 0%;
  transition: all ease-in-out 500ms;
}

nav a:hover::before {
  width: 100%;
}

/* maincontent */

.container {
  width: 80%;
  padding: 100px;
}

.content {
	padding: 16px;
}

h1 {
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 32px
  color: #000;
  padding-bottom: 40px;
  text-decoration: none;
}

h2{
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 26px
  color: #000;
  padding-bottom: 20px;
}

h3{
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px
  color: #000;
  padding-bottom: 40px;
}

h4{
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

p{
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

/* homepage */

.hero {
  padding: 110px;
	font-family: Montserrat;
  font-size: 60px;
  font-weight: 400;
  color: #ddaa20;
  text-align: center;
	background-color: #008000;
}

.sidekick {
	font-family: Montserrat;
	font-weight: 400;
  font-size: 26px;
	text-transform: uppercase;
  margin-top: 40px;
  color: #FFF;
}
.intro{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 34px;
	margin-bottom: 50px;
}

.homepicture{
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
}

.picture-wrap {
  display:flex;
  align-items: center;
  justify-content:center;
  flex-wrap: wrap;
  margin:10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#picture{
  padding:40px;
  margin-right:10px;
	margin-left:10px;
  margin-bottom: 20px;
  background:##fff;
  width:250px;
  height: 250px;
  box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
  border-radius:10px;
  transition:.2s all;
}
.picture-wrap:hover #picture{
  filter:blur(3px);
  opacity:.5;
  transform: scale(.98);
  box-shadow:none;
}
.picture-wrap:hover #picture:hover{
  transform:scale(1);
  filter:blur(0px);
  opacity:1;
  box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
}

.picture-wrap2 {
  display:flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#picture2{
  margin-right:20px;
  margin-bottom: 20px;
  margin-top: 60px;
}

/* weertabellen */

.weertabel{
  width: 500px;
  border: none;
  padding: 40px;
}

.weertabelcel{
  width: 30%;
  height: 50px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.weertabelcel1{
  width: 15%;
  height: 50px;
  padding: 10px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

.weerbeeld{
  height: 25px;
}

.flex-container{
  display: flex;
  width: 80%;
  padding: 1px;
}

.weerdata{
  flex: 1;
  background-color: #f0f0f0;
  height: 512px;
}

.radar{
  flex: 1;
  height: 512px;
}

/* footer */

.wrapper{
  margin: 0 auto;
  padding-bottom: 60px;
  width: 80%;
}

footer {
  width: 100%;
  height: 50px;
  background-color: #333;
  position: fixed;
  bottom: 0px;
}

footer p{
  font-family: Montserrat;
  font-weight: 200;
  color: #fff;
  font-size: 12px;
  float: left;
  padding-top: 17px;
}

footer p span{
  font-weight: 800;
  padding-left: 2px;
}
