@font-face {
    font-family: 'custom';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Avenir-Book.ttf);
  }
  
  @font-face {
    font-family: 'heading';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/futura\ medium\ bt.ttf);
  }

  h1, h2, h3, h4, h5{
    font-family: "heading", Arial, Helvetica, sans-serif;
    text-align: center;
  }

  p{
    text-align: justify;
  }

  footer p{
    text-align: center;
  }

  header .u-layout-row {
    width: 100%;
    margin-top: 5vh;
  }
  
  .title {
    text-align: center;
    margin: auto;
    max-width: 40%;
  }
  
  .title img {
    width: 100%;
    margin: auto;
    height: auto;
    max-width: 300px;
  }

  .vago_desc{
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5vh;
  }

  .sec_img{
    width: 100%;
  }

  .postcard_img {
    text-align: center;
    margin: auto;
    max-width: 40%;
  }
  
  .postcard_img img {
    width: 100%;
    margin: auto;
    height: auto;
    max-width: 300px;
  }

  .postcard_desc{
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5vh;
  }

  @media(max-width: 700px) {
    p{
        font-size: 15px;
        line-height: 115%;
    }
  }

