body {
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}

.navbar {
  height: 0.2em;
  background-color: grey;
}

h1 {
  font-family: 'Sacramento', cursive;
  font-size: 5rem;
  margin: 10px 0 0 0;
  color: #be7575;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  margin-left: 10px;
  margin-top: 0;
  padding-top: 0;
  color: #be7575;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #be7575;
}

.top{
  color: #f9f9f9;
}

.top-container {
  background-color: #7F97C3;
  padding: 20px;
  /* margin-bottom: 20px; */
}

.middle-container {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bio {
  width: 50%;
  margin: 5px auto 20px auto;
  line-height: 2em;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 500;
}

.bottom-container {
  background-color: #7F97C3;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 2em;
}

.contact-me {
  margin-top: 100px;
}

.first-cloud {
  position: absolute;
  right: 200px;
}

.second-cloud {
  position: absolute;
  left: 200px;
}

.profilePic {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin-top: 10px;
}

.skills {
  margin: 20px auto 40px auto;
}

.skill-row {
  width: 50%;
  /* display: inline-block; */
  margin: 20px auto 20px auto;
  text-align: left;
  line-height: 2;
}

.code {
  width: 20%;
  height: 20%;
  float: left;
  margin-right: 60px;
}

.company-img {
  width: 15%;
  height: 15%;
  margin: 5px 10px 5px 10px;
  border-radius: 50px;
  border: 2px;
}

.edu-img {
  width: 30%;
  height: 30%;
  float: left;
  margin-right: 60px
}

.journal-img {
  width: 25%;
  height: 25%;
  float: left;
  margin-right: 60px;
}

.onlineCourses{
  text-decoration: none;
  color: blue;
}

/* For Button */
.butn {
  background: #7F97C3;
  background-image: -webkit-linear-gradient(top, #7F97C3, 7F97C3);
  background-image: -moz-linear-gradient(top, #7F97C3, 7F97C3);
  background-image: -ms-linear-gradient(top, #7F97C3, 7F97C3);
  background-image: -o-linear-gradient(top, #7F97C3, 7F97C3);
  background-image: linear-gradient(to bottom, #7F97C3, 7F97C3);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 25px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.footer-link {
  text-decoration: none;
  color: white;
  padding: 10px;
}

.footerText {
  color: #EAF6F6;
}
.copyright {
  color: #EAF6F6;
  font-size: 0.7em;
}

.credits {
  text-decoration: none;
  font-size: 0.5em;
  color: #7F97C3;
}

hr {
  border-style: none;
  border-top-style: dotted;
  border-top-color: #D3D3D3;
  border-top-width: thick;
  width: 3%;
  margin: 10px auto 10px auto;
}

.skillBlog{
  text-decoration: none;
}
