body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

button {
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
}

.content {
  position: relative;
  width: 100%;
  max-width: 1700px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 200px;
  z-index: 3;
}

.page-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.page-section.black {
  background: #000000;
  background: -webkit-linear-gradient(to right, #000000, #434343);
  background: linear-gradient(to right, #000000, #434343);
}

.page-section.grey {
  background: rgb(245, 245, 245);
}

.my-button {
  position: relative;
  padding: 17px 42px;
  color: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 0.6px;
  background: transparent;
  outline: none;
  background-size: 200% !important;
  animation: animate-background .5s !important;
  transition: background-position 2s, background-color .2s;
  box-shadow: 0 20px 28px 2px rgba(0, 0, 0, 0.05);
}

@keyframes animate-background {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}

.my-button.orange {
  color: #fff;
  background: linear-gradient(to right, #f12711, #F36B15 25%, #f5af19 50%);
  border: 0;
}

.my-button.transparent {
  border: 1px solid #ccc;
  background: transparent;
}

.my-button.orange:hover {
  background-position: 100%;
}

.my-button.transparent:hover {
  background: #222;
}



.interstellar-background-image {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background-image: url('../assets/interstellar.jpeg');
  background-position: center;
  background-size: cover;
}
  
.cover-background-image {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .5);
}

.darker {
  background: rgba(0, 0, 0, .9);
}

.text-decoration-none {
  text-decoration: none;
}

#bgvid {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100% !important;
  min-height: 100vh !important;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  .content-info {
    position: relative;
    min-height: 100vh;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    padding: 150px 0;
  }
  
  .content-info h1 {
    font-size: 3em !important;
  }
  
  .content-info .title {
    position: relative;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
  }
  
  
  .content-info .title::before {
    content: '';
    height: 3px;
    width: 120px;
    position: absolute;
    top: -20px;
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f12711, #f5af19);
    background: linear-gradient(to right, #f12711, #f5af19);
  }
  
  .content-info.white-mode .title {
    color: #222;
  }
  
  .content-info h4 {
    color: #ccc;
    font-weight: normal;
    font-size: 16px;
  }
  
  .content-info h4 a {
    color: #ccc;
  }
  
  .content-info .description {
    margin-top: 0;
    font-size: 21px;
  }
  
  .content-info.white-mode p {
    color: #777;
  }
  
  .content-info p {
    margin-top: 30px;
    color: #fff;
  }
  
  .content-info p a {
    color: #fff;
  }
  
  .content-info .user-buttons {
    margin-top: 25px;
  }
  
  .content-info .user-buttons button {
    margin: 15px 15px 0 0;
  }
  
  .content-info .user-buttons a:last-child button {
    margin-right: 0;
  }

  footer {
    position: relative;
    width: 100%;
    background: #000000;
    background: -webkit-linear-gradient(to right, #000000, #434343);
    background: linear-gradient(to right, #000000, #434343);
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

footer .social-links {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
footer .social-links i {
    color: #fff;
    cursor: pointer;
    margin-right: 40px;
    font-size: 20px;
}

footer .social-links a:last-child i {
    margin-right: 0;
}

footer p {
    font-size: 14px;
    color: #fff;
}

.cards-container-wrapper {
  position: relative;
  margin: auto;
  padding: 0 0 60px;
}

.main-text {
  font-size: 36px;
  max-width: 900px;
  text-align: center;
  margin: auto;
  margin-top: 60px;
  font-weight: normal;
}

.main-text span {
  color: #F36B15;
}

.cards-container {
  position: relative;
  display: flex;
  max-width: 1000px;
  margin: 60px auto 30px;
}

.card {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 15px;
  box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  border-radius: 8px;
  background: #fff;
  align-self: center;
  overflow: hidden;
}

.card-content {
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px 20px;
}

.card.selected {
  background: linear-gradient(to right, #f12711, #F36B15, #f5af19);
  box-shadow: 0 0 #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
}

.card.card-experience.selected {
  box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
}

.card.selected h3, .card.selected p {
  color: #fff;
}

.card img {
  height: 60px;
  margin: 25px 0 15px;
}

.card h3 {
  font-size: 14px;
  margin: 0 0 5px;
  /* color: #F36B15; */
}

.card p {
  font-size: 12.5px;
  color: #888;
}

.card-experience h3 {
  font-size: 16px;
  margin-bottom: 0;
}


.card-header {
  position: relative;
  display: flex;
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}

.card-header-content {
  position: relative;
  width: 100%;
  padding: 15px 0;
  border-bottom: 2px solid #eee;
  text-align: left;
}

.card .card-header-content h3 {
  color: #222;
}

.card .card-header-content p {
  color: #888;
}

.card.card-experience.selected .card-header-content {
  border-bottom: 0;
}

.card ul {
  margin-top: 20px;
  list-style: none;
  text-align: left;
}

.card ul li {
  font-size: 12.5px;
  margin-bottom: 2px;
}

.card ul.white li {
  color: #fff;
}

.card ul.white li:before {
  color: #fff;
}

.card ul.green li:before {
  color: green;
}

.card ul li:before {
  position: relative;
  content: '✓';
  font-size: 12.5px;
  color: #F36B15;
  font-weight: bold;
  margin-right: 5px;
}

.card-experience .card-content {
  display: flex;
  flex-direction: column;
}

.card-experience .card-content a {
  align-self: flex-start;
}

.card-experience .card-content .my-button {
  background-position: 50%;
  font-size: 12px;
  padding: 13px 30px;
  align-self: flex-start;
  margin-top: 20px;
}

.card-experience p {
  color: #000;
  text-align: left;
  font-size: 12.5px;
}


.javascript-code-content {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 60px;
}

.javascript-code-content h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  .content {
    padding: 0 100px;
  }
}

@media screen and (max-width: 1100px) {
  .content {
    padding: 0 25px;
  }
}
  
@media screen and (max-width: 800px) {

    .hide-mobile {
      display: none;
    }

    .content-info h1 {
        font-size: 32px !important;
    }

    .main-text {
      font-size: 24px;
    }

    .cards-container {
      flex-wrap: wrap;
      margin: 50px 0 0;
    }
    
    .card {
      margin: 0 0 30px;
      box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
      border-radius: 8px;
      box-sizing: border-box;
      background: #fff;
    }
}