
body{
    background-image: url(img/banana.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}

section{
    margin-bottom: 100px;
}

header{
    background-color: #ffb700;
}

header nav li{
    font-weight: bold;
    color: black;
    list-style-type: none;
}

header li a{
    color: black!important;
}

header a:hover{
    color: #ff0000!important;
    font-weight: bold;
}

header .btn{
    background-color: #ff0000;
    color: white!important;
    font-weight: bold;
}

header .btn:hover{
    background-color: black;
    color: white!important;
    font-weight: bold;
}

#banner{
    background-image: url(img/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}

#banner article{
    background-color: #ffb700;
    border-top: 5px solid white;
    margin-top: 320px;
}

#rojo{
    color: #ff0000;
}

#juego, #características{
    background-color: white;
    border-top: 5px solid #ffb700;
}

.img-thumbnail{
    border-color: #ffb700;
}

#equipo div, footer{
    background-color: #ffb700;
}