body{
    background-color: #f7f4ed;
    overflow-x: hidden;
}


h1 {
    font-family: 'homemade apple';
    text-align: center;
    color:#0b1957;
}

h2{
    font-family: 'homemade apple';
    text-align: center;
    color: #0b1957;
    transform: translate(0%, 130%);

}

ul{
    font-family:'red hat text';
    left: 0px;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}


.p{
    text-align: left;
    font-family: 'red hat text';
    color: #0b1957;
    left: 200px;
    transform: translate(105%, -250%);
}



.me{
  transform: translate(10%, 0%);
  border-radius: 20px;
  margin:25px;

}
  
.active { 
      background-color:rgb(205, 81, 101)
  }

.linkedin{
  transform: translate(46%, -810%);
}

.ig{
  transform: translate(52%, -910%);
}

.gmail{
  transform: translate(58%, -1010%);
}


.splash{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f7f4ed;
    z-index: 200;
    color: #0b1957;
    text-align: center;
    line-height:  90vh;
}

.splash.display-none{
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f7f4ed;
    z-index: -10;
    color: #0b1957;
    text-align: center;
    line-height:  90vh;
    transition: all 1s;
}

@keyframes fadeIn{
    to{
        opacity: 3;
    }
}

.fade-in {
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}

.footer{
    font-family:'homemade apple';
    background-color:#f7f4ed ;
}

* {box-sizing:border-box}


.mySlides {
    display: flex;
    border-radius: 20px;

}

img{
    vertical-align: middle;
    border-radius: 20px;
    display: flex;
    transform: translate(1.5%, 0%);

}
/* Slideshow container */
.slideshow-container {
  max-width: 1210px;
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
  border-radius: 20px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: 10vh;
  margin-top: 0px;
  padding: 16px;
  color: #0b1957;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  opacity: 0;
}

/* Position the "next button" to the right */
.next {
  right: -29%;
  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: #d2b3db;
}

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

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0px;
  background-color: #e8d9ed;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #d2b3db;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
