@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');

body {
    margin: 0;
    background: #000;
    font-family: 'Nanum Gothic', sans-serif;
}
#view {
    width: 728px;
    box-sizing: border-box;
    margin: 0 auto;
    color: #eee;
}
.top-banner a {
    display: block;
    cursor: pointer;
}
.top-banner img {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.spacer {
    width: auto;
    height: 15px;
    /* border-top: 1px solid #000; */
    /*background-color: #111;*/
}
.bio {
 padding:0 !important;
}
.align-left a, .align-left iframe{
    /*float: left;*/
}
.link-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.link-wrap {
    margin: 10px 0;
}

.button {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.button img {
    margin-right: 8px;
}
a {    
    color: #eee;
    text-transform: uppercase;
    text-decoration: none;
}
.nav a {
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 15px;
    display: inline-block;
    margin-top: 5px;
    text-decoration: none;
    color: #eee;
    font-size: 14px;
    text-transform: uppercase;
}
a:hover {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}
a.active {
    font-weight: bolder;
    color: #fff;
}
.nav a:last-child {
    border: none;
}
.section-1 {
    /*background-image: url("../assets/bg.jpg");*/
    /*background-position: 1212px;*/
    margin: 15px;
}
.section-2 {
    /*background-image: url("../assets/pipes_2.jpg");*/
    /*background-position: 986px;*/
}
.section {
/*    display: flex;
    flex-direction: row;
    justify-content: space-around;*/
    width: 100%;
}
.section>div {
    flex-basis: auto;
    padding: 10px;
    flex-grow: 4;
}
.inner {
    /*background-image: url("../assets/transparent.png");*/
    /*padding: 10px;*/
    /*border-radius: 1px;*/
    
    padding: 10px !important;
    background-color: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
}
.inner p, .inner h2, .inner h4, .inner iframe {
  /*padding: 0 10px;*/
  width: 100%;
}
 .link-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: left;
    gap: 15px;
}
.link-list li {
    display: inline;
}
.link-list a, .inner a, .enterButton {
    display: inline-block;
    padding: 15px 25px;
    background: #e00404;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 8px;
    transition: 0.3s;
    cursor: pointer;
    text-align: center; 
}
.link-list a:hover, .inner a:hover {
    background: #d40047;
    cursor: pointer;
}
h1, h2, p {
    margin: 0;
}
h2 {
    font-size: 24px;
    letter-spacing: 5px;
    margin-bottom: 15px;
}
p {
    font-size: 18px;
    margin-top: 5px;
}
.centered {
    text-align: center;
    margin: 0 auto;
}
.title-cronam {
    background-image: url("../assets/title.png");
    background-repeat: no-repeat;
    background-position: -5px;
    width: 150px;
    height: 40px;
}
.sub-title {
    background-image: url("../assets/sub-title.jpg");
    background-repeat: no-repeat;
    margin-top: -5px;
    width: 150px;
    height: 15px;
}
.title-spacer {
    padding: 10px;
}
.fotos .inner {
    text-align: center;
}
.paragraph {
    margin-top: 15px;
}
.iframe {
    margin: 10px 10px 0 0;
}
.section-2{
    margin: 5px 10px 0 0;
}
.fotos .inner iframe {
    height: 600px;
}
.banner img {
  padding: 0px 10px;
}

.newsletter-iframe iframe {
    height:460px !important;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #view {
        width: 100%;
    }
    .top-banner img, .mid-banner img{
        width: 100%;
    }
    .nav {
        min-height: 30px;
        height: auto;
    }
    .spacer {
        min-height: 30px;
        height: auto;
    }
    iframe {
        width: 100%;
        /*height: auto;*/
    }
    .section {
        flex-direction: row;
    }
    .inner img {
        width: 100%;
        height: auto;
    }
.section>div {
    padding: 0;
}

    
    
}

@media only screen and (min-width: 420px) and (max-width: 767px) { 
    #view {
        width: 100%;
    }
    .section {
        flex-direction: column;
        width: 100%;
    }
    .fotos img {
        height: auto;
        width: 100%;
    }
    .footer a {
        margin-bottom: 5px;
    }
    .top-banner img, .mid-banner img{
        width: 100%;
    }
    .nav {
        min-height: 30px;
        height: auto;
    }
    .spacer {
        min-height: 30px;
        height: auto;
    }
    iframe {
        width: 100%;
        /*height: auto;*/
    }
    .inner img {
        width: 100%;
        height: auto;
    }
    .fotos .inner iframe {
        width: 100% !important;
        height: 800px !important;
    }
    .newsletter-iframe {
        height: 600px;
    }
    .newsletter-iframe iframe {
        border: 1px solid #eee;
        border-radius: 5px;
        width: 320px !important;
    
    }
.section>div {
    padding: 0;
}

}

@media only screen and (min-width: 220px) and (max-width: 767px) { 
    #view {
        width: 100%;
    }
    .section {
        flex-direction: column;
        width: 100%;
    }
    .fotos img {
        height: auto;
        width: 100%;
    }
    .footer a {
        margin-bottom: 5px;
    }
    .top-banner img, .mid-banner img{
        width: 100%;
    }
    .nav {
        min-height: 30px;
        height: auto;
    }
    .spacer {
        min-height: 50px;
        height: auto;
    }
    iframe {
        width: 100%;
        /*height: auto;*/
    }
    .inner img {
        width: 100%;
        height: auto;
    }
    .fotos .inner iframe {
        width: 100% !important;
        height: 600px !important;
    }
    .newsletter-iframe>iframe{
        height: 580px;
    }
    .link-list a, .inner a {
        padding: 10px 10px;
    }
.section>div {
    padding: 0;
}
}

.normalize > img {
    opacity: 100% !important;
}

.cronam-smart-links {
    .link-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .link-wrap {
        margin: 10px 0;
    }
    
    .link-wrap>a {
        padding: 10px !important;
        width: 300px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }
    
    .link-wrap span {
        flex-grow: 1;
        text-align: center;
    }
    
    .link-wrap img {
        margin-right: 8px;
    }
    .links {
        .link {
            margin: 20px 0;
        }
        .logo {
            margin: 0;
            position: relative;
            top: 14px;
            width: 40px;
            height: 40px;
        }
    }
     .download-container {
            display: flex;
            align-items: center;
            background: #1e1e1e;
            padding: 10px 15px;
            border-radius: 8px;
            cursor: pointer;
            text-decoration: none;
            width: fit-content;
        }

        .download-icon {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }

        .download-text {
            color: white;
            font-size: 16px;
            font-weight: bold;
        }

        /* Hover effect */
        .download-container:hover {
            background: #333;
        }
        .spotify-button {
            display: flex;
            align-items: center;
            background: #1aa34a !important;   /* Spotify green */
            padding: 10px 15px;
            border-radius: 8px;
            cursor: pointer;
            text-decoration: none;
            width: fit-content;
        }

        .spotify-icon {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }

        .spotify-text {
            color: white;
            font-size: 16px;
            font-weight: bold;
        }

        /* Hover effect */
        .spotify-button:hover {
            background: #1aa34a;
        }
        .button-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-top: 30px;
        }
        .button {
            display: flex;
            align-items: center;
            background: #1e1e1e;
            padding: 12px 18px;
            border-radius: 8px;
            cursor: pointer;
            text-decoration: none;
            width: fit-content;
            transition: 0.3s;
            border: 2px solid transparent;
        }
        .button img {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }
        .cronam {
            width: 45px !important;
        }
        .button span {
            font-size: 16px;
            font-weight: bold;
        }
        /* .spotify, .beatport {
            border: 1px solid #1DB954;
        }
        .youtube, .apple-music {
            border: 1px solid #ff4757;
        }
        .bandcamp {
            border: 1px solid #eee;
        } */

        .button {
            border: 1px solid #fff;
        }
        .download:hover { border-color: #ff4757; }
        .spotify:hover { background: #1DB954; }
    @media only screen and (min-width: 420px) and (max-width: 767px) { 
        .spacer {
            height: 10px;
            min-height: 10px;   
        }
        .inner a {
            padding: 5px;
        }
    }
    @media only screen and (min-width: 220px) and (max-width: 767px) { 
        .spacer {
            height: 10px;
            min-height: 10px;   
        }
        .inner a {
            padding: 5px;
        }
    }
}