* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    
    }

body {

    background-color: black;
    background-size: auto;
    background-repeat: no-repeat;
    color: #bcaf8c;
    font-family: 'Londrina Outline', cursive;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 15px;
    min-height: 100vh;
    
    }



.profile-picture {
    
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 200px;
}
    

.profile-name {
    text-align: center;
    padding: 30px;

}

.affiliate-title{

    text-align: center;
    padding: 20px;
    padding-bottom: 5px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.affiliate-info{

font-size: 8pt;
padding-bottom: 15px;

}

.support-title{

    text-align: center;
    padding-top:  30px;

}

.connect-socially{

    text-align: center;
    padding-top:  10px;
    padding-bottom: 30px;

}


.social-links{

    text-align: center;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid white;
    border-width: 2px;
    max-width: 290px;
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;

}

.shop-container a{

    color: #bcaf8c;
    background: transparent;
    transition: color 1s;
    border: 10px;
    margin: 10px;
	padding-bottom: 10px;


}

.shop-container a:hover{

    color: #434124;

}



.social-container a{

    color: #bcaf8c;
    background: transparent;
    transition: color 1s;
    border: 10px;
    margin: 10px;


}

.social-container a:hover{

    color: #434124;

}

.links-container{

display: flex;
flex-direction: column;


}

.links-container a{
        
    color: white;
    transition: color 1s;
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid white;
    border-width: 2px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    }
    
.links-container a:hover {
    color: #DB3EB1;
    background: white;

}

.affiliate-container{

    display: flex;
    flex-direction: column;
    
    
    }
    
    .affiliate-container a{
            
        color: white;
        transition: color 1s;
        text-align: center;
        margin-top: 20px;
        padding: 20px;
        border: 1px solid white;
        border-width: 2px;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 40px;
        }
        
    .affiliate-container a:hover {
        color: #DB3EB1;
        background: white;
    
    }
    
.crypto-title{

    text-align: center;
    padding: 20px;
    padding-bottom: 5px;
    margin-top: 40px;
    margin-bottom: 10px;
}



.crypto-container{

    display: inherit;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px;
    
    
    }

.crypto-label{

    padding: 10px;
    font-size: 18px;
    
    }

.crypto-label2{

    margin: 10px;
    margin-top: 15px;
    padding: 5px;
    padding-top: 10px;
    font-size: 18px;
    
    }


.copy-address, .copy-address2 {

    padding: 10px;
    border: 1px solid white;
    border-radius: 40px;
    margin: auto;
    
    
    }

.copy-address input.text, .copy-address2 input.text2 {

    padding: 10px;
    padding: auto;
    font-size: 13px;
    background-color: transparent;
    color: white;
    border:none;
    outline: none;
    width: 330px;
    margin-right: 2px;
	text-align: center;
    
    
}
        
        
.copy-address button, .copy-address2 button{

    padding: 10px;
    font-size: 13px;
    background: transparent;
    border: 1px solid white;
    color: white;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;


}

.copy-address button:hover, .copy-address2 button:hover{

    background-color: #41B6E6;
    
    }

.copy-address button:active, .copy-address2 button:active{

    background-color: green;

}

.copy-address button:before, .copy-address2 button:before {
 
    content: "Copied";
    position: absolute;
    background: green;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
    display: none;
}

.copy-address button:after, .copy-address2 button:after{
   
    content: "";
    width: 10px;
    height: 10px;
    background:#41B6E6;
    display: none;

}

.copy-address.active button:before, .copy-address2.active button:before
.copy-address.active button:after, .copy-address2.active button:after{

    display: flex;
}


.cal-container, .cal-container2 {

    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    
        
}

.cal-container3{

display: grid;
justify-content: center;


}

.cal-con, .cal-con2, .cal-con3 {


background: white;
color:#41B6E6;
margin: 10px;
padding: 10px;
border-radius: 10px;
column-gap: 10px;
row-gap: 15px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
max-width: 200px;



}

.cal-con4, .cal-con5, .cal-con6{

    background:white;
    color:#41B6E6;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    column-gap: 10px;
    row-gap: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 200px;
    
}

.cal-con7{

background: white;
color:#41B6E6;
margin: 10px;
padding: 10px;
border-radius: 10px;
max-width: 200px;

}

.cal-logos{

    border-radius: unset;
    height: 35px;
    
}

#cblogo{

    height: 30px;

}

#ftxlogo{

    height: 85px;

}

#blockfilogo{

height: 45px;
width: auto;

}

#strikelogo{

    height: 60px;

}

#ledgerlogo{

height: 60px;

}

.youtube-feed, .insta-feed, .x-feed {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid white;
    border-radius: 20px;
}

.youtube-feed h2, .insta-feed h2, .x-feed h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: white;
}
