html{
  background-color: #fefefe;
}
body {
  background-color: #f1f1f1;
  margin: 0 auto;
  font-family: Helvetica, arial, sans-serif;
  max-width: 800px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #6b7785;
  /*margin-left: 20px;*/
}

a {
  text-decoration: none;
  color: #778492;
}

.header {
  padding: 30px 10px 50px;
  background: #f5f5f5;
  border-top: 10px solid #778492;
  /* max-width: 120%; */
}
.header .name .social {
  float:left;
  margin-left: 30px;
}
ul {
  pad-bottom: 10px;
}
li {
  display: inline;
  padding: 10px;
  font-size: 16px;
}

.header .navigation {
  float:right;
  /* margin-bottom: 10px; */
}

.header .name {
  color: #49515a;
  font-size: 38px;
  /* margin-bottom: 5px;
  margin-top: 30px; */
  /* float:left; */
}

.container {
  background: #fff;
  padding: 10px;
}

.container .content {
  padding: 10px 0;
  margin-left: 20px;
  flex: 1;
}

/*skills & intrests*/

.list-card {
	margin: 10px 0;
}

.list-card .exp , .list-card div{
	display: inline;
	vertical-align: top;
  margin-right: 15px;
}

.list-card .exp {
	margin-right: 15px;
  /* margin-left: 30px; */
	color: #4A90E2;
	font-weight: 600;
	width: 100px;
}

.list-card div {
	width: 70%;
  /* margin-left: 60px; */
}

.list-card h3 {
	font-size: 15px;
	font-weight: 600;
	color: #5B6A9A;
	line-height: 26px;
	margin-bottom: 8px;
  margin-left: 60px;
}

.list-card div span {
	font-size: 16px;
	color: #81899C;
	line-height: 150%;
  margin-left: 60px;
}

/*skill and intrests ends*/

/* ======= Footer ======= */
.footer {
  background: #a1aab4
  color: #fff;
  padding: 10px 0;
  text-align: center;
  /* position: relative; */
  /* margin-top: -100px; */
  /* clear:both; */
}
