body,
div,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding:0;
  margin:0;
  font-family: "Roboto", sans-serif;
}

.education-entry,
.work-entry,
.project-entry,
.online-entry {    /*add new class for online courses div*/
  padding: 0 5%;
}

h1 {
  font-size: 50px;
  color: #fff;
  line-height: 48px;
  display: inline;
  text-shadow: 0 2px 2px black;
}

h2 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  line-height: 29px;
  padding: 10px;
}

h3 {
  font-style: italic;
  font-size: 20px;
  color: #fff;
  line-height: 22px;
}

h4 {
  font-weight: bold;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 17px;
}

h2,
h3,
h4,
h5 {
  padding:10px 5%;
}

.date-text {
  font-style: italic;
  font-size: 14px;
  color: #f2f2f2;
  line-height: 16px;
  float: left;
}

.location-text {
  font-style: italic;
  font-size: 14px;
  color: #f2f2f2;
  line-height: 16px;
  float: right;
}

p {
  font-size: 14px;
  color: #dedede;
  line-height: 21px;
}

a {
  color: #ADCFD9;
  text-decoration: none;
  margin-top: 10px;
  display: block;
}

.welcome-message {
  font-style: italic;
  font-size: 18px;
  color: #f3f3f3;
  line-height: 28px;
}

#skills-h3 {
  color: #fff;
}

.orange-text {
  color: #fff; /* actually white now*/
}

.white-text {
  font-weight: bold;
  color: #3b3b3b;
}

.flex-box {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px;
}

ul {
  list-style-type: none;
}

img {
  margin: 10px;
}

#mid-header span {
  padding: 5px;
}

#lets-connect {
  text-align: center;
}

#map {
  display: block;
  height: 90%;
  margin: 0 5%;
}

.bullets {
  list-style-type: disc;
  color: #f2f2f2;
}

