html,
body {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800px;
  font-style: normal;
}

p,
a,
li {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 500px;
  font-style: normal;

  line-height: 25px;
}

body {
  padding-left: 10%;
  padding-right: 10%;
}

header {
  text-align: center;
  font-size: 320%;
}

header img {
  display: none;
}

#name {
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 20px;
  font-size: 50px;
}

#fname {
  text-align: center;
  text-indent: 10px;
  letter-spacing: 2px;
  font-size: 105px;
}

.title {
  padding-top: 5%;
  text-align: center;
  font-size: 250%;
}

#contact {
  text-align: center;
  margin-top: -50px;
  margin-top: -20px;

  padding-bottom: 30px;
}

.contact {
  text-align: left;
}

#contact div,
p,
a {
  display: inline-block;
}

#contact img {
  width: 20px;
  height: auto;
  transform: translate(0, 5px);
  padding-left: 10px;
}

#phone {
  margin-top: 10px;
}

section {
  margin-bottom: 50px;
}

section #contact,
#summary,
#skills,
#achievements,
#education,
#experience {
  border-top: 0.01px solid #000;
}

#summary p,
#achievements p {
  font-size: 15px;
}

/* mobile-first media queries - change values based on the design */

@media screen and (min-width: 600px) {
}

/* Media query with a  larger still min-width breakpoint */
@media screen and (min-width: 960px) {
  section #contact,
  #summary,
  #skills,
  #achievements,
  #education,
  #experience {
    border-top: 0px solid #000;
  }

  body {
    background-color: white;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  p,
  a,
  div,
  li,
  ul {
    font-size: 15px;
  }
  

  .right-column h3 {
    padding-top: 5px;
    line-height: 0px;
    padding-bottom: -10;
    margin-bottom: -5px;
  }

  ul {
    margin-top: -5px;
  }

  ul {
    padding-bottom: 20px;
  }

  h1,
  header img {
    text-align: center;
  }
  #contact,
  #contact img {
    padding: 0;
    margin: 0;
    text-align: center;
  }

  header {
    font-size: 240%;
  }

  header img {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
  }

  #name {
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 0px;
    font-size: 37.5px;
  }

  #fname {
    text-indent: px;
    letter-spacing: 0px;
    font-size: 78.75px;
    margin-bottom: -10px;
    padding-bottom: 40px;
  }

  #contact{
    padding-bottom: 20px;
  }

  #summary p,
  #achievements p {
    font-size: 12px;
  }

  .title {
    padding-top: 5%;
    margin-bottom: -2px;
    text-align: center;
    font-size: 187.5%;
    text-align: left;
  }

  .container {
    display: flex;
  }

  .column {
    padding: 0px;
  }

  .left-column {
    flex: 1;
    margin-right: 80px;
    padding-right: 50px;
    padding: 50px;

    color: white;
    background-color: #2a3439;
  }

  .left-column a,
  #contact img {
    color: white;
    filter: brightness(0) invert(1);
  }

  .right-column {
    flex: 2;
    padding-right: 20px;
    color: #2a3439;
  }

  /* Styles for sections */
  .section {
    margin-bottom: 20px;
  }

  /* Styles for contact information */
  .info {
    display: flex;
    align-items: left;
    margin-bottom: 10px;
  }

  .info img {
    margin-right: 10px;
    width: 20px;
  }

  .info a {
    text-decoration: none;
    color: black;
  }

  .info p {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  #name {
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 0px;
    font-size: 37.5px;
  }

  #fname {
    text-indent: px;
    letter-spacing: 0px;
    font-size: 78.75px;
    margin-bottom: -10px;
    padding-bottom: 40px;
  }

  .title {
    padding-top: 5%;
    margin-bottom: -2px;
    text-align: center;
    font-size: 187.5%;
    text-align: left;
  }

  .container {
    display: flex;
  }

  .column {
    padding: 0px;
  }

  .left-column {
    flex: 1;
    margin-right: 80px;
    padding-right: 50px;
    padding: 50px;

    color: white;
    background-color: #2a3439;
  }

  .left-column a,
  #contact img {
    color: white;
    filter: brightness(0) invert(1);
  }

  .right-column {
    flex: 2;
    padding-right: 20px;
    color: #2a3439;
  }

  /* Styles for sections */
  .section {
    margin-bottom: 20px;
  }

  /* Styles for contact information */
  .info {
    display: flex;
    align-items: left;
    margin-bottom: 10px;
  }

  .info img {
    margin-right: 10px;
    width: 20px;
  }

  .info a {
    text-decoration: none;
    color: black;
  }

  .info p {
    margin: 0;
  }
}
