body{
    background-image: url("../media/img/sfondosito_mobile_2.jpg");
    background-size: cover;
    background-repeat: repeat-y;
}
.TrophyComponents{
	background-color:#538399;
}
.nav-link{
    color: #582323!important;
    font-size: large!important;
}
.btn-info {
    background-color: #582323!important;
    border-color: #582323!important;
    color: #fff;
}
a{
    color:#54849a;
}
.shadow-smcustom {
    -webkit-box-shadow: 0 .3rem .1rem #582323!important;
    box-shadow: 0 .3rem .1rem #582323!important;
}
/* For width 400px and larger: */
@media only screen and (min-width: 400px) {
    body {
        background-image: url("../media/img/sfondosito_medium.jpg");
        background-size: cover;
        background-repeat: repeat-y;
    }
}
@media only screen and (min-width: 600px) {
    body {
        background-image: url("../media/img/sfondosito_large.jpg");
        background-size: cover;
        background-repeat: repeat-y;
    }
}
@media only screen and (min-width: 800px) {
    body {
        background-image: url("../media/img/sfondosito.jpg");
        background-size: cover;
        background-repeat: repeat-y;
    }
}
