/**
 * Mid size view css file for the website
 * File: /assets/css/mid1<-vx.x>.css
 *
 * @author     Dridhamati
 * @copyright  (c) 2019 Open Dhamma Inc.
**/


/* 1st breakpoint: 751px */

body {
  font-size: 16px;
}

#coaDiv {
  top: 150px;
  left: 70px;
  max-width: 900px;
}
#mikeDivPage {
  top: 250px;
  right: 100px;
  max-width: 900px;
}
#mikeDiv {
  bottom: 220px;
  right: 100px;
  max-width: 900px;
}
/*
#mikeDivPage {
  display:block;
  top: 150px;
  right: 70px;
  max-width: 900px;
}
*/
#coaDiv p {margin:10px;line-height:1.5em;text-align:center;font-size:1.25em;color:#fff;}
#mikeDiv, #mikeDivPage p {margin:10px;line-height:1.5em;text-align:center;font-size:1.25em;color:#fff;}

#bookDiv {
  position: fixed;
  bottom: 135px;
}

#home-test {
  display:block;
  position: fixed;
  width: 100%;
  padding: 10px 0 10px 0;
  bottom: 60px;
  z-index:1;
}
#home-test p {text-align:center;font-size:1em;color:#fff;}
#home-test a {text-decoration:underline;color:#fff;}

