body{
    background-color: #253138;
    /*background-image: url("../img/bg.png");*/
}

.galleria img:hover{
    cursor: pointer;
}

.navbar-brand{
    font-size: 16px !important;
    /*padding-left: 80px !important;
    padding-top: 20px !important;
    margin-top: 20px !important;*/
}

.titolTipus{
    font-size: 40px;
    color: white;
}

#selector{
    padding-top: 20px !important;
}

.titolSelector{
    font-size: 30px;
}

.navbar-brand:hover{
    border-bottom: 1px solid #FF0000 !important;
}

.navbar{
    /*min-height: 50px !important;*/
}

#butoNaus{
    font-size: 35px;
}

.navbar-inverse{
    /*background-color: #323232;*/
    background-color: rgba(0,0,0,0.8);
    border: 0px;
}

.butoHome{
    font-size: 40px;

}

.jumboButton{
    background-color: #2f3e47 !important;
    border-radius: 50px !important;
    border: 2px solid #2f3e47 !important;
}

.jumbotron{
    background-color: #2f3e47!important;
    border-radius: 30px !important;
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s; /* altres */
}

.jumboButton:hover{
    cursor:pointer;
    background-color: #4E5E68 !important;
    border-color: #FF0000 !important;
}

#divInfo i{
    font-size: 60px;
}

#divInfo{
    font-size: 20px;
}

#barraNegra{
    margin-bottom: 7em;
}

#divTextSuperior{
    margin-bottom: 6em;
    margin-top: 6em;
}

.icona{
    font-size: 100px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
