body,
div,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding:0;
  margin:0;
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #FEFEFE;
}

.clear-fix {
  overflow: auto;
}

.education-entry,
.work-entry,
.project-entry,
.online-entry {
  padding: 0 5%;
}

h1 {
  font-size: 40px;
  color:  #6699CC;
  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%;

}

div {
  padding-top: 2px;
}

.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: center;

}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

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: #669999;
  display: none;
}

.orange {
  background-color: #f5ae23;
}

.blue {
  background-color: blue;
}

.blue-text{

  color : #6699ff;
}

.gray-green-text {

  color: #669999;

}

.orange-text {
  color: #ff9966;
}

.white-text {
  font-weight: bold;
  color: #fff;
}

.lightgray {
  background-color: #E8E8E8;
  padding-bottom: 10px;
  clear:both;
}

.gray {
  background-color: #f3f3f3;
  padding-bottom: 10px;
  clear:both;
}

.dark-gray {
  background-color: #4a4a4a;
}

.gray-text {
  font-weight: bold;
  color: #B0B0B0;
}

.text-left {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}

.hide-link {
  font-weight: bold;
  color:  #6699CC;
}

.thumbnail {
  width: 45%;
  height: auto;
}

#header {
  background-color: #484848;
}

.flex-box {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px;
}

.center-content {
  padding: 2.5% 5%;
}

ul {
  list-style-type: none;
}

.biopic {
  float: left;
  padding: 10px;
  width: 200px;
  display: none;
}

a {
  padding-bottom: 10px;
}

img {
  padding: 10px;
  width: 100%;
}

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;
  }
  .thumbnail{
    width: 75%;
    height: auto;
  }
  #mapDiv {
    display: none;
  }

 #menubar {
  font-size: 2.5em;
  left: 92%;
  }

}

@media only screen and (min-width: 750px) {
  #skills-h3,
  .biopic {
    display: block;
  }
  #map {
  display: block;
  height: 85%;
  margin: 0 5%;
  }

  #mapDiv {
    height: 300px;
    width: 100%;
    padding-bottom: 5%;
    background-color: #E0E0E0;
  }

}

.logo {
  position:fixed;
  margin:auto;
  top: 5px;
  z-index:100000;
  opacity: 0.5;
}

#menuicon {
  background-color: #484848;
  max-height: 30px;
  text-align: right;
}
