.image {
    min-height: 200px;
    max-height: 500px;
}

.fun-color-match .jumbotron {
    background-color: rgba(0, 0, 0, 0.2);
}

.fun-color-match {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e53739+0,ff8800+19,f2f200+37,00db00+55,007bff+77,9d00ff+100 */
    background: rgb(229, 55, 57);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(229, 55, 57, 1) 0%, rgba(255, 136, 0, 1) 19%, rgba(242, 242, 0, 1) 37%, rgba(0, 219, 0, 1) 55%, rgba(0, 123, 255, 1) 77%, rgba(157, 0, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(229, 55, 57, 1) 0%, rgba(255, 136, 0, 1) 19%, rgba(242, 242, 0, 1) 37%, rgba(0, 219, 0, 1) 55%, rgba(0, 123, 255, 1) 77%, rgba(157, 0, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(229, 55, 57, 1) 0%, rgba(255, 136, 0, 1) 19%, rgba(242, 242, 0, 1) 37%, rgba(0, 219, 0, 1) 55%, rgba(0, 123, 255, 1) 77%, rgba(157, 0, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53739', endColorstr='#9d00ff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    background-color: #ff8800;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e53739+0,ff8800+49,ffff00+100 */
    color: white;
    font-family: 'Arial Rounded MT Bold', 'Nunito', Arial, Helvetica, sans-serif;
}

.fun-color-match a {
    color: #EEEEEE;
}

.fun-color-match hr {
    border-color: #EEEEEE;
}
