body { color: #4C5173 }
#content-top-bar { display: flex; justify-content: space-between; align-items: center; height: 110px; position: relative; z-index: 10; }
    #content-top-bar > .logo > .sm { display: none; }
    #content-top-bar > x-menu { display: flex; text-transform: uppercase; align-items: center; margin-right: 70px; }
        #content-top-bar > x-menu > .i { font-weight: 900; color: white; text-decoration: none; font-size: 20px; margin: 0 20px; }
        #content-top-bar > x-menu > .join-team { margin-left: 20px; }
        #content-top-bar > x-menu > .i.active { border-top: solid 6px #F892B5; padding-top: 5px; margin-bottom: 11px; }

x-h1 { font-family: "Shadows Into Light", cursive; font-size: 100px; line-height: 1.2em; }
.join-team, .btn-1 { background: linear-gradient(#F2246B,#A22B47); font-size: 20px; font-weight: 900; text-transform: uppercase; border-radius: 10px; padding: 18px 32px; box-shadow: 0 4px 10px rgba(0,0,0,.25); display: inline-block; color: white; text-decoration: none; border: none; }
    .join-team:hover, .btn-1:hover { opacity: .8 }
#banner .join-team, .btn-style-2 { background: linear-gradient(#FFFFFF,#FCD3E1); color: #F2246B; }

#banner { background: url(/res/img/home/banner.jpg) center/cover; height: 50vw; color: white; margin-top: -110px; position: relative; }
    #banner > x-c { position: absolute; display: block; top: 25%; left: 10%; width: 900px; }
        #banner > x-c > x-h1 { color: white; }
        #banner > x-c > x-t { font-size: 20px; line-height: 1.8em; margin-bottom: 30px; padding-right: 200px; }

#bottom-menu { height: 140px; display: flex; align-items: center; padding: 0 40px; font-size: 20px; font-weight: 900; text-transform: uppercase; background: #EDEEF1; box-shadow: 0 -5px 15px rgba(0,0,0,.16); position: relative; }
    #bottom-menu > .i { color: #424865; text-decoration: none; margin: 0 20px; }
        #bottom-menu > .i.join-team-1 { color: #F2246B; }
        #bottom-menu > .i.active { opacity: .5; }

#mob-menu { display: none; }

@media(min-width:1200px) {
    #content-top-bar { padding-left: 70px; }
}

@media(max-width:1439px) {
    #content-top-bar > x-menu > .i { font-size: 18px; margin: 0 14px; }
    #banner { position: relative; }
        #banner > x-c { width: 700px; left: 10%; top: 25%; }
            #banner > x-c > x-h1 { font-size: 72px; }
            #banner > x-c > x-t { font-size: 18px; line-height: 1.5em; }

    .join-team, .btn-1 { padding: 12px 18px; font-size: 18px; }
}

@media(min-width:1024px) and (max-width: 1119px) {
    #content-top-bar > x-menu > .i { font-size: 16px; }
    #content-top-bar > x-menu { margin-right: 20px; }
}

@media(min-width:1024px) {
    #content-top-bar > .hamburger { display: none; }
}

@media(max-width:1023px) {
    #content-top-bar { height: 75px; }
        #content-top-bar > x-menu { display: none; }
        #content-top-bar > .hamburger { color: white; font-size: 40px; margin-right: 20px; }
        #content-top-bar > .logo > .reg { height: 65px; }
    #banner { height: auto; padding-top: 138vw; background-size: 100% auto; background-repeat: no-repeat; background-position: top; }
        #banner > x-c { width: 100%; left: auto; padding: 20px; text-align: center; position: relative; bottom: auto; right: auto; background: white; }
            #banner > x-c > x-h1 { font-size: 36px; color: #F2246B; }
            #banner > x-c > x-t { color: #4C5173; padding: 0; margin: 20px 0; }
            #banner > x-c:before { content: ''; background: url(/res/img/home/wave-bottom.png) center/cover; display: block; height: 35px; position: absolute; top: -35px; width: 100vw; left: 0; }

    body.show-menu > #mob-menu { transform: none; }

    #mob-menu { display: block; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: white; z-index: 100; background: #c3c4ce; transform: translateX(100vw); transition: transform .5s; }
        #mob-menu > .close { position: absolute; right: 10px; top: 10px; }
        #mob-menu > x-menu { margin-top: 40px; display: flex; flex-direction: column; }
            #mob-menu > x-menu > .i { display: block; text-align: center; font-size: 24px; text-decoration: none; padding: 10px; margin: 2px; }
                #mob-menu > x-menu > .i:not(.active) { color: black; }
                #mob-menu > x-menu > .i.active { color: #e23960; }
            #mob-menu > x-menu > .join-team { margin: 20px auto; }
    #bottom-menu { display: grid; grid-template-rows: auto auto auto; grid-auto-flow: column; padding: 40px 40px; height: auto; justify-content: center; }
        #bottom-menu > .i { margin: 10px 0; width: 200px; }

    #form { padding: 35px 30px 60px; }
}

@media(max-width:767px) {
    #bottom-menu { padding: 20px; }
        #bottom-menu > .i { font-size: 14px; width: 130px; }
}
