html, body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
    font-size: 16px;
}

a {
    text-decoration: none;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.responsive-img {
    width: 100%;
    height: auto;
}

header {
    background: black;
    color: white;
    padding-top: 60px;
    position: relative;
}

header .logo {
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -68px;
    height: 144px;
    width: 169px;
    z-index: 2;
}

.header-inner {
    border-top: 4px solid white;
    width: 100%;
    height: 584px;
    position: relative;
}
.header-background {

    background-image: url('assets/photo/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.chef-flames {
    background-image: url('assets/photo/chef-flames@2x.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 437px;
}

.phone-image {
    background-image: url('assets/photo/scroll-app.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 441px;
}

.header-content {
    margin-left: 85px;
    margin-top: 112px;
    width: 494px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1150px) {
    .header-content {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 494px;
        width: auto;
    }

    .header-background {
        opacity: 0.7;
        background-position: center center;
    }
}

.header-content h1 {
    font-family: 'Work Sans';
    font-size: 56px;
    font-weight: 600;
    line-height: 1.07;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-shadow: 0 0 7px black;
}

.header-content p {
    font-size: 18px;
    line-height: 1.56;
    text-shadow: 0 0 5px black;
}

.header-content .badge-app-store,
.header-content .badge-google-play {
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;

}

main {
    max-width: 1110px;
    margin: auto;
}

@media (max-width: 1150px) {
    main {
        margin: 50px;
        text-align: center;
    }

    main p {
        max-width: 500px;
        margin: auto;
    }
}

section {
    padding: 50px 0
}

h2 {
    text-transform: uppercase;
    font-family: 'Work Sans';
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -0.1px;
    margin: 16px 0;
}

h3 {
    text-transform: uppercase;
    font-family: 'Work Sans';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1px;
}

.subtext {
    font-size: 14px;
    line-height: 1.43;
}

ul.bullets {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

ul.bullets li {
    display: block;
}

ul.bullets img {
    vertical-align: middle;
    float: left;
    margin-top: 4px;
}

ul.bullets span {
    margin-left: 38px;
    display: block;
    padding: 10px 0;
}

.icon-100 {
    vertical-align: middle;
}

.section-4 {
    background-image: linear-gradient(105deg, #f4af0f, #ff5c35);
    text-align: center;
    color: white;
    padding: 70px 10px;
}

.section-4 h1 {
  font-family: 'Work Sans';
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 30px
}

header .badge {
    display: inline-block;
}

.badge a {
    background: white;
    border: 1px solid #a6a6a6;
    color: black;
    display: inline-block;
    line-height: 40px;
    width: 135px;
    border-radius: 4px;
    margin: 5px 0;
    text-align: center;
}

.badge a:hover {
    opacity: 0.7
}

.badge a img {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
}

.badge-divider {
    font-family: 'Work Sans';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1px;
    padding: 16px 0;
}

.badge-divider::before,
.badge-divider::after {
    content: ' ';
    width: 40px;
    height: 1px;
    background:white;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}

.flex {
    display: flex;
}

.flex-right {
    order: 2;
    flex-basis: 50%;

}

.flex-left {
    order: 1;
    flex-basis: 50%;
}

@media (max-width: 1150px) {
    .flex {
        display: block;
    }
}

.section-1 .flex-content {
    padding-right: 90px;
    padding-top: 40px;
}

.section-1 .flex-content .flex-left {
    padding-top: 20px;
    padding-right: 20px;
}

.section-1 .flex-content .flex-right {
    padding-top: 20px;
    padding-left: 20px;
}

.section-2 .flex-content {
    padding-left: 90px;
    padding-top: 40px;
}

.section-3 .flex {
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -20px;
}

.section-3 .flex .flex-4-col {
    flex:  1 0 calc(25% - 20px);
    margin-left: 20px;
    margin-top: 20px;
}

@media (max-width: 1150px) {
    .section-1 .flex-content {
        padding-right: 0;
    }

    .section-1 .flex-content .flex-left {
        padding-right: 0;
    }

    .section-1 .flex-content .flex-right {
        padding-left: 0;
    }

    .section-2 .flex-content {
        padding-left: 0;
    }

    .section-3 .flex {
        display: flex;
    }

    .section-3 .flex .flex-4-col {
        flex: 1 0 calc(50% - 20px);
    }
}




/* footer */

.footer {
    background-color: black;
    padding: 3rem 1.375rem;
    overflow: hidden;
}
.footer-inner {
    max-width: 81.25rem;
    margin: 0 auto;
    position: relative;
}
@media (min-width: 51.25rem) {
    .footer .logo {
    float: left;
    width: 50%;
    }
}
.footer hr {
    color: #fff;
    width: 100%;
    opacity: 0.5;
    margin: 2.5rem 0 1.25rem 0;
    background-color: #fff;
    display: inline-block;
}
.footer-menu {
    float: left;
    width: 50%;
}
@media (min-width: 51.25rem) {
    .footer-menu {
        width: 25%;
    }
}
.footer-menu::after {
    content: '';
    display: block;
    clear: both;
}
.footer-menu-bucket {
    color: #fff;
    margin-top: 3.75rem;
}
@media (min-width: 51.25rem) {
    .footer-menu-bucket {
        margin-top: 0;
    }
}
.footer-menu-bucket-title {
    text-transform: uppercase;
}
.footer-menu-bucket a {
    opacity: 0.6;
    display: inline-block;
    width: 100%;
    padding: 0.3125rem 0;
    color: #fff;
}
.footer-menu-bucket a:hover {
    opacity: 35;
}
.footer-menu-bucket .app-store-badge {
    display: block;
    margin-top: 1.25rem;
    padding: 0 0.625rem;
    width: 8.4375rem;
    border: 1px solid #fff;
    border-radius: 6px;
}
.footer-links {
    float: left;
}
.footer-links::after {
    content: '';
    display: block;
    clear: both;
}
.footer-links-bucket {
    color: #fff;
    margin-top: 3.75rem;
}
@media (min-width: 51.25rem) {
    .footer-links-bucket {
        margin-top: 0;
    }
}
.footer-links-bucket-title {
    text-transform: uppercase;
}
.footer-links-bucket a {
    opacity: 0.6;
    display: inline-block;
    width: 100%;
    color: #fff;
}
.footer-links-bucket a:hover {
    opacity: 35;
}
.footer-links-bucket p {
    margin-top: 0;
}
.footer .legal {
    font-size: 0.6875rem;
    opacity: 0.7;
    color: #fff;
}
.footer .legal-links {
    margin-top: 0.375rem;
}
.footer .legal-links a {
    font-size: 0.6875rem;
    opacity: 0.7;
    color: #fff;
    display: inline-block;
    padding-right: 0.75rem;
}
.footer .social {
    margin-top: 1.25rem;
}
@media (min-width: 51.25rem) {
    .footer .social {
        position: absolute;
        right: 0;
        bottom: 0.9375rem;
    }
}
.footer .social a {
    display: inline-block;
    padding: 0 0.9375rem 0 0;
}
