body{
    margin-left: 8px;
    font-family: Copperplate Gothic Light;
    color: black;
    z-index: 1;
    margin-left: 15px;
    font-size: 24px;
    padding-bottom: 800px;

}

body:before{content: ' ';
    display: block;
    position: fixed;
    left: 0;
    top: 110px;
    width: 100%;
    height: 100%;
    z-index: -100;
    opacity: 0.075;
    background-image: url('../images/ScheibLNCLogo.jpg');
    background-repeat: repeat;
    /*background-position: 100% 0;*/
    background-position: 50% 50%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 45%;
    overflow-x: hidden; /* needed because hiding the menu on the right side is not perfect,  */
}

.main {
    position: absolute;
    /*margin-top: 6%;*/
    top: 9%;
    /*margin-left: -6px;*/
    margin-bottom: 0%;
    margin-right: 8%;
    width: 99%;
    padding-left: 3px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    /*min-height: 100vh;*/
    min-height: 82%;
    flex: 1;
    /*background-color: red;*/
    box-sizing: border-box;
}

.slogan{
    font-family: Copperplate Gothic Light;
    color: black;
    z-index: 1;
    font-size: 36px;
    text-align: center;
}

.moduleheader {
    color:cornflowerblue;
}

.modulepreview {
    color: deepskyblue;
    padding-top: 15px;
}

.lessonheader {
    color: deeppink;
}

.objectivesbox {
    background-color: rgba(30, 144, 255,0.25);
    margin-bottom: 10px;
    border-radius: 8px;
    padding-left: 15px;
}

.objectives {
    font-weight: bold;
    font-size: 21px;
}

.definition {
    font-family: Arial;
    border-color: red;
    border-style: solid;
    border-width: 2px;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 20px;
    margin-left: -6px;
}

.example {
    font-family: Arial;
    padding-left: 0px;
    font-size: 20px;
}

ol {
    counter-reset: item;
}

/*
li {
    display: block;
}

    li:before {
        content: counters(item, ".") " ";
        counter-increment: item;
    }
*/

button.nextButton {
    background-color: rgba(0, 0, 0, 0.2)/*#eee*/;
    color: #444;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 21px;
    font-family: Copperplate Gothic Light;
    transition: 0.4s;
    margin-bottom: 15px;
    margin-left: -2px;
    border-radius: 8px;
    margin-top: 10px;
}

button.nextButton:hover {
    background-color: rgba(119, 119, 119, 0.6);
}

.abouth1 {
    color: steelblue; <!--dodgerblue-->
}


.aboutimagecolumn {
  box-sizing: border-box;
}

.aboutimagecolumn {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clearfix (clear floats) */
.aboutimagerow::after {
  content: "";
  clear: both;
  display: table;
}

.chapterh3 {
    color: steelblue; <!--dodgerblue-->
}

.bloginfotitle {
    font-size: 18px;
    font-weight: bold;
}

.bloginfo {
    font-size: 18px;
}


.icon-bar {
  position: fixed;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  opacity: 0.7;
}

.facebook {
  background: #3B5998;
  color: white;
}

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.email {
  background: #decf7c;
  color: white;
}

.content {
  margin-right: 6%;
  font-size: 30px;
}

.resumelist {
 margin-top: -20px;
 margin-bottom: 40px;

-webkit-column-count: 2;  /* Chrome/Opera, Safari */
-moz-column-count: 2; /* Mozilla Firefox */
column-count: 2;

width: 50%
}

.resumeitems {
  margin-bottom: 50px;
}

.resumeheading {
  margin-top: -5px;
  margin-bottom: : -60px;
}

.resumedates {
  margin-top: -10px;
  font-size: 85%;
}

.resumeposition {
  margin-top: -10px;
  margin-bottom: -20px;
}

.resumepostitle {
  color: rgba(36, 116, 214, 1)
}

.resumehospitals {
  list-style:none;
  padding: 0;
  margin-bottom: -10px;
}

.resumehospitals li:before {
  content: "\2756";
}

.resumeemptylist {
  list-style:none;
  padding: 0;
  margin-bottom: 20px;
}

.resumemiscitems {
  margin-top: 0px;
}

.letiresume, .fixmargin {
  margin-right: 8%;
}

.generalheading {
  color: rgba(50, 56, 133, 1); /*rgba(28, 97, 68, 1);*/
}

.call {
  color:red;
}

.homeheadshot {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  padding-top: 20px;
  /*height: 408px;"*/
}

.aboutheadshot {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 340px;
  height: 445px;"
}