body,
html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0 auto;
  color: #444;
  font-size: 14px;
}

.container {
  padding: 0;
  margin: auto;
  box-sizing: border-box;
}

.profile-links img {
  height: 20px;
  width: 20px;
}

a > i {
  font-size: 20px !important;
}

a {
  margin: 3px;
  text-align: center;
}

.hidden {
  display: none !important;
}
.center-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.center-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 2px 10px #eee;
  width: 100%;
  background-color: #fff;

  position: fixed;
  top: 0;

  z-index: 1000;
}

#about_section {
  background-color: #eee;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 30px;
  justify-content: space-around;
  align-items: center;
  flex: 1;
}

.about-image {
  width: 400px;
  height: 400px;
  max-width: 90%;
  max-height: 90%;
  background-image: url("https://raw.githubusercontent.com/nagraj0308/nagraj0308.github.io/master/assets/images/dp.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-text {
  width: 400px;
  /* height: 400px; */
  flex: 0 1 auto;
  flex-direction: column;
  font-size: 25px;
  color: #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: sans-serif;
}
.resume-btn {
  background: #2f2f2f;
  color: #f9f9f9;
  font-family: monospace;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 1em;
  box-shadow: 1px 5px 14px 2px #949494;
  transition: all 0.4s ease-in-out;
}
.resume-btn:hover {
  box-shadow: 0px 0px 1px 1px #949494;
}

.header-title-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3%;
}

.header-title {
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  font-size: 2.5em;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  flex: 1;
}
.header-subtitle {
  font-family: "Source Sans Pro";
  font-size: 70%;
  color: #999;
  padding: 3px;
  padding-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Navbar */
.navbar {
  /* border-top: 1px solid #f9f9f9; */
  display: flex;
}
.nav-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
}
.nav-item {
  margin: 5px;
  padding: 5px;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  letter-spacing: 1px;
  border-radius: 3px;
}
.nav-item:hover {
  background-color: #eee;
}

.info-section {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 20px 0;
  min-height: 100vh;
  flex: 1;
}
.info-row {
  display: flex;
  flex-direction: column;
}

.info-left {
  flex: 4;
  padding: 20px;
  border-bottom: 2px solid #ececec;
}
.info-right {
  flex: 8;
  margin: 20px;
}

.cat-header {
  padding: 6px 0;
  box-sizing: border-box;
  font-size: 1.2em;
}
.cat-indicator {
  color: #3a8ce4;
}
.cat-title {
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  letter-spacing: 5px;
  vertical-align: text-bottom;
  padding-left: 10px;
}
.cat-def-body,
.cat-skill-body {
  padding: 10px 5px 10px 30px;
}

/* Contact style */
.cat-contact-body {
  padding: 2em 3em;
}
.contact-item {
  display: flex;
  padding: 10px 0;
}
.contact-logo {
  color: #3a8ce4;
}
.contact-info {
  padding-left: 18px;
}

/* Lists */
.cat-list-body {
  padding: 10px 0;
}
.cat-list-body ul {
  padding-left: 18px;
  margin: 0;
  list-style-type: circle;
}
.cat-list-body li {
  padding: 10px 0;
  padding-left: 0.9em;
}

/* Links */
a {
  text-decoration: none;
  color: #3a8ce4;
}
.link-title {
  font-size: 1.1em;
  font-weight: 600;
  color: #222;
}
.link-src {
}

/* Education */
.edu-header {
}
.edu-alma,
.project-title,
.skill-title {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.edu-duration,
.project-duration,
.ach-duration {
  color: #bbb;
  font-style: italic;
}
.edu-class-data {
  clear: right;
  margin-top: 5px;
}
.edu-std {
  letter-spacing: 0.1em;
  color: #666;
}
.edu-score {
  margin-left: 20px;
  padding: 2px 8px;
  background-color: #3a8ce4;
  color: #fff;
  border-radius: 20px;
}

.cat-def-body,
.cat-list-body,
.cat-contact-body,
.cat-skill-body {
  font-family: "Source Sans Pro";
  font-size: 1em;
}

/* Skills */
#skill_section {
  background-color: #eee;
}
.force-inline {
  display: inline-block !important;
}
.cat-skill-item {
}
.cat-skill-type {
  min-width: 13.5em;
  font-family: "Roboto Condensed";
  padding: 10px 10px 5px 50px;
  color: #888;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
}
.cat-skill-type:before {
  content: "\25c6";
  margin-top: -0.1em;
  position: absolute;
  margin-left: -1.5em;
  color: #3a8ce4;
}
.cat-skill-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 5px 40px;
}
.cat-skill-body-gen {
  display: inline-block;
}
.skill {
  margin: 10px;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.skill-gen {
  display: inline;
  padding: 3px 10px;
  margin: 0 5px;
  background-color: #222;
  border-radius: 3px;
  color: #fff;
  font-family: "Source Sans Pro";
}
.skill-gen:first-child {
  margin-left: 30px;
}
.skill-title,
.skill-gen {
  font-size: 0.8em;
}
.skill-progress-track {
  height: 5px;
  min-width: 120px;
  background-color: #ccc;
  margin-top: 6px;
  border-radius: 6px;
}
.skill-progress {
  height: 100%;
  background-color: #3a8ce4;
  border-radius: 6px;
}

.skill-image {
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  font-size: 50px;
  color: #444;
  padding: 5px;
  transition: 0.2s ease-in-out;
}
.skill-image img {
  max-height: 100%;
}
.skill-image:hover {
  height: 80px;
  width: 80px;
  padding: 0;
}

.pad-bottom-extra {
  padding-bottom: 20px;
}

/* Project section */

.project-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Source Sans Pro";
  flex: 1;
}

.pr-left,
.pr-right {
  width: 2em;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ddd;
  display: none;
}
.pr-caro {
  display: flex;
  overflow: hidden;
  flex: 1;
  /* height: 550px; */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.project-box {
  min-width: 330px;
  width: 45%;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 10px;
  padding: 10px;
  box-shadow: 2px 2px 10px #eee;
  transition: transform 0.5s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project-box:hover {
  box-shadow: 2px 2px 20px #ddd;
}

.project-header {
  font-family: "Roboto Condensed";
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #eee;
}

.project-header {
}
.project-title {
}
.project-duration {
}
.project-link {
  text-align: center;
}
.project-link a i {
  font-size: 50px !important;
}
.project-desc {
  margin-top: 8px;
  color: #444;
  padding: 4px 0 4px 16px;
  border-left: 2px solid beige;
  font-style: italic;
}
.project-img {
  width: 100%;
}

/* Profile */

.user-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2em 1em;
  border-top: 1px dashed #ccc;
}
.profile-title {
  font-size: 1.5em;
  font-family: sans-serif;
  color: inherit;
  margin: 1em;
}
.profile-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.profile-links a {
  height: 40px;
  width: 40px;
  /* border: 1px solid; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-links a:hover {
  background-color: #f5f5f5;
}
/* color for different links*/
.profile-links .facebook {
  color: #3b5998;
}
.profile-links .twitter {
  color: #55acee;
}
.profile-links .google-plus {
  color: #dd4b39;
}
.profile-links .linkedin {
  color: #4875b4;
}
.profile-links .github {
  color: #282d32;
}
.profile-links .pinterest {
  color: #c90000;
}
.profile-links .medium {
  color: #212121;
}
.profile-links .free-code-camp {
  color: #006e0e;
}

.profile-links .stumbleupon {
  color: #eb4823;
}
.profile-links .reddit {
  color: #ff5700;
}
.profile-links .email {
  color: #444444;
}

/* Seperator */
.sep {
  display: flex;
  color: #999;
  font-size: 2em;
  justify-content: center;
  margin: 10px 0;
}
.sep_line {
  border-bottom: 3px solid #ccc;
  flex: 1 0 auto;
  transform: translateY(-0.5em);
}
.sep_code {
  align-self: center;
  margin: 0 10px;
}

/* Footer */

.footer {
  width: 100%;
  background-color: #ddd;
  color: #444;
  min-height: auto;
}

/* Side Menu */
