/* general */

img {
    width:100%;
}

#wrapper {
    margin:auto;
}

.hide {
    display:none;
}

.mobile-image {
    display:none;
}

:not(.accordion, .module, .active, .head, .body){
    transition: all .3s ease-in;
    box-sizing:border-box;
}

/* desktop ****************************************************/

/* nav *********/

.ham {
    display:none;
}

nav {
    max-width:1500px;
    margin:auto;
}

#desktop-nav  ul {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    justify-content: space-around;
    padding-top:30px;
}

#desktop-nav ul li a {
    text-decoration:none;
    color:#ffffff;
    font-family:'Teko', sans-serif;
    font-size:24px;
    transition:0.5s;
}

#desktop-nav ul li a:hover {
    color: #fff;
    text-shadow: 0 0 10px #ef0184,
               0 0 20px #ef0184,
               0 0 40px #ef0184,
               0 0 80px #ef0184,
               0 0 120px #ef0184,
               0 0 160px #ef0184;
}

nav img {
    width:320px;
}

/* hero **************/
header {
    width:100%;
    height:800px;
}

.hero-image {
    background-image: url(images/hero-desktop.jpg);
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    height:100%;
    position:fixed;
    z-index:-100000;
} 

#text {
    padding-top:200px;
}

#text h1 {
    font-size: 60px;
    font-family:'Teko', sans-serif;
    font-weight:500;
    color:#ffffff;
    text-align:center;
    line-height:70px;
    text-shadow: 0 0 10px #ef0184,
               0 0 20px #ef0184,
               0 0 40px #ef0184,
               0 0 80px #ef0184,
               0 0 0px #ef0184,
               0 0 0px #ef0184;
}

.shape {
    padding-top:130px;
    max-width:1500px;
    margin:auto;
}

.shape img {
    min-height:200px;
}

/* section1 ************/
#section1 {
    background-color: #ffffff;
    max-width:1500px;
    margin:auto;
}

#h1-text {
    color:#ff6876;
    text-align:center;
    font-size: 40px;
    font-family:'Teko', sans-serif;
    font-weight:500;
    padding-top:120px;
}



/* columns **************/

#container {
    margin:auto;
    width:90%;
    display:flex;
    flex-wrap:wrap;
    text-align:center;
    justify-content:space-around;
    padding-bottom:150px;
    padding-top:60px;

}

.col {
    width:23%;
}

.col img {
    padding-bottom:40px;
}

.button {
    border:#51bbd7 4px solid;
    padding:20px;
    margin:auto;
    width:180px;
    transition:0.5s;
}

.button:hover {
    border:#51bad700 4px solid;
    background: #03e9f4;
    color: #050801;
    box-shadow: 0 0 5px #03e9f4,
                0 0 25px #03e9f4,
                0 0 50px #03e9f4,
                0 0 200px #03e9f4;
}

.col a {
    font-family: 'Teko', sans-serif;
    font-size: 24px;
    color:#51bbd7;
    text-decoration:none;
    justify-content: center;
}

/* arrows *****************/

.arrow img {
    width:800px;
    padding-bottom:50px;
}

.left {
    text-align:right;
}

/* section2 flexbox ************/

.container2 {
    display:flex;
    width:100%;
    max-width:1200px;
    margin:auto;
}

.col2 {
    width:50%;
    padding-bottom:50px;
}

.text {
    padding:40px;
    font-family: "owners-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:18px;
    line-height:36px;
}

.text h2 {
    font-family:'Teko', sans-serif;
    font-weight:500;
    font-size:36px;
    color:#ff6876;
    text-align:center;
    padding-bottom:30px;
}

/* section3 ***********/

#parallax {
    padding-top:100px;
    width:100%;
    margin:auto;
    background-image: url(images/hero-desktop.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#section3 {
    display:flex;
    justify-content: space-around;
    text-align:center;
    margin:auto;
    max-width:1000px;
}

.col3 {
    background-color:#ffffffc2;
    width:300px;
}

.text h3 {
    font-weight:500;
}

/* footer **********/

.shape2 {
    height:0px;
    margin:auto;
    width:100%;
    padding-bottom:130px;
    padding-top:100px;
}

footer {
    background-color:#ff6876;
    color:#ffffff;
    font-family: "owners-text", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:18px;
    line-height:36px;
    max-width:1500px;
    text-decoration: none;
    margin:auto;
}

.content {
    padding-top:20px;
    width:70%;
    margin:auto;
    display:flex;
    flex-direction:row;
    justify-content:space-around;

}

footer h3 {
    font-weight:500;
}

footer a {
    text-decoration: none;
}

footer .link {
    text-decoration: none;
    color:#ffffff;
    text-decoration: underline solid 2px #ffffff00;
    transition: 0.5s;
}

footer .link:hover {
    text-decoration: underline solid 2px #ffffff;
}

footer .lni {
    color:#00ffff;
    font-size:50px;
    padding-right:30px;
    padding-top:10px;
    transition:0.5s;
}

footer .lni:hover {
    color:#3758e9;
}

.copyright {
    font-size:15px;
    text-align:center;
    padding:10px;
}

/* menu page ****************************/

.menu-container2 {
    display:none;
}

.menu-container {
    display:none;
}

.boxes-tablet {
    display:none;
}

.hero-menu {
    background-image:url(images/menu-hero.jpg);
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    height:100%;
    position:fixed;
    z-index:-100000;
}

#white {
    height:100px;
    background-color: #ffffff;
    max-width:1500px;
    margin:auto;
}

#menu-arrows {
    background-image:url(images/menu-arrows.jpg);
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    height:100px;
    max-width:1500px;
    margin:auto;
}

#menu-arrows h2 {
    text-align:center;
    padding-top:20px;
    font-size:46px;
    color:#ff6876;
    font-family: 'Teko', sans-serif;
}

.breakfast-back {
    background-image:url(images/pancakes.jpg);
    background-size:cover;
    height:400px;
    max-width:1500px;
    margin:auto;
}

#support {
    display:flex;
    flex-direction:column;
    width:100%;
    margin:auto;
    background-color:#ffffff;
    max-width:1500px;
}

.top {
    margin-top:-50px;
}

.menu-container {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
    width:100%;
    padding-bottom:40px;
}

.boxes {
    width:25%;
    background-color: #ffffff;
    text-align:center;
    padding:20px;
    box-shadow:0px 3px 2px 2px #00000070;
    font-family:"owners-text", sans-serif;
    font-size:18px; 
    line-height: 30px;
}

.boxes h3 {
    font-family:'Teko', sans-serif;
    font-size:24px;
    font-weight: 600;
    padding-bottom:20px;
    padding-top:20px;
    letter-spacing: 1px;
}

.bottom {
    padding-bottom:150px;
}

.lunch-back {
    background-image:url(images/sandwich.jpg);
    background-size:cover;
    height:400px;
    max-width:1500px;
    margin:auto;
}

.dinner-back {
    background-image:url(images/fries.jpg);
    background-size:cover;
    height:400px;
    max-width:1500px;
    margin:auto;
}

.menu-footer {
    padding-bottom:130px;
    padding-top:0px;
    max-width:1500px;
    margin:auto;
}

/* about ****/ 

.about-hero {
    background-image: url(images/about-hero.jpg);
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    height:100%;
    position:fixed;
    z-index:-100000;
} 

#about {
    font-family:"owner's text", sans-serif;
    padding:40px;
    font-weight: 300;
    font-style: normal;
    font-size:18px;
    line-height:36px;
    background:#ffffff;
}

#about h2 {
    font-family:'Teko', sans-serif;
    font-weight:500;
    font-size:36px;
    color:#ff6876;
    padding-bottom:30px;
    padding-top:50px;
    text-align:center;
}

#about p {
    width:60%;
    margin:auto;
}

.onelineshape {
    padding-top:170px;
}

#gallery h3 {
    font-family: "Teko", sans-serif;
    font-weight: 500;
    color:#ff6876;
    font-size:36px;
    text-align: center;
    padding-bottom:50px;
}

#gallery {
    max-width:1500px;
    margin:auto;
    background-color:#ffffff;
    padding-bottom:60px;
}

#gallery .content {
    max-width:900px;
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    justify-content:space-around;
    padding-bottom:30px;
}

#gallery .content .row3 {
    width:45%;
    background-size:cover;
    background-position:center;
    max-width:350px;
    height:400px;
    outline: solid 0px #51bbd7;
}

.g1 {
    background-image:url(images/g1.jpg);
}

#gallery .content .g1:hover {
    outline: solid 10px #51bbd7;
}

.g2 {
    background-image:url(images/g2.jpg);
}

#gallery .content .g2:hover {
    outline: solid 10px #51bbd7;
}

.g3 {
    background-image:url(images/g3.jpg);
}

#gallery .content .g3:hover {
    outline: solid 10px #51bbd7;
}

.g4 {
    background-image:url(images/g4.jpg);
}

#gallery .content .g4:hover {
    outline: solid 10px #51bbd7;
}

/* contact ****/

#about {
    max-width:1500px;
    margin:auto;
}

.contact-hero {
    background-image: url(images/contact.jpg);
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    height:100%;
    position:fixed;
    z-index:-100000;
}

.contact {
    text-align:center;
}

.backgroundimage {
    background-color:#ffffff;
    max-width:1500px;
    margin:auto;
}

form {
    width:60%;
    margin:auto;
    display:flex;
    flex-direction:column;
    padding:50px;
    font-size:18px;
}

input {
    width:100%;
    margin-bottom:20px;
    font-size:18px;
    margin-top:10px;
}

textarea {
    width:100%;
    font-size:18px;
    margin-top:10px;
    margin-bottom:40px;
}

#user-info h3 {
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-style: normal;
    color:#ff6876;
    font-size:30px;
    text-align: center;
    padding-bottom:20px;
}

form label {
    font-family: "owner'stext", sans-serif;
    color:#ff6876;
}

textarea {
    height:200px;
}

#form-buttons {
    text-align:center;
}

#submit {
    background-color:#ffffff;
    color:#51bbd7;
    font-size:24px;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    width:180px;
    height:70px;
    border:#51bbd7 4px solid;
    margin:auto;
    transition:0.5s;
}

#submit:hover {
    border:#51bad700 4px solid;
    background: #03e9f4;
    color: #050801;
    box-shadow: 0 0 5px #03e9f4,
                0 0 25px #03e9f4,
                0 0 50px #03e9f4,
                0 0 50px #03e9f4;
}

#email, #full-name, textarea {
    font-family: "owner'stext", sans-serif;
    font-weight: 300;
    font-style: normal;
}


/* tablet ***********************************************************/

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

    .mobile-image {
        display:block;
        text-align:center;
        padding-top:20px;
    }

    .mobile-image img {
        width:250px;
    }

    .hero-image {
        position:absolute;
    }

    #desktop-nav {
        display:none;
    }

    .ham {
        display:block;
    }

    header {
        height:600px;
    }

    #text {
        padding-top:130px;
    }

    #text h1 {
        font-size:50px;
    }

    .shape {
        padding-top:75px;
        max-width:1500px;
        margin:auto;
    }

    nav img {
        width:260px;
    }
    
    #container {
        width:100%;
    }

    .button {
        padding:20px;
        width:150px;
    }

    .arrow img {
        display:none;
    }

    .container2 {
        flex-direction:column;
    }
    
    .col2 {
        width:70%;
        margin:auto;
    }
    
    .hide {
        display:block;
        width:100%;
    }

    .desktop {
        display:none;
    }

    .col2 p {
        padding-bottom:40px;
    }

    #parallax {
        background-attachment: local;
    }

    .col3 {
        width:250px;
    }

    .shape2 {
        height:0px;
        margin:auto;
        width:100%;
        padding-bottom:75px;
        padding-top:100px;
    }

    /* menu */ 

    #menu-arrows {
        width:100%;
        height:60px;
        padding:0px;
    }

    #menu-arrows h2 {
        padding-top:10px;
    }

    .breakfast-back {
        height:300px;
        background-position: center;
    }

    .lunch-back {
        height:300px;
        background-position: center;
    }
    
    .dinner-back {
        height:300px;
        background-position: center;
    }

    .boxes-hide {
        display:none;
    }

    .boxes {
        width:35%;
    }

    .boxes-tablet {
        display:block;
        width:35%;
        background-color: #ffffff;
        text-align:center;
        padding:20px;
        box-shadow:0px 3px 2px 2px #00000070;
        font-family:"owners-text", sans-serif;
        font-size:18px; 
        line-height: 30px;
    }

    .boxes-tablet h3 {
        font-family:'Teko', sans-serif;
        font-size:24px;
        font-weight: 600;
        padding-bottom:20px;
        padding-top:20px;
        letter-spacing: 1px;
    }


    .menu-footer {
        padding-top:0px;
    }

    /* about ****/

    .abouttext {
        padding-top:70px;
    }

    #about p {
        width:80%;
    }

    #gallery .content {
        width:100%;
    }

    /* contact ****/

    #about h2 {
        padding-top:100px;
    }

    form {
        width:80%;
    }

}

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

    #container {
        flex-direction:column;
        padding-bottom:50px;
    }

    .col {
        width:50%;
        margin:auto;
        padding-bottom:80px;
    }

    #section3 {
        flex-direction:column;
    }

    .col3 {
        margin:auto;
        width:80%;
        padding:20px;
    }
}


/* mobile *********************************************************/

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


    header {
        height:400px;
    }

    .hero-image {
        background-image:url(images/hero-mobile.jpg);
        background-size:cover;
        height:350px;
    }

    .mobile-image {
        text-align:right;
    }

    .mobile-image img {
        width:140px;
    }

    .shape {
        display:none;
    }

    #text {
        padding-top:80px;
    }

    #text h1 {
        font-size:38px;
        line-height:35px;
    }

    .button {
        font-size: 20px;
        padding:20px;
    }

    #h1-text {
        font-size:26px;
        padding-top:0px;
    }

    .content {
        width:100%;
        flex-direction:column;
    }

    .row2 {
        margin:auto;
        text-align:center;
    }

    .container2 {
        display:flex;
        width:100%;
        margin:auto;
    }
    
    .col2 {
        width:100%;
        padding-bottom:40px;
    }
    
    .text {
        padding:0px;
        width:90%;
    }

    #section3 {
        flex-direction:column;
    }

    .col3 {
        margin:auto;
        width:80%;
        padding:20px;
    }

    .shape2 {
        padding-bottom:40px;
        padding-top:40px;
    }

    footer .lni {
        padding-right:0px;
        padding:20px;
    }

    /* menu */

    #white {
        height:50px;
    }

    .menuheader {
        height:350px;
    }

    .hero-menu {
        height:350px;
    }

    .menu-container {
        display:none;
    }

    .menu-container2 {
        display:block;
        padding:20px;
        font-family:"owners-text", sans-serif;
        font-size:16px; 
        line-height: 25px;
        margin-bottom:50px;
    }

    .menu-container2 h3 {
        font-family:'Teko', sans-serif;
        font-size:18px;
        font-weight: 600;
        letter-spacing:1px;
    }

    .price {
        text-align:right;
    }

    #menu-arrows {
        height:40px;
        padding:0px;
    }

    #menu-arrows h2 {
        font-size:28px;
        padding-top:8px;
    }

    .breakfast-back {
        height:200px;
    }

    .lunch-back {
        height:200px;
    }
    
    .dinner-back {
        height:200px;
    }

    .shape2 {
        padding-top:0px;
    }

    /* about ****/


    .about-hero {
        height:350px;
    }

    #about {
        padding-top:0px;
    }

    #about p {
        width:95%;
    }

    #gallery .content {
        width:100%;
        flex-direction:column;
        padding:0px;
    }

    #gallery .content .row3 {
        width:100%;
        margin:auto;
        margin-bottom:40px;
    }

    /* contact ***/

    .contact-hero {
        height:350px;
    }

    #about h2 {
        padding-top:50px;
    }

    form {
        width:100%;
    }
}