.container {
  width: 90%;
}
nav {
  background-color: rgb(46, 45, 45);
  height: 100px;
}

ul{
  position: absolute;
  right: 0;
}
header {
  position: relative;
  height: 450px;
  overflow: hidden;
}
.headerimage {
  min-width: 100%;
  max-width: 150%;
  min-height: 100%;
  max-height: 180%;
}
.header-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  
}
.modal{
  background-color: #212121;
}
.modal .modal-footer{
  height: auto;
}
#quote {
  color: white;
  font-style: italic;
  margin: auto;
  padding: 40px;

  text-align: center;
}
.iconholder {
  font-size: 45px;
  display: inline-block;
  text-align: center;
  color: #00bcd4;
}
.card-action-social {
  text-align: center;
}
#social-links {
  margin-right: 5px;
  margin-left: 5px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  color: #00bcd4;
  webkit-transition: color .3s ease;
}

.btn {
  background-color: #00bcd4;
}
input {
  background-color: rgb(230, 230, 230);
  color: black;
}
.weather-image {
  width: 26%;
  margin-left: 37%;
  margin-right: 37%;
}
#weatherIcon {
 padding: 15px;
}
#weatherIcon p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 4px;
}
.weather-overview {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
.currentTempBig{
  font-size: 36px;
  color: #00bcd4;
  text-align: center;
  margin-top: 10px;
}


p{
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
}

#zip-code-input {
  -webkit-padding-start: 1%;
  margin-top: 5%;
}

#topic-buttons{
 -webkit-padding-start: 2%;
}

.card .card-title {
  padding: 24px 24px 0px 24px;
  color: rgb(46, 45, 45);
  font-weight: 400; 
}

.article-image {
  margin-right: 24px;
  float: left;
  margin-bottom: 5px;
}

.category-div h4 {
  background-color: #00bcd4;
  color: white;
  padding: 15px;
  width: 100%;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.card .card-content {
  margin-bottom: 15px;
  padding-top: 5px;
  overflow: scroll;
}

.card .card-content p {
  margin-bottom: 20px;
  display: block;
  font-size: 17px;
}

.top-stories-title {
  padding-bottom: 5%;
}

#story-one-h3, #story-two-h3, #story-three-h3 {
  color: white;
}


@media screen and (max-width: 575px){
  nav {
    background-color: rgb(46, 45, 45);
    height: 130px;
  }

.brand-logo{
  position: absolute;
  top: 10px;
}
  
nav ul{
  position: absolute;
  left: 5px;
  bottom: 25px;
  margin-left: 0;
  padding-left: 0;
  margin-top: 10px;
}

nav ul a.btn{
  /* padding: 0; */
  margin: 0;
}
  header {
    position: relative;
    height: 400px;
    overflow: hidden;
    
  }

}

#myCarousel {
  height: 30%;
} 

#top-stories {
  padding-top: 1px;
  margin-bottom: 1px;
  margin-top: 1px;
}

#story-one-h3,
#story-two-h3,
#story-three-h3{
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width:768px){
  #story-one-h3,
  #story-two-h3,
  #story-three-h3{
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
    padding: 3px;
   }
  }

 

