/* Color Palette
# - EFC7C2 1
# - FFE5D4 2
# - BFD3C1 3
# - 68A691 4
# - 694F5D 5
# - 0bb5f4 6
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Montserrat:wght@400;500;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "EB Garamond", sans-serif;
}
/*
/*topnav*//*
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}


  
}

.topnav {
  overflow: hidden;
  background-color: #68a691;
  position: fix;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ffe5d4;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}
*/
/*--------------------*/
body {margin:0;}

.navbar {
  overflow: hidden;
  background-color: #68a691;
  position: flex;
 
  top: 50px;
  left: 33%;
  top: 0;
  width: 34% %20;
}

.navbar a {
  float: left;
  display: block;
  color: #ffe5d4;
  text-align: left;
  padding: 14px 35px;
  text-decoration: none;
  font-size: 17px;
  
  
  
}

.navbar a:hover {
  background: #bfd3c1;
  color: black;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: 1200px; /* Used in this example to enable scrolling */
}
body {
  background: #BFD3C1;
  font-size: 14px;
  line-height: 22px;
  color: #694F5D;
}

.bold {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.semi-bold {
  font-weight: 500;
  font-size: 16px;
}

.resume {
  width: 800px;
  height: auto;
  display: flex;
  margin: 50px auto;
}

.resume .resume_left {
  width: 280px;
  background: #68A691;
}

.resume .resume_left .resume_profile {
  width: 100%;
  height: 280px;
}

.resume .resume_left .resume_profile img {
  
    border-radius: 50%;
   opacity: 1.99;
   border-radius: 50%;
   opacity: 1.99;
  width: auto;
  height: auto;
  

  

  width: 100%;
  height: 100%;
}

.resume .resume_left .resume_content {
  padding: 0 25px;
}

.resume .title {
  margin-bottom: 20px;
}

.resume .resume_left .bold {
  color: #fff;
}

.resume .resume_left .regular {
  color: #b1eaff;
}

.resume .resume_item {
  padding: 25px 0;
  border-bottom: 2px solid #b1eaff;
}

.resume .resume_left .resume_item:last-child,
.resume .resume_right .resume_item:last-child {
  border-bottom: 0px;
}

.resume .resume_left ul li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.resume .resume_left ul li:last-child {
  margin-bottom: 0;
}

.resume .resume_left ul li .icon {
  width: 35px;
  height: 35px;
  background: #fff;
  color: #0bb5f4;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 16px;
  position: relative;
}

.resume .icon i,
.resume .resume_right .resume_hobby ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.resume .resume_left ul li .data {
  color: #b1eaff;
}

.resume .resume_left .resume_skills ul li {
  display: flex;
  margin-bottom: 10px;
  color: #b1eaff;
  justify-content: space-between;
  align-items: center;
}

.resume .resume_left .resume_skills ul li .skill_name {
  width: 25%;
}

.resume .resume_left .resume_skills ul li .skill_progress {
  width: 60%;
  margin: 0 5px;
  height: 5px;
  background: #009fd9;
  position: relative;
}

.resume .resume_left .resume_skills ul li .skill_per {
  width: 15%;
}

.resume .resume_left .resume_skills ul li .skill_progress span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
}

.resume .resume_left .resume_social .semi-bold {
  color: #fff;
  margin-bottom: 3px;
}

.resume .resume_right {
  width: 520px;
  background: lightblue;
  padding: 25px;
}

.resume .resume_right .bold {
  color: #0bb5f4;
}

.resume .resume_right .resume_work ul,
.resume .resume_right .resume_education ul {
  padding-left: 40px;
  overflow: hidden;
}

.resume .resume_right ul li {
  position: relative;
}

.resume .resume_right ul li .date {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.resume .resume_right ul li .info {
  margin-bottom: 10px;
}

.resume .resume_right ul li:last-child .info {
  margin-bottom: 0;
}

.resume .resume_right .resume_work ul li:before,
.resume .resume_right .resume_education ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -25px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #0bb5f4;
}

.resume .resume_right .resume_work ul li:after,
.resume .resume_right .resume_education ul li:after {
  content: "";
  position: absolute;
  top: 14px;
  left: -21px;
  width: 2px;
  height: 450px;
  background: #0bb5f4;
}

.resume .resume_right .resume_hobby ul {
  display: flex;
  justify-content: space-between;
}

.resume .resume_right .resume_hobby ul li {
  width: 80px;
  height: 80px;
  border: 2px solid #0bb5f4;
  border-radius: 50%;
  position: relative;
  color: #0bb5f4;
}

.resume .resume_right .resume_hobby ul li i {
  font-size: 30px;
}

.resume .resume_right .resume_hobby ul li:before {
  content: "";
  position: absolute;
  top: 40px;
  right: -52px;
  width: 50px;
  height: 2px;
  background: #0bb5f4;
}

.resume .resume_right .resume_hobby ul li:last-child:before {
  display: none;
}

@media print {
  screen and (max-width: 480px) {
  legend {font-size: 70%;}
  fieldset{width:70%}
  lable{font-size:30%}
    
}
  
  
/*
  .resume, .resume_left, .resume_profile, .resume_content, .title, .resume_item, .resume_right, .resume_hobby, .skill_name, .resume_skills, .skill_progress, .skill_per, .skill_progress, .resume_work  .resume_education, ul, li, i, img, .bold,.semi_bold.data, span, .active{
  display: inline-block;
  border:0px solid lightblue;
  padding: auto;
  min-hight: auto;
  */
