body {
  color: #000;
}

.bg-yellow{
  background-color: #ffdb4d!important;
}

.bg-white{
  background-color: #ffffff!important;
}

.text-dark{
  color: #000!important;
}

.navbar-dark .navbar-brand {
    color: #000;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #000;
}

.text-justify{
    text-align: justify;
}

.navbar {
  margin-bottom: 0;
}

.btn {
    -webkit-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    user-select: unset;
}

#havadurumu{
  padding: 20px;
}

.flatWeatherPlugin h2{
  font-size: 20px;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: #fff;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.width-select{
  width: 100%;
}

.content p{
  text-align: justify;
}


#map{
  width: 100%;
  height: 358px;
  /*filter: grayscale(100%);*/
  /*-webkit-filter: grayscale(100%);*/
}

.visitor-rating dt {
  font-weight: normal;
}
.visitor-rating dd {
  font-weight: bold;
  color: #4611a7;
  border-bottom: 1px solid #868e96;
}
.visitor-rating dd.star-rating {
  clear: left;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;

}

dl dt {
    float: left;
    padding: 2px 0;
}

dl dd {
    text-align: right;
    padding: 2px 0;
}

.ads-720{
    max-width: 720px;
    margin: auto;
    margin-bottom: 2rem;
}

.album {
  min-height: 50rem; /* Can be removed; just added for demo purposes */
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}

.nostyle-breadcrumb{
  background-color: transparent;
}
.card {
  float: left;
  width: 100%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}

.card > img {
  margin-bottom: .75rem;
}

.card-text {
  font-size: 85%;
}

.title{
  font-weight: 300;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

/*

.content h3{
  font-weight: 300;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 26px;
}*/

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}


.list{
  padding-left: 0;
    margin-bottom: 0;
}

.list li {
    width: 32%;
    float: left;
    margin-right: 1%;
    margin-bottom: 5px;
}

.list2 li {
    width: 45%;
    float: left;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 5px;
    border:1px solid #e8e8e8;
}

@media (max-width: 980px){
    .list li {
      width: 49%;
      float: left;
  }

  .list2 li {
      width: 49%;
      float: left;
  }
}

@media (max-width: 480px){
    .list li {
      width: 100%;
      float: left;
  }

  .list2 li {
      width: 100%;
      float: left;
  }
  .footerenalt{
    margin-top: 1.4rem;
  }
  .jumbotron-heading{
    font-size: 1.5rem;
  }
  .jumbotron_alt{ 
  font-size: 1rem;
 }
}