.container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

html {
  background: url(images/pitonsBg2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-sizing: border-box;
}

.sidebar {
  float: right;
  background-color: rgba(20, 43, 58, 0.7);
  height: 100%;
  width: 25%;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  overflow: auto;
}

a {
  color: rgb(144, 139, 139);
  cursor: pointer;
  text-decoration: none;
  font-size: 17px;
}

a:hover {
  color: white;
}

.btn {
  border: none;
  color: rgb(144, 139, 139);
  cursor: pointer;
}

.btn:hover {
  color: white;
}

.fa-linkedin-square {
  width: 100%;
}

.PInfo {
  width: 100%;
  height: 40%;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.PNavigation {
  height: 60%;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}

.PTitle h1 {
  color: white;
  font-size: 20px;
}

.PTitle h2 {
  color: white;
  font-size: 16px;
}

.dropbtn {
  width: 100%;
  text-align: right;
}

.linkList {
  list-style: none;
  height: 80%;
  padding-top: 40px;
  padding-right: 20px;
  margin: 0;
  display: block;
  list-style-position: inside;
  text-align: right;
}

li.list:not(:last-child) {
  margin-bottom: 50px;
}

.accountImages {
  text-align: center;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.accountImages::after {
  content: '';
  clear: both;
  display: table;
}

.linkedIn {
  width: 50%;
}

.gmail {
  margin-top: 10px;
  width: 11%;
}

.gitHub {
  width: 33%;
}

.PTitle {
  height: 40%;
  text-align: center;
  padding: 0;
  margin: 0;
}

.portforlioPicture {
  height: 170px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vh;
}

.InformationScreen {
  float: left;
  height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.skills {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  height: 450px;
  width: 300px;
  color: white;
  text-transform: none;
  background-color: rgba(20, 43, 58, 0.5);
}

.aboutMeImage {
  height: 40%;
  padding-top: 15px;
}

.skillsPic {
  height: 100%;
}

.aboutMeInfo {
  padding: 20px;
  height: 60%;
}

.pb1 {
  width: 100%;
  height: 2em;
  background-color: rgba(196, 196, 196, 0.4);
  text-align: center;
  border-radius: 2em;
  color: white;
  margin-bottom: 15px;
}

.pb1::before {
  content: attr(data-label);
  display: flex;
  align-items: center;
  position: absolute;
  margin-left: 0.15em;
  margin-top: 0.15em;
  margin-bottom: 0.15em;
  background-color: #5e97d0;
  width: calc(50 * 0.18em);
  min-width: 2rem;
  max-width: calc(100% - 1em);
  border-radius: 1em;
  padding: 0.1em;
}

.pb2 {
  width: 100%;
  height: 2em;
  background-color: rgba(196, 196, 196, 0.4);
  text-align: center;
  border-radius: 2em;
  color: white;
  margin-bottom: 15px;
}

.pb2::before {
  content: attr(data-label);
  display: flex;
  align-items: center;
  position: absolute;
  margin-left: 0.15em;
  margin-top: 0.15em;
  margin-bottom: 0.15em;
  background-color: #e34c26;
  width: calc(70 * 0.18em);
  min-width: 2rem;
  max-width: calc(100% - 1em);
  border-radius: 1em;
  padding: 0.1em;
}

.pb3 {
  width: 100%;
  height: 2em;
  background-color: rgba(196, 196, 196, 0.4);
  text-align: center;
  border-radius: 2em;
  color: white;
  margin-bottom: 15px;
}

.pb3::before {
  content: attr(data-label);
  display: flex;
  align-items: center;
  position: absolute;
  margin-left: 0.15em;
  margin-top: 0.15em;
  margin-bottom: 0.15em;
  background-color: #f89820;
  width: calc(50 * 0.18em);
  min-width: 2rem;
  max-width: calc(100% - 1em);
  border-radius: 1em;
  padding: 0.1em;
}

.pb4 {
  width: 100%;
  height: 2em;
  background-color: rgba(196, 196, 196, 0.4);
  text-align: center;
  border-radius: 2em;
  color: white;
  margin-bottom: 15px;
}

.pb4::before {
  content: attr(data-label);
  display: flex;
  align-items: center;
  position: absolute;
  margin-left: 0.15em;
  margin-top: 0.15em;
  margin-bottom: 0.15em;
  background-color: #000000;
  width: calc(75 * 0.18em);
  min-width: 2rem;
  max-width: calc(100% - 1em);
  border-radius: 1em;
  padding: 0.1em;
}

.pb5 {
  width: 100%;
  height: 2em;
  background-color: rgba(196, 196, 196, 0.4);
  text-align: center;
  border-radius: 2em;
  color: white;
  margin-bottom: 15px;
}

.pb5::before {
  content: attr(data-label);
  display: flex;
  align-items: center;
  position: absolute;
  margin-left: 0.15em;
  margin-top: 0.15em;
  margin-bottom: 0.15em;
  background-color: #264de4;
  width: calc(40 * 0.18em);
  min-width: 2rem;
  max-width: calc(100% - 1em);
  border-radius: 1em;
  padding: 0.1em;
}

#aboutMeText1 {
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  color: white;
  text-shadow: 4px 4px 5px rgb(0, 0, 0);
}

#aboutMeText2 {
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  color: white;
  text-shadow: 4px 4px 5px rgb(0, 0, 0);
}

.sidebar,
.informationScreen {
  width: 100%;
}

@media (min-width: 900px) {
  .InformationScreen {
    width: 75%;
    height: 100vh;
    -webkit-order: 2;
    order: 2;
    float: left;
    text-align: center;
    align-items: center;
  }

  .sidebar {
    float: right;
    min-height: 100vh;
    width: 25%;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }

  a {
    color: rgb(144, 139, 139);
    cursor: pointer;
    text-decoration: none;
    font-size: 2vh;
  }

  a:hover {
    color: white;
  }

  .btn {
    border: none;
    color: rgb(144, 139, 139);
    cursor: pointer;
  }

  .btn:hover {
    color: white;
  }

  .fa-linkedin-square {
    width: 100%;
  }

  .PInfo {
    width: 100%;
    height: 40%;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }

  .PNavigation {
    height: 60%;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .PTitle h1 {
    color: white;
    font-size: 2.5vh;
  }

  .PTitle h2 {
    color: white;
    font-size: 2vh;
  }

  .dropbtn {
    width: 100%;
    text-align: right;
  }

  .linkList {
    list-style: none;
    height: 80%;
    padding-top: 5vh;
    padding-right: 2vh;
    margin: 0;
    display: block;
    list-style-position: inside;
    text-align: right;
  }

  li.list {
    margin-bottom: 8vh;
    line-height: 6vh;
  }

  .accountImages {
    text-align: center;
  }

  .column {
    float: left;
    width: 33.33%;
    padding: 5px;
  }

  .accountImages::after {
    content: '';
    clear: both;
    display: table;
  }

  .linkedIn {
    width: 50%;
  }

  .gmail {
    margin-top: 10px;
    width: 11%;
  }

  .gitHub {
    width: 33%;
  }

  .PTitle {
    height: 40%;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .portforlioPicture {
    height: 26vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4vh;
  }

  .skills {
    padding: 0;
    margin-left: auto;
    height: 60vh;
    width: 50vh;
    color: white;
    text-transform: none;
    background-color: rgba(20, 43, 58, 0.5);
  }

  .aboutMeImage {
    height: 40%;
    margin-top: 15px;
  }

  .skillsPic {
    height: 100%;
  }

  .aboutMeInfo {
    margin-top: 2vh;
    height: 60%;
  }

  .pb1 {
    width: 100%;
    height: 2em;
    background-color: rgba(196, 196, 196, 0.4);
    text-align: center;
    border-radius: 2em;
    color: white;
    margin-bottom: 15px;
  }

  .pb1::before {
    content: attr(data-label);
    display: flex;
    align-items: center;
    position: absolute;
    margin-left: 0.15em;
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    background-color: #052f58;
    width: calc(50 * 0.222em);
    min-width: 2rem;
    max-width: calc(100% - 1em);
    border-radius: 1em;
    padding: 0.1em;
  }

  .pb2 {
    width: 100%;
    height: 2em;
    background-color: rgba(196, 196, 196, 0.4);
    text-align: center;
    border-radius: 2em;
    color: white;
    margin-bottom: 15px;
  }

  .pb2::before {
    content: attr(data-label);
    display: flex;
    align-items: center;
    position: absolute;
    margin-left: 0.15em;
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    background-color: #e34c26;
    width: calc(70 * 0.222em);
    min-width: 2rem;
    max-width: calc(100% - 1em);
    border-radius: 1em;
    padding: 0.1em;
  }

  .pb3 {
    width: 100%;
    height: 2em;
    background-color: rgba(196, 196, 196, 0.4);
    text-align: center;
    border-radius: 2em;
    color: white;
    margin-bottom: 15px;
  }

  .pb3::before {
    content: attr(data-label);
    display: flex;
    align-items: center;
    position: absolute;
    margin-left: 0.15em;
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    background-color: #f89820;
    width: calc(80 * 0.222em);
    min-width: 2rem;
    max-width: calc(100% - 1em);
    border-radius: 1em;
    padding: 0.1em;
  }

  .pb4 {
    width: 100%;
    height: 2em;
    background-color: rgba(196, 196, 196, 0.4);
    text-align: center;
    border-radius: 2em;
    color: white;
    margin-bottom: 15px;
  }

  .pb4::before {
    content: attr(data-label);
    display: flex;
    align-items: center;
    position: absolute;
    margin-left: 0.15em;
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    background-color: #000000;
    width: calc(70 * 0.222em);
    min-width: 2rem;
    max-width: calc(100% - 1em);
    border-radius: 1em;
    padding: 0.1em;
  }

  .pb5 {
    width: 100%;
    height: 2em;
    background-color: rgba(196, 196, 196, 0.4);
    text-align: center;
    border-radius: 2em;
    color: white;
    margin-bottom: 15px;
  }

  .pb5::before {
    content: attr(data-label);
    display: flex;
    align-items: center;
    position: absolute;
    margin-left: 0.15em;
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    background-color: #264de4;
    width: calc(50 * 0.222em);
    min-width: 2rem;
    max-width: calc(100% - 1em);
    border-radius: 1em;
    padding: 0.1em;
  }

  .pb6 {
    width: 100%;
    height: 2em;
    background-color: rgba(196, 196, 196, 0.4);
    text-align: center;
    border-radius: 2em;
    color: white;
    margin-bottom: 15px;
  }

  .pb6::before {
    content: attr(data-label);
    display: flex;
    align-items: center;
    position: absolute;
    margin-left: 0.15em;
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    background-color: #5e97d0;
    width: calc(80 * 0.222em);
    min-width: 2rem;
    max-width: calc(100% - 1em);
    border-radius: 1em;
    padding: 0.1em;
  }

  .pb7 {
    width: 100%;
    height: 2em;
    background-color: rgba(196, 196, 196, 0.4);
    text-align: center;
    border-radius: 2em;
    color: white;
    margin-bottom: 15px;
  }

  .pb7::before {
    content: attr(data-label);
    display: flex;
    align-items: center;
    position: absolute;
    margin-left: 0.15em;
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    background-color: #264de4;
    width: calc(60 * 0.222em);
    min-width: 2rem;
    max-width: calc(100% - 1em);
    border-radius: 1em;
    padding: 0.1em;
  }

  #aboutMeText1 {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 3vh;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    color: white;
    text-shadow: 4px 4px 5px rgb(0, 0, 0);
  }

  #aboutMeText2 {
    font-size: 3vh;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    color: white;
    text-shadow: 4px 4px 5px rgb(0, 0, 0);
  }
}
