html,
body {
    height: 100%;
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #1e1e1e;
}

.font {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
}

.maxw {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

nav {
    position: relative;
    display: flex;
    place-items: center;
    height: 100px;
    background: #d3995b;
    z-index: 10;
}

nav h1 {
    margin: 0 auto;
    padding: 0;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

nav h1 span {
    content: 'SOPRANO';
    display: block;
    padding-left: 3px;
    text-align: center;
    font-size: 0.98rem;
    letter-spacing: 2.4px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.social {
    position: absolute;
    display: flex;
    place-items: center;
    height: 100px;
    right: 10px;
}

.social a {
    text-decoration: none;
}

.social img {
    display: block;
}

#insta {
    height: 38px;
}

#twitter {
    height: 20px;
    padding-left: 5px;
}

#youtube {
    height: 18px;
    padding-left: 10px;
}

.social img:hover {
    opacity: 0.5;
}

.hero {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    background: url(/images/hero.jpg) 40% 0%;
    background-size: cover;
    z-index: 100;
}

.demo {
    z-index: 30;
    position: relative;
    padding: 50px 0px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 5px 15px #1e1e1e;
    -webkit-box-shadow: 0px 5px 15px #1e1e1e;
}

.demo h1 {
    margin: 0 auto;
    padding-bottom: 30px;
    color: #1e1e1e;
}

.demo a {
    display: block;
    margin: 0px auto 40px auto;
    width: 250px;
    height: 70px;
    text-decoration: none;
    transition: .5s;
}

.demo a:hover {
    transform: scale(1.07);
    transition: .2s;
}

.spotify {
    position: relative;
    margin: auto;
    height: 70px;
    width: 250px;
    background: #1BB954;
    border-radius: 50px;
}

.spotify img {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 50px;
}

.spotifyText {
    position: absolute;
    text-align: center;
    top: 14px;
    left: 75px;
    color: #ffffff;
    font-size: 20pt;
}

.video {
    position: relative;
    margin: auto;
    height: 315px;
    width: 560px;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.work {
    position: relative;
    padding: 40px;
    background: #2f4858;
}

.work h1 {
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.work h2,
.int-work h2 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 12pt;
    font-weight: 300;
    color: #ffffff;
}

.row {
    margin-top: 30px;
    padding: 20px 0px;
    display: flex;
    text-align: center;
    /* display: grid;
    place-items: center; */
}


.box {
    display: grid;
    place-items: center;
    height: 60px;
    width: 200px;
}

.left {
    float: left;
    margin-left: auto;
}

.mid {
    margin: 0 auto;
}

.right {
    float: right;
    margin-right: auto;
}

.box a {
    text-decoration: none;
    filter: opacity(0.5);
    transition: .2s;
}

.box a:hover {
    filter: opacity(1);
}

#one {
    height: 40px;
}

#two {
    height: 20px;
}

#three {
    height: 20px;
}

#four {
    height: 20px;
}

#five {
    height: 20px;
}

#six {
    height: 13px;
}

#seven {
    height: 22px;
}

#eight {
    height: 16pt;
}

#nine {
    height: 40px;
}

#ten {
    height: 20px;
}

#eleven {
    height: 22px;
}

.galleryOne {
    position: relative;
    padding: 40px 10px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0px -5px 15px #1e1e1e;
    -webkit-box-shadow: 0px -5px 15px #1e1e1e;
}

.int-work {
    position: relative;
    padding: 40px;
}

.int-work h1 {
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
}

#intone {
    height: 50px;
}

#inttwo {
    height: 20px;
}

#intthree {
    height: 12px;
}

#intfour {
    height: 15px;
}

#intfive {
    height: 25px;
}

#intsix {
    height: 20px;
}

#intseven {
    height: 50px;
}

#inteight {
    height: 35px;
}

#intnine {
    height: 50px;
}

#intten {
    height: 40px;
}

#inteleven {
    height: 14px;
}

.venues {
    z-index: 30;
    position: relative;
    text-align: center;
    padding: 40px;
    background: #B24C63;
}

.venues h1 {
    color: #ffffff;
    margin: 0 auto;
}

.venues h2 {
    margin: 0 auto;
    font-weight: 500;
    font-size: 12pt;
    color: #ffffff;
}

#vone {
    height: 40px;
}

#vtwo {
    height: 20px;
}

#vthree {
    height: 20px;
}

#vfour {
    height: 15px;
}

#vfive {
    height: 45px;
}

#vsix {
    height: 55px;
}

#vseven {
    height: 15px;
}

#veight {
    height: 40px;
}

#vnine {
    height: 25px;
}

#vten {
    height: 30px;
}

#veleven {
    height: 32px;
}

#vtwelve {
    height: 40px;
}

.galleryTwo {
    z-index: 30;
    position: relative;
    padding: 40px 10px;
    background: #1e1e1e;
    text-align: center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.info {
    position: relative;
    padding: 40px;
    background: #efefef;
    z-index: 10;
}

.info h1 {
    text-align: center;
    margin: 0 auto 15px auto;
}

.info p {
    margin: auto;
    font-size: 13pt;
    width: 400px;
}

.info h3 {
    width: 400px;
    margin: 20px auto 5px auto;
    font-size: 16pt;
}

.info span img {
    padding-right: 8px;
}

#eye {
    width: 20px;
}

#piano {
    height: 14px;
    width: 20px;
}

#clef {
    vertical-align: middle;
    height: 16px;
    width: 20px;
}

#rec {
    height: 10px;
    width: 20px;
}


#daw {
    height: 12px;
    width: 20px;
}

.info h4 {
    margin: 20px auto 5px auto;
    width: 400px;
    font-weight: 600;
    font-size: 13pt;
}

.info p a {
    color: #1e1e1e;
}

.info p a:hover {
    color: #d3995b;
}

#bose {
    width: 20px;
    height: 19px;
    vertical-align: middle;
}

#senn {
    width: 20px;
    height: 12px;
    vertical-align: middle;
}

#akg {
    width: 20px;
    height: 100%;
    vertical-align: middle;
}

#ni {
    width: 20px;
    height: 14px;
    vertical-align: middle;
}

#lpx {
    width: 20px;
    height: 18px;
    vertical-align: middle;
}

.galleryThree {
    z-index: 30;
    padding: 40px 0px;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.5);
}

.contact {
    position: relative;
    padding: 40px 0px;
    background: url(/images/crowd.png) 90% 0% no-repeat;
    background-size: cover;
    text-align: center;
}

.gradient {
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    filter: saturate(0.8);
    -webkit-filter: saturate(0.8);
    background: linear-gradient(400deg, rgba(251, 110, 46, 0.94) 0%, rgba(185, 17, 110, 0.94) 100%);
}

.contact h1 {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    color: #ffffff;
}

.contact h2 {
    position: relative;
    z-index: 10;
    margin: 0 auto 40px auto;
    font-weight: 300;
    font-size: 12pt;
    color: #ffffff;
}

form {
    z-index: 10;
    position: relative;
    margin: auto;
    width: 450px;
    padding: 30px 0px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
}

#field {
    display: none;
}

input,
textarea {
    display: block;
    margin: auto;
    width: 300px;
    height: 40px;
    margin: 10px auto;
    border: 0;
    -webkit-appearance: none;
    border-radius: 1px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-size: 13pt;
}

textarea {
    height: 150px;
}

.robot {
    text-align: center;
    padding: 15px 0px;
}

.g-recaptcha {
    display: inline-block;
}

#sendBtn {
    -webkit-appearance: none;
    margin: 30px auto 0px auto;
    width: 150px;
    background: #1e1e1e;
    color: #ffffff;
    font-size: 12pt;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

#sendBtn:hover {
    background: #fff;
    color: #1e1e1e;
    text-shadow: none;
}

.failure {
    background: #ffffff;
    height: calc(100% - 100px);
    text-align: center;
}

.failure h1,
.failure h2 {
    margin: 0 auto;
}

.failure h1 {
    padding-top: 20%;
    padding-bottom: 40px;
}

.failure a {
    padding: 10px 20px;
    background: #B24C63;
    text-decoration: none;
    color: #fff;
}

.failure a:hover {
    background: #d3995b;
}


.footer {
    display: flex;
    place-items: center;
    height: 90px;
    background: #1e1e1e;
    text-align: center;
}

.links {
    position: relative;
    display: flex;
    width: 100px;
    margin: auto;
    place-items: center;
    text-align: center;
}

.links a {
    padding: 0px 5px 5px 5px;
    margin: auto;
    opacity: 0.6;
}

.links a:hover {
    opacity: 1;
}

#in img {
    height: 30px;
}

#yt img {
    height: 15px;
}

.footer p {
    position: relative;
    padding: 0;
    margin: 0;
    color: #efefef;
    font-weight: 300;
    opacity: 0.6;
}

@media only screen and (max-width: 900px) {

    .hero {
        background: url(/images/hero.jpg) no-repeat 45% 0%;
        background-size: cover;
    }

    .work h2,
    .int-work h2,
    .venues h2 {
        padding-bottom: 50px;
    }

    .row {
        display: block;
        margin: 0 auto;
        padding: 0;
    }

    .box {
        width: 100%;
    }

    .left,
    .right {
        float: none;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 600px) {

    .video {
        width: 90%;
        padding-bottom: 50%;
        height: auto;
    }

    .demo h1,
    .work h1,
    .work h2,
    .int-work h1,
    .int-work h2,
    .venues h1,
    .venues h2,
    .contact h1,
    .contact h2 {
        width: 90%;
    }

    .info p,
    .info h1,
    .info h2,
    .info h3,
    .info h4 {
        width: 90%;
    }

    form {
        width: 90%;
    }

    input {
        height: 50px;
    }

    input,
    textarea {
        width: 80%;
    }
}

@media only screen and (max-width: 500px) {

    nav {
        height: 110px;
        display: block;
        place-items: none;
        padding: 10px 0px 0px 0px;
    }

    nav h1 {
        display: block;
        width: 100%;
    }

    .social {
        position: relative;
        right: auto;
        margin: auto;
        width: 150px;
        height: 50px;
        text-align: center;
    }

    .social a {
        display: inline-block;
        margin: auto;
        width: 30px;
    }

    .social a img {
        margin: auto;
    }

    #insta {
        height: 30px;
        padding: 0;
    }

    #twitter {
        height: 15px;
        padding: 0;
    }

    #youtube {
        height: 14px;
        padding: 0;
    }
}
