@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One|Noto+Serif+KR:200,400,900|Source+Sans+Pro:200,400');

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 2px dotted #ff6633;
    outline-offset: 5px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    color: #222;
    background: #fcfcfc;
}

a {
    text-decoration: none;
    color: #ff6633;
}

a:hover {
    border-bottom: 2px dotted #ff6633;
}

h2 {
    padding: 0;
    margin: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    border-bottom: 2px dashed #222;
}

.mobile-nav,
.closed,
.nav-btn {
    display: none;
}

.jump {
    color: inherit;
}

.jump:hover {
    border: none;
}

.btn {
    width: 250px;
    padding: 20px;
    text-align: center;
    background: #fff;
    border: 3px solid #ff6633;
    border-radius: 3px;
    font-size: 18px;
    font-family: 'Alfa Slab One', cursive;
    margin-top: 20px;
    color: #222;
    transition: 0.2s;
}

.btn:hover,
.btn-sm:hover {
    background: #ff6633;
    color: #fff;
    border: 3px solid #ff6633;
}

.btn-sm {
    width: 150px;
    padding: 7px;
    text-align: center;
    background: #fff;
    border: 3px solid #ff6633;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    color: #222;
    transition: 0.2s;
}

.btn-disabled {
    border: 3px solid #ccc;
    color: #ccc;
    background: #bbb;
}

.btn-disabled:hover {
    border: 3px solid #ccc;
    background: #bbb;
    color: #ccc;
}

.logo {
    display: flex;
    color: #222;
}

.logo:hover {
    border: none;
}

.logo-img {
    height: 70px;
    width: 70px;
}

.logo > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.title {
    font-size: 48px;
    font-family: 'Alfa Slab One', cursive;
    line-height: 1.2;
}

.logo p {
    font-family: 'Noto Serif KR', sans-serif;
    margin: 0;
    font-size: 1.5em;
    margin-top: -15px;
    color: #1DA4AA;
}

.links a {
    position: relative;
    display: inline-block;
    margin: 10px 15px;
    outline: none;
    color: #222;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(29, 164, 170, 0.3);
    font-size: 1.1em;
}

.dot-hover a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.dot-hover a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 1.2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.dot-hover a:hover::before,
.dot-hover a:focus::before {
    color: #ff6633;
    text-shadow: 10px 0 #ff6633, 20px 0 #ff6633, -10px 0 #ff6633, -20px 0 #ff6633;
}

.dot-hover a:hover,
.dot-hover a:focus {
    color: #ff6633;
    border-bottom: none;
}

.hero {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 600px;
    background-image:   linear-gradient(45deg, rgba(255, 255, 255, 0.6) 10%, #1da4aa),
                        url('../assets/img/photo4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 65%;   
}

.hero-msg {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 10%;
    padding-right: 15%;
    color: #222;
}

.hero-msg h1 {
    font-family: 'Alfa Slab One', cursive;
    font-size: 3em;
    font-weight: normal;
}

.hero-msg p {
    font-family: 'Noto Serif KR', sans-serif;
    font-size: 1.5rem;
}

.hero-msg h1,
.hero-msg p {
    margin: 0px;
    line-height: 1.2em;
}

.hero-about {
    background-image:   linear-gradient(to bottom, rgba(29, 164, 170, 0.8), rgba(255, 255, 255, 0.8)),
                        url('../assets/img/photo3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-project {
    background-image:   linear-gradient(to bottom, rgba(29, 164, 170, 0.8), rgba(255, 255, 255, 0.8)),
                        url('../assets/img/photo2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

.hero-reserve {
    background-image:   linear-gradient(to bottom, rgba(29, 164, 170, 0.8), rgba(255, 255, 255, 0.8)),
                        url('../assets/img/photo5.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

.hero-contact {
    background-image:   linear-gradient(to bottom, rgba(29, 164, 170, 0.8), rgba(255, 255, 255, 0.8)),
                        url('../assets/img/photo1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 65%;
    height: 300px;
}

.hero-legal {
    background-image: linear-gradient(to bottom, rgba(29, 164, 170, 0.8), rgba(255, 255, 255, 0.8));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 65%;
    height: 300px;
}

.hero-wrapper {
    padding-top: 60px;
    margin: 0 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}

.hero-wrapper h1 {
    flex: 1 1 100%;
    padding-bottom: 30px;
}

.about-list {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 20px;
}

.about-list i,
.hero-wrapper i {
    color: #fff;
    -webkit-text-stroke: 2px black;
}

.about-list p {
    text-align: justify;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 50px 10vw;
    padding: 30px;
    font-size: 18px;
}

main h2 {
    font-family: 'Noto Serif KR', sans-serif;
    color: #1DA4AA;
    font-weight: 900;
}

.main-about h3 {
    font-family: 'Noto Serif KR', sans-serif;
    color: #1DA4AA;
    font-weight: 900;
    font-size: 1.4em;
}

.about-sessions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.session-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
}

.session-grid p,
.session-grid h4 {
    margin: 7px 20px;
}


.about-drinks {
    line-height: 1.6em;
}

.about-drinks em {
    font-size: 0.9rem;
}

.about-drinks h4 {
    color: #993333;
}

.break {
    font-size: 1.6em;
    color: #993333;
    text-align: center;
}

.bullets {
    list-style-type: disc;
    padding-left: 50px;
}

.faq-list {
    text-align: left;
    line-height: 1.6;
}

hr {
    width: 50%;
    height: 1px;
    border: none;
    background: #1DA4AA;
    margin: 50px auto;
}

.events {
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    flex-wrap: wrap;
}

.events h2,
.events p {
    flex: 1 100%;
}

.card {
    width: 400px;
    height: 450px;
    border-radius: 6px;
    box-shadow: 0px 2px 5px 0 #ddd;
    margin: 20px;
    transition: 0.2s;
}

.card.event {
    padding: 20px;
    height: 550px;
}

@media screen and (max-width: 500px) {
    .card {
        width: 300px;
    }
}

.card-img {
    margin: 0;
    padding: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

.card-img-1 { background-image: url("../assets/img/projects/project-img1.jpg") }
.card-img-2 { background-image: url("../assets/img/projects/project-img2.jpg") }
.card-img-3 { background-image: url("../assets/img/projects/project-img3.jpg") }
.card-img-4 { background-image: url("../assets/img/projects/project-img4.jpg"); background-position: 50% 75%; }
.card-img-5 { background-image: url("../assets/img/projects/project-img5.jpg") }
.card-img-6 { background-image: url("../assets/img/projects/project-img6.jpg") }
.card-img-7 { background-image: url("../assets/img/projects/project-img7.jpg") }
.card-img-8 { background-image: url("../assets/img/projects/project-img8.jpg") }
.card-img-9 { background-image: url("../assets/img/projects/project-img9.jpg") }
.card-img-10 { background-image: url("../assets/img/projects/project-img10.jpg") }

.event-img-1 { background-image: url("../assets/img/events/event-img1.jpg") }
.event-img-2 { background-image: url("../assets/img/events/event-img2.jpg") }
.event-img-3 { background-image: url("../assets/img/events/event-img3.jpg") }

.card:hover {
    transform: scale(1.1);
}

.highlight {
    color: #993333;
}

.price {
    color: #993333;
    font-size: 1.2em;
    font-weight: bold;
}

.project-slide {
    width: 400px;
    height: 300px;
    margin-top: 50px;
    position: relative;
    background: #1DA4AA;
    background: linear-gradient(45deg, #ff6633, #222, #1DA4AA);
    overflow: hidden;
}

.project-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: fade 1s;
}

.project-slide .arrow {
    z-index: 10;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    color: #fff;
    opacity: 0.5;
    transition: opacity 1s;
}

.project-slide .arrow:hover {
    cursor: pointer;
    opacity: 1;
}

.project-slide .arrow-left {
    left: 2%;
}

.project-slide .arrow-right {
    right: 2%;
}

.project-slide .dots {
    position: absolute;
    margin: auto;
    top: auto;
    bottom: 2%;
    left: 0;
    right: 0;
    width: 25rem;
    height: auto;
    z-index: 5;
}

.project-slide .dots .dot {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    color: #fff;
}

@keyframes fade {
    from {
        opacity: 0.1;
    }
    to {
        opacity: 1;
    }
}

#subscribe {
    width: 300px;
    padding: 10px 5px;
    border: 2px solid #ff6633;
    border-radius: 2px;
    margin: 10px 10px;
}

#subscribe:focus {
    border: 1px solid #1da4aa;
}

.project-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-form input {
    width: 250px;
    height: 25px;
    border: 1px solid #1da4aa;
    border-radius: 3px;
    margin: 10px 0;
}

.align {
    display: flex;
    align-items: flex-end;
}

#subscribe-box {
    width: 25px;
    margin: 0;
    margin-right: 10px;
}

.contact-form textarea {
    width: 250px;
    height: 250px;
    border: 1px solid #1da4aa;
    border-radius: 3px;
    margin: 10px 0;
}

.contact-form input[type="submit"] {
    background: #fff;
    height: 50px;
    font-family: 'Alfa Slab One', cursive;
}

.contact-form input[type="submit"]:hover {
    background: #1da4aa;
    color: #fff;
    cursor: pointer;
}

.reserve-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#num {
    width: 50px;
    height: 50px;
    border:1px solid #1da4aa;
    border-radius: 3px;
    font-size: 22px;
    text-align: center;
}

#crafter-name,
#crafter-email {
    width: 200px;
    height: 25px;
    border: 1px solid #1da4aa;
    border-radius: 3px;
    margin: 10px 0;
}

.reserve-form table {
    border-collapse: collapse;
    margin: 20px;
    background: #fff;
}

.reserve-form td,
.reserve-form tr {
    padding: 10px;
    border: 1px solid #1DA4AA;
}


.reserve-form td:hover {
    background-color: rgba(29, 164, 170, 0.4);
    cursor: pointer;
}

.reserve-form .empty:hover {
    background-color: white;
    cursor: default;
}

.reserve-form td:nth-of-type(2) {
    color: #ccc;
}

#reserve-session,
#reserve-session-wkd {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 20px;
    height: auto;
    width: 274px;
    border: 1px solid #1da4aa;
    border-radius: 3px;
}

#reserve-session span,
#reserve-session-wkd span {
    padding-bottom: 20px;
    font-weight: bold;
    color: #993333;
}

.session-opt,
.session-opt-wkd {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 0;
}

.session-opt input,
.session-opt-wkd input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.session-opt input + label,
.session-opt-wkd input + label {
    margin: 10px 0;
    padding: 0.75rem 2rem;
    position: relative;
    border: solid 1px #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 1rem;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(60, 64, 60, 0.1);
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}


.session-opt input:hover + label,
.session-opt-wkd input:hover + label {
    border-color: #1da4aa;
}

.session-opt input:checked + label,
.session-opt-wkd input:checked + label {
    background-color: #1da4aa;
    color: #fff;
    box-shadow: 0 0 10px rgba(60, 64, 60, 0.1);
    border-color: hsl(183, 71%, 10%);
    z-index: 1;
}

#reserve-session p,
#reserve-session-wkd p {
    margin: 0;
    padding: 0;
}

#reserve-details {
    display: none;
}


footer {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    background: #1DA4AA;
    border-top: 2px dashed #222;
}

footer a {
    color: #fff;
}

footer h4 {
    margin: 0;
    padding: 0;
}

footer i {
    color: #fff;
    font-size: 1.6em;
    margin: 0.4em;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer li {
    list-style: none;
}

address {
    font-style: normal;
}

.social-icons {
    text-align: center;
    text-transform: uppercase;
}

.social-icons ul {
    opacity: 0.5;
    display: flex;
    justify-content: space-between;
    transition: 0.2s;
}

.social-icons ul:hover {
    opacity: 1;
}

.social-icons ul li i:hover {
    transform: scale(1.6);
    transition: 0.2s;
}

.social-icons ul li a:hover {
    border: none;
}

.legal {
    margin-top: 60px;
    text-align: center;
    flex: 1 1 100%;
}

/* (min-width : 320px) and  */
@media screen and (max-width : 1024px) {

    nav {
        flex-direction: column;
    }

    .mobile-nav-style {
        font-family: 'Alfa Slab One', cursive;
        margin-top: 20px;
        text-align: center;
        width: 100%;
        color: #222;
    }

    .nav-btn {
        display: inline-block;
        font-family: 'Alfa Slab One', cursive;
        text-align: center;
        font-size: 1.6em;
        width: 50%;
        color: #222;
        background: none;
        border: none;
    }

    .nav-btn:hover {
        cursor: pointer;
    }

    .mobile-nav {
        display: block;
        width: 100vw;
        background: #fff;
        height: 500px;
        position: absolute;
        top: 80px;
        right: 0;
        left: 0;
        opacity: 1;
        transform: translate(0, 0);
        transition: all 0.4s ease-in;
    }

    .closed {
        transform: translate(0, -600px);
        opacity: 0.5;
        transition: all 0.4s ease-out;
    }

    .links {
        display: none;
    }

    .mobile-nav-links {
        font-family: 'Source Sans Pro', sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        padding-top: 25px;
        font-size: 22px;
        line-height: 1.6;
        margin: 0;
    }

    .mobile-nav-links li {
        list-style-type: none;
    }

    .hero-msg {
        align-items: center;
        padding: 20px;
        text-align: center;
    }

    footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.6;
    }

    footer div {
        padding: 30px;
    }
}
