* {
  box-sizing: border-box;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.bigInfo {
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: 600;
  margin: auto;
  padding: 15px;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.rela-block {
  display: block;
  position: relative;
  margin: auto;
}


.rela-inline {
  display: inline-block;
  position: relative;
  margin: auto;
}
.floated {
  display: inline-block;
  position: relative;
}

.box-shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
    width:900px;
    margin: 50px auto 50px auto;
}

.btn {
  font-weight: 400;
  border-style: solid;
  border: 1px solid;
  border-color: black;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0rem;
  font-family: "Times New Roman", Times, serif;
  margin: 3px;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #333;
}

.btn-primary:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}

.abs-center {
  position: absolute;
  margin-top: 20px;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.44;
}

.top-bar {
  height: 200px;
  background-color: #eee;
  color: #fff;
}
.name {
  position: absolute;
  left: calc(350px + 5%);
  right: 0;
  bottom: 0;
  height: 120px;
  text-align: center;
  font-size: 58px;
  letter-spacing: 8px;
  font-weight: 100;
  line-height: 60px;
}
.name div {
  width: 94%;
}

.long-margin{
  width: 100%;
}

.bigInfo {
  font-size: 36px;
  font-weight: 600;
  margin: auto;
  padding: 15px;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.ResumePic {
  width: 100%;
  padding: 10px;
  border-radius: 50%;
  filter: grayscale(100%);
}
.side-bar {
  position: absolute;
  top: 40px;
  left: 5%;
  width: 300px;
  height: fit-content; 
  color: #fff;
  background: #333;
  line-height: 20px;
  border-radius: 5px;
  padding: 30px 30px 50px;
  margin-bottom: 10px;
  font-family: "Cardo", "Times New Roman", Times, serif;
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
}

.social {
  padding-left: 60px;
  margin-bottom: 20px;
  cursor: pointer;
}


.side-header {
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: 600;
  line-height: 28px;
  margin: 60px auto 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.list-thing {
  padding-left: 25px;
  margin-bottom: 10px;
}
.content-container {
  margin-right: 0;
  width: calc(95% - 280px);
  padding: 25px 40px 50px;
}
.content-container > * {
  margin: 0 auto 25px;
}
.content-container > h3 {
  margin: 0 auto 5px;
}
.content-container > p.long-margin {
  margin: 0 auto 50px;
}
.title {
  width: 80%;
  text-align: center;
}
.separator {
  width: 240px;
  height: 2px;
  background-color: #999;
}

.jobTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 3px;
  border-bottom: 1px solid rgb(0, 0, 0);
}

@media print { 
  .top-bar {
    height: 250px;
    background-color: #eee;
    color: #fff;
  }

  .separator {
    width: 240px;
    height: 2px;
    background-color: #999;
  }

  .side-bar {
    position: absolute;
    top: 20px;
    left: 5%;
    width: 350px;
    color: #fff;
    background: #333;
    line-height: 20px;
    border-radius: 5px;
    padding: 30px 30px 50px;
    margin-bottom: 10px;
    font-family: "Cardo", "Times New Roman", Times, serif;
    font-size: 1rem;
    font-weight: 400;
    position: absolute;
  }
 }