/* Basislayout */

html, body {
  
    padding: 0;
    background-color: #EEEEEE;  
   color:#A52A2A 

font  Verdana, Arial, Sans-Serif;
}


.subpagina {
   background-color:violet;
   text-align: center;
}


body {
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.meneer {
  background-image: url("images.png");
 background-color: #cccccc;
 background-size: 1500px 1000px;
 
}
  

main {
    margin: 0 auto;
    width: 700px;
    position: relative;
}


article {
    text-align: justify;
}


header {
    color: skyblue;
    text-align: center;
}


footer {
    text-align: center;
    padding-bottom: 10px;
}


/* specifieke stijlen */

.zweefLinks {
    float: left;
    margin-right: 15px;
}

.smalltext {
    font-size: 0.7em;
}

a {
    color: skyblue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
  height:42%; 
  width:42%; 
  display: block;
  margin:auto;
}

img { 
  height:30%; 
  width:30%; 
  display: block;
  margin:auto;
}


.gul {
  text-align: center;
    background-color:violet;
    font-size:40px;
    color: purple;
    
}

.page {
    text-align: center;
    background-color:orange;
}

.yo {
    text-align: center;
    background-color:violet;
    font-size:35px;
    color: darkblue;
}

.hi {
    background-image: url("mixed.jpg");
 background-color: #cccccc;
 background-size: 1500px 1000px;
}

.piep { 
  background-image: url("feti.jpg");
 background-color: #cccccc;
 background-size: 1500px 1000px;
}
.y {
    text-align: center;
    font-size:40px;
    color: green;
}

.ne {
    text-align: center;
    font-size:40px;
    color: darkblue;
}
.ken {
    text-align: center;
    font-size:70px;
    color: darkblue;
    font-family: Lucida 
}

.saus {
    text-align: center;
    font-size:35px;
    color: darkblue;
    font-family: Lucida 
}
.hoi {
  text-align: center;
    font-size:70px;
    color: navy;
}
  
.mark {
    text-align: center;
    font-size:40px;
    color: navy;
}

h1 {
  text-align: center;
    font-size:100px;
    color: blue;
}

img {
  background: url() ;
  background-size: cover;
  background-repeat: no-repeat;
}


p {
  font-size:35px;
    color:darkblue;
}

.nek {
    background-color:violet;
  font-size:55px;
    color:red;
}
  
h2 {
    text-align: center;
    font-size:30px;
    color: black;
}

 li { 
text-align: left;
    font-size:40px;
    color: black;
 }
/* navigatiebalk */
nav ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
    background-color: #dddddd;
    overflow: hidden;
}

nav ul li {
    float: left;
}

nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav li a:hover {
    background-color: #aaaaaa;
}

.active {
    background-color: skyblue;
}




