body, p {
  font-family: 'Titillium Web', sans-serif;
  background-color: #e8e8e8;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
}

a {
  color: #f01847;
}

a:visited {
  color: #ff577b;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

/* Navbar Styling */
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  background-color: #000000;
}

/* Sidenav Styles */
.row.content {
  height: 800px;
}

.sidenav {
  padding-top: 20px;
  background-color: #DDDDDD;
  color: #000;
  height: 100%;
}

.sidenav a {
  color: #000;
  text-decoration: none;
}

.sidenav a:hover {
  color: #e85471;
}

/* Footer Styling */
footer {
  background-color: #555;
  color: white;
  padding: 15px;
}

.video-container {
    display: flex;
    justify-content: center;
}

.video-container iframe {
    width: 560px;
    height: 315px;
}

/* Responsiivinen näkymä */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }
    .row.content {
        height: auto;
    }
}
  
/* Google Maps */
.map-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 133.33%; /* 3:4 aspect ratio (133.33% = 4 / 3 * 100%) */
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* reunuksen tyyli ja värit*/
.table-bordered {
  border: 1px solid #000; 
}

/* Yleiset taulukkotyylit */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}
