body{
    background-color: #e6e6e6;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/_OPD5420.jpg)
}


.container{
    box-shadow: 0 0 15PX 2px black;
    padding: -10PX;

   }



   .topheader{
    background-image: url(../images/_OPD5420.jpg) ;
    background-size:100% ;
    text-align: center;
    color: white;
    position: relative;
    }
    .topheader h1{
        font-style: italic;
        font-weight: bold;
   font-size: 400%;
   margin: 0;
float: right;
margin: 100PX 100px 100px 0;
    }
    
    .topheader img{
    float: left;
    margin: 30PX 0 30px 0;
             
                }


.rij2{
    background-color: white;
}

.introduction{
padding-left: 20px;

}

.introduction p{
    background-image: url(../images/the\ paradise\ logo.png) ;
    background-repeat: no-repeat;
    text-align: justify;
    padding: 0 0 0 ;
    font-size: 90%;
}
.introduction span {
font-weight: bold;
    color: blue;
    font-style: italic;
}


.upcoming{
background-color: #e6e6e6;
padding: 50px;
}
.upcoming h1{font-size: 230%;
font-weight: bold;
}

nav{
background-color: black;
text-align: center;
padding: -30px;
margin: -10px;
}


.navbar img{
    width: 35%;
    margin: 0 -10px 0 70px;
}
footer{
    background-color: dimgray;
    color: #ddd;
}

footer p {
    color: #ddd;
font-size: 70%;
margin: 0;
}
.events{
    margin: 10PX;
    font-size: 250%;
    font-weight: bold;
}

a:link {
    color: black;
    text-decoration: none;
  }
  a:visited {
    color: black;
    text-decoration: none;
  }
  a:hover {
    color: grey;
    text-decoration: none;
  }
  