@font-face {

    font-family: ConcertOne;
    src: url(../Fonts/ConcertOne-Regular.ttf);

}

a {
    cursor: pointer;
}

html {

    color-scheme: light only;

}

.BBLogo {
    position: absolute;
    left: -610px;
    right: 0;
    top: 20px;
    
    margin: auto;

    width: 379px;
    height: 283px;

    float: left;

    z-index: 90;
}

.DigDugLogo {
    position: absolute;
    left: -610px;
    right: 0;
    top: 35px;
    
    margin: auto;

    width: 444px;
    height: 198px;

    float: left;

    z-index: 90;
}

.Border {

    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    
    margin: auto;

    height: 822px;
    width: 798px;

}

#SecondDivider {

    height: 100%;
    margin-right: 15px;

    position: absolute;
    margin: auto;
    left: 542px;
    right: 250px;
    top: 0px;
}

#ScreenshotsBorder {

    position: absolute;
    border: 5px;
    border-style: ridge;
    width: 223px;
    height: 757px;


    margin: auto;
    left: 540px;
    right: 0;
    top: 31px;
    
}

.Screenshots {

    margin: 0 auto;
    margin-left: 7px;
    text-align: center;
    padding-top: 8px;

}

p {

    margin-top: 130px;
    margin-bottom: 10px;
    margin-left: 15px;
    width: 500px;
    font-size: 23px;
    background-color: transparent;
    font-family: 'ConcertOne', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}

h1 {

    margin-left: 15px;
    width: 500px;
    font-size: 18px;
    font-weight: bold;
}

.BulletPoints {

    margin-left: 25px;
    width: 500px;
    font-size: 18px;
    background-color: transparent;

}

h2 {

    margin-left: 20px;
    width: 500px;
    font-size: 18px;
    font-weight: bold;
    background-color: transparent;
    border-bottom: 1px solid black;
    padding-bottom: 15px;

}

.Downloads {

    width: 252px;
    height: 54px;
    margin-left: 160px;
    padding: 30px;
    position: relative;
    z-index: 100;

}

.Downloads img {

    width: 152px;
    height: 54px;
    z-index: 100;

}

.top-image {

    position: absolute;
    left: 30px;
    top: 30px;
    opacity: 0;
    z-index: 100;
    
}

.top-image:hover {

    opacity: 1;

}

h3 {

    margin-top: 35px;
    margin-left: 196px;
    width: 147px;
    font-size: 15px;
    color: black;
    background-color: transparent;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

h4 {

    margin-left: 20px;
    width: 500px;
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: center;
    background-color: transparent;
    border-bottom: 1px solid black;
    padding-bottom: 15px;

}

.Logos {
    
    padding-bottom: 20px;
    margin-top: 30px;
    margin-left: 40px;
    width: 430px;
    background-color: transparent;
    
}

.Logos img {

    margin-left: 25px;

}

/*BUBBLE BOBBLE PICTURES*/

.Bub {

    position: absolute;
    left: 78px;
    right: 0;
    top: 17px;
    
    margin: auto;

}

.Bob {

    position: absolute;
    left: -857px;
    right: 0;
    top: 658px;
    
    margin: auto;
}

.Drunk {

    position: absolute;
    left: 226px;
    right: 0;
    top: 514px;
    
    margin: auto;
}

.MakingOf {

    position: absolute;
    left: 698px;
    right: 0;
    top: 56px;
    
    margin: auto;

    z-index: 100;
    image-rendering: pixelated;

}

.MakingOf:hover {

    -webkit-filter: drop-shadow(2px 2px rgba(0, 0, 0, 0.692));
    filter: drop-shadow(2px 2px rgba(0, 0, 0, 0.692));

}

/*DIG DUG PICTURES*/

.DigDug {

    position: absolute;
    left: 116px;
    right: 0;
    top: 12px;
    
    margin: auto;
    z-index: 90;
}

.Fygar {

    position: absolute;
    left: -381px;
    right: 0;
    top: 658px;
    
    margin: auto;
    z-index: 90;
}

.Pooka {
    
    position: absolute;
    left: 213px;
    right: 0;
    top: 560px;
    
    margin: auto;
}

@media only screen and (max-width: 1300px) {

    .DigDugLogo {
        top: 55px;
        left: 0;
        right: 480px;
        width: 400px;
        height: auto;
        z-index: 90;
    }
    
    
    .Logos {
        
        margin-top: 10px;
        
    }

}
@media only screen and (max-width: 992px) {
    .Bub {

        left: 80px;
        right: 0;
        top: 17px;

        width: 200px;
        height: auto;

    }
    .Drunk {
        left: 140px;
        right: 0;
        top: 460px;

        width: 90px;
        height: auto;
    }
    .Bob {
        left: 0;
        right: 640px;
        top: 640px;

        width: 120px;
        height: auto;
    }
    .DigDug {
        left: 93px;
        right: 0;
        top: 4px;

        width: 140px;
        height: auto;
    }
    .Pooka {
        left: 140px;
        right: 0;
        top: 580px;

        width: 90px;
        height: auto;
        z-index: 101;
    }
    .Fygar {
        left: 0;
        right: 260px;
        top: 645px;

        width: 491px;
        height: auto;
    }

    .Border {

        width: 630px;
        height: auto;

    }


#SecondDivider {

    height: 100%;
    margin-right: 15px;

    background-color: brown;
    position: absolute;
    margin: auto;
    left: 400px;
    right: 300px;
    top: 0px;
}

#ScreenshotsBorder {

    position: absolute;
    border: 5px;
    border-style: ridge;
    width: 190px;
    height: auto;


    margin: auto;
    left: 404px;
    right: 0;
    top: 21px;
    
}

.Screenshots {

    width: 170px;
    height: auto;

    margin-left: 7px;
    text-align: center;
    padding-top: 10px;

}

    #DigDug #ScreenshotsBorder {

        position: absolute;
        border: 5px;
        border-style: ridge;
        width: 190px;
        height: auto;


        margin: auto;
        left: 404px;
        right: 0;
        top: 21px;

        z-index: 100;
    
    }

    .BBLogo {

        left: 0;
        right: 370px;
        width: 240px;
        height: auto;
        z-index: 90;


    }
    .DigDugLogo {
        top: 25px;
        left: 0;
        right: 320px;
        width: 280px;
        height: auto;
        z-index: 90;
    }
    .MakingOf {

        position: absolute;
        left: 530px;
        right: 0;
        top: 56px;
    
        margin: auto;

        z-index: 100;
        image-rendering: pixelated;

    }

    p {

        width: 370px;
        font-size: 21px;
        margin-top: 35px;

    }

    h1 {

        margin-left: 15px;
        width: 370px;
        font-size: 16px;
        font-weight: bold;

    }

    .BulletPoints {

        width: 350px;
        font-size: 16px;
        
    }

    h2 {

        margin-left: 15px;
        width: 370px;
        font-weight: bold;

        width: 300;
        font-size: 16px;
    }

    .Downloads {

        margin-left: 92px;

    }

    h3 {

        margin-left: 0;
        margin-right: 0;
        text-align: center;
        width: 400px;
        font-size: 13px;

    }

    h4 {

        margin-left: 15px;
        width: 370px;
        font-size: 15px;

        border-bottom: 1px solid black;
        padding-bottom: 15px;
    }

    #DigDug .Logos {

        margin-top: 32px;
        margin-left: 35px;
        width: 300px;
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column;

    }

    .Logos {

        margin-top: 20px;
        margin-left: 35px;
        width: 300px;
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .Logos img {

        height: auto;
        padding-bottom: 10px;

    }


}

@media only screen and (max-width: 728px) {
    .Bub {
        display: none;
    }
    .Drunk {
        display: none;
    }
    .Bob {
        display: none;
    }
    .DigDug {
        display: none;
    }
    .Pooka {
        display: none;
    }
    .Fygar {
        display: none;
    }

    .Border {

        width: 330px;
        height: auto;

    }

    #ScreenshotsBorder {

        width: 306px;
        height: auto;
        margin: auto;
        left: 0;
        right: 0;
        top: 790px;
    
    }
    #SecondDivider {
        display: none; 
    }

    .Screenshots {

        width: 138px;
        height: auto;
        margin: 0 auto;
        margin-left: 3px;
        padding-top: 8px;

    }

    #DigDug #ScreenshotsBorder {

        width: 306px;
        height: auto;
        margin: auto;
        left: 0;
        right: 0;
        top: 691px;
    
    }

    .BBLogo {

        left: 0;
        right: 60px;
        width: 200px;
        height: auto;
        z-index: 90;


    }
    .DigDugLogo {
        top: 15px;
        left: 0;
        right: 0;
        width: 250px;
        height: auto;
        z-index: 90;
    }
    .MakingOf {

        position: absolute;
        left: 248px;
        right: 0;
        top: 56px;
    
        margin: auto;

        z-index: 100;
        image-rendering: pixelated;

    }

    p {

        width: 300px;
        font-size: 22px;
        margin-top: 10px;
    }

    h1 {

        margin-left: 15px;
        width: 300px;
        font-size: 16px;
        font-weight: bold;

    }

    .BulletPoints {

        width: 295px;
        font-size: 16px;
    }

    h2 {

        margin-left: 15px;
        width: 300px;
        font-weight: bold;

        width: 300;
        font-size: 16px;
    }

    .Downloads {

        margin-left: 57px;

    }

    h3 {

        margin-left: 0;
        margin-right: 0;
        text-align: center;
        width: auto;
        font-size: 13px;

    }

    h4 {

        margin-left: 15px;
        width: 300px;
        font-size: 15px;

        border-bottom: 1px solid black;
        padding-bottom: 15px;
    }

    #DigDug .Logos {

        margin-top: 273px;
        margin-left: 0;
        width: 300px;
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column;

    }
    

    .Logos {

        margin-top: 370px;
        margin-left: 0;
        width: 300px;
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .Logos img {

        height: auto;
        padding-bottom: 10px;

    }


}