

html {
    background-color: black;
}



body {
    background-color: black;
}

.navbar.is-black {
    background-color: #000;
    color: #fff
}

.navbar.is-real-black {
    background-color: #000;
    color: #fff;
}

.navbar.is-real-black .navbar-burger {
    color: #fff
}

nav .navbar-item {
    font-size: 1.0rem;
    font-weight: 500;
}

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}


p strong {
    color: orangered;
    font-weight: 400;
}


#home {
    display: flex;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
}

#home img {
    padding: 0px;
}

#home .subtitle {
    font-weight: 300;
}


.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
}


.section {
    padding-left: 5%;
    padding-right: 5%;
}





#vision {
    background-color: white;
}

#vision img {
    padding: 0px;
}

#vision #to {
    color: orangered;
    font-weight: 400;
}

#vision h2 {
    color: black;
}

#vision-text {
    padding-top: 35%;
    padding-bottom: 35%;
}



#live {
    background-color: white;
}




#bio img {
    padding: 0px;
}

#bio {
    color: white;
}



#live h1 {
    color: orangered;
}

#live h3 {
    font-size: 1.2rem;
    color: black;
    font-weight: 900;
}

#live {
    color: black;
}


#live-txt .block {
    background-color: white;
}

#live .bg-img {
    background-image: url(img/bg-img.png);
    background-position: right bottom; 
    background-repeat:  no-repeat;
    
    background-size:  contain;
    background-color: white;
    padding-right: 25%;
}


#production h1 {
    color: orangered;
}

#production h3 {
    font-size: 1.2rem;
    color: white;
    font-weight: 900;
}

#production {
    color: white;
}

#production img {
    padding: 0px;
}




#contact h1 {
    color: orangered;
}

#contact h2 {
    color: white;
}

ion-icon {
    color: white;
}

#social a {
    margin-right: 16px;
}

footer {
    color: white;
}

#legal {
    padding-left: 20%;
    padding-right: 20%;
    background-color: white;
    color: black;
}

#legal h1 {
    color: black;
}

