body
{
  font-family: kannada_sangam_mnregular;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .96rem;
  line-height: 1.3;
  position: relative;
  height: 100%;
}

/* body img{
  width: 100%;
} */

h1
{
  padding-top: .8rem;
  font-size: 1.5rem;
}

.top img
{
  position: absolute;
  top: 50px;
  right: 30px;
  user-drag: none;
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;

}

#logo
{
  margin-top: -40px;
  width: 4.7rem;
}

.drag
{
  /* position: absolute; */
  /* width: 80%; */
  margin-left: 0 auto;
  margin-right: 0 auto;
  cursor: move;
  /* display: inline-block; */
  overflow: visible;
  height: auto;
  position: absolute;
  /* margin-top: -950px; */
  top: 200px;
}



#pamphlet
{
  background-image:url('p01_out.jpg');
background-repeat: no-repeat;
background-size: 100%;
height: 65vw;

}

.pContent
{
  position: absolute;
}

.drag img
{
  height: 100%;
  -moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}

.exhibitionImgs img{
  width: 100%;
}

.dragContainer
{
  height: 150px;
  position: absolute;
  overflow: visible;
}



@font-face {
    font-family: 'kannada_sangam_mnregular';
    src: url('../kannada/kannada_sangam_mn_1-webfont.woff2') format('woff2'),
         url('../kannada/kannada_sangam_mn_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



#exhibition
{
  /* display: block; */
  width: 100%;
  padding-right: 2rem;
  font-size: 1rem;
  height: 200%;
}

img
{
  user-drag: none;
  -webkit-user-drag: none;

}

a
{
  color: black;
  text-decoration: none;
}

@media only screen and (max-width: 600px)
{

  .exhibition
  {
    /* display: block; */
    width: 100%;
    font-size: 1rem;
  }

  .top img
  {
    position: absolute;
    top: 60px;
    right: 0px;
  }


    #logo
    {
      margin-top: -60px;
      width: 10%;
      margin-right: 15px;
    }

  body
  {
    font-family: kannada_sangam_mnregular;
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: .96rem;
    line-height: 1.3;
    position: relative;
  }

  h1
  {
    padding-top: .2rem;
  }

}
