body{
    font-family:'Varela Round';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {

background-image: url(image/background6.png);
height : 100vh;
-webkit-background-size : cover;
background-size : cover;
background-position: center center;
position : relative;
} 

header .row{
  margin-left : 10%;
  font-size: 30px;
  margin-top : 10px;
}

header .row button{
  margin-top : 25px;
  color : white;
  background:#00008B;
  width : 200px;
  padding-bottom : 8px;
}
nav{
background : rgba(255,255,255,0);
border-color : rgba(255,255,255,0);
}
.parallax-container{
height : 150px;
}

nav .nav-wrapper .brand-logo{
  margin-left : 40px;
}

nav .nav-wrapper ul li a{
  margin-right : 40px;
}

header .row{
  color: white;
  size:100px;
}

header .nav-wrapper .brand-logo{
  color : #00008B;
}

main{
background-image: url(image/background5.jpg);
-webkit-background-size : cover;
background-size : cover;
position : relative;
margin-top : -43px;
height: 1600px;
}

#myInput {
  
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 50%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  margin-left : 23%;
  
}

#myTable {
  margin-left:25%;
  border-collapse: collapse;
  width: 50%;
  border: 1px solid #ddd;
  font-size: 18px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#myTable th, #myTable td {
  text-align: left;
  padding: 12px;
}

#myTable tr {
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  background-color: #f1f1f1;
}

.filterDiv {
  float: left;
  background-image: url(image/background4.jpg);
  color: #ffffff;
  width: 300px;
  text-align: center;
  margin: 10px;
  display: none;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#myBtnContainer{
  text-align: center;
  

}
.show {
  display: block;
}

.container {
  margin-top: 20px;
  overflow: hidden;
  margin-left : 18%;
  
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  background-color: #f1f1f1;
  cursor: pointer;

}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}

button{

  background-image: linear-gradient(to right, #43cae9, #38f9d7);
  border-radius: 15px;
  height:40px;
  width : 150px;
  margin-bottom : 15px;
 

}
button:hover {background-color:  #43cae9}

button:active {
  
  transform: translateY(4px);
}


.card-container {
	background-color: #231E39;
	border-radius: 25px;
	box-shadow: 10px 10px 15px rgba(0,0,0,0.35);
	color: #B3B8CD;
	padding: 30px 0 0;
	position: relative;
	width: 100px;
	max-width: 100%;
	text-align: center;
	margin: 10px 0;
  overflow: hidden;
  margin : 10px;

}
 
.card-container .pro {
	color: #231E39;
	background-color: #FEBB0B;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 7px;
	position: absolute;
	top: 30px;
	left: 30px;
}
 
.card-container img {
	border: 1px solid #C400D7;
	border-radius: 50%;
	padding: 7px;
	height: 150px;
	width: 150px;
}
 
.card-container button.primary {
	background-color: #C400D7;
	border: 1px solid #C400D7;
	border-radius: 3px;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	padding: 10px 25px;
}
 
.card-container button.primary.ghost {
	background-color: transparent;
	color: #C400D7;
}
 
.skills {
	background-color: #1F1A36;
	text-align: left;
	padding: 15px;
	margin-top: 30px;
}
 
.skills ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
 
.skills ul li {
	border: 1px solid #2D2747;
	border-radius: 2px;
	display: inline-block;
	font-size: 12px;
	margin: 0 7px 7px 0;
	padding: 7px;
}


.resume {
  width: 1000px;
  height: auto;
  display: flex;
  margin: 80px auto;

}

.resume .resume_left {
  width: 350px;
  background: #00008B;
}

.resume .resume_left .resume_profile {
  width: 100%;
  height: 280px;
}

.resume .resume_left .resume_profile img {
  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: #fff;
  padding: 25px;
}

.resume .resume_right .bold {
  color: #00FFFF;
}

.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: 20px;
}

.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 #00FFFF;
}

.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: 115px;
  background: #00FFFF;
}

.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 #00FFFF;
  border-radius: 50%;
  position: relative;
  color: #00FFFF;
}

.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: #00FFFF;
}

.resume .resume_right .resume_hobby ul li:last-child:before {
  display: none;
}


.page-footer {
  padding: 20px;
  background-image: linear-gradient(to right, #43cae9, #38f9d7);
}

footer p {
  color: white;
  text-align: center;
}
/*end*/

@media screen and (max-width: 641px) {

  header .nav-wrapper .brand-logo{
    color : white;
    margin-left : 55px;
  }
}