*{
    margin: 0px;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
    transition: all 1s ease-in-out;
}

a {
    color: black;
}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.hover:hover {
    cursor: pointer;
    color: hsl(136, 65%, 51%);
}

.image {
    width: 100%;
    height: 100%;
}

.next-generation {
    margin-top: 30px;
    font-weight: 300;
}
.next-generation > button {
    margin-top: 30px;
}

.btn {
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-weight: 500;
    border: none;
    padding-left: 40px;
    padding-right: 40px;
    height: 50px;
    border-radius: 25px;
    background-image: linear-gradient(to right,hsl(136, 65%, 51%),hsl(192, 70%, 51%));
    color: white;
}

.btn:hover {
    cursor: pointer;
    opacity: 0.7;
}

.why {
    font-weight: 300;
}
.author-name {
    color: gray;
}
p {
    font-weight: 300;
    margin-top: 10px;
}

h2 {
    margin-bottom: 20px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content {
    background-color: hsl(221, 49%, 92%);
}

.clue-section {
    background-color: hsl(233, 60%, 89%);
}

.footer {
    background-color: hsl(233, 26%, 24%);
    color: hsl(0, 0%, 100%);
}

.footer > div {
    margin-bottom: 30px;
}

#contact-btm,#support {
    margin-top: 30px;
    margin-bottom: 30px;
}

#logo {
    filter: invert(1);
}



#copyright,.social-media-logo {
    margin-top: 30px;
}

#pinterest,#youtube {
    margin-left: 10px;
    margin-right: 10px;
}



@media (max-width:768px) {
    body {
        width: 98%;
        margin: auto;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-links,#btn {
        display: none;
    }

    

    #icon-close {
        display: none;
    }

    #mobMenu {
        display: none;
        flex-direction: column;
        align-items: center;
        background-color: white;
        margin: 10px  20px;
        border-radius: 7px;
    }

    #mobMenu > a  {
        margin-top: 25px;
    }

    .over-view {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 30px;
    }


    .next-generation {
        text-align: center;
    }

    .screenshot {
        background-image: url('images/bg-intro-mobile.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }


    .clue-section {
        text-align: center;
        padding-top: 15px;
        margin-top: 30px;
    }

    .why {
        margin-bottom: 20px;
    }

    .resources > div {
        margin-top: 40px;
    }

    h1 {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 10px;
    }
     

    .footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-footer, .help, .copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .social-media {
        margin-top: 30px;
    }
    

    
}

@media (min-width:768.1px) {
      
    body {
        width: 98%;
        margin: auto;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
    }

    .header > div > span {
        margin-left: 20px;
    }

    .header > div > span:hover {
        cursor: pointer;
        text-decoration: underline;
        text-decoration-color: hsl(136, 65%, 51%);
    }

    .nav-links > a {
        margin-left: 20px;
    }

    .menu-open-close {
        display: none;
    }

    .over-view {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .next-generation {
        flex: 0.5;
        text-align: start;
    }

    .screenshot {
        flex: 0.5;
        background-image: url('images/bg-intro-desktop.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .image {
        position: relative;
        margin-bottom: -150px;
    }


    .why {
        flex: 0.75;
        padding-top: 120px;
        padding-bottom: 30px;
    }

    .resources {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .resources > div {
        flex: 0.2;
        text-align: center;
    }

    .artcicle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .artcicle > div {
        flex: 0.2;
    }

    .image {
        margin-bottom: 30px;
    }

    h1 {
        margin-top: 50px;
    }
    

    .footer {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .social-media,.nav-footer,.help,.copyright {
         display: flex;
         flex-direction: column;
    }

    


    

    
}