@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200&display=swap');
body {
    background: linear-gradient(90deg, #4158d0 0%, #6356cc 25%, #8154c8 50%, #a252c4 75%, #c850c0 100%);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 22px;
    color: white;

}


#navbar{
    position: relative;
    width: 70%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    flex-wrap: wrap;
    font-family: 'Source Sans Pro';
    margin-bottom: 5%;
}

.navbarLeftRight{
    position: relative;
    width: 40%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

#navbarImg{
    position: relative;
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    object-fit: cover;

}

#navbarImg img{
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    resize: horizontal;
}


#bso{
    position: relative;
    width: 35%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-top: 4%;
    color: white;
    cursor: pointer;
    font-size: 20px;
    flex: 25%;
}

#bedrijf{
    position: relative;
    width: 45%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-top: 4%;
    color: white;
    cursor: pointer;
    font-size: 20px;
    flex: 25%;
}

#games{
    position: relative;
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-top: 4%;
    color: white;
    cursor: pointer;
    font-size: 20px;
    flex: 25%;
}

#home{
    position: relative;
    width: 40%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-top: 4%;
    color: white;
    cursor: pointer;
    font-size: 20px;
    flex: 25%;
}

#overOns{
    position: relative;
    width: 30%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-top: 4%;
    color: white;
    cursor: pointer;
    font-size: 20px;
    flex: 25%;
}

#contact{
    position: relative;
    width: 30%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-top: 4%;
    color: white;
    cursor: pointer;
    font-size: 20px;
    flex: 25%;
}

.dropbtn {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(49,50,104,0.9);
    min-width: 160px;
    width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
    text-align: left;
  }
  
  .dropdown-content a {
    color: black;
    padding: 6px 8px;
    text-decoration: none;
    display: block;
  }
  
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  

    #links{
        color: white;
        text-decoration: none;
        margin-left: 5%;
        font-weight: bold;
    }




    @media screen and (max-width: 600px) {
        #navbarImg{
            display: none;
        }
        #bso {
          float: none;
          width: 100%;
        }

        #bedrijf {
            float: none;
            width: 100%;
        }

        #games {
            float: none;
            width: 100%;
        }

        #home {
            float: none;
            width: 100%;
        }

        #overOns {
            float: none;
            width: 100%;
        }

        #contact {
            float: none;
            width: 100%;
        }


    }

    @media screen and (max-width: 922px) {
        #navbarImg{
            display: none;
        }
        #bso {
            float: none;
            width: 100%;
        }
    
        #bedrijf {
            float: none;
             width: 100%;
            }
    
        #games {
            float: none;
            width: 100%;
        }
    
        #home {
            float: none;
            width: 100%;
        }
    
        #overOns {
            float: none;
            width: 100%;
        }
    
        #contact {
            float: none;
            width: 100%;
        }
    
    
        }
    
