body{
    background-color: #181818;
    margin: 0;
    font-family: 'Geomanist',Arial, Helvetica, sans-serif;
    
    

}
  @media all and (min-width:1440px) {
    body {
    zoom: 1.25; /* Scales everything to 125% */
    -moz-transform: scale(1.25); /* Firefox fallback */
    -moz-transform-origin: 0 0;
}
  }
 .page-border {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px solid #fff; /* border color and thickness */
    pointer-events: none; /* lets clicks pass through */
    z-index: 9999;
  }

.header{
    display: flex;
    flex-direction: row;
}

.ap-logo-container>a>img:hover{
    transform: scale(1.1);
    transition: transform 0.1s ease-in-out;
    background-image: url(../images/hover-ap-logo-img.png);
}
.ap-logo-container{
    margin: 50px;
    position: fixed;
    top: 30px;
    left: 30px;
}
.transparent-div{
    margin-left: 78%;
    overflow-y: auto;
    
}
.nav-bar{
    width: 100%;
    position: fixed;
    top: 50px;
    left: 87%;

}
.nav-bar>ul{
    list-style-type: none;
    
    
}
.nav-bar>ul>li{
    padding: 5px;
}
#shuffle{
    text-decoration: none;
    font-family: 'Geomanist',Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
}
#shuffle:hover{
    color: #B3A577;
    
}
#shuffle.active{
    color: #B3A577;
}


main,footer{
    width: 100%;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}


.profile-img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-top: 150px;
    margin-bottom: 125px;
}

.intro-container{
    width: 75%;
     font-family: 'Geomanist-bold',Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 38px;
    color: #fff;
    text-align:left ;
    margin-bottom: 50px;
    
}
.social-media{
    width: 75%;
    margin: -50px 0 150px -90px;
    
}
.social-media ul{
    list-style-type: none;
    display: flex;
    
}
.social-media ul li{
    margin: 0 10px;


}
.social-media ul li a{
    text-decoration: none;
    font-family: 'Geomanist',Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 2px;
    border-bottom: 2px solid #fff;
}
.social-media ul li a:hover{
    color: #B3A577;
    border-bottom: 2px solid #B3A577;
}
.copyright{
    font-family: 'Geomanist',Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
    margin-top: 20px;
}

.copyright:hover{
    color: #B3A577;
}
::-webkit-scrollbar {
    width: 2px; /* scrollbar width */
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1; /* track color */
  }

  ::-webkit-scrollbar-thumb {
    background: #888; /* scrollbar color */
    border-radius: 6px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #555; /* hover color */
  }

  /* Firefox scrollbar styling */
  * {
    scrollbar-width: thin; /* "auto" or "thin" */
    scrollbar-color: #B3A577 #fff; /* thumb color, track color */

  }
@media screen and (max-width:1024px) {
   .nav-bar{
    margin-left: -35px;
   }
   .ap-logo-container{
    margin-left: 25px;
   }
  }
  @media screen and (max-width:768px) {
    .nav-bar{
        margin-left: -55px;
    }
    .ap-logo-container{
        margin-left: 7px;
        margin-top: 35px;
    }
  }

 @media  (max-width:425px) {
    .nav-bar{
        position: absolute;
        margin-left: -255px;
        margin-top: -25px;
        width: fit-content;
        padding: 0;

    }
    .page-border{
        display:none;
    }
    body{
        width: fit-content;
    }
    .nav-bar>ul{
        display: flex;
        flex-direction: row;
    }
    .nav-bar>ul>li{
        font-size: 13px;
    }
    .ap-logo-container{
        margin-top: 10px;
        position: absolute;
    }
    .ap-logo-container>a>img{
        width: 30px;
    }
    .profile-img{
        width: 270px;
        height: 270px;
        /* margin-left: -225px; */
        margin-left: 50px;
    }
    p{
        font-size: 25px;
    }
    .intro-container{
        width: 360px;
        /* margin-left: -240px; */
        margin-left: 35px;
    }
    .header{
        width: 300px;
    }
    main{
        width: fit-content;
        
    }
    .social-media{
        margin-left: -70px;
        width: fit-content;
        /* width: 50px; */
    }
    .social-media>ul>li>a{
        font-size: 15px;
    }
    .copyright{
        margin-left: 35px;
        width: fit-content;
        
    }
    
    
  }
  @media (max-width:375px) {
    .nav-bar{
        margin-left:-160px ;
    }
    .profile-img{
        width: 300px;
        height: 300px;
        margin-top: 200px;
    }
    .intro-container{
        width: 430px;
        margin-left: 20px;
    }
    p{
        font-size: 23px;
    }

    .nav-bar>ul>li{
        font-size: 12px;
    }
    .social-media{
        margin-left: -170px;
    }
    .social-media>ul>li>a{
        font-size: 13px;
    }
  }
  @media (max-width:320px) {
    .nav-bar{
        margin-left: -100px;
    }
    .ap-logo-container>a>img{
        width: 40px;
    }
    .profile-img{
        margin-left: 50px;
        margin-top: 300px;
        width:400px ;
        height: 400px;
    }
    .nav-bar>ul>li{
        font-size: 20px;
    }
    .intro-container{
        width: 550px;
    }
    p{
        font-size: 35px;
    }
    .social-media{
    margin-left: -120px;
    }
    .social-media>ul>li>a{
        font-size: 25px;
    }
    .copyright>span{
        font-size: 15px;
    }
    
  }







