* {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

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

h1 {
  font-size: 40px;
  color: #f97a7a;
  line-height: 48px;
  display: inline;
}

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

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

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

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

img {
  max-width: 100%;
  padding: 10px;
}

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

span {
  padding: 5px;
}

ul {
  list-style-type: none;
}

/*
  ========================= Used in multiple divisions =========================
*/

.light-background {
  background-color: #f3f3f3;
  padding-bottom: 10px;
  clear: both;
}

.dark-background {
  background-color: #4a4a4a;
}

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

/*
  ========================= Header =========================
*/

.header {
  background-color: #484848;
}

.center-content {
  padding-top: 2.5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2.5%
}

.clearfix {
  overflow: auto;
}

@font-face {
	font-family: "icomoon";
	src:url(../fonts/icomoon.eot?rjyoq0);
	src:url(../fonts/icomoon.eot?#iefixrjyoq0) format("embedded-opentype"),
		url(../fonts/icomoon.ttf?rjyoq0) format("truetype"),
		url(../fonts/icomoon.woff?rjyoq0) format("woff"),
		url(../fonts/icomoon.svg?rjyoq0#icomoon) format("svg");
	font-weight: 400;
	font-style: normal;
}

.contact-icon {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  color: #f97a7a;
}

.contact-text {
  color: #f97a7a;
  display: none;
}

.contact-data,
.skill-data {
  font-weight: 700;
  color: #fff;
}

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

.skillsH3 {
  color: #f97a7a;
  display: none;
}

ul.skills.flex-box {
  flex-direction: column;
}

.biopic {
  float: left;
  padding: 10px;
  width: 200px;
  display: none;
}

/*
  ========================= Work Experience, Projects and Education =========================
*/

.education-entry,
.work-entry,
.project-entry {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

/*
  ========================= Mystery =========================
*/

/* Bar chart stuff */
.chart div {
  font: 10px sans-serif;
  background-color: #4a4a4a;
  text-align: right;
  padding: 3px;
  margin: 1px;
  height: 12px;
  color: #fff;
  display: inline-block;
}

/*
  ========================= Map =========================
*/

.mapDiv {
  height: 400px;
  width: 100%;
  padding-bottom: 5%;
}

.googleMap {
  display: block;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

/*
  ========================= Footer =========================
*/

.footerh2 {
  text-align: center;
  background-color: #f97a7a;
}

/*
  ========================= Breakpoints =========================
*/

@media only screen and (max-width: 1024px) {
  .footer {
    margin-top: 5%;
  }
}

@media only screen and (max-width:900px) {
  .biopic {
    width: 175px;
  }
}

@media only screen and (max-width: 750px) {
  .footer {
    margin-top: 10%;
  }
  .biopic {
    width: 150px;
  }
  .welcome-message {
    display: none;
  }
}

@media only screen and (min-width: 750px) {
  .skillsH3,
  .biopic {
    display: block;
  }
  .contact-icon {
    display: none;
  }
  .contact-text {
    display: inline;
  }
}
