* {
    box-sizing: border-box;
}

@media only screen and (max-width: 500px) {
    body {
        background-color: lightblue;
        .text-center {
            color: yellow;
        }
        h1 .text-center {
            color: yellow;
        }
        .jumbotron {
            color: green;
        }
    }
}
body {
    background-color: #DCDCDC !important;
}

.jumbotron {
    background-image: url(http://wallpapercave.com/wp/DMuTm9x.jpg);
/*    color: lightgray;
    margin-top: 20px;*/
    background-size:100% auto;
    background-size: cover;
    border: solid 1px #2F4F4F;
}

.date {
    text-align: center;
}

#wx {
    font-size: 12px;
    width: 50%;
    text-align: center;
}

.icon {
    display: inline-block;
    margin: 5px 10px;
}

.text-top,
.logo     {

    font-family: 'Lobster', cursive;
    -webkit-text-stroke: 1px white;
    background: -webkit-linear-gradient(#f7d209, #ff3300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.text-top {
    padding-bottom: 20px;
    font-size: 72px;
}

.text-small {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 24px;
        /*font-family: 'Lobster', cursive;*/
}

.form-control {
    background-color: #DCDCDC 
}

/*.panel-title {
    width: 100%;
    }*/
    img {
        max-width: 100%;
        max-height: 100%;
    }


    #btn-user,
    #btn-logout {
        display: inline-block;
    }


#btn-user,
#btn-logout,
#greeting {
    display: none;
}

#btn-logout {
    float: right;
}

.footer {
    text-align: center;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    height: 40px;
    padding-top: 10px;
    background-color: RoyalBlue;
    color: snow;
}

#map {
    height: 500px;
}
