/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html, body {
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

html {
    background-color: black;
}

body {
    background-color: transparent;
}

.bg-image-cur {
    /* The image used */
    background-image: url(../image/art/blue.jpg);
    /* Add the blur effect */
    filter: blur(30px);
    -webkit-filter: blur(30px);
    /* Full height */
    min-height: 100%;
    margin: 0px auto;
    /* Center and scale the image nicely */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}

.bg-image {
    /* The image used */
    background-image: url(../image/art/city-lights.jpg);
    /* Add the blur effect */
    filter: blur(30px);
    -webkit-filter: blur(30px);
    /* Full height */
    min-height: 100%;
    margin: 0px auto;
    /* Center and scale the image nicely */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}

.parent-div {
    margin: 0;
    height: calc(100vh - 59px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    /* IOS */
    display: -moz-box;
    /* IOS */
    display: -ms-flexbox;
    /* IOS */
    display: -webkit-flex;
    /* IOS */
    display: flex;
    -webkit-box-orient: vertical;
    /* IOS */
    -moz-box-direction: normal;
    /* IOS */
    -webkit-box-direction: normal;
    /* IOS */
    -ms-flex-direction: column;
    /* IOS */
    flex-direction: column;
    -webkit-box-pack: justify;
    /* IOS */
    -ms-flex-pack: justify;
    /* IOS */
    -moz-box-pack: justify;
    /* IOS */
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media only screen and (max-width: 600px) {
    .parent-div {
        height: calc(100vh - 113px);
    }
}

.hyperFollowDspIcon {
    height: 40px;
    max-width: 135px;
    vertical-align: middle;
}

.hyperFollowDspLink {
    padding: 1.2em 1em 1.2em 1em;
    text-align: left;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    background: rgba(255, 255, 255, .90);
}

.hyperFollowDspLink:hover {
    background: rgba(255, 255, 255, 0.85);
}

.hyperFollowDspLink:hover {
    background: rgba(255, 255, 255, 0.85);
}

.hyperFollowArrow {
    float: right;
    line-height: 40px;
}

.pageButton {
    color: #777777;
    margin-right: 10px;
    font-size: 41px;
    float: right;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.block {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media only screen and (max-width: 500px) {
    .block {
        width: 100%;
    }
}

@media only screen and (min-width: 2000px) {
    .block {
        width: 25%;
        max-width: 800px;
    }
}

.content-block {
    background-color: rgba(0, 0, 0, 0.3);
    height: auto !important;
}

.spacer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.disco-block {
    background-color: rgba(0, 0, 0, 0.3);
    padding-bottom: 5px;
    height: auto !important;
}

.mail-block {
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact-block {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    height: auto !important;
}

.disco-item {
    padding-top: 20px;
}

.soundcloud-mock {
    background-color: #F5F5F5;
    height: 166px;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
}

.find-it {
    padding-top: 5px;
}

#footer {
    margin-top: 50px;
    max-width: 100%;
}

.footer-fade {
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.0)), color-stop(30%, rgba(0, 0, 0, 1.0)), to(rgba(0, 0, 0, 1.0)));
    background-image: -o-linear-gradient( rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 1.0) 30%, rgba(0, 0, 0, 1.0) 100%);
    background-image: linear-gradient( rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 1.0) 30%, rgba(0, 0, 0, 1.0) 100%);
}

.social-bar {
    min-height: 88px;
}

.column-div {
    height: 0;
}

.social-links {
    margin-top: 40px;
}

.copyright-bar {
    min-height: 48px;
}

.footer-transparent {
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0.9);
}

.navbar-img {
    padding: 10;
    max-height: 30px;
}

.bg-black {
    background-color: rgba(0, 0, 0, 1);
}

.artuga-div {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
}

.title-div {
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 20px;
    padding-bottom: 20px;
}

.artuga-logo {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 120px;
}

.img-cover {
    width: 100%;
}

/* Style inputs with type="text", select elements and textareas */

input[type=text], select, textarea {
    width: 100%;
    /* Full width */
    padding: 12px;
    /* Some padding */
    border: 1px solid #ccc;
    /* Gray border */
    border-radius: 4px;
    /* Rounded borders */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* Make sure that padding and width stays in place */
    margin-top: 6px;
    /* Add a top margin */
    margin-bottom: 16px;
    /* Bottom margin */
    resize: vertical/* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */

input[type=submit]:hover {
    background-color: #45a049;
}

.url-hidden {
    display: none;
}

form label.required:after {
    color: red;
    content: " *";
}

form label.required-text:before {
    color: red;
    content: "* ";
}