body {font-family: sans-serif; margin: 0}

p { color: #666; }

h2 {
  font-size: 2em;
  font-family: 'Rochester', cursive;

  /*  color: #bd939f;*/
  color: #444;
}
.centered {
    margin: 0 auto;
}

@media screen and (min-width: 52em) {
    .centered {
        max-width: 52em;
    }
}

.topimage {
  width: 100%;

}

.masthead {
    background: #ffc7d7;
    background-image: url('img/havhimmel.jpg');
    background-size: cover;
    box-shadow: 3px 3px 8px hsl(0, 0%, 70%);
}

.site-branding {
    position:absolute;
    top: 0;
    right: 10%;
}

.site-title {
    /*font-family: 'Ballet', cursive;*/
    /*font-family: 'Parisienne', cursive;*/
    /*font-family: 'Nova Flat', cursive;*/
    font-family: 'Rochester', cursive;
    font-size: 2.5em;

    margin: 0 0 1em;
    font-weight: 400;
    padding: 1em 0;
    text-align: right;
    color: black;
}

@media screen and (min-width: 44.44em) {
    .site-title {
        font-size: 3.5em;
    }
}

@media screen and (min-width: 50em) {
    .site-title {
        font-size: 5.5em;
    }
}

.site-title a {
/*    color: hsl(5, 45%, 95%); */
    color: #444;
    text-decoration: none;
}

.site-title a:hover {
    text-decoration: underline;
}

/* Card Based Layout - Base styles */
body {
  line-height: 1.4;
}

.site-title {
     color: white;
}

.card {
     background: white;
     margin-bottom: 2em;
}

.card a {
     color: black;
     text-decoration: none;
}

.card a:hover {
/*     box-shadow: 3px 3px 8px hsl(0, 0%, 70%); */
}

.card-content {
     padding: 1.4em;
}

.card-content h2 {
     margin-top: 0;
     margin-bottom: .5em;
     font-weight: normal;
     text-align: center;
}

.card-content p {
     font-size: 95%;
}

img {
  width: 100%;
  height: auto;
}

/* Flexbox styles */
@media screen and (min-width: 40em) {
  .cards {
    margin-top: -1em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .card {
    margin-bottom: 1em;
    display: flex;
    flex: 0 1 calc(50% - 0.5em);
    /* width: calc(50% - 1em); */
  }
} /* mq 40em*/

@media screen and (min-width: 60em) {
  .cards {
    margin-top: inherit;
  }

  .card {
    margin-bottom: 2em;
    display: flex;
    flex: 0 1 calc(50% - 0.5em);
    /* width: calc(33% - 1em); */
  }
} /* mq 60em*/

.price {
    color: #444;
    font-family: cursive;
    text-align: center;
}

