body{
    background: #6b92b9
}

.mood-choice{
    height: 200px;
    color: black !important;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    transition: transform 0.3s, background-color 0.3s;
    /*filter: brightness(50%);*/
}

span{
    color: black !important;
    filter: brightness(100%);
    font-size: 30px;
    font-weight: 300;
}

.mood-choice:hover{
    
    background-color: darkgray !important;
}

.mood-choice:active{
    transform: scale(0.92);
    
}


.mood-choice span{
    margin-top: 5px;
    font-size: 16px;
    font-style: italic;
    display: block;
    text-align: center;
}

.mood-choices .col-sm-1-3:nth-child(1) .mood-choice{
    background-image: url("https://s16.postimg.org/p7v56hg5x/happy.png");  
    background-position: center;
    /*background-color: turquoise;*/
    
}

.mood-choices .col-sm-1-3:nth-child(2) .mood-choice{
    background-image: url("https://s12.postimg.org/vq545zyrx/victory.png");
    background-position: center;    
    background-color: slateblue;
    
}

.mood-choices .col-sm-1-3:nth-child(3) .mood-choice{
    background-image: url("https://s17.postimg.org/isscnqdj3/lazy_100_35.jpg");
    background-position: center;
    background-color: Sienna;
    
}

.mood-choices .col-sm-1-3:nth-child(4) .mood-choice{
    background-image: url("https://s14.postimg.org/9k34xu1up/okay.png");
    background-position: center;
    background-color: mediumvioletred;
    
}

.mood-choices .col-sm-1-3:nth-child(5) .mood-choice{
    background-image: url("https://s22.postimg.org/zanrehuwh/meh_100_35.jpg");
    background-position: center;
    background-color: grey;
    
}

.mood-choices .col-sm-1-3:nth-child(6) .mood-choice{
    background-image: url("https://s18.postimg.org/dzt9x9ucp/tired.png");
    background-position: center;    
    background-color: darkseagreen;
    
}

.mood-choices .col-sm-1-3:nth-child(7) .mood-choice{
    background-image: url("https://s14.postimg.org/8hdaarpcx/annoyed_man.png");
    background-position: center;    
    background-color: rosybrown;
    
}

.mood-choices .col-sm-1-3:nth-child(8) .mood-choice{
    background-image: url("https://s14.postimg.org/jzk5hqnwx/sick.png");
    background-position: center;    
    background-color: blueviolet;
    
}

.mood-choices .col-sm-1-3:nth-child(9) .mood-choice{
    background-image: url("https://s17.postimg.org/v80y8dx1r/sad.png");
    background-position: center;    
    background-color: firebrick;
    
}


