* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}

body {
  margin: 0;
  padding: 0;
}

wrapper {
  width: 100%;
}

.wrap {
  position: relative;
}

nav {
  float: left;
  width: 100%;
  background-color: #00aeef;
}

ul {
  float: left;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  transition: 0.3s ease;
}
ul li {
  list-style: none;
  display: inline-block;
  padding: 25px;
  margin-left: 0;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

ul li:hover {
  background: lightgray;
}

ul li a {
  color: #fff;
  text-decoration: none;
}
.logo {
  float: right;
  fill: white;
  margin-top: 2px;
}

#paulIcon {
  float: right;
  margin-top: 1%;
}

.name .dot {
  fill: white;
}

.burger {
  font-size: 35px;
  color: white;
  float: right;
  cursor: pointer;
  margin: 5px;
  transition: 0.03s ease-in;
  display: none;
}

.burger:hover {
  color: lightgray;
}

#left {
  float: left;
  margin-top: 0;
  width: 60%;
  height: 100%;

  overflow: none;
}

#right {
  background-color: white;
  float: right;
  margin-top: 0;
  width: 40%;
  height: 100vh;
}

.sample-container {
  padding-top: 3rem;
  margin-left: 2%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  column-gap: 0;
}

.p-cont {
  padding: 5px;
  width: 400px;
  height: 250px;
  margin-right: 2%;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.p-box {
  width: 100%;
  height: 80%;
  background: #00aeef;
  border-radius: 5px;
  box-shadow: 1px 3px 3px rgba(112, 128, 144, 0.774);
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}  


.p-box img {
  filter: brightness(80%);
  position: absolute;
  width: 120%;
  transition: 0.3s ease-in;
} 




.p-box:hover .p-pic {
  filter: brightness(95%);
  position: absolute;
  transform: translateY(-10px);
}

.p-cont h3 {
  text-transform: capitalize;
  margin-top: 8px;
  color: #666868;
  font-weight: lighter;
  font-size: 15px;
}

.v-code {
  color: white;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.1s ease-in-out;
  position: absolute;
  border-radius: 50%;
  left: 83%;
  top: 140px;
  padding: 5px;
  display: flexbox;
  flex-direction: row;
  background-color: #00aeef;
  box-shadow: 2px 2px 1px rgba(33, 36, 39, 0.24);
}
.v-code span {
  display: none;
  color: #666868;
  justify-content: flex-start;
  text-align: center;
  align-self: center;
  transition: 2s ease;
}

.v-code:hover {
  left: 60%;
  width: 150px;
  border-radius: 0%;
  background: whitesmoke;
  display: flex;
  flex-direction: row;
  border-radius: 40px;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-color: black;
}

.v-code:hover span {
  display: block;
  left: 60%;
  width: 200px;
  text-align: center;
}

.g-icon {
  width: 100%;
  height: 100%;
  background-image: url(/images/socialIcons/git\ white.png);
  background-size: 100%;
}

.v-code:hover .g-icon {
  max-width: 30px;
  background-image: url(/images/socialIcons/gitblue.png);
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(112, 128, 144, 0.349);
}

#right h1 {
  margin-top: 35%;
  font-size: 7vh;
  font-weight: lighter;
}
#web {
  background: #00aeef;
  float: left;
  margin: 0 6em;
  margin-top: 3em;
  box-shadow: inset 0px 3px 3px rgba(203, 192, 208, 0.8);
  width: 70%;
  height: 500px;
  display: flex;
  border-radius: 2%;
  overflow: hidden;
  border: solid 2.5px #00aeef;
}

.foot {
  clear: both;
  background-color: #00aeef;
  width: 100%;
  height: 150px;
  padding: 10px 20px;
}

.logo-small {
  width: 100px;
}

/* about page     */

#abtLeft {
  background-color: white;
  float: left;
  clear: left;
  margin-top: 0;
  width: 55%;
  height: 100vh;
  border: none;
}

#info {
  float: left;
  margin: 2em 5em;
  width: 80%;
  height: 500px;
}

#abtLeft h1 {
  font-size: 5rem;
  font-weight: lighter;
  margin: 0;
}
#abtRight {
  float: right;
  clear: right;
  margin-top: 0;
  width: 45%;
  height: 100vh;
}

.bio {
  padding: 1em;
  font-family: Helvetica, sans-serif;
  text-align: left;
  text-indent: 1em;
  font-size: 1em;
  line-height: 1.8;

  color: lightslategray;
}

.bio span {
  font-size: 2.5rem;
  color: black;
  line-height: 20px;
}

.a-cont {
  width: 100%;
  height: 120px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 10px;
}

.box {
  margin: 0 30px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background: #00aeef;
  cursor: pointer;
  display: flex;
  transition: 0.5s ease;
  box-shadow: 2px 2px 2px rgba(112, 128, 144, 0.651);
  padding: 10px;
}

.box a {
  width: 100%;
}

.box img {
  width: 100%;
}

.box:hover {
  opacity: 80%;
  transform: scale(0.9);
}

.outter-box {
  background: #00aeef;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: relative;
  margin-left: 100px;
}
.photo {
  margin-top: 2em;
  background-color: none;
  width: 450px;
  height: 550px;
  padding: 5px;
  display: grid;
  justify-content: center;
}

.circle-thumb {
  background-image: url(images/paul2.png);
  background-color: white;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border-width: 10px;
  background-size: 125%;
  background-repeat: no-repeat;
  background-position-y: 60%;
  background-position-x: 40%;
  position: absolute;
  right: 35px;
  top: 35px;
}

/* This is the Contact Page */

#leftContact {
  float: left;
  width: 55%;
  height: 100vh;
  display: block;
  justify-content: center;
  padding: 2em 5em;
}

#rightContact {
  float: right;
  width: 45%;
  height: 100vh;
  padding: 2em 5em;
}

.cntLogo {
  float: left;
  width: 300px;
  height: 300px;
}

#Tmessage {
  font-family: Arial, Helvetica, sans-serif;
  background-color: whitesmoke;
  height: 250px;
  width: 300px;
  padding: 5px;
  resize: none;
  border: 2px solid #00aeef;
  outline: none;
  opacity: 10;
  margin-top: 5px;
  border-radius: 2%;
}

.cntMe {
  margin: 0;
  font-size: 4em;
  color: #afb0b0;
  width: 17ch;
}

#eMail {
  padding: 4px;
  background: whitesmoke;
  border: solid 2px #00aeef;
  width: 300px;
  height: 2.5em;
  border-radius: 2%;
}
#fullName {
  background-color: whitesmoke;
  border: solid 2px #00aeef;
  width: 300px;
  height: 2.5em;
  padding: 4px;
  border-radius: 2%;
}

.sButton {
  margin-top: 1em;
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  background-color: #00aeef;
  color: white;
  padding: 4px;
}

.sButton:hover {
  background-color: grey;
}

.cntMe {
  color: black;
  animation-name: type;
  animation-duration: 3.5s;
  overflow: hidden;
  white-space: nowrap;
  animation-timing-function: steps(17);
}

.alert {
  margin-top: 5px;
  text-align: center;
  width: 300px;
  height: 50px;
  background-color: rgb(131, 168, 74);
  color: white;
  padding: 15px;
  opacity: 0%;
  transition-duration: 0.5s;
}

#large {
  animation: grow 4s infinite;
}

#medium {
  animation: grow 3s infinite;
}

#small {
  animation: grow2 2s infinite;
}

@keyframes grow {
  0% {
    opacity: 0%;
  }
  50% {
    opacity: 80%;
  }
  100% {
    opacity: 0%;
  }
}

@keyframes grow2 {
  0% {
    opacity: 0%;
  }
  70% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}

#P {
  animation: pRotate 1.5s ease;
}

@keyframes pRotate {
  0% {
    transform: rotate(-100deg);
    opacity: 30%;
  }
  60% {
    opacity: 100%;
  }
}

@keyframes type {
  0% {
    width: 0ch;
    border-right: 4px solid black;
  }

  99% {
    border-right: 4px solid black;
  }
  100% {
    width: 17ch;
    border-right: 4px solid none;
  }
}

input {
  margin: 5px 0;
}

.big-logo {
  width: 450px;
  height: 450px;
}

/*   resume page */

#leftRes {
  float: left;
  clear: left;
  margin-top: 0;
  margin-left: 100px;
  width: 50%;
  height: 100vh;
  border: none;
  display: flex;
  justify-content: left;
}

#resBox {
  margin-top: 3em;

  background-color: #00aeef;
  float: left;
  width: 750px;
  height: 550px;
  background-size: 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
  padding: 25px;
}

.resume-file {
  overflow: hidden;
}

.right-download {
  background-color: #afb0b0;
  padding: 50px;
  float: right;
  cursor: pointer;
  margin-right: 250px;
  margin-top: 25px;
  color: white;
}

.right-download:hover {
  opacity: 0.5;
}

#resBox h1,
p {
  color: white;
  font-size: 1em;
  line-height: 12px;
}

.res-l {
  float: left;
}

.res-r {
  margin-right: 5%;
  float: right;
  color: white;
  font-size: 1em;
  line-height: 22px;
  list-style: none;
  letter-spacing: 2;
}

.rightres {
  float: left;
  margin-left: 100px;
  padding-top: 12%;
  display: flex;
  width: 500px;
}

.rightres h1 {
  margin: 0;
  padding: 0;
  font-size: 6rem;
  font-weight: lighter;
}

.rightres a {
  margin-top: 50%;
}
.save-btn {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #00aeef;
  border: none;
  cursor: pointer;
  transition: ease-in-out 0.05s;
  box-shadow: 2px 3px 4px #8383833f;
  transition: 0.5s ease;
}

.save-btn:hover {
  opacity: 70%;
  transform: scale(1.1);
}

.modal {
  display: none;
  background-color: rgba(138, 204, 171, 0.719);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  padding: 50px 150px;
}

.modal-content {
  background-color: grey;
  width: 100%;
  height: 120%;
}

.w-container {
  height: 260px;
  position: relative;
}
.w-slide {
  width: 100%;
  height: 100%;
  padding: 5px;
  display: none;
}

.w-slide p {
  font-size: 13px;
}

.next-btn {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  text-shadow: 1px 1px 3px rgba(131, 131, 131, 0.795);
  transition: 0.5s ease;
}

.next-btn:hover {
  opacity: 80%;
  transform: scale();
}

.s-animate {
  animation: slide 0.5s ease-in-out;
}
@keyframes slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1290px) {
  .p-cont {
    width: 350px;
    padding: 0 1%;
  }
}
@media (max-width: 900px) {
  .show {
    width: 60%;
  }
}

/* index */
@media (max-width: 800px) {
  nav {
    padding: 10px 20px;
  }

  nav li {
    display: flex;
    flex-direction: column;
    align-self: center;
    font-size: 60px;
  }

  .logo {
    float: left;
  }

  #left {
    width: 100%;
  }

  #right {
    width: 100%;
  }

  nav ul.show {
    top: 76.4px;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #666868;
    z-index: 1000;
    right: -100%;
  }

  .ui {
    margin-left: 55px;
  }

  .burger {
    display: block;
  }
}

.logo {
  width: 30vh;
}
/*about*/

@media (max-width: 800px) {
  #abtRight {
    float: left;
    width: 100%;
  }

  #abtLeft {
    float: right;
    width: 100%;
  }

  #info {
    padding: 5px;
  }

  container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px;
    width: 100%;
    margin-top: 20px;
  }

  #box {
    align-items: center;
  }

  #abtLeft h1 {
    font-size: 3rem;
  }

  #abtLeft {
    float: right;
    font-size: 12px;
  }

  .a-cont a {
    margin: 5%;
  }

  .box {
    width: 50px;
    height: 50px;
    margin: 5%;
  }

  /* res */
  @media (max-width: 800px) {
    #leftRes {
      width: 100%;
      background-color: white;
      margin: 0;
    }
    #resBox {
      margin-left: 30px;
      width: 90%;
      font-size: 12px;
    }

    #box img {
      margin-left: 4px;
      height: 50px;
      width: 50px;
    }

    .right-download {
      margin: 20px 30px;
      float: left;
    }

    .res-l {
      width: 230px;
    }
  }

  @media (max-width: 600px) {
    .cntMe {
      font-size: 30px;
      margin-left: 80px;
      margin: 10px 10px;
      align-self: center;
    }

    .big-logo {
      margin: 10px 10px;
      align-self: center;
      width: 100px;
      height: 100px;
      align-self: center;
    }

    #leftContact {
      display: flex;
      width: 100%;
      height: 200px;
      flex-direction: column;
      padding: 0;
      margin: 0;
    }

    #rightContact {
      float: left;
      width: 100%;
      padding: 20px 5px;
    }

    #myForm {
      position: relative;
      left: 100px;
    }
  }

  /* small phones */

  /*about */
  @media (max-width: 450px) {
    /*nav*/

    nav li {
      font-size: 30px;
    }

    /* index*/
    #left {
      width: 100%;
      height: 100%;
    }
    #right {
      height: calc(100vh / 2);
      padding: 5%;
    }

    #right h1 {
      margin-top: 10%;
      font-size: 6vh;
    }

    .sample-container {
      margin: 0;
      padding: 5%;
    }
    /*about */

    #abtLeft {
      font-size: 10px;
    }
    #abtLeft h1 {
      font-size: 4rem;
    }

    #info {
      margin: 5%;
    }

    #abtLeft bio {
      margin-top: 20px;
    }
    .bio {
      font-size: 1.3em;
    }
    #abtLeft #box {
      width: 40px;
      height: 40px;
    }

    #abtLeft span {
      font-size: 14px;
    }

    #abtRight {
      display: none;
    }

    /*  resume */
    #leftRes {
      height: 100%;
      padding: 5%;
    }
    #resBox {
      margin: 0;
      height: 100%;
      flex-direction: column;
      width: 100%;
    }
    .res-l {
      font-size: 13px;
    }
    .res-r {
      font: 14px;
      float: none;
    }

    .rightres {
      margin-top: 10%;
      padding: 1%;
      width: 100%;
      height: 100%;
      margin-left: 0;
      margin-bottom: 10%;
    }
    .rightres h1 {
      font-size: 4.5rem;
    }

    /*  contact */

    #myForm {
      margin-left: 30px;
      width: 300px;
      left: 0;
    }
  }
}
