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

h1 {
    padding: 0;
  margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

body {
    padding: 0;
  margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.lato-font {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.clear-fix {
  overflow: auto;
}

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

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

h2 {
  font-weight: bold;
  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: 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: #999;
  line-height: 16px;
  float: left;
}

.div-text{
  font-weight: bold;
  font-size: 14px;
  color: #282424;
  line-height: 16px;
  /*float: left;*/ 
}

.heading-text{
  font-size: 24px;
  color: #282424;
  line-height: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
}


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

}

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

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

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

#skills-h3 {
  color: #db1818;
  /*display: none;*/
}

.orange {
  background-color: #db1818;
}

.orange-text {
  color: #db1818;
}

.white-text {
  /*font-weight: bold;*/
  color: #fff;
}

.dark-text {
   color: #282424; 
}

.gray {
  background-color: #dbd6d6;
  padding-bottom: 10px;
  clear: both;
}

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

/* TODO: Replace with image later */
#header {
  background-color: #282424;
}

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

.flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 10px;
}

.center-content {
  padding: 2.5% 5%;
}

ul {
  list-style-type: none;
}

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

img {
  padding: 10px;
}

span {
  padding: 5px;
}

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

/* Media queries to handle various device widths */

@media only screen and (max-width: 1024px) {
  #lets-connect {
   /*  margin-top: 5%; */
  }
}

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

@media only screen and (max-width: 750px) {
  #lets-connect {
   /* margin-top: 10%; */
  }
  .biopic {
   /* width: 150px; */
  }
  .welcome-message {
    display: none;
  }
  #skills-h3{
        font-size: 16px;
    }
}

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

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

@media only screen and (min-width: 750px) {
  #skills-h3,
  .biopic {
    display: block;
  }
}
