@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Fjalla+One&family=Protest+Strike&display=swap');

/******************* COMMONS *******************/
 body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: white;
    background: url("assets/images/marz-melo-wid-bg.jpeg"); background-repeat: repeat;
    height: 100%;
    justify-content: center;
}

h1 {
    font-size: 50px;
    margin: 0px 15px -10px 15px;
    text-align: center;
    font-weight: 600;
    color: #f7cb44;
}

h2 {
    font-size: 22px;
    margin: 0px 15px 10px 15px;
    max-width: 100%;
    text-align: center;
    font-weight: 600;
}
    
p {
    font-size: 21px;
    margin: 0px 15px 0px 15px;
    text-align: center;
}

h3 {
    font-size: 30px;
    margin: 0px 15px;
    text-align: center;
    font-weight: 200;
    font-weight: bold;
}

/* h1 h2 h3 p {
    max-width: 600px;
    margin: 0px 15px 0px 15px;
    position: relative;
    overflow: hidden;
} */

a:link {
    color: #f7cb44;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #f7cb44;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: red;
    background-color: transparent;
    text-decoration: none;
}
    
.container {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%;
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin: auto;
    margin-bottom: 30px;
}

/******************* HEADER *******************/
section.header {
    margin-top:.75%;
}
section.header img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/******************* LINKS *******************/
section.links .link-item {
    width: 100%;;
    margin-bottom: 20px;
    font-size: 23px;
}
section.links .link-item a {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    width: 100%;
    height: 60px;
    border: 2px solid white;
    padding-top: 29px;
    text-align: center;
    color: #333;
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
}

/******************* HOVER *******************/
section.links .link-item a:hover {
    cursor: pointer;
    background-color: #ffffff00;
    border: 2px solid white;
    color: white;
}
/* End of Links */

/* Platforms */   
.featuredVid {
    margin: 15px 15px 5px 15px;
    color: #f7cb44;
}

/* Video */ 
.YT-container{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px 10px 15px; 
}
.YT-holder {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}
.YT-holder iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* End of Video */

.musicPlatforms {
    text-align: center;
    margin: 0px 15px 5px 15px;
    color: #f7cb44;
}
.socialMedia {
    text-align: center;
    margin: 0px 15px 5px 15px;
    color: #f7cb44;
}  

/******************* FOOTER *******************/
footer {    
    position: relative;
    margin: auto;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    align-items: center;
    min-height: 30px;
    min-width: 100%;
}

.foot-col {  
    flex-wrap: wrap;
    text-align: center;
    height: 140px;
    margin: 30px 15px 30px 15px;
}

.footer-head {
    margin-bottom: 10px;
}

.sm-icons {
    align-items: center;
    width: 100%;
}

.copyright {
    text-align: center;
    color: white;
    width: 100%;
}
.copyright p {
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 30px;
}