/* Desktop
Fonts//
    font-family: 'Blue Style'; 
    font-weight: normal;
    font-style: normal;
Colors//
TEAL - #04D7D0
PINK - #FE878D
BLUE - #1F3A68
YELLOW - #FBF4B1

*/
* {
    text-decoration: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #FF9FA4;
    font-size: 100%;
}

img {
    max-width: 100%;
}

header {
    width: 100%;
    background-color: #B4F3F1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 230px;
    border-bottom: solid 20px #FBF4B0
}

.logo {
    max-width: 25%;
    padding-left: 50px;
    padding-top: 10px;
}

nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 75%;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
}

nav a {
    font-size: 30px;
    color: #1F3A68;
    padding-top: 10px;
    text-align: center;
}

nav a:hover {

    color: #FE878D;
}

nav a img {
    max-height: 150px;
    transition: transform .4s ease-in-out;
}

nav a img:hover {
    max-height: 150px;
    transform: scale(110%);
}

/* Home
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h3 {
    color: #1F3A68;
    font-size: 60px;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
    text-align: right;
    padding-right: 30px;
}

.hero {
    max-width: 1763px;
    height: 800px;
    background-image: url(images/homepage/hero.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: column;
}

.hero img {
    height: 400px;
    padding-right: 30px;
    transition: transform .4s ease-in-out;
}

.hero img:hover {
    transform: rotate(-5deg) scale(110%)
}

main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: #CDF6F6;
}

.about-left {
    line-height: 30px;
    width: 50%;
    padding: 50px;
}

.about-right {
    width: 50%;
}

p {
    font-size: 20px;
    color: #1F3A68;
    font-family: 'Arial Rounded MT';
    font-weight: bold;
    font-style: normal;
    text-align: left;
}

h1 {
    color: #1F3A68;
    font-size: 60px;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
    padding-left: 30px;
    line-height: 60px;
}

section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: #FBF4B0;
    width: 100%;
}

h2 {
    font-size: 60px;
    padding-top: 10px;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
    color: #1F3A68;
    text-align: center;
    line-height: 60px;
}

.purr-fect {
    background-image: url(images/homepage/sparklepattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    text-align: center;
    width: 100%;
    background-position: center;
}

.milun-review {
    width: 33%;
    background-color: #FBF4B0;
}

.michael-review {
    width: 34%;
    background-color: #FBF4B0;
}

.claire-review {
    width: 33%;
    background-color: #FBF4B0;
}

footer {
    background-color: #FE878D;
    justify-content: space-around;
    font-family: 'Arial Rounded MT';
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    color: #1F3A68;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.right-foot img:hover {
    transform: rotate(-5deg) scale(110%);
    transition: transform .3s ease-in-out;
}

.left-foot {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: left;
    width: 50%;
}

.left-foot img {
    max-width: 150%;
}

.right-foot {
    align-content: center;
    justify-content: space-evenly;
    width: 50%;
    text-align: center;
}

/* Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menuhero {
    max-width: 1763px;
    height: 800px;
    background-image: url(images/menu/menuhero.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: column;
}

.featured {
    background-image: url(images/homepage/sparklepattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    text-align: center;
    width: 100%;
    background-position: center;
}

.meowcha {
    width: 33%;
    font-size: 40px;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
    color: #1F3A68;
    text-align: center;
}

.hotdrinks {
    width: 34%;
    font-size: 40px;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
    color: #1F3A68;
    text-align: center;
}

.caramel {
    width: 33%;
    font-size: 40px;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
    color: #1F3A68;
    text-align: center;
}

/**
 * Tabs
 */

.tabs {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1500px;
    margin: 25px auto;

}

.tabs:hover {
    color: #FE878D;
}

.tabs label {
    -webkit-box-ordinal-group: 2;
    order: 1;
    display: block;
    justify-content: center;
    padding: 1rem 1rem;
    margin: 0.2rem;
    cursor: pointer;
    background: #B4F3F1;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 35px;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
    color: #1F3A68;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    border-radius: 25px;
}

.tabs .tab {
    -webkit-box-ordinal-group: 100;
    order: 99;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #FBF4B0;
    margin: auto;
    justify-content: center;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    height: 550px;
}



.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked+label {
    background: #FE878D;
}

.tabs input[type="radio"]:checked+label+.tab {
    display: block;
}

@media (max-width: 45em) {

    .tabs .tab,
    .tabs label {
        -webkit-box-ordinal-group: initial;
        order: initial;
    }

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
        font-size: 35px;
    }
}

/**
  * Generic Styling
 */

h5 {
    font-size: 24px;
    color: #1F3A68;
    font-family: 'Arial Rounded MT';
    font-weight: bold;
    font-style: normal;
    margin-bottom: 0;
}

.bfast {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    height: 100%;
    line-height: 20px;
}

.bfast-left {
    width: 45%;
    align-content: center;
    justify-content: space-evenly;
    text-align: left;
}

.bfast-right {
    width: 45%;
    align-content: right;
    justify-content: space-evenly;
    text-align: right;
}

.sandwich {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    height: 100%;
    line-height: 20px;
}

.sandwich-left {
    width: 45%;
    align-content: center;
    justify-content: space-evenly;
    text-align: left;
}

.sandwich-right {
    width: 45%;
    align-content: right;
    justify-content: space-evenly;
    text-align: left;
}

.entrees {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    height: 100%;
    line-height: 20px;
}

.entrees-left {
    width: 45%;
    align-content: center;
    justify-content: space-evenly;
    text-align: left;
}

.entrees-right {
    width: 45%;
    align-content: right;
    justify-content: space-evenly;
    text-align: right;
}

.mouthwatering {
    max-width: 1763px;
    height: 850px;
    background-image: url(images/menu/mouthwatering.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: row-reverse;
    background-color: #CDF6F6;
}

.mouthwatering img {
    height: 400px;
    padding-right: 30px;
    transition: transform .4s ease-in-out;
    padding-bottom: 40px;
}

.mouthwatering img:hover {
    transform: rotate(-5deg) scale(110%)
}



/* Staff
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.staffhero {
    max-width: 1763px;
    height: 800px;
    background-image: url(images/staff/staffhero.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: column;
}

.management {
    background-image: url(images/homepage/sparklepattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    text-align: center;
    width: 100%;
    background-position: center;
}

.staff1 {
    width: 30%;
    font-size: 40px;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
    color: #1F3A68;
    text-align: center;
}

.staff2 {
    width: 31%;
    font-size: 40px;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
    color: #1F3A68;
    text-align: center;
}

.staff3 {
    width: 30%;
    font-size: 40px;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
    color: #1F3A68;
    text-align: center;
}

.staff4 {
    width: 30%;
    font-size: 40px;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
    color: #1F3A68;
    text-align: center;
}

.staff5 {
    width: 31%;
    font-size: 40px;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
    color: #1F3A68;
    text-align: center;
}

.staff6 {
    width: 30%;
    font-size: 40px;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
    color: #1F3A68;
    text-align: center;
}

h6 {
    font-size: 30px;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
    color: #1F3A68;
    margin: 0;
}

.servers {
    background-image: url(images/homepage/sparklepattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    text-align: center;
    width: 100%;
    background-position: center;
}

.playstaff {
    background-image: url(images/homepage/sparklepattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    text-align: center;
    width: 100%;
    background-position: center;
    padding-bottom: 60px;

}

/* Contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.contacthero {
    max-width: 1763px;
    height: 900px;
    background-image: url(images/contact/contacthero.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: column;
}

.feedback-input {
    color: #1F3A68;
    font-size: 20px;
    color: #1F3A68;
    font-family: 'Arial Rounded MT';
    font-weight: bold;
    font-style: normal;
    text-align: left;
    border-radius: 25px;
    line-height: 22px;
    border: 5px solid #1F3A68;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
    background-color: #FBF4B0;
}

textarea {
    height: 150px;
    line-height: 150%;
    resize: vertical;
}

[type="submit"] {
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
    width: 100%;
    background: #FE878D;
    border-radius: 25px;
    border: 0;
    cursor: pointer;
    color: #1F3A68;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.3s;
    margin-top: 8px;
    font-size: 40px;
}

[type="submit"]:hover {
    background: #04D7D0;
}

.contactform {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: 'Arial Rounded MT';
    font-weight: bold;
    font-style: normal;
    color: #1F3A68;
    padding-bottom: 50px;
    background-image: url(images/homepage/sparklepattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 20px;
}

h4 {
    color: #1F3A68;
    font-size: 60px;
    font-family: 'Blue Style';
    font-weight: normal;
    font-style: normal;
}

/* Tablet
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 551px) and (max-width: 900px) {
    body {}

    header nav {
        display: none;
    }

    header {
        height: 150px;
    }

    header {
        height: 120px;
        position: fixed;
    }

    .logo {
        text-align: center;
        max-width: 30%;
        padding-left: 10px;
    }

    h3 {

        font-size: 26px;
        text-align: center;
        padding: none;
    }

    .hero {
        max-width: 1763px;
        height: 800px;
        background-size: 100%;
        background-position: top 180px center;
        padding-top: 90px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center end;
        flex-direction: column;
    }

    .hero img {
        height: 250px;
        padding-bottom: none;
    }

    h2 {
        font-size: 50px;
        text-align: center;
        padding: none;
        line-height: 20px;
    }

    h1 {

        font-size: 40px;
        text-align: left;
        padding: none;
        margin: 0;
        line-height: 40px;
    }

    .purr-fect {
        background-image: none;
        height: 100px;
        text-align: center;
        width: 100%;
        background-position: center;
        padding-top: 20px;
    }

    .milun-review {
        width: 100%;
        text-align: center;
    }

    .michael-review {
        width: 100%;
        text-align: center;
    }

    .claire-review {
        width: 100%;
        text-align: center;
    }

    h3 {
        font-size: 40px;
    }

    .left-foot img {
        max-width: 50%;
    }

    .right-foot img {
        max-height: 20%;
    }

    .menuhero {
            max-width: 1763px;
            height: 530px;
            background-size: 100%;
            background-position: top 120px center;
            padding-top: 90px;
            margin: auto;
            display: flex;
            justify-content: space-between;
            align-items: center end;
            flex-direction: column;
        
    }

    .meowcha {
        width: 70%;
        font-size: 40px;
    }

    .hotdrinks {
        width: 70%;
        font-size: 40px;
    }

    .caramel {
        padding-top: 30px;
        width: 70%;
        font-size: 40px;
    }

    .bfast {
        line-height: 30px;
        flex-direction: row-reverse;
    }

    .bfast-left {
        width: 100%;
    }

    .bfast-right {
        width: 0;
    }


    .sandwich {
        line-height: 30px;
        flex-direction: row-reverse;
    }

    .sandwich-left {
        width: 0;
    }

    .sandwich-right {
        width: 100%;
    }

    .entrees {
        line-height: 20px;
    }

    .entrees-left {
        width: 100%;
        align-items: center;
        margin-top: 0;
    }

    .entrees-right {
        width: 0;
    }

    .tabs .tab {
        height: 600px;
    }

    .mouthwatering img {
        height: 200px;
        padding-bottom: none;
        align-items: center;
    }

    .mouthwatering {
        background-position: top 10px center;
        height: 550px;
        padding: none;
    }

    .tabs label {
        text-align: center;
        width: 100%;
    }

    .mouthwatering img {
        height: 300px;
    }

    .staffhero {
        height: 530px;
        background-size: 100%;
        background-position: top 120px center;
    }

    .staff1 {
        width: 90%;
        padding-left: 80px;
        padding-right: 80px;
    }

    .staff2 {
        width: 90%;
        padding-left: 80px;
        padding-right: 80px;
    }

    .staff3 {
        width: 90%;
        padding-left: 80px;
        padding-right: 80px;
    }

    .staff4 {
        width: 90%;
        padding-left: 80px;
        padding-right: 80px;
    }

    .staff5 {
        width: 90%;
        padding-left: 80px;
        padding-right: 80px;
    }

    .staff6 {
        width: 90%;
        padding-left: 80px;
        padding-right: 80px;
    }

    .management {
        background-image: none;
        height: 100px;
    }

    .servers {
        background-image: none;
        height: 100px;
    }

    .playstaff {
        background-image: none;
        height: 100px;
    }

    .contacthero {
        height: 600px;
        background-size: 100%;
        background-position: top 120px center;
    }

    h4 {
        font-size: 40px;
        line-height: 50px;
    }

    .contactform {

        margin: 0;
        background-image: none;
        padding-left: 30px;
        padding-right: 30px;
        line-height: 30px;
    }
    
}

/* Mobile
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 550px) {
    body {}

    header nav {
        display: none;
    }

    header {
        height: 100px;
        position: fixed;
    }

    .logo {
        text-align: center;
        max-width: 40%;
        padding-left: 10px;
    }

    h3 {

        font-size: 26px;
        text-align: center;
        padding: none;
    }

    .hero {
        max-width: 1763px;
        height: 630px;
        background-size: 100%;
        background-position: top 180px center;
        padding-top: 90px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center end;
        flex-direction: column;
    }

    .hero img {
        height: 200px;
        padding-bottom: none;
    }

    h2 {
        font-size: 30px;
        text-align: center;
        padding: none;
        line-height: 20px;
    }

    h1 {

        font-size: 30px;
        text-align: left;
        padding: none;
        margin: 0;
        line-height: 40px;
    }

    .purr-fect {
        background-image: url(images/homepage/sparklepattern.png);
        height: 100px;
        text-align: center;
        width: 100%;
        background-position: center;
    }

    .milun-review {
        width: 100%
    }

    .michael-review {
        width: 100%
    }

    .claire-review {
        width: 100%
    }

    section,
    main {
        flex-direction: column;
    }

    .about-left {
        width: 100%;
        padding: none;
    }

    .about-right {
        width: 100%;
        padding: none;
    }

    footer {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        padding: none;
    }

    .left-foot {

        justify-content: center;
        text-align: center;
        align-items: left;
        width: 50%;
    }

    .left-foot img {
        max-width: 100%;
    }

    .right-foot {
        justify-content: center;
        align-content: center;
        justify-content: space-evenly;
        width: 50%;
        text-align: center;
    }

    .menuhero {
        height: 300px;
        background-size: 100%;
        background-position: top 100px center;
    }

    .featured {
        height: 100px;
    }

    .meowcha {
        width: 70%;
        font-size: 30px;
    }

    .hotdrinks {
        width: 70%;
        font-size: 30px;
    }

    .caramel {
        width: 70%;
        font-size: 30px;
    }

    .bfast {
        line-height: 30px;
        flex-direction: row-reverse;
    }

    .bfast-left {
        width: 100%;
    }

    .bfast-right {
        width: 0;
    }


    .sandwich {
        line-height: 30px;
        flex-direction: row-reverse;
    }

    .sandwich-left {
        width: 0;
    }

    .sandwich-right {
        width: 100%;
    }

    .entrees {
        line-height: 20px;
    }

    .entrees-left {
        width: 100%;
        align-items: center;
        margin-top: 0;
    }

    .entrees-right {
        width: 0;
    }

    .tabs .tab {
        height: 900px;
    }

    .mouthwatering img {
        height: 200px;
        padding-bottom: none;
        align-items: center;
    }

    .mouthwatering {
        background-position: top 10px center;
        height: 430px;
        padding: none;
    }

    .staffhero {
        height: 300px;
        background-size: 100%;
        background-position: top 100px center;
    }

    .staff1 {
        width: 90%;
    }

    .staff2 {
        width: 90%;
    }

    .staff3 {
        width: 90%;
    }

    .staff4 {
        width: 90%;
    }

    .staff5 {
        width: 90%;
    }

    .staff6 {
        width: 90%;
    }

    .management {
        height: 100px;
    }

    .servers {
        height: 100px;
    }

    .playstaff {
        height: 100px;
    }

    .contacthero {
        height: 300px;
        background-size: 100%;
        background-position: top 100px center;
    }

    h4 {
        font-size: 40px;
        line-height: 50px;
    }

    .contactform {
        margin: 0;
        background-image: none;
        padding: none;
        line-height: 30px;
    }
}