@counter-style thumbs {
    system: cyclic;
    symbols: "\1F6F8" "\1F680" "\1F6F0" "\1FA90" "\2604";
    suffix: " ";
  }
  
  .custom {
    list-style: thumbs;
  }
  #introCS{
     margin-left:0 ;
   margin-right: 2rem;
    padding: 0; 
    width: 90%;
    text-align: left;
  }

  
.phone{
    background-image: url(../images/camera.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
  background-attachment: fixed;
  
  height: 200vh;
}

.topLayer{
    margin-top: 20rem;
    
}

.space{
    margin: 5rem;
    /* margin-bottom: 15rem; */
    padding-top: 5rem;
}
.space2{
    margin-top: 5rem;
}
.width-80{
    max-width: 50% !important;
    margin: 2rem;
}
.glass{
    
    
    background: rgba(255, 255, 255, 0.09);

padding: 40px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(3.6px);
-webkit-backdrop-filter: blur(3.6px);
border: 1px solid rgba(255, 255, 255, 0.2);
}

.underlined{
    text-align: center;
    border-bottom: #4e697d  2px solid;
    width: 100%;
}
.resized{
    font-size: 36px;
    width:auto;
    text-align: center;
    padding: 1rem;
    text-decoration: none;
    color: #4e697d  ;
}

.glass2{
    background: rgba(255, 255, 255, 0.16);
border-radius:0px;
padding: 40px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(3.6px);
-webkit-backdrop-filter: blur(3.6px);
border: 1px solid rgba(255, 255, 255, 0.2);
}

.boldly{
color: gold;
font-weight: bold;
font-size: larger;
}

.center{
    width: auto !important; 

}

.text-info:hover{
    color:whitesmoke !important;
}

.list-group-item{
    background-color: #4e697d;
    color: whitesmoke;
}

.over:hover {
    
    border-color:cyan ;
    box-shadow: 20px 20px 60px cyan,
    -20px -20px 60px whitesmoke;
    
}
.over:hover i{
   color: cyan; 
}
.over:hover h5{
    border-color: cyan;
}
.over:hover a{
    border-color: cyan;

}
.accordion-button{
    background-color: #4e697d;
    color: whitesmoke;
    
}
.accordion-item{
    
    background-color: #3D4450;
    color: whitesmoke;
    border-color: #3D4450;
    box-shadow: 20px 20px 60px #23262E,
    -20px -20px 60px #4e697d;
}


