body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
   background-color: #EEEEFF;
}
.header-title{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #EEEEFF;
}
#title{
    text-align: center;
    color: #0177B6;
}
.next-24-hour{
    color:#0177B6 ;
    font-size: 1.2rem;
}
.buttons{
    display: flex;
    gap: 5px
}
#weatherForm{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    

}
.converter button{
    display: none;
    height: 100%;
    padding:7px 10px;
    font-size: 1.1rem;
    border-radius: 10px;
    color: #F0F4F8;
    background-color:rgb(22, 147, 197);
    border: 1px solid rgb(22, 147, 197);
    cursor: pointer; 
}
.converter button:hover{
    background-color:rgb(25, 135, 179);
}
.menu-bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 2px solid black; 
    height: 40px;
    margin-top: 5px;
}
.error404{
    text-align: center;
     color:'red'  
}
.sunrise-set{
    font-size: .9rem;  
}
#weather-result{
    margin-top: 170px; 
    text-align: center;
}
path{
    fill: white;
}
 .menu-left-title{
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 3px;
 }
 .high-low-temp{
    display: flex;
    justify-content: space-between;
    width: 250px;
 }
.weather-info{
   margin-top: 10px;
    border: 2px solid black;
    box-shadow:  5px 5px #FFFFFF;
    padding: 20px;
}
.weather-info-details{
   display: flex;
   justify-content:flex-start;
   align-items: center;
padding: 0;
margin-left: 10px;
}
  #temp{
    font-size: 3.5rem;
    font-weight: bold;
    padding: 0px;
    margin: 0;
  }
    .deg-cel{
        font-size: 3.5rem;
        font-weight: bold;
        padding: 0px;
    }
    #deg-fah{
        font-size: 1.2rem;
        font-weight: bold;
        margin-right: 5px;
        padding: 0px;
    }
    #icon{
        padding-left: 0;
        padding: 0;
        align-items: left;
        margin-left: 0;
        padding-bottom: 0px;
        padding: 0px;
    }
    #icon img{
        padding-left: 0;
        width: 90px;
        height: 70px;
        padding: 0px;
    }
    .weather-info, .items-list, .daily-forcast{
        margin: 20px;
        padding: 10px;
        border: 1px solid #FFFFFF;  
        background-color: #FFFFFF;
        box-shadow: 2px 3px #f2f1f1;
    }
    .weather-info .showing-weather, .items-list p{
       color: #0177B6;
       font-size: 1.2rem;
       margin-bottom: 0;
   }
    .weather-info p{
        margin: 0;
    }
   .weather-info .current-time{
    font-size: 1rem;
   }
    .daily-forcast{
        display: none;
    }
.weather-info-description{ 
   display: flex;
   font-size: 1.2rem;
    font-weight: bold;
    justify-content: space-between;
    margin-left:  10px;
}
.weather-info-description p{
    margin: 0;
    padding: 5px;
    padding-top: 0px;
    font-size: 1.2rem;
}
.weather-info-description button{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    height: 30px;
    width: 30px;
    font-size: 1rem;
    padding: 10px;
   margin-right: 10px;
   font-size: 1.5rem;;
   border: none;
}
.weather-info-description button:hover{
    background-color: rgb(22, 147, 197);;
    border: none;
    color: #FFFFFF;
}   
.display-more-info-btn{
    border: none;
    cursor: pointer;
   font-size: 1.2rem;
}
.display-more-info-btn:hover{
    background-color: rgb(60, 152, 189);
    border: 1px solid rgb(60, 152, 189);
   color: #FFFFFF;
}
.pres-sunrise-set{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.feels-like{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 1rem;
    margin-left: 10px;
    padding: 5px;
}
.feels-like-deg{
    font-size: 3.5rem;
    height: 38px
}
.deg{
color: black;
}
.details-divider{
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 0; 
}
.info-divider{
    width: 50%;
    padding: 0;
    margin: 10px;
     background-color: transparent;
}
.sub-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 10px;
    border-bottom: 1px solid rgb(207, 205, 205);
    padding: 10px; 
}
.sub-info:hover{
 background-color: #F0F4F8;
}
.hourly-forcast-headers{
    background-color: #0177B6;
    background-color: #1FA0D3;
} 
.hourly-forecast-elements{
   margin: 0;
    background-color: #FFFFFF;
}
.hourly-forcast-headers, .details{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F0F4F8;
    font-size: 1rem;
    padding: 10px;
}

.detail-summary{
    display: flex;
    flex-direction: column;
   margin-top: 10px;
}
.detail-summary:hover{
    background-color: #F0F4F8;
}

.details{
    display: flex;
    padding: 0;
    margin: 0 ;
    font-size: initial;
} 
.weather-icon{
    height: 50px;
    width: 40px;
}

.hourly-more-items{
    display: flex;
background-color: #E8E8E8;
    gap: 10px ;
   justify-content: space-around;
   border-radius: 10px;
   padding: 10px;
}

.humidity-icon{
    border: 2px solid red;
    display: flex;
}
.columns div{
    font-size: 1rem;
    margin: 5px;
}

.floating-input{
    position: relative;
    border: 2px solid rgb(173, 161, 161); 
}
.input{
    padding: 10px ;
    outline: none;
}

.city-name{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    transition: all 0.2s ease-out;
}
/* .input:focus+.city-name, 
.input:not(:placeholder-shown)+.city-name{
    top: 0;
    transform: translateY(-50%) ;
    transform: translateY(-50%) scale(.8);
     font-size: 15px;
     left: 5px;
     padding: 0 5px;
     background-color: #fff;
     border: 2px solid red;
     color: #337ab7   
} */
 /* can use tilt instead of +  */

.input:focus~.city-name,
.input:valid~.city-name{
    top: 0;
    left: 7px;
    transform: translateY(-50%);
    background-color: #fff;
    font-size: 12px;
    padding: 0 5px;

}
.submit-btn{
    padding: 10px;
   font-size: 1rem;
   cursor: pointer;
   border-radius: 5px;
}
.submit-btn:hover{
    background-color: #fff;
}
.weather-info, .items-list, .daily-forcast{
    margin: 20px auto;
     width: 70%;
     border-radius: 30px;
     padding: 20px;   
}
@media(max-width: 768px){
    body{
        font-size: 0.7rem;
    }
    .info-divider,.sub-info,
     .details-divider,
     .hourly-forcast-headers{
        font-size:.8rem;
    }
    .feels-like-deg, .deg-cel,#temp{
        font-size: 1.5rem;   
    }
   .weather-info >.weather-info-nav > p {
   font-size: .9rem;
}
  .weather-info > .weather-info-description {
    font-size: .9rem;
  }
      .showing-weather{
        margin-bottom: 0;
          color: #0177B6;   
      }
    .pres-sunrise-set{
        padding-top: 0;
        align-items: start;
    }
    .high-low-temp{
       width: initial;
     flex-direction: column;
       justify-content: space-between;
    }
    
    .high-low-temp .temp-high{
        margin-right: 5px
    }
    .feels-like-text{
     width: 150px;
     text-align: center;
     font-size: 1rem;
    }
 .sunrise , .sunset{
   font-size: 13px;
   padding-top: 0px;
   align-items:start;
 }
 .weather-info-details{
    display: flex;
    justify-content: center;
    align-items: center; 
 }
   .description-items{
    display: flex;
    justify-content:space-around;
    align-items: center;
    width: 200px;
    margin: 10px;
   }
    .more-detail-btn  button {
        margin-top: 15px;
        align-self: self-end;
        justify-self: right;
      };

    .hourly-forcast-headers div{
       font-size: .7rem;
    }
     .buttons{
        display: flex;
        flex-direction: column;
     }

     .details-divider{
        justify-content: space-around;
        box-sizing: border-box;
        padding: 0;
     }
     .info-divider{
        margin: 0;
        height: 100%;
     }
     .sub-info{
        margin-left: 0;
     }
     #weatherForm .floating-input{
        background-color: black;
     }

     #weatherForm .floating-input{
        background-color: black;
     }
    .submit-btn{
        font-size: 1rem;
         padding: 5px;
        
     }
     
    .converter > button{
           display: flex;
           /* float:; */
           font-size: .9rem;
            justify-self: center;
            align-items: center;
           
         
       
       }
       .detail-summary div{
        font-size: .7rem;
       }
    
    .input {
      padding:5px;
      /* font-size: .5rem; */
    }

  .items-list {
    font-size: 1rem;
  /* color: #0177B6; */
  }
  .items-list p{
    font-size: 1rem;
  }

  .pres-sunrise-set{
   
    margin-top: 10px;
    align-items: center;
  }
  .sunrise-set{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
  }

  .hourly-more-items{
     justify-content: space-around;
     overflow: hidden;
  }
    
}