*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html { font-size: 110%; }
html, body {
  height: 100%;
  width: 100%;
}

.container{
  display: flex;
  flex-direction: column;
}

body {
  font-family: 'Work Sans', helvetica, sans-serif;
  /*font-size: 1rem;*/
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: rgb(0, 0, 0);
  background-color: lavender;

}

header{
    background-color: rgb(192, 208, 235, .2);
    text-align: left;
    height: 58px;
    width: 100%;
    position: fixed;
    z-index: 1;
}

/* .main-header{
    text-align: center;
    text-emphasis: bold;
    text-shadow: rgb(240, 10, 240);
} */


#nav {
  font-family:Arial, Helvetica, sans-serif;
  float: left;
  
  }
  a:visited {
      color: rgb(92, 189, 253);
  }
  a:hover{
      color: rgb(154, 214, 241);
  }
  a:active {
      color: rgb(246, 247, 248);
  }
  
  
  header ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
    }
    
    li {
      float: left;
    } 
    
    header ul li a {
      display: inline-block;
      color: rgb(0, 0, 0);
      text-align: center;
      padding: 25px;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
    
    header ul li a :hover:not(.active) {
      background-color: rgb(245, 84, 205);
    }
    
    /* .active {
      background-color: #e03166;
    } */

    /* li {
      border-right: 1px solid rgb(255, 255, 255);
    } */
    
    li:last-child {
      border-right: none;
    }




#moving{
  width: 76%;
  margin: auto;

}


#woman{
  z-index: 2;
}

#Stars{
  z-index: 3;
    animation: Stars 4s infinite;
    -webkit-animation-timing-function: linear; /* Chrome, Safari, Opera */
  animation-timing-function: linear;


}

@keyframes Stars{
    from{ transform:rotatez(0deg);

    }
    to{transform:rotatez(.22deg);

    }

}





.bg-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}


.bg-white {
  background-color: rgb(160, 184, 196, .2);;
  position: relative;
  height: 70%;

}


h1 {
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 30px;
  right: 300px;
  bottom: -70px;
  position: relative;
  color: #232424;
  text-transform: uppercase;
}

h4 {
  color: #031614;
  font-size: 15px;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  width: 50rem;
  top: -400px;
  left:5%;
  position: relative;

}


.introduction{
  text-align: right;
  width: 50rem;
  top: -280px;
  position: relative;
}


.mb {
  margin-bottom: 30px;
  position: relative;
  right: 15%;

}


section.row,
footer.row {
padding: 30px 30px 60px;
}


.profile {
  width: 25%;
  left: 450px;
  top: -10px;
  height: fit-content;
  padding: 20px;
  position: relative;
  border-radius: 45px;

  
}



.copy{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 200;
    font-size: small;
}
/* #email{
    text-align: left;
    position: absolute;
} */

footer{
  position: relative;
  top: 90%;
}

.information{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: #575858;
  position: relative;
  top: 20%;
}
.information1{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: #575858;
  font-size: 80%;
  position: relative;
  top: 20%;
}


      .flip-card {
        background-color: transparent;
        position: absolute;
        bottom: -75%;
        left: 10%;
        width: 300px;
        height: 300px;
        border: 1px groove #9ad5e7;
        perspective: 1000px; 
      }

      .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
      }

      .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
      }

      .flip-card-front, .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }

      .flip-card-front {
        background-color: rgba(191, 178, 204, 0.247);
        color: black;
      }

      .flip-card-back {
        background-color: rgba(150, 200, 214, 0.575);
        color: white;
        transform: rotateY(180deg);
      }

            .flip-card1 {
              background-color: transparent;
              position: absolute;
              bottom: -75%;
              left: 40%;
              width: 300px;
              height: 300px;
              border: 1px groove #9ad5e7;
              perspective: 1000px; 
            }

            .flip-card-inner1 {
              position: relative;
              width: 100%;
              height: 100%;
              text-align: center;
              transition: transform 0.8s;
              transform-style: preserve-3d;
            }

            .flip-card1:hover .flip-card-inner1 {
              transform: rotateY(180deg);
            }

            .flip-card-front1, .flip-card-back1 {
              position: absolute;
              width: 100%;
              height: 100%;
              -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
            }

            .flip-card-front1 {
              background-color: rgba(191, 178, 204, 0.247);
              color: black;
            }

            .flip-card-back1 {
              background-color: rgba(150, 200, 214, 0.575);
              color: white;
              transform: rotateY(180deg);
            }

           
                  .card a {
                    color: rgba(182, 130, 169, 0.719);
                    text-decoration: none;
                    width: 100%; 

                  }                
                  .card a:hover {
                    box-shadow: 3px 3px 8px rgb(221, 167, 243);   
                    width: 100%; 

                  }                 
                  .card-content {
                    padding: 2em;
                    width: 100%;
                  }               
                  .card-content h2 {
                    margin-top: 0;
                    margin-bottom: 0.5em;
                    width: 100%;

                    font-weight: normal;
                  }         
                  .card {
                    display: flex;
                    flex: 0 1 calc(50% - 0.5em);
                    margin-bottom: 1em;
                    border-radius: 5%;
                    position:absolute;
                    width: 20%;
                    left: 20%;
                    bottom:-140%;
                    background: rgba(179, 31, 20, 0.055);
                    margin-bottom: 2em;
                  }

                  .card2 {
                    display: flex;
                    flex: 0 1 calc(50% - 0.5em);
                    margin-bottom: 1em;
                    border-radius: 5%;
                    position:absolute;
                    width: 20%;
                    left: 60%;
                    bottom:-140%;
                    background: rgba(179, 31, 20, 0.055);
                    margin-bottom: 2em;
                  }

                  .card2 a {
                    color: rgba(182, 130, 169, 0.719);
                    text-decoration: none;
                    width: 100%; 

                  }                
                  .card2 a:hover {
                    box-shadow: 3px 3px 8px rgb(221, 167, 243);  
                    width: 100%; 
                  }   
                  
                  ::-webkit-scrollbar {
                    width: 5px;
                    height: 10px;
                  }
                  
                  ::-webkit-scrollbar-track {
                    background: plum; 
                  }
                   
                  ::-webkit-scrollbar-thumb {
                    background: rgb(95, 169, 211); 
                  }
                  
                  ::-webkit-scrollbar-thumb:hover {
                    background: rgb(95, 169, 211); 
                  }
                  
                    
































                        @media screen and (max-width: 768px) {

                          body{
                              width: 100%;
                          }
                          .greetings{
                            left: 60%;    
                            width: 70%;
                            height: 50%;
                            position: absolute;
                            top: 30%;

                          }
                          .rowmb{
                            width: 50%;
                            position: relative;
                            

                          }
                          .row{
                            width: 100%;

                          }
                          .mb{
                            width: 50%;
                            position: relative;
                            left: 23%;
                            top: 10%;

                          }
                          header{
                            width: 100%;
                          }
                          /* footer{
                            width: 100%;
                            bottom: 0;
                          } */
                          .profile{
                            width: 70%;
                            position: relative;
                            left: -30%;
                          }
                          .flip-card {
                            position: relative;
                            top: 10%;
                            left: 20%;
                          }
                          .flip-card1 {
                            position: relative;
                            top: 10%;
                            left: 20%;
                          }
                          .cards{
                            position: absolute;
                            bottom: -1000px;
                            width: 100%;

                          }
                          .card{
                            width: 30%;
                          }
                          .card2{
                            width: 30%;
                          }
                    
                    

}