@font-face {
  font-family: OpenSans-Light;
  src: url(fonts/OpenSans-Light.ttf);
  font-display: block;
}

@font-face {
  font-family: OpenSans-Bold;
  src: url(fonts/OpenSans-Bold.ttf);
  font-display: block;
}

/*@font-face
{
	font-family: OpenSans-ExtraBold;
	src: url(fonts/OpenSans-ExtraBold.ttf);
	font-display: block;
}*/

@font-face {
  font-family: JosefinSlab-Bold;
  src: url(fonts/JosefinSlab-Bold.ttf);
  font-display: block;
}

* {
  font-family: "OpenSans-Light", Helvetica, Arial, san-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
   color-adjust: exact !important;                 /*Firefox*/
}

html, body, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

@media screen {
  body {
    background: #CFCFCF;
  }
  #page {
    margin: 25px auto;
    padding: 20px 50px 50px;
    background: #fff;
    width: 800px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
  }
}


a {
  color: #33B;
  text-decoration: none;
  vertical-align: top;
}

a:hover {
  text-decoration: underline;
}

h1 {
  /*David Azaria*/
  font-family: "JosefinSlab-Bold";
  text-align: center;
  font-size: 43px;
  font-weight: bold;
}

a.linkedin {
  display: inline-block;
  height: 21px;
  width: 21px;
  vertical-align: middle;
  background-image: url("https://content.linkedin.com/content/dam/me/brand/en-us/brand-home/logos/In-Blue-Logo.png.original.png");
  background-size: contain;
}

h2 {
  /*contact info*/
  text-align: center;
  font-size: 14px;
  color: #999;
}

h3 {
  /*section title*/
  font-size: 18px;
  line-height: 3em;
  text-transform: uppercase;
  font-family: "OpenSans-Bold";
}

h4 {
  /*company*/
  font-size: 24px;
  line-height: 50px;
}

.exit {
  font-size: 14px;
  color: #999;
}

.logo {
  background-size: contain;
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 15px 10px 15px 0;
}

.aescape {
  background-image: url("./images/aescape.jpeg");
}

.tonal {
  background-image: url("./images/tonal.jpeg");
  height: 80px;
  width: 80px;
  margin: 25px 20px 25px 10px;
}

.zephyr {
  background-image: url("./images/zephyr.png");
}

.keynote {
  background-image: url("./images/keynote.jpg");
}

.yodlee {
  background-image: url("./images/yodlee.png");
}

.webpass {
  background-image: url("./images/webpass.jpg");
}

.berkeley {
  background-image: url("./images/berkeley.jpg");
}

.company {
  display: inline-block;
  height: 115px;
  margin-top: 15px
}
.role{
  margin:0 0 10px 15px;
}

em {
  font-size: 14px;
  color: #999;
  font-style: normal;
  display: block;
  width: 630px;
}

h5 {
  /*position*/
  font-size: 16px;
}

h6 {
  /*college of*/
  font-size: 14px;
  color: #999;
}

ul{
  font-size: 14px;
  padding-inline-start: 45px;
  padding-inline-end: 60px;

}

li {
  list-style: square;
  list-style-type: '- ';
  line-height: 2em;
}

li ul {
  padding-inline-start: 30px;
}

li ul li{
  font-size:12px;
}



@media print {
  * {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  em{
    width:600px;
    padding: 10px 0;
  }
  a {
      color: #333;
  }

  #page {
    padding: 5px;
  }
  h1 {
    font-family: "OpenSans-Bold", Helvetica, Arial, san-serif;
    font-weight: bold;
    font-size:14px !important;
  }
  h3{
      line-height: 3 !important;
  }
  .company {
    height: auto;
    margin: 0 !important;
  }
  .logo {
      height: 15px !important;
      width: 15px !important;
      margin: 0 !important;
    }
    a.linkedin{
        display:none !important;
    }

  .exit{
      font-size:10px !important;
  }

}
