@charset utf-8;

* {
    box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #990033;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

h1 {
    color: #cc9933;
    font-size: 50px;
    line-height: 0.5;
    text-align: center;
    text-shadow: 3px 2px black;
}

h2 {
    color: #cc9933;
    text-shadow: 1px 1px black;
}

h3 {
    color: #cc9933;
    font-size: 18px;
    line-height: 0.8;
    text-align: center;
    text-shadow: 1px 1px black;
}

h4 {
    color: gray;
    font-size: 18px;
    line-height: 0.8;
    text-align: center;
    text-shadow: 1px 1px black;
}


div {
    color: white;
    font-size: 14px;
}

.ulmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.limenu {
    float: left;
    padding: 3px;
}

.liright {
    float: right;
    padding: 3px;
}


li a {
    display: block;
    color: #cc9933;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    color: #cc9933;
    background-color: #3300ff;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.active {
    background-color: #3300ff;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.bckgrnd {
  height: 100px;
  background-color: #990033;
  background-image: url("wapen_orde_klein.png");
  background-repeat: no-repeat;
  background-position: 3% 2%;
}

.iets {
  radial-gradient(rgba(30, 75, 115, 1), rgba(255, 255, 255, 0));
  linear-gradient(#990033 , #990033), linear-gradient(90deg, #cc0000 30%, #3300ff 70%);
}
