/*******************JUMBOTRON********************/

.jumbotron{
    background-image: url(./images/weather_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
   
   
}

ion-icon{
    font-size: 64px;
    color: whitesmoke;
    padding: 15px;
    

}

.jumbotron h1{
    font-size: 80px;
    font-family: 'Anton', sans-serif;
    text-shadow: 1px 1px 1px white;
    
 
}
.jumbotron p{
    font-weight: 400;
    font-size: 30px;
    text-shadow: 1px 1px 1px white;
    font-family: 'Inconsolata', monospace;
}


.icons{
    margin: 20px;
    
}



/*******************WEATHER IMAGES********************/
.weather_image{
    background-color: grey;
    width: 100%;
    height: 100%;
}

#weather_description{
    background-color:whitesmoke;
    width: 100%;
    height: 100%;
    padding-top: 50px!important;
    padding-bottom: 80px!important
}




/*******************WEATHER DESCRIPTION********************/




/*******************FOOTER********************/
.main-footer{
    height: 100%;
    background-image: url(./images/weather_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    font-weight: 500;
    text-shadow: 1px 1px 1px white;
    
}