/*-------- resume ----------*/

/* temp outline for layout 
div {
  outline: 1px solid;
} */



#resume-container {
  background-color: #fff;
  max-width: 1100px;
  width: 90%;
  margin: auto;
  margin-bottom: 120px;

  position: relative;
  top: 115px;

  -webkit-box-shadow: 5px 5px 9px 0px rgba(168,168,168,0.63); 
  box-shadow: 5px 5px 9px 0px rgba(168,168,168,0.63);
}

#resume-container p {
  font-size: 16px;
}
#resume-container h3 {
  font-size: 22px;
}

#resume-container li {
  line-height: 1.5;
  font-family: 'lato', sans-serif;
  font-size: 16px;  
  color: #555555;
  margin-left: 0px;
}

#resume-container ul {
  margin-bottom: 15px;
}

.parent {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.inline {
  flex-direction: row !important;
  justify-content: space-between;
}

#resume-title {
  height: 125px;
  position: relative;
  background-color: #aaa;
}

#name {
  position: absolute;
  bottom: 5px;
  margin-left: 2em;
}

#contact {
  text-align: right;
  padding-top: 1em;
}

#contact p {
  margin-right: 2em;
}

#mainbody {
  display: flex;
  justify-content: space-between;
}

#sidebar-left { 
  flex: 1;
  margin: 2em 2em 2em 4em;
}

div#resume-main {
  flex: 3;
  margin: 2em;
}

.sidebar-child {
  margin-bottom: 3em; 
}

.description {
  margin-bottom: 2em;
}

#experience {
  margin-bottom: 1em;
}

div.company-years p{
  margin-bottom: 8px;
}



#resume-linkedin {
  display: none;
  position: relative;
  top: 100px;
  min-height: 500px;
  margin: 2em;
}
#resume-linkedin p {
  margin-top: 2em;
  text-align: center;
}

@media only screen and (max-width: 925px) {
  #resume-container {
    display: none;
  }
  #resume-linkedin {
    display: unset;
  }
}