
body{
      margin-top: 20px;
      background-size: cover;
}

.dashboard {
  background-size: cover;
  margin-bottom: 0%;
  border: none;
}

.bigBody{
  background-color: #333;
}

.card {
    word-break: break-all;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    display: grid;
    align-items: center;
    border-radius:10px;
  }

  .articleHeadline {
    line-height: 1.5;
  }


.jumbotron {
    font-size: 60px;
    text-align:center;
    text-shadow: 2px 2px 4px #000000;
    width: 100%;
    color: white; 
    border-radius:10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    padding: 0.2rem 0.3rem;
    border: solid black 2px;
}

#currentDay {
  display: block;
  /* box-shadow: 2px 2px 2px 1px white; */
  background-color: #333;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 3em;
  color: white;
  padding: 10px;
  border-radius:4px;
  width: 75%;
  text-align: center;
  margin-left: auto;
  margin-right:auto;
}

#searchbar {
    background-color:whitesmoke;
    width:25%;
    display: block;
    
    border: solid 2px black;
}
#forecast {
  background-color: #333;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  /* padding: 40px; */
  margin-top: 3%;
  margin-bottom: 3%;
  /* border: solid white 2px; */
  border-radius: 10px;
  background-size: cover;
  height: 200px;
}

.data {
    margin-left: 20vw;
}



#search input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 2px solid grey;
    width: 80%;
    background: whitesmoke;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
   text-align: center;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  }
  
  button {
    float: right;
    width: 20%;
    padding: 20px;
    background: darkslategray;
    color: white;
    font-size: 17px;
    border: 2px solid grey;
    border-left: none;
    cursor: pointer;
    display: block;
    margin-left: -30px;
    margin-right: auto;
    text-align: center;
    align-content: center;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    height: 50px;
}
  
.col {
   text-align: center;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
  
  form.example::after {
    content: "";
    clear: both;
    display: table;
  }


  .card {
    background-color: lightslategrey;
    width: 400px;
    border: solid black 2px;
    padding: 10px;
    margin-left: 30%;
    margin-top: 2%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-content: center;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    height: 308px;
}

#fiveDay {
    font-size: 40px;
    padding-top: 20px;
    display: relative;
    /* background-color:tan; */
    color: white;
    text-shadow: 2px 2px 4px #000000;
    height: 2em;
    margin-left: 35%;
    font-weight: bold;
    border: solid black 2px;
    width: 8em;
    padding: 5px;
    border-radius:10px;
    padding-left:10px;
    padding-right:10px;
    
}


.img1 {
    width: 7em;
    height: 7em;
    margin-left:auto;
    margin-right:auto;
    
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 40px;
}

.col-md-12.py-5 {
  color: white;
  display: inline-flex;
  /* justify-content: right; */
  justify-content: center;
  /* padding-top: 50%; */
}

.col {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    align-content: center;
}

#day2, #day3, #day4, #day5, #day6 {
  border: solid black 1px;
  background-color: lightslategrey;
  border-radius: 10px;
  padding-left: 10px;
  margin-left: 0.60rem;
  margin-right: 0.60rem;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#today {
  background-color: darkslategray;
  width: 80%;
  border: solid black 1px;
  border-radius: 10px;
  display: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-family: sans-serif;
}

.footNavBar{
  color:white;
  border: solid black 1px;
}

@media screen and (min-width: 480px) {
    body {
      background-color: #333;
    }
  }