.hero-body{
    height: 300px;
    margin-bottom: 25px;
    background-image: url("./Assests/images/chris-gallagher-4zxp5vlmvni-unsplash.jpg");
    background-size: cover;
    background-position: center;
}

.body {
    background-color: rgba(245, 222, 179, 0.578);
}

.column {
    padding-left: 3rem;
}

.section {
    padding-left: 7rem;
}


.navbar {
    background-color: darkolivegreen;
}

.navbar-item{
    color: black;
    font-size: 5rem;
}

.navbar-end{
    padding-right: 30em; 
}

/* responsive CSS replacement below. */
#nav_NewH {
    display: none;
    
}

.text_Flood {
    color: black;
    font-weight: 900;
    font-size: 3rem;
    background-color:  darkolivegreen;
}

.searchAdjust {
    padding-top: 7ex;
    padding-right: 50ex;
    background-color:  darkolivegreen;
}

#searchBy-city {
    font-size: 1.3rem;
    margin-left: 10ex;
}

.fa {
    background-color: blue;
    color:white; 
    border-color:skyblue; 
    border-style:double;   
}

.icon {
position: relative;
left: 32rem;
bottom: 2.4rem;

}

#airQ {
    color: black;
    font-weight: 600;
}
#card1 {
    background-color: rosybrown;
    max-height:400px;
    color: black;
    font-weight: 600;
    font-size: 1.3rem;
}

#resourcePdf {
    font-size: 1.5rem;
    font-weight: 600;
    color: black;
}

#resourcePdfD {
    font-size: 1.5rem;
    font-weight: 600;
    color: black;
} 

.menu-label {
    font-size: 1.6rem;
    color: black;
    font-weight: 600;
}

.menu {
    background-color: rgba(188, 143, 143, 0.408);
    font-size: 1.5rem;
    color: black;
    font-weight: 600;
    
}


.row{
height: 50%;
}

.forecast{
    display: flex;
    flex-direction: row;
    height: 50%;
    background-color: rgba(245, 222, 179, 0.081);
    color: black;
    font-weight: 600;
    font-size: 1.3rem;
}

.card-content {
    padding: 20px;
    background-color: rgb(194, 154, 102);
    color: black;
    font-weight: 600;
    font-size: 1.3rem;

}

#the-canvas {
    /* border: 1px solid black; */
    padding-top: 5%;
    direction: ltr;
}

#Weather {
    font-family: sans-serif;
    color: black;
    font-weight: 600;
}

#News{
    font-family: sans-serif;
    color: black;
    font-weight: 600;
}

#description {
    font-family: sans-serif;
    color: black;
    font-weight: 100;
    font-size: 1.3rem;
}

#the-canvas {
    width: 75%;
}


.cards-deck{
    display: grid;
    grid-template-columns: repeat(auto-fit, 12rem); 
    grid-gap: 0.5rem;
    justify-content: space-between;
    align-content: flex-start;
}
/* Responsive media querys below. */

@media only screen and (max-width: 600px) {
    #nav_R {
        display: none;
    }

    #nav_NewH {
        display: inline;
    }

    /* .one-fifth{
        display: none;
    } */
}

/* @media only screen and (min-width: 537px){
    #nav_R{
        display: ;
    }
} */



