body {
  background: #000000;
}



h1, h2  {
  padding:3px, 3px, 3px;
}

.coloblue {
 color: #2a576d;
}

.cologreen {
  color: #00ff00;
}

.colorange {
  color: #ff7b00;
}

.coloblack {
  color: #000000;
}
.color:hover {
  color : red;
}


.cologrey {
  color: rgb(7, 7, 7);
}

.colorred {
 color: #ff0000;
}

.fname {
 font-family: fantasy;
}

.fname2 {
  font-family: "Open Sans","Arial Narrow",Arial,sans-serif;
}

.fname3 {
  font-family: "";
}
.underline_none {
  text-decoration: none;
}
#quote {
  position: relative;
  width: 100%;
  overflow-x: clip;
}
#quote2 {
  position: relative;
  text-align: center;
  font-size: 43;
  top: 400;
  text-transform: uppercase;
  font-size: 43;
  animation-name: anim_text;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 400px) {
  /* For phones: */
  #quote2 {
    font-size: 13;
  }
}


@media only screen and (max-width: 1200px) {
  /* For tablets: */
  #quote2 {
    font-size: 23;
  }
}



@keyframes anim_text {
  0% {opacity: 0;}
  75% {opacity: 1;}
  100% {top: 250; opacity: 1;}
} 


#vsc_quote {
  top: 100;
  left: 0;
  right: 0;
  opacity: 0;
  position: relative;
  animation-name: first_anim;
  animation-duration: 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes first_anim {
  0% {opacity: 0;}
  12% {opacity: 0;}
  25% {opacity: 0.5;}
  50% {opacity: 0.8;}
  100% {opacity: 1;}
}

#img {
  position: fixed;
  align-items: center;
}

#arrow {
  align-items: center;
  position: relative;
  top: 520;
  vertical-align: middle;
  height: auto;
  width: auto;
  max-width: 100%;
  left: 50%;
  right: 50%;
}

#high_img {
  position: relative;
  top: 200;
}


.frame { 
  border: 3px solid rgb(0, 0, 0); 
  padding: 30px; 
} 

.justify {
  text-align: justify !important;
}


.white {
  color: #ffffff; 
}


#headerdiv {
   border: solid 3px;
   z-index: 99;
   border-color:rgb(4, 4, 19) ;
  background-color:rgb(4, 4, 19);
  opacity: 0.8;
  height: 100;
  border-top-right-radius: 0em;
  border-bottom-right-radius: 100%;
  border-top-left-radius: 0em;
}
  
#maindiv {
  top: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color:#000000;
}

#BODY2 {
  background-color: #000000;
}


#borderdiv {
  top: 0px;
    border: solid 5px;
    z-index: 99;
  border-color: #0c0b0b;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100;
  border-bottom-right-radius: 100%;
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
  }

#title {
  top: 0px;
  left: 100px;
}

@media only screen and (max-width: 400px) {
  /* For phones: */
  #title {
    width: 200;
    text-align:center;
    margin:auto;
    display:flex;
  }
}


@media only screen and (max-width: 1200px) {
  /* For tablets: */
  #title {
    width: 200;
    text-align:center;
    margin:auto;
    display:flex;
  }
}




.menu {
  font-size:50px;
  position: relative;
  top: -400;
  left: 10;
  cursor: pointer;
  color: red;
}


@media only screen and (max-width: 400px) {
  /* For phones: */
  .menu {
    top: -40
  }
}


@media only screen and (max-width: 1200px) {
  /* For tablets: */
  .menu {
    top: -40
  }
}




.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  z-index: 100;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  z-index: 100;
  text-decoration: none;
  font-size: 36px;
  color: #413f3f;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #ff0000;
}

.overlay .closebtn {
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 45px;
  font-size: 50px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}









svg {
  position: relative;
  top: 100;
}

#svg {
  fill: transparent; 
}


#paths {
	stroke: rgb(255, 0, 0);
	stroke-width:6px;
	fill:none;
}

.roundedImage {
   clip-path:ellipse(40% 40%);
}

#home_svg {
  fill: transparent;
  stroke: transparent;
}



#title_projects {
  top: 150;
  font-size: 34;
  width: 400px;
  height: 100px;
   border-radius: 25px;
  background-color: #111010;
  text-align:center;
  margin: auto;
  position: relative;
}

#robotic_hand_project {
  top: 250;
  left: 100;
  font-size: 34;
  width: 400px;
  height: 250px;
   border-radius: 17px;
  background-color: #111010;
  position: relative;
  border: solid 5px;
  font-size: 25px;
  text-align: center;
  
}

@media only screen and (max-width: 1200px) {
  /* For phones: */
  #robotic_hand_project {
    left: 0;
    margin: auto;
  }
}

#robotic_hand_project:hover,#robotic_hand_project:focus  {
  border-left-color: #ff0000;
  cursor: pointer;
  width: 450px;
  height: 300px;
}

.robotic_hand_img {
  top: 15;
  position: relative;
}


.robotic_hand_btn {
  top: 65;
  right: 100;
  position: relative;
  border: solid 3px;
  border-color: black;
  background-color: transparent;
  color: black;
  font-size: 16px;
  padding: 16px 30px;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
}

.robotic_hand_btn:hover {
  background-color: black;
  color: white;
}

#robotic_hand_h1 {
  z-index: 2;
  top: 150;
  font-size: 26;
  position: relative;
  text-align: center;
  margin: auto;
}
#robotic_hand_hr {
  width: 200;
}
#introduction {
  top: 380;
  font-size: 20;
  position: relative;
  max-width: 700;
  text-align: center;
  margin: auto;
}
.introduction {
 font-size: 33 !important;
}
#ideas_on_paper {
  top: 500;
  font-size: 20;
  position: relative;
  max-width: 700;
  text-align: center;
  margin: auto;
}
#first_hand {
  top: 600;
  font-size: 20;
  position: relative;
  max-width: 700;
  text-align: center;
  margin: auto;
}
#next_step {
  top: 700;
  font-size: 20;
  position: relative;
  max-width: 700;
  text-align: center;
  margin: auto;
}
#second_hand {
  top: 800;
  font-size: 20;
  position: relative;
  max-width: 700;
  text-align: center;
  margin: auto;
}
#a_third_hand {
  top: 900;
  font-size: 20;
  position: relative;
  max-width: 700;
  text-align: center;
  margin: auto;
}
#Hands_movie {
  top: 1000;
  font-size: 20;
  position: relative;
  max-width: 700;
  text-align: center;
  margin: auto;
}
#Hands_movie_size {
  max-width: 300 !important;
}
.description {
  font-size: 16 !important;
}
#arrow-up {
  position: relative;
  max-width: 100%;
  top: 10;
  z-index: 2;
  align-items: center;
}
  
footer {
  position: relative;
  background-color: #1b1a1a;
  width: 100%;
  right: 0;
  left: 0;
  top: 1000;
}

#languages {
  background-color: #000000;
  text-align: center;
  overflow: hidden;
  padding: 10px;
  flex: 33%;
  box-sizing: border-box;
  max-height: 220px;
  max-width: 150;
  overflow-x: hidden;
  overflow-y: auto;
}


.txt{
  padding-top: 1;
  padding: 10px;
  flex: 33%;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: center;
}

.txt1{
  padding: 10px;
  flex: 33%;
  box-sizing: border-box;
}



.txt2{
  padding: 10px;
  flex: 33%;
  box-sizing: border-box;
}


.dropbtn {
  background-color: #1b1a1a;
  color: rgb(7, 7, 7);
  font-family: fantasy;
  border: none;
  cursor: pointer;
  
}

.dropdown {
  position: relative;
  display: inline-block;
  flex: 33%;
  box-sizing: border-box;
}

.dropdown-content {
  display: none;
  background-color: #212121;
  min-width: 75px !important;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
color: #ffffff;
}


.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #ff0000;
}


.french {
  position: relative;
  top: 10;
  right: 10;
}
.spanish {
  position: relative;
  top: 10;
  right: 15;
}
.english {
  position: relative;
  top: 10;
  right: 15;
}


.content {
  display: flex;
  flex-direction: row;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .content {
    flex-direction: column;
  }
}


@media only screen and (min-width: 400px) {
  /* For phones: */
  .content {
    flex-direction: column;
  }
}


@media only screen and (min-width: 600px) {
  /* For tablets: */
  .content {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  /*For desktop: */
  .content {
    flex-direction: row;
  }
}

#home_softartronic{
  top: 0;
  display: flex;
  position: fixed;
  left: 67%;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none;
}

#projects {
  top: 0;
  display: flex;
  position: fixed;
  left: 71%;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none;
}

#robotics {
  top: 0;
  display: flex;
  position: fixed;
  left: 77%;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none;
}

#about {
  top: 0;
  display: flex;
  position: fixed;
  left: 83%;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none;
}

#home_softartronic:hover, #home_softartronic:focus {
  color: #ff0000;
}

@media only screen and (max-width: 400px) {
  /* For phones: */
  #home_softartronic {
    opacity: 0;
  }
  #projects {
    opacity: 0;
  }
  #robotics {
    opacity: 0;
  }
  #about {
    opacity: 0;
  }
}


@media only screen and (max-width: 1200px) {
  /* For tablets: */
  #home_softartronic {
    opacity: 0;
  }
  #projects {
    opacity: 0;
  }
  #robotics {
    opacity: 0;
  }
  #about {
    opacity: 0;
  }
}