body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
    color: #1a1a1a;
    font-size: 14pt;
    line-height: 1.5em;
}
* {
    box-sizing: border-box;
}
img {
    border: none;
    max-width: 100%;
}
h1, h2, h3 {
    padding: 0;
    font-weight: 800;
    float: left;
    line-height: 1.5em;
    width: 100%;
}
h1 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 36pt;
}
a {
    transition: ease-in-out .1s;
    color: #000000;
}
a:hover {
    color: #000000;
}
iframe {
    border: none;
}
#banner {
    width: 100%;
    float: left;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    position: relative;
    padding-bottom: 30%;
}
#banner .logo {
    position: absolute;
    top: 0;
    left: 20%;
    height: 100%;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#banner .logo img {
    width: 100%;
    max-width: 1100px;
}
.content-container {
    float: left;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.content-container .wrapper {
    width: 100%;
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
}
.bg-gray {
    background-color: #e8ecf1;
}
.col-2 {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 40px);
    margin-left: -40px;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap
}
.col-2 .col {
    width: calc(50% - 40px);
    margin-left: 40px;
}
.socials {
    margin-top: 20px;
    width: calc(100% + 10px);
    margin-left: -10px;
    float: left;
    display: flex;
    flex-flow: row wrap;
}
.socials .item {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    transform: scale(1);
    margin-bottom: 20px;
    transition: ease-in-out .1s;
}
.socials .item:hover {
    transform: scale(1.1);
}
.video {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}
.video iframe {
    top: 0;
    left: 0;
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
}
.button-container {
    float: left;
    width: 100%;
    text-align: center;
}
.button {
    background-color: #000000;
    padding: 20px 40px 20px 40px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-size: 20pt;
    font-weight: 800;
    transition: ease-in-out .1s;
}
.button:hover {
    color: #fff;
}
.button:hover {
    transform: scale(1.1);
}
.more-music .socials {
    justify-content: center;
}
.more-music {
    margin-top: 60px;
    width: 100%;
    float: left;
    text-align: center;
}
.download {
    position: relative;
    float: left;
}
.download:hover:before {
    opacity: 1;
}
.download:before {
    content: "Download foto";
    transition: ease-in-out .1s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    text-decoration: underline;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
}
.gallery-photo {
    margin-bottom: 40px;
}