@font-face {
    font-family: 'arial';
    src: url(ArialBold.ttf) format('truetype');
    font-style: bold;
  }

@font-face {
    font-family: 'arialNarrow';
    src: url(ArialNarrowBold.woff);
    font-style: bold;
  }

a::before {
    content: "► ";
    display: inline-block;
    /* transform: scale(0.4, 1.2); */
    /* transform-origin: center left; */
    margin-right: -0.9vw;
    /* margin-left: 0.1rem; */
}

.noarrow::before {
    content: none;
}

.streched {
    font-family: 'arialNarrow',Futura-CondensedMedium,Arial, Helvetica, sans-serif;
    font-size: 6vw;
}

iframe, object, embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.text-2xl {
    font-size: 7.4vw;
}

.text-4xl {
    font-size: 9.3vw;
    letter-spacing: -0.05vw;
}

img {
    width: 100%;
}

a {
    display: inline-block;
}

#instafeed {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#instafeed a {
    flex: 1 1 auto;
    width: 30%;
    padding: 1%;
}

#instafeed a::before {
    content: none;
}

html {
    font-family: 'arial', Arial, Helvetica;
}

.fab {
    font-size: 8.5vw;
}

li {
    line-height: 1;
}

.tour li {
    padding-left: 2.5vw;
    text-indent: -2.5vw;
}
.tour li:first-child {
    margin-bottom: 1rem;
}