body {
  padding-top: 0px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 640px;
}

.myheader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.myheader h1 {
  text-align
}

@media only screen and (min-width: 501px) {
  .myrow {
    display: grid;
    grid-template-columns: 1fr 2fr;
    justify-self: center;
  }
}

@media only screen and (max-width: 500px) {
  .myrow {
    display: grid;
    grid-template-rows: auto auto;
  }
}

.vertical-center {
  min-width: 100%;
  display: flex;
}

.myimage {
  justify-self: center;
  width: 80%;
  max-width: 180px;
  min-width: 100px;
  padding-top: 15px;
}

.coverimg {
  align-self: center;
  min-width: 180px;
  max-width: 180px;
  width: 100%;
  height:auto;
  border:1px solid black;
}

.page-header {
  background-color: #afceff;
}

.page-header p {
  font: 20px calibri, sans-serif;
  text-align: center;
  justify-self: center;
  align-self: center;
}

#contact {
  background-color: #e0e0e0;
}

.contactimg {
  padding: 10px;
}

.sticky {
  background-color: #afceff;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 610px;
}

#buzzwordicon {
  max-width: 16px;
  height: auto;
  padding-top: -2px;
}

#buzzwordicon:hover {
  max-width: 20px;
  padding-top: -4px;
  padding-left: -2px;
  box-shadow: 0px 0px 10px #fff;
}

h1 {
  font: bold 4em calibri, sans-serif;
  line-height: 1.0;
}

h2 {
  max-width: 100%;
  font: 3em calibri, sans-serif;
  margin-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px black solid;
}

h3 {
  font: 2em calibri, sans-serif;
  margin-top: 8px;
}


.collapselink {
  font: italic 13px arial, sans-serif;
  
}

.btn-text {
  background:none!important;
  color:inherit;
  border:none; 
  padding:0!important;
  font: inherit;
  font-style: italic;
  /*border is optional*/
  border-bottom:1px solid #444; 
  cursor: pointer;
}

.btn-text:hover {
  color: grey;
}

.btn-text b{
  display:inline;
}

.btn-text:not(.collapsed)  span {
  display:none;
}

.btn-text.collapsed b {
display:none;
}

.position {
  font: 18px calibri, sans-serif;
  font-weight: bold;
}

.sitemargin {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.workdiv {
  /*display: flex;
  flex-direction: column;*/
  margin-left: -15px;
  margin-right: -15px;
  padding: 2rem;
  /*display: grid;
  grid-template-rows: 80px 1fr;
  display: grid;
  grid-template-rows: 40px 20px 1fr;*/
  
}

.workdiv:nth-child(odd) {
  background-color: #f3f3f3;
}

.workdiv .intro {
  font-style: italic;
}

.workdiv .eduspan {
  font: 18px calibri, sans-serif;
  font-weight: bold;
}

.sticky + .content {
  padding-top: 60px;
}

