/*cco
 * -- BANNER --
 * The top banner with the headings. By using a combination
 * of `display: table;` and `display: table-cell;`, we can
 * vertically center the text.
 */

.banner {
  background: transparent
    url("/static/images/home-header.jpeg")
    0 0 no-repeat;
  text-align: center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/home-header.jpeg', sizingMethod='scale');

  height: 20vw;
  max-height: 400px;
  width: 100%;
  margin-bottom: 3em;
  display: table;
}

.banner-head {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 5vw;
  color: white;
  font-weight: bold;
}

.center-vert {
  display: flex;
  align-items: center;
}

.center-hori {
  display: flex;
  justify-content: center;
}

footer {
    color: #ffffff;
    background: #458492;
    padding: 1em 0;
}

footer p {
  margin: 0;
}

footer .logo {
  padding: 2em 0;
}

.footer-logo {
  height: auto;
  width: 150px;
}

.attribute-icon {
  height: 1.5em;
  width: auto;
}

/*
The content `<div>` is where all your content goes.
*/
.content {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 2em;
    max-width: 1400px;
    margin-bottom: 50px;
    line-height: 1.6em;
}

/*
Custom styles
*/
.font-serif {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.accommodations a {
  display:flex;
  color: black;
  text-decoration: none; /* no underline */;
}

.accommodations p {
  margin: 0px;
}

.accommodations h3 {
  margin: 0px;
}

.accommodation-item {
  margin: 15px;
  display: block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.accommodations-text {
  padding: 0em 0em 2em 0em;
}

.accommodation-img {
  width: 100%;
  height: auto;
}

.accommodations {
  display: flex;
  flex-wrap: wrap;
}

.contacts {
  display: flex;
  flex-wrap: wrap;
}

.contacts a {
  color: black;
  text-decoration: none; /* no underline */;
}

.places {
  display: flex;
  flex-wrap: wrap;
}

.page {
  display: flex;
  flex-wrap: wrap;
}

.page-image {
  margin: 15px;
}

.stars {
  color: gold;
  font-weight: bold;
  font-size: 1.5rem;
  text-shadow: -1px 0 goldenrod, 0 1px goldenrod, 1px 0 goldenrod, 0 -1px goldenrod;
}

.embed-map-frame{
  width:100%;
  height: 18vw;
  max-height: 360px;
}

.header {
  display: flex;
  justify-content: right;
  background: #458492;
}

.header .flag {
  padding: 0 0.2em;
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}
main {
  display: flex;
  flex-grow: 1;
}

table {
  width: 100%;
}
td {
  border-collapse: collapse;
  padding: 0.25rem;
}

table.pricelist {
  border-collapse: collapse;
  border: 1px solid #f7f7f9;
  margin: 1rem 0;
}

.pricelist th {
  text-align: left;
  padding: 0.75rem;
}

.pricelist thead {
  background-color: #f1f3f7;
}

.pricelist-season {
  padding: 0.25rem 0.75rem;
  font-weight: 700;
}

.sidebar {
  padding: 0 1em;
}
