body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    background-color: #0C0E2B;
}

/*const colors = {
  primary: 'rgb(12,14,45)',
  secondary: '#2ecc71',
  background: '#ecf0f1',
  whiteWithOpacity: (opacity = 0.1) => `rgba(255, 255, 255, ${opacity})`,
  disabled: '#bdc3c7',
  text: '#34495e',
  accent: '#e74c3c',
  purple: '#A895DF',
};*/

.purple {
  color: #A895DF;
}

b {
  color: #A895DF;
  font-weight: bolder;
}

/* Modal */

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.row {
  display: flex;
}

.row img {
  width: 300px;
}

.columns-modal {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-height: 15vh;
  gap: 10px;
  margin-top: 15px;
}

.columns-modal .column {

  max-height: 100%;
}

.columns-modal img {
  max-height: 100%;
}

.row-photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  gap: 15px;

}

.row-photos .column {
  width: 37%;
  min-height: 175px;
  padding: 0px;
  cursor: pointer;
}

.column img {
  object-fit: cover;
  height: 100%;
}

.row-photos .column {
  opacity: .8;
}

.row-photos .column:hover {
  opacity: 1;
}

.row-photos img {
  width: 100%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  max-width: 90%;
  max-height: 60vh;
}

.modal-content img {
  width: 100%;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  width: 75%;
  margin: auto;
  display: none;
}

.columns-modal {
  width: 90%;
  margin: auto; 
  margin-top: 25px;
}

.mySlides img {
  height: 67.5vh;
  object-fit: scale-down;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
  border-radius: 1.5px;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Final modal */

* {
    margin: 0px;
    padding: 0px;
}

ul {
  list-style: none;
}

.header {
  position: absolute;
  top: 40px;
  left: 4.25%;
  width: 60%;
  height: 5vh;
  z-index: 999;
}


/*-------------------------------------------
  -- Owl Carousel
-------------------------------------------*/

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  padding: .3125rem;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  opacity: .7;
}

.owl-carousel .owl-dots .owl-dot span {
  background-color: #191919;
  border-radius: 50%;
  display: inline-block;
  height: .625rem;
  opacity: .2;
  transition: .3s ease;
  width: .625rem;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: -1.25rem;
  bottom: 0;
  height: 0;
  margin: auto;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  background-color: rgba(25, 25, 25, .6);
  border-radius: 50%;
  box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
  color: #fff;
  display: inline-block;
  height: 2.5rem;
  position: absolute;
  text-align: center;
  transition: .3s ease;
  width: 2.5rem;
}

.owl-carousel .owl-nav .owl-prev:after, .owl-carousel .owl-nav .owl-next:after {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 2.5rem;
  -webkit-font-smoothing: antialiased;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
  background-color: rgba(25, 25, 25, .8);
}

.owl-carousel .owl-nav .owl-next {
  right: .3125rem;
}

.owl-carousel .owl-nav .owl-next:after {
  content: "\f105";
  margin-left: .1875rem;
}

.owl-carousel .owl-nav .owl-prev {
  left: .3125rem;
}

.owl-carousel .owl-nav .owl-prev:after {
  content: "\f104";
  margin-right: .0625rem;
}

/***********************************************************************************************************************
E. Template Specific Elements
***********************************************************************************************************************/

/*-------------------------------------------
-- Centered Slider
-------------------------------------------*/

.ts-carousel-centered .slide {
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 1rem;
}

.ts-carousel-centered .owl-item {
  perspective: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ts-carousel-centered .owl-item .slide {
  opacity: .5;
  transition: .3s ease;
  transform: scale(.95);
}

.ts-carousel-centered .owl-item.active.center .slide {
  opacity: 1;
  transform: scale(1);
}

.ts-carousel-centered .owl-nav .owl-prev,
.ts-carousel-centered .owl-nav .owl-next {
  height: 3.75rem;
  width: 3.75rem;
}

.ts-carousel-centered .owl-nav .owl-prev:after,
.ts-carousel-centered .owl-nav .owl-next:after {
  font-size: 1.375rem;
  line-height: 3.75rem;
}

.ts-carousel-centered .owl-nav .owl-prev:hover,
.ts-carousel-centered .owl-nav .owl-next:hover {
  background-color: rgb(25, 25, 25);
}

.ts-carousel-centered .owl-nav .owl-next {
  right: 1.25rem;
}

.ts-carousel-centered .owl-nav .owl-prev {
  left: 1.25rem;
}


.nav {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px 25px;
}

.nav__link {
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 12px;
  text-decoration: none;
  color: #fff;
  margin: 0px 10px;
}

.banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
}

.banner__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;

}

.banner__right {
  position: relative;
  width: 42.5%;
  height: 100%;
  background-image: url('assets/ChillCave.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /*clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);*/
  -webkit-box-shadow: inset 21px 0px 40px -3px #0C0E2B; 
  box-shadow: inset 21px 0px 40px -3px #0C0E2B;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.app__link-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  column-gap: 7.5px;
  bottom: 50px;
  left: 0;
  width: 100%;
  color: rgb(206, 205, 205);
  text-decoration: none;
  z-index: 999;
  text-align: center;
  font-size: 16px;
}

.app__link-wrapper a {
  color: white;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.custom-img {
  object-fit: cover;
  border-radius: 30px;
  display: inline-block;
  max-width: 50%;
  padding: 5px; 
  padding: 0px;
  width: auto;
}

.banner__right video {
  width: 100%;
  height: 100%;
}

.banner__right:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 2, 30, 0.86);
  -webkit-box-shadow: 0px 1px 15px 8px rgba(2, 2, 30, 0.86); 
  box-shadow: 0px 1px 15px 8px rgba(2, 2, 30, 0.86);
}


  .banner__title {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: #FFFFFF;
  }

  .dot {
    color: #A895DF;
  }

  .banner__title, .banner__subtitle, .social {
    width: 95%;
    padding-left: 55px;
  }
  
  .banner__subtitle {
    font-style: normal;
    
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    color: #768CAB;
    margin-top: 6vh;
  }
  
  .social {
    align-self: flex-start;
    justify-content: center;
    margin: 0px auto;
    margin-top: 25px;
  }
  
  /* Selectores para el elemento "social__link" */
  .social__link {
    /* Estilos para el elemento "social__link" */
  }
  
  /* Selectores para el elemento "social__img" */
  .social__img {
    width: 30px;
    color: white;
  }

  .fancy {
    position: relative;
    white-space: wrap;
}
.fancy:after {
    --deco-height: 0.3125em;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--deco-height) * -0.625);
    height: var(--deco-height);
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M-17 30.5C-1 22 72-4 54 13 37.9 28.2-2.5 57.5 16 55.5s72-29 104-40' stroke='%23A895DF' stroke-width='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%2353D3D4' d='M0 0h100v64H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");    background-size: auto 100%;
    background-repeat: round;
    background-position: 0em;
}

  .description {
    
  }
  
  .description__right {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12.5px;
    color: white;
  }

  .tag {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #A895DF;
  }
  
  .tag.tag-1 {
    
  }
  
  /* Selectores para el elemento "tag-2" */
  .tag.tag-2, .tag-section {
    margin-left: 3vw;
  }
  
  /* Selectores para el elemento "description__photo-wrapper" */
  .description__photo-wrapper {
    /* Estilos para el elemento "description__photo-wrapper" */
  }
  
  /* Selectores para el elemento "photo-wrapper__img" */
  .photo-wrapper__img {
    /* Estilos para el elemento "photo-wrapper__img" */
  }
  
  /* Selectores para el elemento "description__p" */

  .contact {
    position: relative;
    width: 60%;
    margin: auto;
    margin-top: 30px;
  }

  .contact-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 35px;
    background-color: #0C0E2B;
    margin: 0 auto;
    border: 6px solid #A895DF;
    margin-bottom: 120px;
    padding: 25px 0px;
    z-index: 99;
  }

  #myModal {
    z-index: 999;
  }

  .contact__title {
    color: white;
  }

  .contact__link {
    display: inline-block;
    background-color: #A895DF;
    text-decoration: none;
    color: white;
    padding: 20px 40px;
    border-radius: 5px;
  }

  .contact__email {
    color: white;
  }

  .contact-after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1A2037;
    opacity: 0.8;
    background: linear-gradient(135deg, #A895DF55 25%, transparent 25%) -10px 0/ 20px 20px, linear-gradient(225deg, #A895DF 25%, transparent 25%) -10px 0/ 20px 20px, linear-gradient(315deg, #A895DF55 25%, transparent 25%) 0px 0/ 20px 20px, linear-gradient(45deg, #A895DF 25%, #1A2037 25%) 0px 0/ 20px 20px;
    z-index: -999;
  }

  .description {
    width: 85%;
    min-height: 120vh;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .description__p {
    width: 50%;
    margin-left: 9vw;
    font-size: 18px;
  }

  .description__square {
    position: relative;
    width: 300px;
    height: 400px;
  }
  
  .avatar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .description__square::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 3px solid #A895DF;
  }

  .description__square::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 2, 30, 0);
    z-index: 999;
  }

  .tag-h1, .tag-p  {
    margin-left: 6vw;
  }

  .tag-h1 + h2 {
    margin-left: 9vw;

  }
  
  /* Selectores para el elemento "tag-3" */
  .tag.tag-3 {
    /* Estilos para el elemento "tag-3" */
  }
  
  /* Selectores para el elemento "tag-4" */
  .tag.tag-4 {
    /* Estilos para el elemento "tag-4" */
  }

  .skills {
    margin-bottom: 17.5vh;
  }

  .skills-wrapper {
    width: 80.5%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
  }

  .skill {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-width: 230px;
    height: 90px;
    background: #1e264e;
    z-index: 20;
  }

  .skill-wrapper {
    position: relative;
  }

  .skill-after {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 230px;
    height: 90px;
    background: #A895DF;
    z-index: 19;

  }
  
  .projects {
    padding-bottom: 5vh;
  }

  .projects__show {
    margin: 15vh 0px;
  }
  
  .projects__title, .skills__title {
    font-style: normal;
    font-weight: 700;
    font-size: 47px;
    color: #A895DF;
    width: 95%;
    margin-left: auto;
    margin-bottom: 30px;
  }
  
  .projects__show {
    display: flex;
    justify-content: center;
    gap: 80px;
  }

  .projects__img-wrapper {

    position: relative;
    width: 27.5%;
    height: 55vh;
  }

  .arrow {
    font-size: 10px;
    margin-top: -10px;
    margin-left: -5px;
  }

  .projects__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .projects__img-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    left: 10px;
    border: 3px solid #A895DF;
    color: white;
    z-index: -9;

  }
  
  .project__info {
    /* Estilos para el contenedor de información del proyecto */

  }
  
  .project-head__number {
    display: block;
    min-width: fit-content;
    font-weight: 700;
    font-size: 25px;
    color: #A895DF;

  }

  .project-head__subtitle {
    margin-top: 3px;
    font-weight: bolder;
    color: #A895DF;
  }

  .project-head__link {
    display: inline-block;
    padding: 20px 40px;
    border: 1px solid #A895DF;
    text-decoration: none;
    color: #A895DF;
    text-align: center;
    margin-top: 25px;
    transition: all .5s ease;
  }

  .project-head__link:hover {
    color: white;
    background-color: #A895DF;

  }

  .project-head {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 50%;
    margin: 0px;
  }

  .project__info {
    width: 50%;
  }

  .project-head {
    width: 100%;
  }

  .project-head__description {
    width: 90%;
    color: white;
    margin-top: 2vh;
  }

  
  .project-head__title {
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF; 
  }
  
  .project-head__subtitle {
    font-weight: 400;
    font-size: 15px;
  }
  
  .text {
    font-family: inherit;
    font-weight: 700;
    line-height: inherit;
    text-rendering: optimizeLegibility;
 }
  .text-title {
    font-size: 1.25rem;
    color: #d32f2f;
 }
  .paragraph {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: inherit;
    margin: 0.25rem 0;
    color: #252a32;
    text-transform: unset;
    text-rendering: optimizeLegibility;
 }
  .truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
 }
  .scroll {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    margin: 2.5rem 0;
    cursor: default;
    overflow: scroll hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 0px 1.25rem;
    scrollbar-width: none;
 }
  .scroll::-webkit-scrollbar {
    display: none;
 }
  .scroll.active {
    cursor: grab;
    cursor: -webkit-grab;
 }
  .scroll .card {
    width: 16rem;
    height: auto;
    flex: 0 0 auto;
    margin: 0 0.75rem;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    color: #252a32;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
 }
  .scroll .card-image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 110%;
 }
  .scroll .card-image img.responsive {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
  .scroll .card-inner {
    width: 100%;
    height: auto;
    padding: 1rem;
 }

 .scroll {
  display: flex;
  align-items: flex-start;
  width: 95%;
  margin-left: 100px;
  margin-right: 100px;
  height: 70vh;
  column-gap: 100px;
 }


 .company {
  display: block;
  color: white;
  min-width: 45%;
  padding: 40px;
  min-height: 500px;
  border-radius: 15px;
  border: 3px solid #A895DF;
 }

 .company__top {
    display: flex;
    position: relative;
    width: 100%;
    border-radius: 100%;
    color: white;
    line-height: 75px;
    margin-bottom: 25px; 
 }

 .company__name {
    width: max-content;
    z-index: 999;
    padding: 0px 15px;
    background-color: #0C0E2B;
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
    text-decoration: none;
 }
    
 .experience {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-bottom: 80px;
	 margin-top: 50px;

 }

 .company__activities {
  width: 90%;
  margin: auto;
  margin-top: 25px;
 }

 .company__activity {
    position: relative;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0px;
 }

 .company__activity::before {

    content: "";
    position: absolute;
    top: 10px;
    left: -15px;
    width: 15px;
    height: 15px;
    background-color: #A895DF;
    /*border-radius: 100%;*/
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
 }

 .company__img {
  width: 60px;
  height: 60px;
  border-radius: 20%;
  object-fit: cover;
 }

 .company__position {
  color: #A895DF;
 }

 .company__period {
  margin: 10px;
  margin-top: 25px;
 }

 .company__location {
  margin: 10px;
 }

 .rating {
  display: flex;
  gap: 5px;
  font-size: 30px;
  color: white;
 }

 .skill__name {
  color: white;
 }


 .circle-m, .circle-full, .circle-empty {
  position: relative;
   display: block;
   width: 15px;
   height: 15px;
   border: 1px solid white;
   border-color: white;
   border-radius: 100%;
   background-color: white;
   
   
 }

 .circle-m {
  background-color: transparent;
 }

 .circle-m::after {
  content: "";
  display: block;
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  clip-path: polygon(0 0, 51% 0, 51% 100%, 0% 100%);
  top: 0px;
  left: 0px;
 }

 .circle-empty {
  background-color: transparent;
 }

 .footer {
  border-top: 4px solid #A895DF;
  height: 13vh;
  display: flex;
  width: 100%;
  color: white;
  justify-content: center;
  align-items: center;
 }

 .footer a {
  color: white;
  text-decoration-color: #A895DF;
 }

    
 @media screen and (max-width: 900px) {

  .contact {
    width: 95%;
  }

  #about {
    margin-top: 80px;
  }

 /*Mobile first*/
 .header {
  left: 10%;
}
	 
	 .experience {
	 	margin-top: 50px;
	 }

.banner {
  height: auto;
  flex-direction: column;
}


.projects__show {
  margin-top: 60px;
}

.banner__right {
  width: 100%;
  height: 100vh;
  margin-top: 10px;
}



.custom-img {
  max-width: 75%;
  width: 100%;
  height: auto;
}

.owl-nav {

}

.ts-carousel-centered .owl-nav .owl-prev {
  left: 0;
}

.ts-carousel-centered .owl-nav .owl-next {
  right: 0;
}

.ts-carousel-centered .owl-nav .owl-next, .ts-carousel-centered .owl-nav .owl-prev {
  width: 2rem;
  height: 2rem;
  background: transparent;
}


.banner__title {
  font-size: 50px;
  line-height: 66px;
  padding: 0;
  width: 80.5%;
  margin: auto;
  margin-top: 20vh;
}

.banner__subtitle {
  width: 80.5%;
  margin: auto;
  margin-top: 60px;
  padding: 0;
}

.social {
  width: 80.5%;
  margin: auto;
  padding-left: 0;
  margin-top: 30px;
}


.banner__left,
.description__left,
.description__right,
.project__info 
 {
  width: 100%;
}

.project-head, .projects__img-wrapper {
  width: 90%;
  margin: auto;
}

.projects__show {
  gap: 50px;
}

.description {
  margin-top: 2vh;
  flex-direction: column;
	margin-bottom: 75px;
}

.description__right {
  order: 2;
  height: auto;
  margin-top: 10vh;
}

.description__left {
  order: 1;
  height: auto;
}

.description__p {
  width: calc(100% - 55px);
  font-size: 20px;
}

.experience,
.projects {
  height: auto;
}

.projects__title {
  margin-top: 180px;
  margin-bottom: 0px;
}

.company {
  margin: 20px 0;

}

.company__position {
  text-align: left;
}

.scroll {
  flex-direction: column;
  height: auto;
  overflow: auto;
  width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
}


.projects__show {
  width: 100%;
  flex-direction: column;
}

.footer p {
  width: 90%;
  margin: auto;
 }

 .skills, .row-photos {
  display: none;
 }

 .contact__title {
  text-align: center;
  width: 80%;
  margin: auto;
 }

 .project-head__links {
  margin-top: 15px;
 }

 .project-head__link {
  margin: 4.5px 0px;
 }


  
}