body {
  background: linear-gradient(30deg, rgb(77, 77, 77), rgb(58, 58, 58));
}

p{
  text-align: justify;
}

#page-logo a {
  color: rgb(183, 230, 235);
}

#page-logo a:hover,
#page-logo a:focus {
  color: rgb(183, 230, 235);
}

header a {
  color: rgb(183, 230, 235);
}

header nav a:hover,
header nav a:focus {
  background-color: rgb(183, 230, 235);
  color: rgb(59, 59, 59);
}

.menu-btn span {
  background-color: rgb(183, 230, 235);
}

/*-------------------INTRODUCTION---------------------*/
#hero {
  height: 50rem;
  background-image: url("/img/places/izmir/izmir-saat-kulesi3.jpg");
  background-position: center;
  background-size: cover;
}

#hero-content {
  width: 56.25rem;
  background-color: rgba(51, 47, 47, 0.8);
  box-shadow: 2px 4px 8px rgb(68, 67, 67);
  border-radius: 8px;
  text-align: center;
  padding: 3.125rem 0;
  margin: 0 auto;
  position: relative;
  top: 12.5rem;
}

.hero-content-display-none {
  display: none;
}

#hero-content h1 {
  color: white;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-family: "Raleway", sans-serif;
}

#hero-content p {
  color: white;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

h2 {
  font-size: 2.5rem;
}

p {
  font-size: 1.5rem;
}

/*---------------------CONTENT------------------------*/
li p a {
  text-decoration: none;
  color: rgb(91, 3, 91);
}

li p a:hover {
  text-decoration: underline;
}

/*-------------------The Fullscreen Image Modal--------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

/*----------IMG-&-FIGURE-----------*/
.image {
  display: inline-block;
  margin-top: 1.875rem;
  transition: all 0.8s;
}

.image img {
  object-fit: cover;
}

.image:hover {
  transform: scale(1.1);
}

.image:hover figcaption {
  opacity: 1;
  transition: opacity 0.8s;
}

figure {
  font-family: "Ubuntu";
  font-size: 1.25rem;
  color: #282828;
  margin: 0;
  margin-bottom: 1.875rem;
}

main li img {
  border: 1px solid grey;
  width: 18.5rem;
  height: 28rem;
  box-shadow: 0px 0px 20px 0px black;
}

figcaption {
  opacity: 0;
  text-align: center;
}

.city-cheat-card h2 {
  text-align: center;
  margin-top: 6rem;
}

/*--------------------TABLE------------------*/
.styled-table {
  color: black;
  border-collapse: collapse;
  margin: 0 auto 1.5rem auto;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 25rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  font-family: inherit;
}

.styled-table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
}

.styled-table th,
.styled-table td {
  padding: 0.75rem 0.9375rem;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(odd) {
  background-color: #d7d7d7;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:nth-of-type(1) {
  background-color: #009879;
  color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 3px solid #009879;
}

.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

/*------- Styles for the noscript warning------- */
.noscript-warning {
  margin: 5rem auto 0rem auto;
}
