* {
    max-width: 700px;
    margin: auto;
  }
  
  
  /*body {
      min-width: 500px;
  }*/
  
  div {
    border-radius: 5px;
  }
  
  #Header {
    height: 40px;
    width: 100%;
    background-color: #2b579a;
    position: fixed;
    z-index: 1;
  }
  
  #title {
    margin-left: 3%;
  }
  
  #Footer {
    height: 50px;
    width: 100%;
    background-color: #2b579a;
    clear: both;
    position: relative;
  }
  
  .Left {
    height: 1000px;
    width: 45px;
    background-color: #e6e6e6;
    float: left;
    position: fixed;
  }
  
  .Right {
    height: 1000px;
    width: 45px;
    background-color: #e6e6e6;
    float: right;
    position: inherit;
  }
  
  .Main {
    display: inline-block;
    margin-top: 6px;
    margin-left: 55px;
    width: 75%;
    height: 1000px;
  }
  
  p,
  li {
    font-family: 'Cormorant Garamond';
    font-size: 12px;
  }
  
  .TitleHead {
    font-size: 24px;
    font-weight: bold;
    float: left;
    width: 50%;
  }
  
  .TitleContact {
    font-size: 12px;
    float:right;
    width: 50%;
  }
  
  .SectionHead {
      font-size: 16px;
      font-weight: bold;
  }
  
  .SkillHead {
      font-size: 14px;
      font-weight: bold;
  }

  .SkillContainer {
      display: flex;
      flex-wrap: nowrap;
  }
  
  .ExperienceTitle {
      font-size: 14px;
      font-weight: bold;
  }
  
  .ExperienceDetails {
      font-style: italic;
  }
  
  #name {
    font-family: Sacramento;
    float: right;
    margin-top: 10px;
    margin-right: 4%;
  }
  
  a {
    color: black;
    text-decoration: none;
  }
  
  @media only screen and (max-width: 430px) {
    .left,
    .right {
      display: none;
    }
    .stuff {
      width: 100%;
      margin-left: 10px;
    }
  }