html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background-image: url('../images/bg-asset.png'), url('../images/bg-asset.png'); */
    /* background-size: 50%, 50%; */
    /* background-position: 150% 12%, -50% 100%; */
    /* background-repeat: no-repeat, no-repeat; */
    background-color: #FFDFD4;
    color: #4A4543;
}

a {
    text-decoration: none;
}

#nav-header {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    /* background-color: white;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16); */
}

#nav-inside {
    width: 100%;
    height: auto;
    max-width: 980px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 0 32px;
}

#logo {
    display: block;
    width: 312px;
    height: auto;
}

nav {
    display: none;
}

.menu-item {
    margin-left: 32px;
    cursor: pointer;
}

.hr-line {
    border-bottom: #F96133 1px solid;
    margin: 0 32px 64px;
}

#nav-download {
    border: #F96133 1px solid;
    padding: 8px 32px;
    border-radius: 16px;
    color: white;
    background-color: #F96133;
}

#video-section {
    /* margin-top: 128px; */
    width: 100%;
    height: auto;
    max-width: 980px;
    margin: 64px auto 0;
    padding: 0 32px;
    position: relative;
}

#video-bg {
    width: 80%;
    margin-top: 100px;
}

#video-iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: auto;
    margin-right: 32px;
    display: block;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.4);
}

#main-section {
    width: 100%;
    height: auto;
    max-width: 980px;
    /* text-align: center; */
    margin: 0 auto 64px;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

img {
    max-width: 100%;
}

h1 {
    color: #FF482C;
    line-height: 1.25em;
}

#main-section p {
    margin-bottom: 32px;
    line-height: 2.25em;
}

#main-section p span {
    /* background-color: #F3CDCD; */
}

#main-inside {
    width: 100%;
}

#twitter-preview {
    max-width: 100%;
}

#second-section {
    width: 100%;
    height: auto;
    max-width: 980px;
    margin: 64px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 32px;
    text-align: left;
}

#second-section h2 {
    color: #FF482C;
}

#second-section p {
    line-height: 2.25em;
}

#second-section p span {
    /* background-color: #F3CDCD; */
}

#download-section {
    width: 100%;
    height: auto;
    padding: 0 0 64px;
}

#preview-gif {
    display: none;
    width: 100%;
    height: auto;
    text-align: center;
}

#preview-gif img {
    max-width: 100%;
}

#mobile-only-gif {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

#mobile-only-gif img {
    max-width: 100%;
}

#download-btns {
    display: flex;
    justify-content: flex-start;
}

#section-download {
    border: #F96133 1px solid;
    padding: 8px 32px;
    border-radius: 16px;
    background-color: #F96133;
    color: white;
}

.download-btn {
    border: #F08222 solid 1px;
    display: flex;
    align-items: center;
    margin-right: 8px;
    padding: 8px 0;
    border-radius: 32px;
    font-size: 12px;
    width: 100px;
    justify-content: center;
}

.download-btn img {
    width: 16px;
    height: auto;
    margin-right: 4px;
}

#feedback-section {
    width: 100%;
    height: auto;
    max-width: 980px;
    margin: 64px auto 64px;
    padding: 0 32px;
    text-align: center;
}

#feedback-section p {
    font-weight: bold;
}

#feedback-btn {
    color: #F96133;
    border: #F96133 2px solid;
    border-radius: 32px;
    width: 300px;
    margin: 32px auto 0;
    padding: 8px 0;
    display: block;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 0 32px 0;
    font-size: 12px;
    /* border-top: #F08222 2px solid; */
    /* background: white; */
}

.footer-link {
    margin: 0 8px 8px;
    display: inline-block;
}

.social-btn {
    width: 32px;
    height: auto;
}

@media (min-width: 769px) {
    body {
        background-position: 150% 20%, -50% 100%;
    }
    #nav-header {
        padding: 0 32px;
    }
    nav {
        display: block;
    }
    #nav-inside {
        padding: 0;
    }

    .hr-line {
        margin: 0 64px 64px;
    }

    #video-iframe {
        margin-right: 0;
    }
    #video-bg {
        margin-top: 128px;
    }
    #main-section {
        flex-direction: row;
    }

    #main-inside {
        width: 40%;
    }
    
    #twitter-preview {
        width: 40%;
    }
    #second-section {
        flex-direction: row;
        text-align: right;
        /* padding: 0; */
    }
    #download-section {
        width: 40%;
        height: auto;
    }
    #download-btns {
        display: flex;
        justify-content: flex-end;
    }
    #preview-gif {
        display: block;
        width: 40%;
        height: auto;
    }
    #feedback-section {
        margin: 128px auto 64px;
    }
    #mobile-only-gif {
        display: none;
        width: 40%;
        height: auto;
    }
    .footer-link {
        margin: 0 16px 16px;
    }
}