
* {
    font-family: 'Quicksand';
    color: white;
    /* font-family: 'Quicksand'; */
}

h1 {
    font-family: 'Quicksand';
}

html {
  scroll-behavior: smooth;
  cursor: crosshair;
}




body {
    /* background-color:#f8f9fb; */
    background-color: black;
    min-height: 100vh;
    cursor: crosshair;
    /* border: 1px solid rgb(168, 167, 167); */
    border-radius: 20px;
    margin: 15px;
}

#homeBody {
    background-color: black;
    border: 0px;
}

a, a * {
    cursor: crosshair;
    cursor: inherit;
}

a:hover {
    cursor: url('./items/cursor2.png') 10 10, crosshair;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    column-gap: 15px;
    border: 1px solid rgb(168, 167, 167);
    border-radius: 20px;
    margin-top:100px;
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 15px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: space-between;
    height: 50px;
    margin-top: -10px;
    padding-bottom: 50px;
    width: 100%; 
}

.navlink {
    text-decoration: none;
    color: white;
    border: .5px solid white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 50px;
    margin-right: 35px;
    gap: 50px;
}

.navlink:hover {
    background: linear-gradient(to right, #C7DAA9, #daa9ad);
    font-weight: bold;
    border: 0px;
}

.nav .navLinks a.navlink.active {
    background: linear-gradient(to right, #C7DAA9, #daa9ad);
    font-weight: bold;
    border: 0px;
}



/* .nav .navLinks a.navlink.active:hover {
    
} */


.profile {
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.homeButton {
    margin-left: 35px;
    margin-top: 30px;
}

/* .homeButton:hover {
    background-color: rgb(191, 194, 211);
    border-radius: 20px;
} */

.about {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 150px;
}

.aboutInfo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 60vh;
}


.aboutLinks {
    display:flex;
    gap: 25px;
    align-items: center;
    padding-top: 30px;
}


.gray {
    color: rgb(191, 194, 211);
}

.link {
    color: rgb(191, 194, 211);
    text-decoration: none;
}

.link:hover {
    text-decoration:underline;
}

.linkImage {
    height: 1em;
    width: auto;
    vertical-align: middle;
}


#view {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.line {
    background: linear-gradient(to right, #C7DAA9, #daa9ad);
    border: none;
    margin:0;
    height:1px;
    width: 90%;
    flex-grow:1;
    margin: 0 auto;
    /* margin-left: 45px;
    margin-right: 50px; */
    margin-top: 20px;
}

.aboutLine {
    background: rgb(191, 194, 211);
    border: none;
    margin:0;
    height:1px;
    flex-grow:1;
    margin-left: 25px;
    margin-right: 50px;
    margin-top: 0px;
}


.playIMG {
    width: 95%;
    margin-bottom: 30px; 
    /* border: 1px solid rgb(168, 167, 167); */
    border-radius: 10px;
}

.list {
    columns: 400px;
    margin-top: 60px;
    margin-left: 90px;
    margin-right: 60px;
}

 .gradientText {
    background: linear-gradient(to right, #C7DAA9, #daa9ad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
            
}









