body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  background: #333;
}
:root {
  --orange: rgba(255, 138, 0, 1);
}
.menuline {
  height: 5vh;
  min-width: 100%;
  background: #111;
  color:#bbb;
  font-weight: bold;
  border-bottom: 3px solid #ff8a00;
}
.menuline a {
  text-decoration: none;
  color: inherit;
}
.menuline .menuitem {
  margin-left: -1.30vw;
  margin-right: -1.30vw;
  height:3.5vh;
  padding-top: 1.5vh;
  min-width: 5vw;
  width: 10vw;
  font-size: 0.8vw;
  text-transform: uppercase;
  display:inline-block;
  clip-path: polygon(25% 0, 100% 0, 75% 100%, 0% 100%);
}
.menuline .menuitem:hover {
  cursor:pointer;
  background: rgba(255, 138, 0, 1);
  color:rgba(255,255,255,1);
}
.lang-cont {
  display: inline-block;
  position: absolute;
  top:1.5vh;
  right:5vh;
  cursor: default;
}
.lang {
  color:rgba(255,255,255, 1);
  width:2vw;
  display: inline-block;
}
.lline {
  color:rgba(255,255,255, 1);
}
.activel {
  color: rgba(255, 138, 0, 1);
}
.logoline {
  background: #222;
  padding-bottom: 2vh;
}
.logoline img {
  width: 40vw;
}
@media only screen and (max-width: 800px) {
.logoimg {
  background-repeat: no-repeat !important;
  background-size: 35vw, 20vh !important;
  background-position: center !important;
  max-width: 40em;
  height: 15vh;
  margin: 0;
}
}
@media only screen and (min-width: 800px) {
  .logoimg {
    background-repeat: no-repeat !important;
    background-size: 35vw, 20vh !important;
    background-position: center !important;
    max-width: 40vw;
    height: 15vh;
    margin: 0;
  }
}
.logo-sub {
  color: rgba(187, 187, 187, 1);
  text-transform: uppercase;
}
.allposts {
  height: 73vh;
  overflow-x:scroll;
}
.allposts::-webkit-scrollbar {
  display: none;
}
.post_body {
  margin-top:5vh;
  margin-left: auto;
  margin-right: auto;
  color:#fff;
  max-width: 80vw;
  min-height: 30vh;
  background:rgba(0, 0, 0, 0.8);
  border: 3px solid #ff8a00;
}
.post_body .post-title-cont {
  width: 100%;
  text-align: center;
}
.post_body .post-title {
}
.post_body img {
  position: relative;
  max-height: 50vh;
  max-width: 80%;
}
.post-body .post-txt-cont {
  width: 100%;
  text-align: justify;
}
.post_body a:-webkit-any-link {
  color: var(--orange);
  text-decoration: none;
}

.post_body a:link {
  color: var(--orange);
  text-decoration: none;
}

/*Loading Screen*/
#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  background-color: #333333;
  z-index: 99;
}
.loadingtxt {
  display: inline-block;
  position: relative;
  text-align: center;
  top: 50vh;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}
.lds-roller {
  display: inline-block;
  position: relative;
  top: 47vh;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff8a00;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.allprojects {
  margin-left: auto;
  margin-right: auto;
  max-width: 80vw;
  height: 72vh;
  overflow-x:scroll;
}
.allprojects::-webkit-scrollbar {
  display: none;
}
.allprojects a {
  text-decoration: none;
  color: rgba(255, 255, 255,1);
}
@media only screen and (max-width: 800px) {
.allprojects .project {
  display: block;
  background:rgba(0,0,0,0.6);
  border: 3px solid rgba(255, 138, 0, 1);
  width: 50vw;
  margin:1vw;
  padding:1vw;
  min-height: 20vh;
  height:20vh;
  text-align: center;
}
.allprojects .project img {
  max-height: 80%;
  max-width: 20em;
}
.allprojects .project p {
  margin-top: 1vw;
  width: 50vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 2em;
}
}
@media only screen and (min-width: 800px) {
.allprojects .project {
  display: inline-block;
  background:rgba(0,0,0,0.6);
  border: 3px solid rgba(255, 138, 0, 1);
  width: 20vw;
  margin:1vw;
  padding:1vw;
  min-height: 20vh;
  height:20vh;
  text-align: center;
}
.allprojects .project img {
  max-height: 80%;
  max-width: 20em;
}
.allprojects .project p {
  margin-top: 1vw;
}
}

.all-contacts {
  margin-left: auto;
  margin-right: auto;
  max-width: 80vw;
  height: 72vh;
  overflow-x:scroll;
}
.all-contacts::-webkit-scrollbar {
  display: none;
}
.contact-table {
  background:rgba(0,0,0,0.6);
  color: rgba(255,255,255,1);
  border: 3px solid rgba(255, 138, 0, 1);
  margin-top:5vh;
  margin-left: auto;
  margin-right: auto;
  min-width: 50vw;
  max-width: 50vw;
}
.contact-table a:link {
  color:rgba(255, 138, 0, 1) !important;
  text-decoration: none;
}
.contact-table a:-webkit-any-link {
  color:rgba(255, 138, 0, 1) !important;
  text-decoration: none;
}
.contact-table td {
  vertical-align: top;
}
.contact-img {
  max-width: 15vw;
}
.skills-table {
  position: relative;
  background:rgba(0,0,0,0.6);
  color: rgba(255,255,255,1);
  border: 3px solid rgba(255, 138, 0, 1);
  margin-top:5vh;
  margin-bottom:5vh;
  padding-top:2vh;
  margin-left: auto;
  margin-right: auto;
  min-width: 50vw;
  max-width: 50vw;
  z-index: -10;
}
.skills .skill-name {
  text-transform: uppercase;
}
.skill {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  min-height:7vh;
  max-height:7vh;
  min-width: 90%;
  max-width: 90%;
}
.skill .percentage {
  position: relative;
  top:1.8vh;
  z-index: 10;
}
.skill-both {
  margin-top: 2vh;
  margin-bottom: 2vh;
  position: relative;
  z-index: -5;
  top:-2.8vh;
}
.pp-title {
    text-align: center;
    color: rgba(255,255,255,1);
}
.pp_container {
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;

    background:rgba(0,0,0,0.6);
    color: rgba(255,255,255,1);
    border: 3px solid rgba(255, 138, 0, 1);
    max-width: 80vw;
    height: 72vh;
    overflow-x:scroll;
  }
@keyframes width {
  0% {
    max-width: 0%;
  }
  100% {
    max-width: 100%;
  }
}
@keyframes width2 {
  0% {
    max-width: 0%;
  }
  100% {
    max-width: 100%;
  }
}
.skill .skill-filled {
  margin: 0;
  height:3vh;
  left:-0%;
  background: rgba(255, 138, 0, 1);
  min-height:3vh;
  max-height:3vh;
  display: inline-block;
  position: absolute;
  left:0;
  -webkit-animation: width 1s ease-in;
  -webkit-animation-fill-mode: forwards;
}
.skill .skill-remaining {
  margin: 0;
  min-height:3vh;
  background: rgba(51, 51, 51, 1);
  min-height:3vh;
  max-height:3vh;
  display: inline-block;
  position: absolute;
  right:0;
  -webkit-animation: width2 1s ease-in;
  -webkit-animation-fill-mode: forwards;
}

.footer {
  position: relative;
  bottom: 0%;
  height: 3vh;
  text-align: center;
  min-width: 100%;
  background: #111;
  color:#bbb;
  font-weight: bold;
  border-top: 3px solid #ff8a00;
}
