.grid-container {
    display: grid;
    grid-gap: 10px;
    /* background-color: #2196F3; */
    /* padding: 10px; */
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 20px;
    font-size: 30px;
}

.item1 {
    grid-column: 1 / span 2;
    grid-row: 1;
}

.item2 {
    grid-column: 3;
    grid-row: 1 / span 2;
}

.item5 {
    grid-column: 1 / span 3;
    grid-row: 3;
}

.snow {
    color: #91B6F3;
}

.rain {
    color: #1176Ff;
}


.forecast{
    flex-direction: row;
    align-items: stretch;
    /* perspective: 1000px; */
    /*}
    .wdata{*/
    overflow-x: auto;
}
.forecast, .forecast>div{
    display: flex;
}
.forecast>div{
    flex-direction: column;
    margin: 1%;
    background-color: #fff;
    box-shadow: 5px 5px 8px 2px rgba(202, 202, 182, .3);
    /*position: absolute;*/
    /*transition: 1s;*/
    /* transform: translateY(100%); */
}
.forecast>div{
    width: 100%;
    width: auto;
}
.forecast>div.flexhead{
    width: 250px;
    min-width: 220px;
    font-weight: bold;
}
div.flexcol div, div.flexhead div{
    min-height: 30px;
    height: 30px;
}
.flexcol>.conditions,.flexhead>.conditions{
    min-height: 50px;
    height: 50px;
}
div.subcol{
    display: flex;
    align-content:space-around;
    justify-content: space-between; /*for <i> elemants*/
}
.flexcol>.planets{
    justify-content: space-evenly;
}
div.subcol>i{
    width: 100%;
    text-align: center;
}
div.subcol.winddir>i{
    width: 25px;
}
.wi-wind{
    font-size: 25px;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
}
.forecast div.day{
    text-align: center;
    font-weight: bold;
}


.breadcrumb{
    border-bottom:1px solid #CCCCCC;
}
.breadcrumb li{
    color:#444444;
    float:left;
}

.breadcrumb li img.earth{
    height:16px;
    width:16px;
    background-position:-185px -42px;
    vertical-align:middle;
}

.btn-img2:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.btn-img2:before{
    background-image : url(http://icons.iconarchive.com/icons/fatcow/farm-fresh/16/accept-icon.png);
}


#map {
    height: 400px;
    width: 100%;
}




 .forecast>div.flexhead{
/*     z-index: 2;
    position: sticky; 
    min-width: 50px; */
/*     left: 0; */

} 

/* .flexhead .text {
    white-space: nowrap;
    text-overflow: ellipsis;
} */

@media screen and (Max-width: 160px){
    body {
        font-size: 1.5rem;
        line-height: 2;
    }
}
@media screen and (Min-width: 160px) { /*(smaller phone viewpoints)*/                                     
    .flexhead .wi {
        display: inline-block;
    }
    .flexhead .text {
        display: none;
    }
    .forecast>div.flexhead{
        width: 100px;
        min-width: 30px;
        font-weight: bold;
    }
    .container a,#markers_list{
        font-size: 1.8rem;
        line-height: 2;
    }
}
@media screen and (Min-width: 320px) { /*(smaller phone viewpoints)*/                                     
    .grid-container {
        padding: 0;
    }
    .flexhead .wi {
        display: inline-block;
    }
    .flexhead .text {
        display: none;
    }
    .forecast>div.flexhead{
        width: 100px;
        min-width: 50px; 
        font-weight: bold;
    }
    .container a, #markers_list{
        font-size: 1.5rem;
        line-height: 2;
    }
}
@media screen and (Min-width: 480px) {/*(small devices and most phones)*/
    .flexhead .wi {
        display: inline-block;
    }
    .flexhead .text {
        display: none;
    }
    .forecast>div.flexhead{
        width: 100px;
        min-width: 50px;
        font-weight: bold;
    }
    .container a, #markers_list {
        font-size: 1.3rem;
        line-height: 1.5;
    }
} 
@media screen and (Min-width: 768px) {/*(most tablets)*/
    .flexhead .wi {
        display: none;
    }
    .flexhead .text {
        display: inline;
    }
    .forecast>div.flexhead{
        width: 200px;
        min-width: 200px;
        font-weight: bold;
    }
    .container a, #markers_list{
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (Min-width: 992px) {/*(smaller desktop viewpoints)*/

}
@media screen and (Min-width: 1200px){/*(large devices and wide screens)*/

} 
 */

#nav-shortW .container .row{
    border-top: solid 1px #dddddd;
} 
