header {

    /*background-color: #06D6A0; /*green*/*/

    color: #FFFCF9; /*white*/

    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5;

    max-width: 840px;
    width: 100%;

    margin:12px auto 0;?

    margin-bottom: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2.5%;
    }

header ul {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

header ul li {
    display: inline-block;
    flex: 1 0 auto;
    margin: 0 4px;
}


.extended-header-container {
    /*background-color: grey;*/
    background-image: url(images/abstractacqua.jpeg);
    /*background-image: url(images/abstract2.jpg);*/
    /*background-image: url(images/abstract3.jpeg);*/

    background-position: center;
    background-repeat:;
    /*background-attachment: fixed;*/

    /*max-width: 880px;
    width: 100%;
    margin: 0 auto;*/

}

.banner {
  min-height: 100px;
}

.banner h1 {

  color: #808080 ; /*slate grey;*/
  /*min-height: 100px;*/
  /*line-height: 200px;*/
  text-align: right;
  padding-right: 8%;
  font-family: 'Playfair Display SC', serif;

  }

.logo {
  flex:auto;
  align-self: flex-end;
  padding-left: 20px;
}

.menu {

  align-self: flex-end;
  text-align: right;
  padding-right: 8%;
}

.menu a {

        color: #FFFCF9; /*green*/
        /*background-color: #40e0d0;/*turquoise*/
        text-decoration: none;
        display: inline-block;
        text-align: center;
        width: 100px;

        padding: 5px 0;

        }

  .menu a.hover,
  .menu a.focus,
  .menu a.current {
      color: #2F4F4F ; /*slate grey*/
      /*background-color: white;*/
      /*background-color: #FFFCF9; /*green*/
      /*background-color: #40e0d0;/*turquoise*/

          }
/*body*/

  body {
    max-width:880px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5;

  }

  /*Agency section*/

  .agency-txt-container {
    display: flex;
    justify-content: space-between;  /*C.Brand's recommendation*/
    flex-wrap: wrap;
    /*display: inline-flex;*/
    /*flex-shrink: 0;*/
    /*flex-direction: row-reverse;*/
    max-width: 880px;
    /*width: 100%;*/
    margin: 40px;
    padding: px ;
  }

  .agency-background {
    max-width: 600px;
/*    margin-left: 150px;  */
    margin-right: 0px;
  }

  /*.agency-columns {
    display: flex;
    /*flex-direction: row;*/
    /*align-items: stretch;
    justify-content: stretch;
    flex-wrap: wrap;
    max-width: px;
    flex: auto;
    /*border:1px solid black;*/
    /*padding: 20px 50px 20px ;*/

      }

  /*.agency-column1 {
        flex: auto;
        overflow:scroll;
        padding-top: 4px;
        margin-left: 40px;
        min-width: 160px;
        max-width: 160px;*/

  .img-txt-container {
    display: flex;
    display: inline-flex;


    /*flex-shrink: 0;*/
    flex-direction: row-reverse;
    max-width: 880px
    width: 100%;
    margin: 20px;
    padding:  ;


    /*padding: 2,5%;*/


  }

  .img-container {
    max-width:430px;
    width: 100%;
    display: inline-block;
    flex-shrink: 0;
    /*padding:1px;*/



    /*margin-left: 300px;
    margin-bottom: 5%;*/

    /*justify-content: space-between;*/
    flex-wrap: wrap;
    /*padding: 2.5%;*/
  }

  .txt-container ul {
    list-style: none;
    /*margin-right: 330px;*/
    /*padding: 20px 20px 20px 20px;*/
  }

  .txt-container {
    display: flex;
    padding: 1px;
    margin-left: 15px;
    /*padding: 15px 20px 20px ;*/
  }


/* list & image as 4 columns*/
  /*.row {
    max-width: px;
    max-height: none;
    /*flex-direction:row;*/
    /*height:100%;*/
    /*margin:0 auto;*/

  /*  padding-right: px;
    padding-left: px;
    align-content: center;
    /*align-items: stretch;*/

    /*width: 100%;
    /*display:flex;*/
    /*display: inline-flex;*/

    /*border:1px solid black;
    }  */



  .services-columns {
    display: flex;
    /*flex-direction: row;*/
    align-items: stretch;
    justify-content: stretch;
    flex-wrap: wrap;
    max-width: px;
    flex: auto;
    /*border:1px solid black;*/
    /*padding: 20px 50px 20px ;*/



    /*margin:10px 0 0 -10px  ;*/
  }

  .column1 {
    flex: auto;
    /*overflow:scroll;*/
    padding-top: 4px;
    margin-left: 40px;
    min-width: 160px;
    max-width: 160px;


  }

  .column2 {
      flex: auto;
      /*overflow-x: auto;*/
      min-width: 160px;
      max-width: 160px;
      margin-left: 40px;

    /*  align-content: center;*/


      }

  .column3 {
          flex: auto;
          min-width: 160px;
          max-width:160px;
          margin-left: 40px;
        /*  align-content;  ;*/
          text-overflow: clip;


          }

  .column4 {
            flex: auto;

            min-width: 160px;
            max-width: 160px;
            margin-left: 40px;

            }
    /*flex: 25%;
    display: inline-block;

    align-self: flex-end;
    justify-content: space-between;
    background: blue;
    max-width: 220px;
    margin:10px 0 0 10px;*/

    /*flex: 10%;
    padding: 20px;
      width:100%;*/
    }



    /*align-items: flex-end;*/
    /*display: inline-flex;*/
    /*flex:1 0 50%;

    width:100%;
    /*flex: 1 0 50%;*/
    /*max-width: 25%;*/
    /*min-width: 50px;*/

  }

    /*credits

    .credits  {
      margin-left: 50px;
    } */

/*float property - row containing columns
  .column {
    float:left;
    width: 45%;
    padding: 5px;
  }
  .row::after {
  content: "";
  clear: both;
  display: table;
  }  */

  /*header 1*/

  h1 {
    align-items: center;
    }

  /*ul,ol,dl,p {
  font-size: 1.1rem;
}*/

  /*main*/
  main {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5;
      }

      /* Image gallery */

      .gallery {
        width: 600px;
        max-width: 100%;
        }

      .gallery-container {
        display:flex;
        justify-content: space-between; /* C.Brand's recommendation */
        flex-wrap: wrap;
        max-width: 800px;
        width: 100%;
        margin: 12px;
        padding: 0;
       }


      .gallery ul {
        list-style-type: none;
        padding: calc(5% - 18px);
        margin: 7px;
        display: flex;
        flex-wrap: wrap;
      }

      .gallery li {

        flex: 1 0 150px;
        height: 140px;
        margin: 8.6px;
        background-repeat: no-repeat;
        background-size: cover;
      }

      /*.text {
        background-position: 0% 25%;
        }*/

      .sunlds {
        background-image: url(images/lejdastaz.jpg);
      /*background-image: url(images/theeggstm.jpeg);*/
        background-position: 0% 33.3%;
      }

      .mvmskishow {
        background-image: url(images/mvmskishow.jpg);
        background-position: 0% 33.3%;
      }

      .theeggnormanfoster {
        /*background-image: url(images/lejdastaz.jpg);*/
        background-image: url(images/theeggstm.jpeg);
        background-position: 0% 33.3%;
      }

      .snow {
        background-image: url(images/whiteout.png);
        background-position: 0% 33.3%;
      }

      .crestarunview {
        background-image: url(images/crestarunview.jpeg);
        background-position: 0% 33.3%;
      }

      .crestarun {
        background-image: url(images/crestarun.jpeg);
        background-position: 0% 33.3%;
      }

      .celerinahaus {
        background-image: url(images/celerinahaus.jpeg);
        background-position: 0% 33.3%;
      }

      .roberts {
        background-image: url(images/roberts.jpeg);
        background-position: 0% 33.3%;
      }

      .mvmskirace {
        background-image: url(images/mvmskirace.jpg);
        background-position: 0% 33.3%;
      }

      .snowman {
        background-image: url(images/snowman.jpeg);
        background-position: 0% 33.3%;
      }
    /*  .nutella {
        background-image: url(images/nutella2.jpg);
        background-position: 0% 33.3%;
      }*/






  /*footer*/
  footer {
    display: flex;
    flex-shrink: 0;
    /*text-align: right;*/
    background-color: #AFEEEE; /*pale turqoise*/
    /*background-color: #E0E0E0;/*silver grey*/
    /*background-color: #F5F5F5;/*white smoke*/
    /*background-color: #33FCFF; /*aqua blue*/
    color: #808080;/*#FFFCF9; *//*white*/
    font-size: 12px;
    max-width: 840px;
    width: 100%;
    margin:12px auto 0;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2.5%;
    }

  .copyright-logo {
    flex: auto;
    align-self: flex-end;
    text-align: left;
    /*align-items: center;*/
    padding-top: 15%;
    padding: 5%;
    padding-bottom: 5%;
    }



  footer ul li {
    display: inline-block;
    flex: auto;
    align-self: flex-end;
    text-align: right;
    /*padding: 30% 0;*/
    padding-top: 28%;
    /*padding-top: 33px;*/
    padding-right: 12px;
    padding-bottom: 4%;
    }
