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

@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;
}

#Subscribe
{
  /* display: none; */
  position: absolute;
}

button {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: kannada_sangam_mnregular;
  font-size: .96rem;
  /*input has OS specific font-family*/
  color: black;
  text-decoration: bold;
  font-weight: bold;
  cursor: pointer;
  font-size:1.1rem;
}

*:focus {
    outline: 0 !important;
}



.info
{
  position: relative;
}

.top img
{
  position: absolute;
  top: 50px;
  right: 30px;
}

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


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

a {
  color: black;
}

.current
{
  line-height: 1.6;
}

.past
{
  line-height: 1.6;
}

.upcoming
{
  line-height: 1.6;
}

.container
{
  display: flex;
  width: 70%;
}

.left
{
  flex: 50%;
}

/* i'm thinking about a scrollable box versus just the list extending indefinitely down */
.right
{
  margin-top: 110px;
  margin-left: 50px;
  flex: 50%;
  height: 310px;
  overflow: auto;

}



@media only screen and (max-width : 1038px ){
  body
  {
    padding-left: .8rem;
    padding-right: 4rem;
    background-color: white;
    font-size: .9rem;
  }

  h1
  {
    padding-top: .2rem;
  }

  .body
  {
    position: relative;
  }

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

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

  .container
  {
    display: inline-block;
    width: 90%;
  }

  .right
  {
    margin-top: 0px;
    margin-left: 0px;
    height: auto;
  }

  #Subscribe
  {
    position: absolute;
  }


}
