* {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

ul {
  list-style: none;
}

p a {
  text-decoration: underline;
  color: #000;
  opacity: 0.75;
}

p a:hover {
  color: #000;
  opacity: 1;
}

.landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
}

.landing .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing .background-image li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-animation: imageAnimation 50s linear infinite;
  animation: imageAnimation 50s linear infinite;
}

.landing .background-image li:nth-child(1) {
  background-image: url(../img/IMG_1.jpg);
}

.landing .background-image li:nth-child(2) {
  background-image: url(../img/IMG_2.jpg);
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.landing .background-image li:nth-child(3) {
  background-image: url(../img/IMG_3.jpg);
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

.landing .background-image li:nth-child(4) {
  background-image: url(../img/IMG_4.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

.landing .background-image li:nth-child(5) {
  background-image: url(../img/IMG_5.jpg);
  -webkit-animation-delay: 40s;
  animation-delay: 40s;
}

.landing a.btn {
  padding: 20px 46px;
  border-radius: 4%;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #494949;
  color: #fff;
  opacity: 0.7;
}

.landing a:hover {
  opacity: 1;
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  10% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}

/* Older browser support - .no-cssanimations class added by modernizr */
.no-cssanimations .background-image li {
  opacity: 1;
}

.landing-content {
  color: #fff;
  opacity: 0;
  margin-top: 100px;
  -webkit-animation: 1s slidefade 3s forwards;
  animation: 1s slidefade 3s forwards;
}

.landing-content h1 {
  font-weight: 700;
  font-size: 60px;
}

.landing-content h3 {
  font-size: 24px;
}

div .sidebar {
  background: #000;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #434343, #000);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #434343, #000);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-top: 10vh;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
  text-decoration: none;
  color: #fff;
}

div .sidebar nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

div .sidebar a {
  font-size: 1.3rem;
  color: #fff;
  opacity: 0.75;
  -webkit-transition: padding-left 0.5s;
  -o-transition: padding-left 0.5s;
  transition: padding-left 0.5s;
  padding-bottom: 3vh;
}

div .sidebar a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  padding-left: 15px;
}

@media (max-width: 992px) {
  div .sidebar {
    background: #000;
    height: auto;
    margin: 0;
    padding: 23px 0 0 0;
    opacity: 1;
    z-index: 2;
  }
  div .sidebar nav {
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #000;
  }
  div .sidebar a {
    color: #fff;
    font-size: 1rem;
  }
  div .sidebar a:hover {
    text-decoration: none;
    color: #fff;
    padding-left: 0px;
  }
}

#_about {
  margin-top: 10vh;
}

.about-content {
  font-size: 1.4rem;
}

@media (max-width: 992px) {
  .about-content {
    font-size: 1.1rem;
  }
}

#project-img-1 {
  background-image: url(../img/kancelaria.JPG);
}

#project-img-2 {
  background-image: url(../img/yelpcamp.JPG);
}

#project-img-3 {
  background-image: url(../img/portfolio.jpg);
}

#project-img-4 {
  background-image: url(https://source.unsplash.com/QBLq7dY0uo8);
}

#project-img-5 {
  background-image: url(../img/easy_session.jpg);
}

#_projects {
  margin-top: 15vh;
}

#_projects ul {
  list-style: disc;
  margin-left: 10vw;
}

#_projects a {
  text-decoration: none;
  color: #000;
  opacity: 0.75;
}

#_projects a:hover {
  text-decoration: none;
  opacity: 1;
}

#_projects i {
  text-align: center;
  background-color: #fff;
  color: #000;
}

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  height: 70vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.main-container .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
}

.main-container .main-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  border-radius: 4%;
  max-width: auto;
  height: 100%;
  opacity: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-from-bottom {
  margin-top: 100px;
}

.animation.animate {
  -webkit-animation: 1s slidefade 0.5s forwards;
  animation: 1s slidefade 0.5s forwards;
}

#_skills {
  margin-top: 15vh;
}

.skill {
  text-align: center;
  color: #fff;
  position: absolute;
  height: 20vh;
  width: 20vh;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
  cursor: pointer;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, right top, left top, from(#5e5d5d), to(#000));
  background: -o-linear-gradient(right, #5e5d5d, #000);
  background: linear-gradient(to left, #5e5d5d, #000);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: 1px solid black;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}

.skill:hover {
  -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
  -moz-box-shadow: inset 0px 0px 5px #c1c1c1;
  box-shadow: inset 0px 0px 5px #c1c1c1;
}

div.dropdown-menu a.dropdown-item.active,
div.dropdown-menu a.dropdown-item :active {
  background-color: #545b62;
  color: #fff;
}

div.dropdown-menu a.dropdown-item:hover {
  background-color: #545b62;
  opacity: 0.9;
  color: #fff;
  cursor: pointer;
}

#skill-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#skill-container {
  height: 70vh;
  position: relative;
}

#skill1 {
  top: 40%;
  left: 36%;
  z-index: 6;
}

#skill2 {
  top: 38%;
  left: 33%;
  z-index: 5;
}

#skill3 {
  top: 36%;
  left: 33%;
  z-index: 4;
}

#skill4 {
  top: 34%;
  left: 36%;
  z-index: 3;
}

#skill5 {
  top: 36%;
  left: 39%;
  z-index: 2;
}

#skill6 {
  top: 38%;
  left: 39%;
  z-index: 1;
}

#_contact {
  margin-top: 15vh;
}

#_contact a {
  text-decoration: none;
}

#contact-content-container {
  height: 30vh;
}

#copy-button {
  background-color: rgba(0, 0, 0, 0.1);
}

#copy-button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.clickable {
  opacity: 0.8;
}

.clickable:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}

i {
  height: 50px;
  width: 50px;
  text-align: center;
}

hr.style-two {
  color: black;
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.75)), to(transparent));
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.75), transparent);
}

@keyframes slidefade {
  100% {
    opacity: 1;
    margin: 0;
  }
}
