@font-face {
  font-family: "Cardo";
  src: url("https://fonts.gstatic.com/s/cardo/v21/wlpxgwjKBV1pqhv97IMx3ExNYCg.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Lato";
  src: url("https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: "TT_Commons_Pro", "Arial Unicode MS", "Lucida Sans Unicode", "DejaVu Sans", "Quivira", "Symbola", "Code2000";
}

div {
    margin: 0;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

.intro {
    text-align: center;
    color: #000000;
    padding-bottom: 6px;
    border-bottom: 1px solid #e5e5e5;
}

#content {
    padding-top: 38px;
    width: 90%;
    margin: 0 auto;
}

.wishlist {
    background-color: white;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    margin-top: 48px;
}

@media only screen and (min-width: 768px) {
    .wishlist-item {
        width: 33%;
    }
}

@media only screen and (max-width: 767px) {
    .wishlist-item {
        width: 100%;
    }
}

.wishlist ul {
    list-style: none;
}

.wishlist li {
    border-bottom: 1px solid #e5e5e5;
}

.wishlist-item-image {
}

#openContributionText {
    width: 100%;
}

#openContributionButton {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    #openContributionButton {
        width: 200px;
    }
    
    .frame-title span {
        font-size: 2vw;
    }
}

@media only screen and (max-width: 767px) {
    #openContributionText {
        display: block;
    }
    
    #openContributionButton {
        display: block;
    }
    
    #openContributionButton input[type=submit] {
        width: 70px;
    }

    .frame-title span {
        font-size: 6vw;
    }
}

#openContributionButton input[type=submit] {
    box-sizing: border-box;
    height: 100%;
    float: right;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

.primg {
    padding-top: 48px;
    padding-bottom: 38px;
    float: left;
    width: 15%;
}

@media only screen and (max-width: 767px) {
  .primg {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 6px;
  }
}

.primg img {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .primg img {
        max-width: 75%;
    }
}

.prinfo {
    float: left;
    width: 81%;
    padding-right: 0;
    padding-left: 2%;
    padding-top: 48px;
    padding-bottom: 38px;
}

@media only screen and (max-width: 767px) {
    .prinfo {
        float: none;
        padding-bottom: 30px;
        padding-top: 0px;
        width: 100%;
    }
}

.prinfo p {
    color: #000000;
    font-weight: 400;
    font-style: italic;
    line-height: 21px;
    text-align: justify;
}

.prinfo em{
    float: right;
    color: #000000;
    font-size: 1.4em;
    font-family: "BlackMango";
    font-weight: 300;
    padding-top: 10px;
}

.prinfo h3 {
  color: #F06A54;
  font-weight: 300;
  padding-bottom: 6px;
}

.prinfo h3.price {
    display: inline;
    float: left;
    color: #000000;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 0;
}

.frame {
    aspect-ratio:0.871;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 20px;
}

.frame img {
    width: 80%;
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
    aspect-ratio:1;
}

.frame-title {
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}

.frame-title span {
    width:100%;
}

/*@media only screen and (max-aspect-ratio: 1/1) {*/
/*    .frame-title span {*/
/*        font-size: 2vw;*/
/*    }*/
/*}*/
/*@media only screen and (min-aspect-ratio: 1/1) {*/
/*    .frame-title span {*/
/*        font-size: 2vh;*/
/*    }*/
/*}*/
    
#travel-items {
    display: flex;
    width: 100%;
    align-items: center;
    align-self: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    #travel-items {
        display: block;
    }
}
