.jumbotron {
  padding-top: 85px; 
  background-image: url("../assets/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(232,88,81,.55);
  transition: box-shadow 0.3s ease-in-out;
  color: white;
  padding-bottom: 80px; }
.jumbotron:hover {
    background-image: url("../assets/background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(232,88,81,.2);
    color: white;
    padding-bottom: 80px; }
.navbar{
  background-color:#6f2929;
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.3s;
  z-index: 1;
}
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  margin-bottom: 0px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #ddd;
  color: #4a1c1c;
}
.divider{
  width:3px;
  height:auto;
  display:inline-block;
}
.intro {
  margin-left: 100px;
  margin-right: 100px;
}
.languages {
  margin-left: 4%;
  margin-right: 4%;
}
.copyright {
  padding: 10px;
  color: white;
  background-color: #4a1c1c;
  text-align: center;
}
.icon{
  width: 7rem;  
  height: 7rem;
  font-size: 50px;
  color: black;
  } 
/*Add custom cursor so it auto inherits font styles*/
.typed-cursor {
  content: '|';
  display: inline;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  }
/*Custom cursor animation*/
@keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
  }
@-webkit-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
  }
@-moz-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
  }
.avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: auto;
  transition: transform .2s;
  border: 2px solid white;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
  }
.avatar:hover {
  transform: scale(1.2);
  }
.btn:hover {
  transform: scale(1.05);
  }
i{
  text-decoration: none;
  color: #eee;
}
.link-buttons{
  transition: transform .2s;
}
.link-buttons:hover {
  transform: scale(1.2);
}
.fa-youtube:hover{
  color: rgb(155, 0, 0);
}
.fa-linkedin:hover{
  color: rgb(44, 110, 233);
}
.fa-github:hover{
  color: rgb(0, 0, 0);
}
.fa-envelope:hover{
  color: rgb(83, 181, 238);
}
.fa-file-alt:hover{
  color: rgb(202, 202, 202);
}
.disable-hover{
  pointer-events: none;
}
.carousel-inner > .item > img {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  object-fit: contain;
  display:block;
}

.carousel-caption{
  position: absolute;
  padding: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
}

h3 {
  font-size: 2vmax;
}

.accordian-button {
  border-width: 0px;
}

