html{
font-family:tahoma,arial,sans-serif;
  padding:0;
  margin:0;
  min-height:100vh;
  background:url(/pictures/1500-1019-max.jpg) #000 no-repeat center;
background-size:cover;
  background-position:top center;
}

body{
  display:flex;
  flex-direction:column;
  width:100%;
  margin:0;
  padding:0;
  align-items: center;
}
header, main{
  display:flex;
  padding:5px 20px;
  width:calc(100% - 40px);
  justify-content: center;
  align-items: center;
  margin:0;
}
header{
  background:#fff;
  width:100%;
  box-sizing:border-box;
}
header h1{
  font-size:0;
  background:url(/pictures/1200-1200-max.png) #fff no-repeat center;
background-size:contain;
display:block;
  width:100px;
  height:100px;
  margin:5px 0;
}
header p{
  text-align: right;
  font-style:italic;
  font-size:24px;
  width:100%;
  max-width:1080px;
  padding:0;
  height:0;
}
main{
  padding:0;
  color:#111;
  width:100%;
  align-items: stretch;
  margin:0;
  margin-top:30px;
  min-height:calc(75vh - 160px);
  flex-wrap: wrap;
  max-width:1200px;
  align-content:center;
}
main>div{
  width:100%;
  max-width:400px;
  min-height:40vh;
 order:1;
  box-sizing:border-box;
  padding:20px 30px 25px;
  display:flex;
  align-items: center;
  align-content:center;
  background:#fff;
  font-size:17px;
}
main>div:first-of-type{
  order:2;
  background:url(/pictures/bg_grey.jpg) no-repeat center;
background-size:cover;
  color:#eee;
  padding:20px 45px 30px;
}
main>div:last-of-type{
  order:3;
}
main h2{
  font-weight:normal;
  font-size:34px;
  color:#999;
  margin-top:0;
}
main figure{
  margin:0;
  padding:0;
}
main blockquote{
  font-family:times, times-nex-roman, serif;
  font-style:italic;
  font-size:24px;
  padding:0;
  margin:0;
  color:#fff;
}
main blockquote p{
  margin-top:0;
}
main figcaption{
  text-align:right;
}
main dl{
  display:flex;
  flex-wrap: wrap;
  font-size:18px;
}
main dt{
  width:30%;
  margin:0 0 15px 0;
  color:#777;
}
main dd{
  margin:0;
  width:70%;
  margin:0 0 15px 0;
}
main dt:last-of-type, main dd:last-of-type{
  margin:0;
}
main dl a{
  text-decoration:none;
  color:#000;
  border-bottom:2px dotted #999;
}

@media screen and (max-width:1200px){
  main>div{
    width:calc(50% - 10px);
  }
  main>div:last-of-type{
  order:1;
    margin-left:10px;
}
  main>div:first-of-type{
  max-width:810px;
    width:calc(100% - 10px);
    margin-top:10px;
    min-height:250px;
}
}
@media screen and (max-width:720px){
  html{
    background-repeat: repeat;
    background-size:1000px;
    background-position: top center;
  }
  header p{
    height:auto;
    font-size:20px;
  }
  main{
    background:url(/pictures/1500-1019-max.jpg) #f4f4f4 no-repeat center;
  background-size:1000px;
  background-position:bottom center;
    padding-bottom:400px;
  }
  main>div{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 20px 0!important;
  }
  main>div:last-of-type{
  order:3;
}
}