body {
    background: linear-gradient(to bottom, #2de3fb 0%, #858585 93%);
}

.hidden {
    display: none;
}

p {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.ui-datepicker-trigger {  
    max-height: 28px; 
} 

#max-width {
  width: 100%;
  max-width: fit-content;
}

#read-later-header {
    color: white;
    font-size: 26px;
    font-weight: bold;
    background-color: #A9A9A9;
    border-radius: 12px;
    text-align: center;
    padding-bottom: 5px;
    box-shadow: 2px 2px 5px #383838;
    margin: 20px;
}

#read-later {
    color: white;
    font-size: 20px;
    font-weight: bold;
    background-color: #28b5f4;
    border-radius: 12px;
    text-align: center;
    padding-top: 1px;
    box-shadow: 2px 2px 5px #383838;
}

.calendar {
  display: flex;
  align-items: center;
  justify-content: center;
}

#search-card {
    border-radius: 12px;
    padding-bottom: 10px;
    box-shadow: 2px 2px 5px #383838;
    width: 25%;
}

#start {
    border-radius: 6px;
    font-weight: bold;
    box-shadow: 1px 1px 3px #383838;
    background-color: #28b5f4;
}

.city-header {
    font-size: 18px;
    color: white;
    background-color: #28b5f4;
    text-align: center;
    border-radius: 12px;
    font-weight: bold;
    box-shadow: 2px 2px 5px #383838;
    width: 100%;
    margin-left: 110px;
}

.new-york, .paris, .tokyo, .sao-paulo, .cape-town {
    background-color: #88ffff;
    border-radius: 8px;
    box-shadow: 2px 2px 5px #383838;
    text-align: center;
    margin-left: 110px;
    width: 100%;
}

.make-wide {
  margin: 20px;
}

#article-header {
    color: white;
    font-size: 26px;
    font-weight: bold;
    background-color: #A9A9A9;
    border-radius: 12px;
    text-align: center;
    padding: 5px;
    box-shadow: 2px 2px 5px #383838;
}

#article-title {
    color: white;
    font-size: 22px;
    font-weight: bold;
}

.save-article-0, .save-article-1, .save-article-2 {
    background-color: #88ffff;
    border-radius: 6px;
    font-weight: bold;
    box-shadow: 1px 1px 3px #383838;
}

#article-card {
    border-radius: 12px;
}

#info {
    margin-top: 100px;
}

#right-column {
  margin-top: 10px;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
  }
    .parallax-container .section {
      width: 100%;
    }
  
  @media only screen and (max-width : 992px) {
    .parallax-container .section {
      position: absolute;
      top: 40%;
    }
    #index-banner .section {
      top: 10%;
    }
  }
  
  @media only screen and (max-width : 600px) {
    #index-banner .section {
      top: 0;
    }
  }
  
  .icon-block {
    padding: 0 15px;
  }
  .icon-block .material-icons {
    font-size: inherit;
  }
  
  footer.page-footer {
    margin: 0;
  }