* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: 'montserrat', sans-serif;
}

#menu-logo {
    filter: grayscale(100);
    filter: brightness(100);
}

#burger-toggle>img {
    filter: brightness(100)
}

.menu-text {
    color: #FFF;
}

.menu-text:hover {
    color: #FFF;
    position: relative;
    padding: 10px 0;
    border-bottom: 3px solid #FFF;
}

#launch-app {
    border: solid 1px #FFF;
    color: #FFF;
    transition: .3s all;
}

#launch-app:hover,
#launch-app:active {
    color: #4CD964;
    background-color: white;
    border: solid 1px white;
}

body {
    background: #4dda64;
}

.section {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 64px;
}

.header-section .h1 {
    font-weight: 400;
    margin: auto;
    max-width: 540px;
    text-align: left;
}

.header-section .cta-button {
    background: #EBC644;
}

.header-section .cta-button:hover {
    color: #EBC644;
}

.header-section.bottom-img {
    padding-bottom: 0;
}

.header-section img {
    max-width: 500px;
}

.header-section .cta-button {
    background: white;
}

.header-section.bottom-img .text-section {
    padding-right: 60px;
    padding-bottom: 60px;
}

.bottom-img img {
    margin-top: 110px;
}

.white {
    color: #FFF;
}

.x-small {
    font-size: 18px;
}

.small {
    font-size: 24px;
}

.medium {
    font-size: 28px;
}

.large {
    font-size: 30px;
}

.x-large {
    font-size: 38px;
}

.header-section {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    padding: 64px 0;
}

.header-section .text-section {
    padding-right: 60px;
}

.header-section .sub-text {
    margin: 20px 0 40px;
    text-align: left;
    font-size: 20px;
    line-height: 32px;
}

.cta-button {
    background: #4DD964;
    border: 1px solid #4DD964;
    border-radius: 43px;
    color: #FFF;
    cursor: pointer;
    font-size: 28px;
    line-height: 26px;
    padding: 12px 24px;
    transition: all .3s;
}

.cta-button:hover {
    background: #4CB95E;
    border: 1px solid #4CB95E;
}

.cta-button-outline {
    border: 1px solid #FFF;
}

.cta-button-outline:hover {
    background: #FFF;
    color: #4DD964;
    border: 1px solid #FFF;
}

.intel-section {
    background-color: #FFF;
    padding: 64px 64px 120px;
}

.intel-section .content {
    align-items: top;
    display: flex;
    justify-content: space-between;
    padding: 70px 0 100px;
}

.intel-section .img-section {
    height: 674px;
    width: 336.5px;
    background-image: url("/img/ads-iphone.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.intel-section .laptop-section {
    max-width: 100%;
}

.intel-section .laptop-section img {
    width: 100%;
    max-width: 450px;
}

.intel-section .ads-video {
    position: absolute;
    width: 293px;
    left: 22px;
    top: 75px;
}

.intel-list {
    max-width: 350px;
    padding: 0 0 0 70px;
}

.intel-list li:not(:last-child) {
    padding: 0 0 35px;
}

.intel-list p {
    text-align: left;
    font-size: 16px;
}

.items-section .h2 {
    line-height: 45px;
    text-align: center;
}

.straight-list {
    display: inline-flex;
    padding-top: 60px;
}

.straight-list li {
    padding: 0 30px;
    text-align: center;
}

.straight-list img {
    padding-bottom: 30px;
}

.worked-section,
.uber-case {
    background-color: #F8F8F8;
}

.worked-section .h2 {
    color: #60635A;
}

.worked-section .straight-list {
    padding-top: 30px;
}

.worked-section .straight-list p {
    color: #4A4845;
}

.worked-section .straight-list img {
    padding-bottom: 10px;
}

.packages-section {
    background-color: #FFF;
}

.packages-section .h2 {
    color: #60635A;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
}

.package-list {
    padding: 40px 0;
}

.package-list li:not(:last-child) {
    padding-bottom: 60px;
}

.package-item {
    align-items: center;
    display: flex;
    justify-content: center;
}

.package-item .img-section img {
    height: 150px;
    width: 150px;
}

.package-item .text-section {
    max-width: 620px;
    padding-left: 80px;
}

.intramuros-case {
    background: #FFF;
}

.case-study-section .h3 {
    color: #4DD964;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.case-study-section p {
    color: #60635A;
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    max-width: 820px;
    text-align: left;
    margin-bottom: 30px;
}

.case-study-section>div:first-of-type {
    width: 820px;
}

.photo-section {
    display: flex;
    justify-content: center;
    height: 442px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.uber-photo {
    background-color: #6eda64;
    background-image: URL("/img/ads-uber-case.png");
    height: 550px;
}

.cta-section {
    background-color: #FFF;
    display: flex;
    justify-content: center;
    padding: 100px 0;
}

.intel-section div,
.packages-section .btn-container {
    text-align: center;
}

.intel-section .h2,
.case-study-section .h2 {
    color: #60635A;
    font-weight: 400;
    max-width: 820px;
}

.case-study-section .h2 {
    line-height: 52px;
}

.intel-section .h2 {
    margin: 16px auto;
    line-height: 1.4;
}

.intel-list li,
.package-item .text-section p {
    color: #60635A;
    text-align: left;
}

.intel-list strong {
    font-size: 22px;
}

.intel-list strong,
.package-item .text-section strong {
    color: #4DD964;
}

.read-more-link-container {
    text-align: right;
}

.read-more-link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #4DD964;
    position: relative;
}

.read-more-link::after {
    content: URL(/img/chevron_right.svg);
    bottom: 0;
    position: absolute;
    bottom: -5px;
    right: -20px;
}

.read-more-link:hover {
    text-decoration: underline;
}

.why-section {
    background: #4dda64;
}

@media only screen and (max-width: 992px) {
    .photo-section {
        height: 380px;
    }
    .photo-section img {
        width: 100%;
    }
    .header-section .sub-text,
    .header-section .h1 {
        max-width: 450px;
    }
    .bottom-img img {
        width: 50%;
    }
    .intel-list {
        max-width: 250px;
    }
    .header-section img {
        max-width: 400px;
    }
}

#thisdivdoesnnotexist {
    color: white;
}

@media only screen and (max-width: 768px) {
    .header-section .img-section {
        display: none;
    }
    .bottom-img img,
    .header-section img {
        display: none;
    }
    .header-section .text-section {
        text-align: center;
    }
    .header-section .text-section {
        padding-right: 0;
    }
    .header-section .sub-text,
    .header-section .h1 {
        max-width: 540px;
        text-align: center;
    }
    .header-section.bottom-img .text-section {
        padding-right: 0;
        padding-bottom: 80px;
    }
    .header-section .sub-text {
        max-width: 540px;
    }
    .intel-section .content {
        padding: 70px 0 50px;
    }
    .intel-section .content {
        flex-direction: column;
        align-items: center;
    }
    .intel-list {
        padding: 50px 0 0;
        max-width: 100%;
    }
    .intel-list p {
        max-width: 100%;
    }
    .intel-section .content {
        padding: 40px 0 70px;
    }
    .photo-section {
        background-size: 100%;
    }
    .straight-list img {
        max-width: 70px;
    }
}

@media only screen and (max-width:668px) {
    .straight-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .straight-list li {
        padding: 20px 35px;
    }
    .read-more-link-container {
        text-align: left;
    }
}

@media only screen and (max-width:575px) {
    .x-large {
        font-size: 34px;
    }
    .large {
        font-size: 24px;
    }
    .small {
        font-size: 20px;
    }
    .header-section .sub-text,
    .header-section .h1 {
        max-width: 300px;
    }
    .cta-button {
        font-size: 26px;
    }
    .package-item {
        flex-wrap: wrap;
    }
    .package-item .text-section {
        padding: 50px 0 0;
    }
    .packages-section .h2 {
        text-align: center;
        max-width: 200px;
        margin: 0 auto;
    }
    .case-study-section .x-large {
        font-size: 32px;
        line-height: 42px;
    }
    .case-study-section .h3 {
        text-align: center;
    }
    .straight-list img {
        max-width: 50px;
    }
    .why-section .straight-list li {
        padding: 20px 17px;
    }
    .section {
        padding: 64px 20px;
    }
}

@media only screen and (max-width: 375px) {
    .intel-section .img-section {
        max-height: 500px;
        width: 250px;
    }
    .intel-section .ads-video {
        width: 216px;
        left: 18px;
        top: 57px;
    }
}