

.jumbotron {
    /* min-height: 50%; */
    height: 350px;
    border-radius: 0 !important;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

#websiteName {
    font-size: 550%;
    line-height: 85%;
    font-family: 'Passion One', cursive;
    color: white;
    text-shadow:
    /*-1px -1px 0 #454b57,
    1px -1px 0 #454b57,
    -1px 1px 0 #454b57,
    1px 1px 0 #454b57;*/
}

.font-big-custom {
    font-size: 300%;
}

.alert-info {
    background-color: #ffd0a5;
    border-color: #F38216;
    color: #212529;
}

#alertNews {
    animation-iteration-count: 5;
}

#myJumbotron .lead {
    font-size: 1.1rem;
}

/* Devices up to 'landscape mode' */
@media only screen and (max-width: 767px) {
    #websiteName {
        font-size: 400%;
    }
}