*{
    margin: 0px;
}

body {
    font-size: 18px;
    font-weight: 400;
    font-family: url("https://fonts.google.com/specimen/Bai+Jamjuree");
    text-align: center;
}

p {
    line-height: 30px;
    margin-top: 15px;
}

.hover:hover {
    cursor: pointer;
}

.hover:active {
    opacity: 0.7;
}

.nav:active {
    color: hsl(171, 66%, 44%);
}

.nav:hover {
    cursor: pointer;
}

@media (max-width:768px) {
    /*haeder styles*/

    .header {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url("images/bg-header-mobile.png");
        background-size: cover;
        background-repeat: no-repeat;
        margin: auto;
        width: 90%;
    }

    .logo {
        margin-bottom: 30px;
        margin-top: 80px;
    }

    .download {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .download-btn {
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 25px;
        padding-right: 25px;
        height: 48px;
        border-radius: 24px;
        border: none;
        color: white;
    }

    .iOS {
        background-color: hsl(171, 66%, 44%);
    }

    .Mac {
        background-color: hsl(233, 100%, 69%);
    }

    #iOS-top {
        padding-left: 90px;
        padding-right: 90px;
    }

    /*desktop-section styles*/

    .desktop-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
        margin: 60px auto;
        width: 90%;
    }

    .computer-img {
        width: 100%;
    }

    .quick-search {
        margin-top: 30px;
    }

    .iCloud-sync {
        margin-top: 30px;
    }

    .complete-history {
        margin-top: 30px;
    }

    /*access-devices-superchrge*/

    .access-devices-superchrge {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 110px auto;
        width: 90%;
    }

    .access-clipboard-anywhere {
        margin-bottom: 30px;
    }

    .devices-img {
        width: 100%;
        height: 100%;
    }

    /*blacklists-text-spreview*/

    .blacklists-text-spreview {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px auto;
        width: 90%;
    }

    .create-blacklists {
        margin-bottom: 60px;
    }

    .plain-text-snippets {
        margin-bottom: 60px;
    }

    /*tech-companies*/

    .tech-companies {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        width: 90%;
    }

    .google {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .ibm {
        margin-bottom: 60px;
    }

    .microsoft {
        margin-bottom: 60px;
    }

    .hp {
        margin-bottom: 60px;
    }

    /*download link at bottom styles*/

    .bottom-dowload-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 60px auto;
        width: 90%;
    }

    #iOS-btm {
        padding-left: 90px;
        padding-right: 90px;
    }

    /*footer styles*/

    .footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color:  hsl(201, 11%, 66%);
        padding-top: 50px;
        padding-bottom: 20px;
        margin: auto;
        width: 90%;
    }

    .logo-btm {
        margin-bottom: 40px;
    }

    .faq-contact {
        display: flex;
        flex-direction: column;
    }

    #contact {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .policy-kit {
        display: flex;
        flex-direction: column;
    }

    #kit {
        margin-top: 20px;
    }

    .install {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .social-media {
        margin-top: 10px;
    }

    #twitter {
        margin-left: 25px;
        margin-right: 25px;
    }
}


@media (min-width:768.1px) {
    /*header styles*/
    .header {
        background-image: url("images/bg-header-desktop.png");
        background-size: cover;
        background-repeat: no-repeat;
        margin: auto;
        width: 90%;
    }

    .download {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .download-btn {
        padding-left: 25px;
        padding-right: 25px;
        height: 48px;
        border-radius: 24px;
        border: none;
        color: white;
    }

    #iOS-top {
        margin-right: 20px;
        padding-left: 90px;
        padding-right: 90px;
    }

    #Mac-top {
        margin-left: 20px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .iOS {
        background-color: hsl(171, 66%, 44%);
    }

    .Mac {
        background-color: hsl(233, 100%, 69%);
    }

    /*desktop-section styles*/

    .desktop-section {
        display: flex;
        align-items: center;
        margin: 60px auto;
        width: 90%;
    }

    .desktop-pic-left {
        flex: 0.6;
    }

    .computer-img {
        width: 100%;
    }

    .description-right {
        flex: 0.4;
        margin-left: 30px;
    }

    .quick-search {
        margin-top: 30px;
    }

    .iCloud-sync {
        margin-top: 30px;
    }

    .complete-history {
        margin-top: 30px;
    }

    /*access-devices-superchrge*/

    .access-devices-superchrge {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 80px auto;
        width: 90%;
    }

    .access-clipboard-anywhere {
        margin-bottom: 50px;
    }

    .devices-img {
        width: 100%;
        height: 100%;
    }

    /*blacklists-text-spreview styles*/

    .blacklists-text-spreview {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 60px auto;
        width: 90%;
    }

    /*tech-companies*/

    .tech-companies {
        display: flex;
        justify-content: space-between;
        margin:20px auto;
        width: 90%;
    }

    /*download links at bottom styles*/

    .bottom-dowload-links {
        display: flex;
        flex-direction: column;
        margin: 60px auto;
        width: 90%;
    }

    #iOS-btm {
        margin-right: 20px;
        padding-left: 90px;
        padding-right: 90px;
    }

    #Mac-btm {
        margin-left: 20px;
        padding-left: 90px;
        padding-right: 90px;
    }


    /*footer styles*/

    .footer {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: auto;
        padding-top: 100px;
        width: 90%;
        background-color: hsl(210, 11%, 66%);
    }

    .nav-links {
        display: flex;
        align-items: center;
    }

    .policy-kit {
        display: flex;
        flex-direction: column;
        margin-left: 80px;
    }

    .faq-contact {
        display: flex;
        flex-direction: column;
        margin-left: 80px;
    }

    .install {
        margin-left: 80px;
    }

    #twitter {
        margin-left: 20px;
        margin-right: 20px;
    }
}