:root {
  --hBorder: 25px;
  --wFrame: 10vw;
  --wHalf: 40vw;
  --wMajor: 80vw;
  --wFull: 100vw;
  --wLF: 20vw;
  --wLR: 60vw;
  --wCenter: 80vw;
  --sizeFrame: 100vh;
  --pR: 19;
  --pG: 50;
  --pB: 74;
  --sR: 69;
  --sG: 115;
  --sB: 150;
}

body{
  background-image: url("../images/wallpaper.png");
  background-color: white;
  background-repeat: repeat;
  background-attachment: fixed;
}

.nav {
  width: var(--wFull);
  height: 100px;
  z-index: 1000;
  top: 0%;
  left: 0%;
  position: fixed;
  background-color: rgb(var(--pR), var(--pG), var(--pB));
}

.main_body{
  display: flex;
  position: absolute;
  left: 0%;
  top: 100px;
  width: var(--wFull);
}

.s_left, .s_center, .s_right{
  flex: 1;
}

.s_left {
  width: var(--wFrame);
  float: left;
  background-image: url(../images/left-frame.png);
  background-repeat: repeat;
  background-attachment: fixed;
}

.s_center {
  width: var(--wMajor);
  height: auto;
  float: left;
}

.s_right {
  width: var(--wFrame);
  float: right;
  position: relative;
  background-image: url(../images/left-frame.png);
  background-repeat: repeat;
  background-attachment: fixed;
}

.c_first{
  width: var(--wMajor);
  height: 50px;
  /* background-color: rgb(var(--pR), var(--pG), var(--pB)); */
}

.c_top {
  width: var(--wMajor);
  height: 10px;
  background-color: rgb(var(--sR), var(--sG), var(--sB));
}

.c_main {
  display: flex;
  width: var(--wMajor);
  height: auto;
  background-color: rgb(var(--pR), var(--pG), var(--pB));
}

.c_one {
  width: var(--wMajor);
  height: auto;
  background-color: rgb(var(--pR), var(--pG), var(--pB));
  justify-content: center;
}

.c_two {
  width: var(--wHalf);
  height: auto;
  background-color: rgb(var(--pR), var(--pG), var(--pB));
}

.company {
  width: var(--wLF); !important;
  height: auto;
}

.responsibily {
  width: var(--wLR); !important;
  height: auto;
}

.c_three {
  width: 425px;
  height: auto;
  padding-bottom: 5px;
}

.education{
  width: 425px;
  height: 325px;
  padding-left: 20px;
  background-color: rgb(var(--pR), var(--pG), var(--pB));
}

.picture_section{
  display: flex;
  justify-content: right;
  width:var(--wHalf) ;
  height: 325px;
}

.resume-summary {
  font-size: 1.75em;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  background-color: rgb(189, 189, 189);
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  /* transform: rotate(-3deg); */
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px hsla(0, 0%, 255%, 0.5);
  justify-content: center;
}

/* This is the the actual SUMMARY text*/
.arrows {
  width: var(wCenter);
  height: auto;
}

#arrow {
  padding: 20px 0 0 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 50px;
}

.summary-center {
  display: table !important;
  position: relative !important;
  width: var(--wCenter) !important;
  height: auto !important;
  border-bottom: 1px solid black !important;
  background-color: rgb(var(--pR), var(--pG), var(--pB)) !important;
}

.pv {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  font-size: 1.25em;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  background-color: rgb(189, 189, 189);
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  /* transform: rotate(-3deg); */
  text-shadow: 1px 1px 1px hsla(0, 0%, 255%, 0.5);
}

.bounce {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.skills-main{
  display: table !important;
  position: relative !important;
}

.skills{
  height: 300px;
  background-color: rgb(var(--pR), var(--pG), var(--pB)) !important;
}


.skills-group {
  display: flex;
  justify-content: center;
  margin: 50px;
  background-color: rgb(var(--pR), var(--pG), var(--pB));
}

.skill-one {
  display: flex;
  width: 38vw;
  margin-bottom: 20px;
  margin-right: 20px;
}

.skill-name {
  height: 25px;
  width: 18vw;
  padding-left: 5px;
  font-size: 20px;
  letter-spacing: 2px;
  background-color: rgb(189, 189, 189);
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 2px;
  /* transform: rotate(-3deg); */
  text-shadow: 1px 1px 1px hsla(0, 0%, 255%, 0.5);
  text-align: right;
}

.skills-table{
  width: 200px !important;
  background-color: bisque;
}


.progress {
  width: 20vw;
  height: 25px;
  border-radius: 20px;
  background: #f9f9f9;
}

.bar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  width: 0%;
  height: 25px;
  transition: width;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.36, 0.55, 0.63, 0.48);

  font-size: 20px;
  letter-spacing: 2px;
  background-color: rgb(189, 189, 189);
  color: white;
  /* -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text; */
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 2px;
  /* transform: rotate(-3deg); */
  /* text-shadow: 1px 1px 1px hsla(0, 0%, 255%, 0.5); */
  text-align: right;
}

.mobile {
  display: none;
}

.shadow {
  /* 25 50 */
  box-shadow: 0px 45px 50px rgba(0, 0, 0, 0.25);
}

.wiggle {
  background-color: rgb(var(--sR), var(--sG), var(--sB));
  background-image: url(../images/bubbles0.png);
}

@media screen and (max-width: 500px) {
  .progress {
    width: calc(100vw * 0.7);
    /* height: calc(100vw * 0.7 * 0.145); */
    height: 40px;
    margin: 25px;
  }

  .github {
    margin: 20px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: inherit;
  }
}

/* Indeterminate Classes and Animations */

.indeterminate-60 {
  animation: indeterminate-60 5s linear infinite;
}

@keyframes indeterminate-60 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 0;
  }
}

.h1 {
  text-align: right;
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 25px;
  letter-spacing: 2px;
  background-color: rgb(189, 189, 189);
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px hsla(0, 0%, 255%, 0.5);
}

.h2 {
  text-align: right;
  padding-left: 5px;
  font-size: 15px;
  letter-spacing: 2px;
  background-color: rgb(189, 189, 189);
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  margin-right: 30px;
  margin-bottom: 2px;
}

.resume-list {
  padding-left: 5px;
  padding-bottom: 10px;
  font-size: 1.25em;
  letter-spacing: 2px;
  background-color: rgb(189, 189, 189);
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  margin-right: 40px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px hsla(0, 0%, 255%, 0.5);
}



.wp-table tr:nth-child(odd) {
  background-color: #fff;
}

.wp-table tr:nth-child(even) {
  background-color: #f1f1f1;
}

.wp-table tr {
  border-bottom: 1px solid #ddd;
}

.wp-table th:first-child,
.wp-table td:first-child {
  padding-left: 16px;
}

.wp-table td,
.wp-table th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.wp-table {
  font-size: 13px !important;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  width: var(--wMajor);
  display: table;
  justify-content: center;
}

td {
  padding-left: 5px;
  font-size: 15px;
  letter-spacing: 2px;
  background-color: rgb(0, 0, 0);
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 2px;
  /* transform: rotate(-3deg); */
  text-shadow: 1px 1px 1px hsla(0, 0%, 255%, 0.5);
  text-align: center;
}

/* This is the EXPERIENCE information that is in the center and below BACKGROUNG - 80VW */
.experience-right {
  display: flex;
  position: relative;
  height: auto;
  width: var(--wCenter);
  background-color: rgb(var(--pR), var(--pG), var(--pB));
}

.right-nine {
  display: flex;
  height: auto;
  background-color: rgb(var(--pR), var(--pG), var(--pB));
}

.right-eight {
  display: flex;
  height: auto;
  background-color: rgb(var(--pR), var(--pG), var(--pB));
}

.right-seven {
  display: flex;
  height: auto;
  background-color: rgb(var(--pR), var(--pG), var(--pB));
}

.right-six {
  display: flex;
  height: auto;
  background-color: rgb(var(--pR), var(--pG), var(--pB));
}

.right-five {
  display: flex;
  height: auto;
  background-color: rgb(var(--pR), var(--pG), var(--pB));
}

.right-four {
  display: flex;
  height: auto;
  background-color: rgb(var(--pR), var(--pG), var(--pB));
}

.right-three {
  display: flex;
  height: auto;
  background-color: rgb(var(--pR), var(--pG), var(--pB));
}

.right-two {
  display: flex;
  height: auto;
  background-color: rgb(var(--pR), var(--pG), var(--pB));
}

.right-one {
  display: flex;
  height: auto;
  background-color: rgb(var(--pR), var(--pG), var(--pB));
}