.masthead.home{
  padding-bottom: 0px!important;
}

.circular--landscape {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
  }

  .city{
    font-weight: 600;
    font-size: 20px;
    color: #2c3e50;
  }

  .city.profile{
    font-size: 28px;
    color: #fff;
  }
  
  .circular--landscape img {
    width: auto;
    height: 100%;
    /* margin-left: -50px; */
  }
  
  .masthead-profile{
    padding-top: 5rem;
  }
  
  .profile-about{
    font-size: 20px;
    font-weight: 400;
  }
  
  .profile-picture{
    float: right;
  }

  #mainNav .navbar-nav li.nav-item a.nav-link:hover{
    color: #d0d2e9!important;
  }

  .masthead.alert{
    background: #ff6465;
    height: 100vh;
  }

  .full-height{
    height: 100vh;
  }

  .alert-icon{
    font-size: 10rem;
  }
  
  @media (max-width: 768px) {
    .profile-picture{
      float: none;
      margin: auto;
      display: block;
    }
  }
