body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  color: #2C3E50;
  background: #ECF0F1;
  font-size: 16px;
  line-height: 1.6;
  padding: 0;


  text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%; 
  -moz-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

a {
  color: #E74C3C;
  text-decoration: none;
}

.body-shrinker {    
  margin: 0 calc((100% - 910px) / 1.45) 0 calc((100% - 910px) / 1.45);
}
@media all and (max-width: 910px) {
  .body-shrinker {
    margin: 0 5% 0 5%;
  }
}

/* About section */
#about-wrapper {
  width: 100%;
  padding: 20px 0 20px 0;
}

.about-belief-odd {
  color: #E74C3C;
  font-style: italic;
  text-align: center;
}

.about-belief-even {
  color: #3498DB;
  font-style: italic;
  text-align: center;
}

.circular {
  margin: 20px auto 20px auto;
  width: 300px;
  height: 300px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  background: url(../images/profile.jpg) no-repeat;
}
/*
@media all and (max-width: 600px) {
  .circular {
    width: 200px;
    height: 200px;
    background-position: center;
  }
}
*/

.header {
  font-size: 2.25em;
  text-align: center;
  margin-bottom: 20px;
}

.subheader {
  font-size: 0.75em;
}

.about-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.about-column {
  flex: calc(50% - 10px);
  padding:0 5px 0 5px;
}
/* End about section */

/* Personal section */
#personal-wrapper {
  padding: 20px 0 20px 0;
}

.flex-container {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.flex-item {
  text-align: center;
  flex: 1 1 25%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 689px) {
  .flex-item {
    flex: 1 1 50%;
  }
}

#f1 {
  background: url('../ig/japan_ig.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#f2 {
  background: url('../ig/italy_ig.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#f3 {
  background: url('../ig/colombia_ig.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#f4 {
  background: url('../ig/italy2_ig.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#f5 {
  background: url('../ig/spartan_ig.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#f6 {
  background: url('../ig/india_ig.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#f7 {
  background: url('../ig/vietnam_ig.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#f8 {
  background: url('../ig/morocco2_ig.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-item:before {
  content:'';
  float:left;
  padding-top:100%;
}
/* End personal section */


/* Work section */
#work-wrapper {
  padding: 20px 0 20px 0;
}

.resume-row {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap
}

.resume-icon {
  flex: 100px;
}
@media all and (max-width: 689px) {
  .resume-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
}

.resume-body {
  padding-left: 20px;
  flex: calc(100% - 120px);
}
@media all and (max-width: 689px) {
  .resume-body {
    flex: 100%;
  }
}

@media all and (max-width: 689px) {
  .resume-body-header {
    text-align: center;
  }
}

.resume-body-info {
  color: #3498DB;
  font-style: italic;
}

.separator {
  font-style: normal;
  font-weight: 100;
  font-size: 1.125em;
}

.previous {
  font-style: italic;
}

.tool {
  font-family: 'Raleway', sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  border: 1px solid #E74C3C;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
  line-height: 2.6em;
}

.marker {
  background-color: white;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  z-index: 2000;
  position: relative;


  display: flex;
  justify-content: center;
  align-items: center; 
}
@media all and (max-width: 689px) {
  .marker {
  }
}

.marker-black {
  background-color: black;
}

.marker-grey {
  background-color: #f7f7f7;
}

.marker .dot {
  height: 70px;
  width: 70px;
  z-index: 2000;
  border-radius: 2px;
}

.marker #dot-l2 {
  background: url(../images/L2.png) no-repeat;
  background-size: 70px 70px;
}

.marker #dot-phamily {
  background: url(../images/Phamily.jpg) no-repeat;
  background-size: 70px 70px;
}

.marker #dot-altana {
  background: url(../images/Altana.png) no-repeat;
  background-size: 70px 70px;
}

.marker #dot-kedge {
  background: url(../images/Kedge.png) no-repeat;
  background-size: 70px 70px;
}

.marker #dot-penn {
  background: url(../images/Penn.png) no-repeat;
  background-size: 70px 70px;
}

.marker #dot-imperial {
  background: url(../images/Imperial.png) no-repeat;
  background-size: 70px 70px;
}

.marker #dot-ml {
  background: url(../images/Merrill.png) no-repeat;
  background-size: 70px 70px;
}

.marker #dot-smithsonian {
  background: url(../images/Smithsonian.png) no-repeat;
  background-size: 70px 70px;
}

#footer {
  background: #2980B9;
}

#footer-wrapper {
  font-size: 2em;
  padding: 20px 0 20px 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-item {
  flex: 33%;
  text-align: center;
}

.link-white {
  color: #ECF0F1;
}
