body {
  background-color: white;
}

.custom-line:before {
  background: blue;
}

.hire-me{
  background-color: #9b80b5;
  width: 300px;
  text-align: center !important;
  float: right;
}
header {
  position: relative;
  height: 100vh;
  min-height: 500px;
  width: 100%;
  background-color: #290847;

  background-size: cover !important;
  -webkit-background-size: cover !important;
  text-align: center;
  overflow: hidden;
}

.vertical-timeline-element-content {
  color: black;
}

.vertical-timeline-element--left .vertical-timeline-element-content {
  border: 1px solid #502a73;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.vertical-timeline-element-content-arrow {
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #502a73 !important;
}

.vertical-timeline-element--right .vertical-timeline-element-content {
  border: 1px solid #502a73;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.vertical-timeline-element-date {
  color: #502a73;
  font-size: 1.8rem !important;
}

/* CUSTOM LINE COLOR */
/* The line */
.vertical-timeline.vertical-timeline-custom-line::before {
  background: #502a73;
}

/* Icon container's border */
.vertical-timeline.vertical-timeline-custom-line
  .vertical-timeline-element--work
  .vertical-timeline-element-icon {
  box-shadow: 0 0 0 0;
  border: 0;
}

.vertical-timeline.vertical-timeline-custom-line
  .vertical-timeline-element--education
  .vertical-timeline-element-icon {
  box-shadow: 0 0 0 4px #c2185b, inset 0 2px 0 rgba(0, 0, 0, 0.08),
    0 3px 0 4px rgba(0, 0, 0, 0.05);
}

/* vertically center banner section */
header:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
header .banner {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: 85%;
  padding-bottom: 30px;
  text-align: center;
}

header {
  width: 100%;
}
header h1 {
  font: 90px/1.1em "opensans-bold", sans-serif;
  color: #fff;
  letter-spacing: -2px;
  margin: 0 auto 18px auto;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
}
header h3 {
  font: 18px/1.9em "librebaskerville-regular", serif;
  color: #a8a8a8;
  margin: 0 auto;
  width: 70%;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
header h3 span,
header h3 a {
  color: #fff;
}
header hr {
  width: 30%;
  margin: 18px auto 24px auto;
  border-color: white;
}

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap ul,
#nav-wrap li,
#nav-wrap a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

/* nav-wrap */
#nav-wrap {
  font: 12px "opensans-bold", sans-serif;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin: 0 auto;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #300b51;
}
.opaque {
  background-color: #333;
}

/* hide toggle button */
#nav-wrap > a.mobile-btn {
  display: none;
}

ul#nav {
  min-height: 1rem;
  padding: 1rem;
  width: auto;
  font-size: 1.8rem;
  text-align: left;
}
ul#nav li {
  position: relative;
  list-style: none;
  display: inline-block;
}

/* Links */
ul#nav li a {
  display: inline-block;
  padding: 8px 13px;
  line-height: 32px;
  text-decoration: none;
  text-align: left;
  color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

ul#nav li a:active {
  background-color: transparent !important;
}
ul#nav li.current a {
  color: #290847;
}

/* ------------------------------------------------------------------ */
/* c. Home Section
/* ------------------------------------------------------------------ */

#home a {
  color: #fff;
}
#home h2,
#home h3 {
  font: 2.5rem/35px "opensans", sans-serif;
  color: white;
  font-weight: normal;
  margin-top: 2rem;
  margin-bottom: 4rem;
  width: 68%;
}
#home .skills {
  color: rgb(186, 186, 186);
  font-size: 2rem;
  width: 100%;
  /* padding: 0 10%; */
}

#home .profile-container {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto;
}

#home .profile-pic {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid white;
}

#home .overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 220px;
  height: 220px;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 2.5rem;
  text-align: center;
  border-radius: 100%;
  padding: 0 1rem;
}
#home .overlay .text {
  margin-top: 45%;
}

#home .profile-container:hover .overlay {
  opacity: 1;
}

#about .contact-details {
  width: 41.66667%;
}
#about .download {
  width: 58.33333%;
  padding-top: 6px;
}

/* ------------------------------------------------------------------ */
/* d. Resume Section
/* ------------------------------------------------------------------ */

#resume {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 72px;
  overflow: hidden;
}
#resume .hashtag {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#resume .hashtag * {
  margin: 2vw auto;
  padding: 1vw;
}

#resume a,
#resume a:visited {
  color: blue;
  font-size: 1.8rem;
  padding: 1rem;
  text-align: center;
}
#resume a:hover,
#resume a:focus {
  color: #313131;
}

.title {
  font: 3rem/24px "opensans-bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #290847;
  text-align: center;
  margin-bottom: 30px;
}

#resume .resume-preview * {
  width: 100%;
  height: 80vh;
  min-height: 200px;
  min-width: 100px;
  margin: 0 auto 2rem auto;
}
.btn-resume {
  position: relative;
  display: inline-block;
  width: 200px;
  margin: 0.5rem 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0;
}
#resume .btn-group {
  text-align: center;
  margin: 2rem auto 4rem auto;
}

#resume h1 {
  font: 2rem/24px "opensans-bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#resume h1 span {
  padding-bottom: 6px;
}
#resume h3 {
  font: 25px/30px "opensans-bold", sans-serif;
  padding: 0;
}
#resume .resume-year {
  text-align: right;
}
#resume .section-body {
  border-left: 4px solid #9b80b5;
  padding-left: 4rem;
}

#projects {
  border-top: 4px solid #502a73;
  padding-top: 90px;
  padding-bottom: 102px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.vertical-timeline-element-title .hover-title:hover {
  color:#9b80b5;
}

.project-subtitle {
  font-size: 1.5rem;
}
.project-descript {
  font-size: 1.6rem !important;
}


.anchor {
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
}

#resume-edu,
.work {
  margin: 30px auto;
  text-align: left;
}
#resume .info {
  font: 1.8rem/24px "opensans-regular", serif;
  color: #121212;
  margin: 0 0 10px 0;
}
#resume .info-details {
  font-size: 1.7rem;
  margin: 0;
}

#resume .date {
  font: 15px/24px "opensans-regular", sans-serif;
  margin-top: 6px;
}

.go-to-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  animation: fadeIn 50ms ease-in-out 50ms both;
  cursor: pointer;
  font-size: 3rem;
  font-weight: bold;
}

.go-to-top .text {
  background-color: #300b51;
  border-radius: 8px;
}

/*----------------------------------------------*/
/*	Skill Bars
/*----------------------------------------------*/

.bars {
  width: 100%;
  float: left;
  padding: 0;
  text-align: left;
}
.bars .skills {
  margin-top: 5px;
  list-style: none;
}
.bars li {
  position: relative;
  margin-bottom: 2rem;
  background: #9b80b5;
  height: 42px;
  width: 100%;
}
.bars em {
  font: 1.5rem "opensans-bold", sans-serif;
  color: #313131;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  position: relative;
}
.bar-expand {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  background: #502a73;
  display: inline-block;
  height: 42px;
  /* line-height: 20px; */
}

/* Animate to natural width */

.progress-bar {
  border: 2px solid #9b80b5;
  height: 42px;
}
.progress-bar > div {
  color: white;
  background: #502a73;
  white-space: nowrap;
  height: 42px;
  animation: progress-bar 2s;
  margin: -2px 0 0 -2px;
}

@keyframes progress-bar {
  0% {
    width: 0;
  }
}
/* ------------------------------------------------------------------ */
/* h. Contact Section
/* ------------------------------------------------------------------ */

#contact {
  border-top: 4px solid #502a73;
  /* background: #502a73; */
  padding-top: 90px;
  padding-bottom: 102px;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #ffffff;
}
#contact .contact-form {
  position: relative;
  display: flex;
  margin: 0 auto;
}
#contact .section-head {
  margin-bottom: 42px;
}

#contact a,
#contact a:visited {
  border-color: #11abb0;
}
#contact a:hover,
#contact a:focus {
  color: #fff;
}

#contact h1 {
  font: 2.5rem/24px "opensans-bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #290847;
  text-align: center;
  margin-bottom: 20px;
}
#contact h1 span {
  display: none;
}
#contact h1:before {
  font-family: "FontAwesome";
  padding-right: 10px;
  font-size: 72px;
  line-height: 72px;
  text-align: center;
  float: left;
  color: #290847;
}

#contact h4 {
  font: 16px/24px "opensans-bold", sans-serif;
  color: #ebeeee;
  margin-bottom: 6px;
}
#contact p.lead {
  font: 18px/36px "opensans-light", sans-serif;
  padding-right: 3%;
}
#contact .header-col {
  padding-top: 6px;
}

/* contact form */
#contact form {
  margin-bottom: 30px;
}
#contact input,
#contact textarea,
#contact select {
  padding: 18px 20px;
  color: #290847;
  margin-bottom: 42px;
  border: 0;
  outline: none;
  font-size: 15px;
  line-height: 24px;
  width: 100%;
  font-size: 2rem;
  border: 1px solid #9b80b5;
}
#contact input:focus,
#contact textarea:focus,
#contact select:focus {
  border: 1px solid #290847;
}

#contact span#required {
  color: #11abb0;
  font-size: 13px;
}

#contact .btn-submit {
  font-size: 2rem;
  width: 100%;
  border-radius: 0;
  color: white;
  background-color: #290847;
}
#contact .btn-submit:hover {
  background-color: #290847;
  opacity: 0.9;
}

#contact .btn-disabled,
.btn-disabled:hover {
  font-size: 2rem;
  width: 100%;
  background-color: gray;
}

/* ------------------------------------------------------------------ */
/* i. Footer
/* ------------------------------------------------------------------ */

footer {
  padding-top: 48px;
  /* margin-bottom: 48px; */
  color: #303030;
  font-size: 14px;
  text-align: center;
  position: relative;
}

footer a,
footer a:visited {
  color: #525252;
}
footer a:hover,
footer a:focus {
  color: #fff;
}

/* copyright */
footer .copyright {
  margin: 0;
  padding: 0;
}
footer .copyright li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.ie footer .copyright li {
  display: inline;
}
footer .copyright li:before {
  content: "\2022";
  padding-left: 10px;
  padding-right: 10px;
  color: #095153;
}
footer .copyright li:first-child:before {
  display: none;
}

/* social links */
footer .social-links {
  margin: 1.2rem auto;
  padding: 0;
}
footer .social-links * {
  font-size: 2.5rem;
}
footer .social-links li {
  display: inline-block;
  margin: 0;
  padding: 1rem;
  color: #300b51;
}
footer .social-links *:hover {
  color: #300b51;
}

footer .social-links li:first-child {
  margin-left: 0;
}
