
body {
    margin: 0;
  }

img{
    display: inline-block;
    vertical-align: middle;
}

.shadow:before
{
    display:inline-block;
    vertical-align: middle;
    content:'';
    position:absolute;
    width:484px;
    height:489px;
    -moz-box-shadow:inset 0px 0px 10px 10px rgb(79, 147, 202);
    -webkit-box-shadow:inset 0px 0px 10px 10px rgb(79, 147, 202);
    box-shadow:inset 0px 0px 10px 10px rgb(79, 147, 202);
}

.header {
  background: linear-gradient(rgba(138, 164, 243, 0.4),rgba(152, 168, 223, 0.4));
  padding: 20px;
  color: #f2f2f2;
  text-align: center;

}


.topnav {
  overflow: hidden;
  background-color: rgb(47, 45, 66);
  align-items: center;
}

.topnav {
  align-items: center;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
}


a {
    display: inline-block;
    text-decoration: none;
}

button{
    background-color: rgb(47, 45, 66);
    border: 2px #f2f2f2;;
    color: #f2f2f2;
    width: 200px;
    padding: 16px;
}


button:hover{
    background-color: rgba(152, 168, 223, 0.685);
    cursor: pointer;
}


.column {
  float: left;
  color: #f2f2f2;
  border: 9px solid rgb(86, 115, 179);
  border-radius: 0.5em 0.5em 0.5em 0.5em;
  text-align: center;
  width: 48%;
  padding: 40px;
  margin: 1%;
  opacity: 750%;

}

.columnsingle {
  color: #f2f2f2;
  border: 9px solid rgb(86, 115, 179);

  border-radius: 0.5em 0.5em 0.5em 0.5em;
  text-align: center;
  width: 48%;
  padding: 40px;
  margin-left: 26%;
  margin-top: 1%;
  margin-bottom: 1%;
  opacity: 750%;

}

.row:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    background-color: rgb(47, 45, 66);
    color: #f2f2f2;
    text-align: center;

}

table{
    color: #f2f2f2;
    border: none;
    text-align: left;
    margin: 15px;
}
  
tr{
    border: 5px solid rgb(86, 115, 179);
}

th, td {
    padding: 8px;
}

.Mijnprofiel{
    text-align: justify;
    margin: 17px;
}

.headerleft{
    text-align: left;
    margin: 15px;
}

.luiaard{
    width:400px;
    height:280px;
    float:right;
    padding: none;
    margin: 10px;
}

.luiaard2{
  width:200px;
  height:220px;
  float: right;
  padding: none;
  margin-right: 210px;
}

.logoheader{
  width: 150px;
  height: 100px;
  position: absolute;
  top:3%;
  left: 0%;
  transform: translate(-0%,-3%);
  opacity: 80%;
}

.container {
  border-radius: 5px;
  padding-left: 15px;
  text-align: left;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  margin-bottom: 16px;
  border:rgb(86, 115, 179) solid 2px;
  resize: vertical;
}

input[type=submit] {
  background-color: rgb(86, 115, 179);
  color: #f2f2f2;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: rgb(136, 164, 224);
}

.b1{
  border:rgba(172, 255, 47, 0.562) 2px solid;
}

.b2{
  border:rgba(255, 166, 0, 0.568) 2px solid;
}

.b3{
  border:rgba(0, 0, 255, 0.589) 2px solid;
}

.b4{
  border:rgba(218, 112, 214, 0.747) 2px solid;
}

.qoute{
  text-align: left;
}