body {
    background-image: url("../images/backgrounds/concreteSeamless.png");
}

.jumbotron {
    background-image: url("../images/backgrounds/darkSharpEdges.png");
    background-size: cover;
}

.jumbotron h1 {
    color: silver;
    text-shadow: 3px 3px #fff;
    font-size: 75px;
}

.instructions {
    text-align: center; 
}

.container-fluid {
    margin-bottom: 30px;
}

h3 {
    text-align: center;
}

.winsLosses {
    margin-bottom: 30px;
}

.container-fluid {
    padding:0;
}



.imageOne:active {
    filter: invert(100%);
}

.imageTwo:active {
    filter: invert(100%);
}

.imageThree:active {
    filter: invert(100%);
}

.imageFour:active {
    filter: invert(100%);
}


@media (max-width: 949px) {

    .imageOne {
        width: 133px;
        height: 133px;
    }
    .imageTwo {
        width: 133px;
        height: 133px;  
    }
    .imageThree {
        width: 133px;
        height: 133px;
    }
    .imageFour {
        width: 133px;
        height: 133px;
    }
}
