body {
  padding: 0;
  margin: 0;
  background-color: rgb(3, 0, 8);
}

html {
  scroll-padding-top: 70px;
}

/*--- navigation bar ---*/
.navbar {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  background:#12002f;
  -webkit-box-shadow: 0 8px 6px -6px #eee;
  -moz-box-shadow: 0 8px 6px -6px #eee;
  box-shadow: 0 8px 6px -6px #eee;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  color: #fff;
  background-color: #8fc2ee;
  }

.is-hidden {
  opacity: 0;
  transition: transform 0.4s, opacity 0.2s;
}
.navbar-hide {
  pointer-events: none;
  opacity: 0;
}
.nav-link {
  color:#d86bfc;
}

.navbar-text{
  color:#ffffff;
  font-size: 1.3rem;
}
.nav-link {
  margin-right: 1em !important;
}
.nav-link:hover {
  color: #ffffff;
}
.navbar-collapse {
  justify-content: flex-end;
}

/*--- ---------- ---*/

/*--- background: neon lights ---*/
.header {
  background-image: url('homepage_images/background.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}
.overlay {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
/*--- ---------- ---*/

p > a {
  position: relative;
  color: rgb(248, 205, 63);
  text-decoration: none;
}

p > a:hover {
  color: rgb(248, 205, 63);
}
p > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgb(248, 205, 63);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
p > a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}


.feature-title:after{
  content: '';
  position: absolute;
  width: 0; 
  height: 3px;
  display: block;
  margin-top: 2px;
  right: 0;
  background: #4dff9d;
  transition: width .4s ease;
  -webkit-transition: width .4s ease;
}

.feature-title:hover{
  color: #fff;
}
  
.feature-title:hover:after{
  width: 100%;
  left: 0;
  background: #4dff9d;
}

.description {
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -55%);
  text-align: center;
}
.description h1 {
  color: #4dff9d;
}
.description p {
  color: rgb(255, 255, 255);
  font-size: 1.3rem;
  line-height: 1.5;
}

.about {
  margin: 0em auto;
  padding: 3em;
  margin-top: 7em;
  position: relative;
}
.about-title {
  color: #4dff9d;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about p {
  font-size: 1.3rem;
  margin-bottom: 0px;
  color: #fff;
}

.features {
  margin: 0em auto;
  padding: 3em;
  position: relative;
  margin-top: 7em;
}
.features h3{
  color: #4dff9d;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.feature-title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.features p{
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #fff;
}
.features img {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
  margin-top: 20px;
}
.fadeimg:hover {
  cursor: pointer;
  transition: ease-in-out 0.3s;
  opacity: 0.82;
}
/* ----- Carousel ----- */
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #d86bfc;
  
}
.carousel-indicators .active{
    background-color: #4dff9d;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  font-weight: 700;
  color: #d86bfc;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  font-weight: 700;
  color: #d86bfc;
}
/* -------------- */

.page-footer {
  background-color: rgb(26, 26, 26);
  color: #ccc;
  padding: 60px 0 30px;
}
.footer-copyright {
  color: #666;
  padding: 40px 0;
}
#coursework {
  margin: 0em auto;
  padding: 3em;
  position: relative;
  margin-top: 7em;
}
.coursework-title {
  color: #4dff9d;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.coursework-skill {
  color: #4dff9d;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.coursework ul{
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #fff;
}

.project-box {
  border: 2px solid #d86bfc;
  display: inline-block;
  border-radius: 8px;
  padding: 7px 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.skill {
  border: 2px solid #d86bfc;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 500;
  width: auto;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.33333em;
  padding: 7px 18px;
  margin-top: 0em;
  border-radius: 8px;
  margin-bottom: 20px;
  color: #fff;
}

#websites {
  margin: 0em auto;
  padding: 3em;
}

#websitePortfolio {
 text-align: left;
 color:  #fff;
 font-weight: 500;
}

#website:hover {
 transform: scale(1.2);
}

#FluentFamiliar {
  margin: 0em auto;
  padding: 5em;
  padding-left: 5em;
  padding-bottom: 10em;
}

.resume{
  margin: 0em auto;
  padding: 3em;
  margin-top: 3em;
  position: relative;
  color: #fff;
  font-size: 1.3em;
}

.resume-title{
  color: #4dff9d;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* ----- icons change color on hover ------ */

.edit_hover_class i{
  color: black;
}
.edit_hover_class:hover i{
 color: #9d3cbd;
}

/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px double #be4dff;
  border-bottom: 16px double #4dff9d;
  border-right: 16px;
  border-left: 16px;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
}