/* For-All */
* {
    font-size: 18px;
    font-family: "roboto", "verdana";
    box-sizing: border-box;
}

body {
    background: white;
    line-height: 22px;
    color: black;
    margin: 0;
    padding: 0;
}

a:link {
    color: white;
    font-size: 14px
}

.message {
    display: inline-block;
    width: 100%;
}

.message-center {
    display: inline-block;
    margin: .6em .6em .6em .6em;
}

.message-left {
    float: left;
    width: 50%;
    padding: 0px 30px 0px 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height:1.4em;
}

.message-right {
    float: right;
    width: 50%;
    padding: 0px 30px 0px 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height:1.4em;
}

.message-center-small {
    width: 70%;
    line-height:1.4em;
}

.message-left2 {
    float: left;
    background-color: red;
    padding: 0px 30px 0px 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height:1.4em;
}

.message-right2 {
    float: right;
    background-color: red;
    padding: 0px 30px 0px 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height:1.4em;
}

.img {
    float: center;
    max-margin: 100%;
    width: auto;
    height: auto;
}

.img-left {
    float: left;
    width: 50%;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
    display: -webkit-flex;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.img-right {
    float: right;
    width: 50%;
    box-shadow: 0px 0px 20px 20px grey;
    display: -webkit-flex;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.social {
  padding: 5px 0px 0px 5px;
  margin: -15px 0px -5px 0px;
  height: 25px;
  width: 25px;
}

.social:hover {
    opacity: 0.7;
}



/* The Header */
.myheader {
    width: 100%;
    background-color: black;
    text-align: center;
    height: 120px;
}


/* Style 'show menu' label button and hide it by default */
.show-menu {
    text-decoration: none;
    color: #fff;
    background: #2892ff;
    text-align: center;
    padding: 10px 0;
    display: none;
}


ul.one {
    list-style-type: none;
    padding: 0;
    width: 100%;
    text-align: center;
    top: -160px;
    right: 0px;
}

/* Hide checkbox */
input[type=checkbox]{
    display: none;
}

/* Show menu when invisible checkbox is checked */
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/* Strip the ul of padding and list styling */
ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 35px;
}

/* Create a horizontal list with spacing */
li {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
}

/* Style for menu links */
li a {
    display: inline-table;
    min-width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
}

a,a:visited,a:hover,a:active {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    transition: 0.5s color ease;
    text-decoration: none;
    color: white;
}

a.after:after {
    content: ""; 
    transition: 0.5s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

a.after:after {
    bottom: 0.25em;
}

a.after:after {
    height: 4px;
    width: 0;
    background: white;
}

a.underline:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

a.after:hover:after {
    width: 90%;
}

.nav-left {
    float: left;
    width: 20%;
    padding: 0px 30px 0px 30px;
    text-align: right;
}

.nav-right {
    float: right;
    width: 80%;
    padding: 0px 30px 0px 30px;
}

.logo {
    height: 100px;
    width: 100px;
    margin-top: 10px;
}

.logo2 {
    height: 100px;
    width: 100px;
    margin-top: 5px;
}



/* Mybody */
div.mybodygrijs {
    margin: -40px auto 0px auto;
    width: 100%;
    padding: 50px;
	color: black;
    background-color: #f8f8f8;
}

div.mybody {
    margin: 50px auto 100px auto;
    width: 75%;
    padding: 10px;
	color: black;
}

div.mybody-table {
    margin: 50px auto 100px auto;
    width: 100%;
    padding: 10px;
	color: black;
}

div.mybody2 {
    margin: 0px auto 0px auto;
    width: 100%;
    padding: 30px;
    background-color: #f5f5f5;
	color: black;
    border-radius: 15px;
}

.grid-container {
    display: grid;
    grid-template-columns: 50%; 
    }

.h1-thijs {
    font-size: 55px;
    line-height: 1.1em;
    margin: 50px 0px 20px 0px;
}

.h2-thijs {
    font-size: 28px; 
    margin-bottom: 20px;
    font-weight: bold;
}

.h2-thijs-insta {
    font-size: 28px; 
    margin-bottom: 30px;
    font-weight: bold;
}

.h3-thijs {
    font-size: 22px;
    font-weight: bold;
    margin: 12px 0px 12px 0px;
}

.h4-thijs {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0px -5px;
}

.h4-thijs-2 {
    font-size: 22px;
    font-weight: bold;
    margin: 70px 0px -5px;
}



.videoWrapper {
    float: none;
    clear: both;
    width: 100%;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.static {
  position:absolute;
  background: white;
}

.static:hover {
  opacity:0;
}


/* Myfooter */
div.myfooter {
    right: 0px;
    bottom: fixed;
    postion: absolute;
    left: 0px;
    margin: 0px;
    width: 100%;
    padding: 10px 30px 10px 30px;
    background-color: black;
    font-size: 14px;
    text-align: center;
    color: white;
}

.fa {
  padding: 5px;
  font-size: 20px;
  height: 25px;
  width: 25px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}



/*Responsive Styles*/
@media screen and (max-width: 760px){
    /*Make dropdown links appear inline*/
    ul {
        position: static;
        display: none;
        margin-top: 50px;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;
        border-radius: 0px;
        border: solid 2px white;
    }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
        position: relative;
        border-radius: 0px;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display: block;
        width: 100%;
        position: absolute;
    }
}
