body{
    background-color: white;
    color: black;
}
.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    height: 100%
}

.DJ{
    opacity: 0.5;
    background-image: url('../photos/dekkersJumping.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-right: 5px;
}

.DJ:hover{
    opacity: 1;
    cursor: pointer;
}

.DZ{
    margin-left: 5px;
    opacity: 0.5;
    background-image: url('../photos/camionette.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.DZ:hover{
    opacity: 1;
    cursor: pointer;
}

H1{
    font-size: 60px;
}

H3 {
    font-size: 30px;
}

.IndexTitleDJ{
    background-color: #910c0e; 
    color: white;
    width: 300px; 
    height: 13%;
    margin-top: 2%;
    margin-left: 30%;
    border-radius: 5%;
}

.IndexTitleDJText {
    text-decoration: underline;
    font-size: 25px;
    padding-top: 5%;
    padding-left: 40%;
}

.IndexDJMoreInfo {
    font-size: 18px;
    padding-left: 17%;
    color: white;
}

.IndexTitleDZ{
    background-color: #910c0e; 
    color: white;
    width: 300px; 
    height: 75px;
    margin-top: 2%;
    margin-left: 30%;
    border-radius: 5%;
}

.IndexTitleDZ p{
    text-decoration: underline;
    font-size: 25px;
    padding-top: 5%;
    padding-left: 20%;
}

@media only screen and (max-width: 600px) {
    .DJ{
        opacity: 0.5;
        background-image: url('../photos/dekkersJumping.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        margin-right: 5px;
    }
    
    .DJ:hover{
        opacity: 1;
        cursor: pointer;
    }
    
    .DZ{
        margin-left: 5px;
        opacity: 0.5;
        background-image: url('../photos/camionette.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    
    .DZ:hover{
        opacity: 1;
        cursor: pointer;
    }
    
    .IndexTitleDJ{
        width: 60%; 
        height: 50px;
        margin-top: 2%;
        margin-left: 20%;
        font-size: 20px;
    }
    
    .IndexTitleDJText {
        font-size: 8px;
        padding-top: 5%;
        padding-left: 40%;
    }
    
    .IndexDJMoreInfo {
        font-size: 8px;
        padding-left: 12%;
    }
    
    .IndexTitleDZ{
        width: 60%; 
        height: 50px;
        margin-top: 2%;
        margin-left: 20%;
        font-size: 20px;
        
    }
    
    .IndexTitleDZ p{
        font-size: 8px;
        padding-top: 5%;
        padding-left: 23%;
    }

    H1{
        font-size: 20px;
    }
    
    H3 {
        font-size: 10px;
    }
  }
