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

body {
  background-color: #444;
}

.education-entry, .work-entry, .project-entry, #skillsChart {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.restrict-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 3%;
  padding-right: 3%;
}

.full-width {
  width: 100%;
}

.javaClick {
  display: inline;
}

.showHide {
  display: inline;
  height: 16px;
  padding: 0 10px 0 0;
  width: 16px;
}

.subCourse {
  display: block;
  font-size: 12px;
  margin-left: 20px;
  margin-top: 0px;
}

h1 {

  font-size: 40px;
  color: #3498db;
  line-height: 48px;
  display: inline-block;
}

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

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

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

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

.contactLink {
  color: white;
  display: inline;

}

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

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

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

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

#role {
  white-space: nowrap;
}

.welcome-message {
  display: inline-block;
  font-style: italic;
  font-size: 18px;
  color: #F3F3F3;
  line-height: 28px;
  margin-top: 20px;
}

#skillsH3 {
  color: #3498db;
  display: none;
}

#skills {
  display: none;
}

.orange {
  background-color: #3498db;
}

.orange-text {
  color: #3498db;
}

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

.gray {
  background-color: #F8F8F8;
  clear:both;
}

.white {
  background-color: #FFF;
  clear:both;
}

.dark-gray {
  background-color: #333;
}

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

.flex-box {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;

  flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;

  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;

  justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;

  padding: 10px;
}

.center-content {
  padding: 20px 3% 25px 3%;
}

ul {
  list-style-type: none;
}

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

img {
  padding: 10px;
}

.chart div {
  font: 10px sans-serif;
  background-color: #3498db;
  text-align: left;
  padding: 3px;
  margin: 2px;
  color: white;
}

span {
  padding: 5px;
}

#letsConnect {
  text-align: center;
}

@media only screen and (max-width:900px) {
  .biopic {
    width: 175px;
  }
  .center-content {
    padding: 20px 5%;
  }
  .welcome-message {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 750px) {
  .biopic {
    width: 150px;
  }
  .center-content {
    padding: 20px 5% 10px 5%;
  }
  .welcome-message {
    display: none;
  }
}

#mapContent {
  height: 325px;
  padding-bottom: 20px;
}

#mapHolder {
  display: block;
  height: 325px;
  margin-left: 5%;
  margin-right: 5%;
}

.gm-style {
  height: 325px !important;
}

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

.gm-style-iw {
   overflow: hidden !important; 
   line-height: 1.35;
}

.gm-style-iw div {
  overflow: hidden;
  white-space: nowrap;
}
