body {
    margin: 0;
    background-color: yellow;
    -webkit-user-select: none;  /* Chrome all / Safari all */
-moz-user-select: none;     /* Firefox all */
-ms-user-select: none;      /* IE 10+ */
-o-user-select: none;
user-select: none;
}
.pic {
    position: relative;
    overflow: hidden;
    width: inherit;
    height: 100vh;
}
/*.blur {
    height: 100vh;
}*/

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
}

image.bg_img, img {
  mask:url(#mask1);
  min-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  position: absolute;
  z-index: -1;
}

div.header {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;

position: fixed;
  left: 0;
  bottom:0;
  width: auto;
}
div.download{
  margin-top: 100px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;

  position: fixed;
  left: 0;
  width: auto;
}

#iframe{
  margin-left: 100px;
}

/*div.bio{
  background-color:#F4f402;
  display: flex;
  flex-direction: row;
  position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
}*/

p, a {

  font-family: 'Kanit', sans-serif;
  color: #54494B;
  font-weight: 900;
  font-style: italic;
  text-decoration: none;
  font-size: 5vw;
  line-height: 0.5em;
}

p.header, a{
  text-align: center;
}

a {
  /*flex: 1 100%;*/
  font-size: 20vw;
  color:#551A8B;
}
a.download {
  font-size: 5vw;
  color: #551A8B;
  text-align: left;
}

p.header {
  /*flex:1;*/
}

p.bio {
  margin-bottom: 3em;
  font-size: 3em;
  line-height: 1em;
  word-wrap: break-word;
}
p.download {
  margin-left: 0px;
  margin-bottom: 3em;
  font-size: 3em;
  line-height: 1em;
  word-wrap: break-word;
  text-align: left;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
  img {
    display: none;
  }
}}


@media screen and (max-width: 1024px) and (orientation: landscape) {

  img {
    display: none;
  }

p.bio {
font-size: 2em;
}
p.download{
  font-size: 2em;
}
}

@media screen and (max-width: 1024px) and (orientation: portrait) {

  img {
    display: none;
  }

p.bio {
font-size: 2em;
}
p.download{
  font-size: 2em;
}
}
