body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

body a {
    text-decoration: none;
    color: inherit;

}

.lp-container {
    margin: auto;
    width: 75%;
}

#lp-header {
    box-shadow: 0px 1px 4px #e5e5e5;
}

#lp-logo {
    height: 45px;
    padding-left: 0;
    padding-right: 100px;
}

#lp-logo:hover {
    cursor: pointer;
}


.lp-navbar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.lp-navbar:hover, .heading-footer:hover {
    color: #fca73d;
}

.navbar-cta {
    height: 45px;
    margin-left: 25px;
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 550;
    padding-left: 18px;
    padding-right: 18px;
    border: none;
    border-radius: 100px;
    background-color: #fca73d;
    color: white;
    box-shadow: 0px 1px 8px #e5e5e5;
}

.navbar-cta:hover, .lp-navbar p:hover, .section-1-left button:hover,
.member:hover, span:hover, footer i:hover, #lp-section-5 button:hover{
    transform: translateY(-0.2rem);
    cursor: pointer;
}

#lp-section-1 {
    margin-top: 75px;
    margin-bottom: 75px;
}

#lp-section-1 img {
    width: 95%;
}

.section-1-left h1 {
    font-size: 2.5rem;
    line-height: auto;
}

.section-1-left button, #lp-section-5 button {
    height: 45px;
    font-size: 1rem;
    font-weight: 550;
    border: none;
    border-radius: 100px;
    background-color: #fca73d;
    color: white;
    box-shadow: 0px 1px 8px #e5e5e5;
    padding-left: 18px;
    padding-right: 18px;
    letter-spacing: 1px;
}

.section-1-left p {
    padding-top: 30px;
    line-height: 1.8rem;
}

#lp-section-2 {
    background-color: #f2f2f2;
    padding-top:100px;
    padding-bottom: 100px;
}

.section-2-left h3 span {
    color: #fca73d;
    font-weight: bolder;
}

.section-2-left p {
    line-height: 1.8rem;
}

.section-2-left .italic {
    font-style: italic;
    margin-top: 3rem;
}

.section-2-left p span {
    font-style: italic;
}

#lp-video-container {
    position: relative;
    width: 100%;
}

iframe {
    /*box-shadow: 10px 10px #0d7e6a, -10px -10px #0d7e6a;*/
    border-left: 10px solid #0d7e6a;
    position: relative;
    width: 100%;
}


#lp-section-3 {
    margin: 70px auto;
    
}

.heading-s3, .heading-s4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.heading-s3 h3, .heading-s4 h3 {
    background-color: #0d7e6a;
    color: white;
    text-align: center;
    padding: 10px 15px;
    border-radius: 7px;
    font-size: 1.3rem;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.heading-s3 p {
    line-height: 1.8rem;
    padding: 50px auto;
}

.heading-s3 span {
    color: #fca73d;
    font-weight: 550;
}

.heading-s3 .hyf {
    color: darkblue;
    font-weight: 550;
}

.members-wrapper, .heading-s3{
    width: 80%;
    margin: auto;
}

.members-row {
    margin-top: 60px;
}

.member img {
    width: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.member p {
    margin: 5px;
}

.member-name {
    color: #0d7e6a;
    font-weight: 550;
}

#lp-section-4 {
    margin: 100px auto;
}


/*.heading-s4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#lp-section-4 .heading-s4 h3 {
    color: #0d7e6a;
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #fca73d;
    border-radius: 7px;
    font-size: 1.3rem;
}
*/

.tools-wrapper {
    width: 100%;
    margin: auto;
}

.tool img {
    width: 70px;
    margin-right: 7px;
}

.tool P{
    text-align: left;

}

.tool {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.tools-row {
    margin-top: 60px;
}

footer {
    background-color: #0d7e6a;
}


.footer-content{
    margin: 15px auto;
    color: white;
}

footer .left {
    display: flex;
    flex-direction: row;
}

.heading-footer {
    margin-right: 10px;
    color: white;
    font-size: 1rem;
    font-weight: 550;
}

footer img {
    height: 45px;
}

#lp-section-5 {
    background-color: #f2f2f2;
    padding-top:50px;
    padding-bottom: 50px;
}

.heading-s5 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.heading-s5 button {
    letter-spacing: 1px;
    
}

.heading-s5 h3 {
    background-color: white;
    color: #0d7e6a;
    text-align: center;
    padding: 8px 15px;
    border-radius: 7px;
    font-size: 1.3rem;
    margin-bottom: 50px;
    letter-spacing: 1px;
    border: 2px solid #0d7e6a;
}

#lp-section-5 button {
    height: 45px;
    font-size: 1rem;
    font-weight: 550;
    border: none;
    border-radius: 100px;
    background-color: #fca73d;
    color: white;
    box-shadow: 0px 1px 8px #e5e5e5;
    padding-left: 18px;
    padding-right: 18px;
}

#lp-section-5 i {
    margin-right: 5px;
}


@media (max-width:1500px) {
    .tools-wrapper {
        width: 98%;
        margin: auto;
    }

    .tool p {
        font-size: 18px;
    }

    .member {
        min-height: 240px;
    }

    #lp-section-2 {
        padding: 50px;
    }

    #lp-video-container {
        margin-top: 35px;
    }

    #lp-section-4 {
        margin-top: 50px;
    }


}

@media (max-width:1200px) {
    .lp-container {
        margin: auto;
        width: 90%;
    }

    .navbar-cta {
        height: 36px;
        padding: 3px inherit;
        margin-top: 15px;
    }

    .section-1-left h1 {
        font-size: 2rem;
    }

    .section-1-left button {
        height: 40px;
    }

    .section-1-left p {
        line-height: 1.7rem;
    }

    #lp-section-2 {
        padding: 40px;
    }

    .section-2-left h3 {
        line-height: 1.8rem;
        font-size: 1.5rem;
    }

    .section-2-left p {
        line-height: 1.5rem;
        margin-bottom: 30px;
    }

    #lp-video-container {
        margin-top: 30px;
    }

    .member {
        min-height: 250px;
    }

    #lp-section-4 {
        margin-top: 30px;
    }

    .tools-wrapper .two {
        margin-top: 10px;
    }

}

@media (max-width:1000px) {
    .lp-container {
        margin: auto;
        width: 85%;
    }

    .lp-navbar {
        justify-content: center;
    }

    #lp-logo {
        padding: inherit;
        padding-top: 5px;
    }

    #lp-section-1 {
        margin: 25px auto;
    }

    #lp-section-2 {
        padding: 45px;
        padding-top: 35px;
    }

    #lp-video-container {
        margin-top: 15px;
    }

    .tools-row {
        margin-top: 15px;
    }

    .tool {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tool p {
        margin: 7px;
        text-align: center;
    }
}

@media (max-width:500px) {
    body {
        font-size: 16px;
    }

    .lp-container {
        margin: auto;
        width: 87%;
    }

    .navbar-cta {
        height: 36px;
        margin-left: 25px;
        padding: 0px 15px;
        margin-top: 5px;
    }

    .lp-navbar {
        justify-content: center;
        margin-bottom: 10px;
    }

    #lp-logo {
        height: 40px;
        padding: inherit;
        padding-top: 5px;
    }

    #lp-section-1 {
        margin: 30px auto;
    }

    .section-1-left h1 {
        font-size: 1.8rem;
    }

    .section-1-left p {
        padding: 10px;
    }

    #lp-section-2 {
        padding: 35px;
    }

    .section-2-left h3 {
        line-height: 1.8rem;
    }

    .section-2-left p {
        line-height: 1.5rem;
        margin-bottom: 30px;
    }

    #lp-section-3 {
        margin: 30px auto;
    }

    .heading-s3 h3 {
        margin-bottom: 20px;
    }

    .members-wrapper .one {
        margin-top: 40px;
    }

    .members-wrapper .two {
        margin-top: 10px;
    }

    .member {
        margin-top: 0px;
        min-height: 190px;
    }

    #lp-section-4 {
        margin: 35px auto;
    }

    .tool {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tool p {
        margin: 5px;
        text-align: center;
    }

    .tool img {
        width: 40%;
    }

    .tools-row {
        margin-top: 5px;
    }

    footer .left {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-content img {
        height: 35px;
    }

    #lp-section-5 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #lp-section-5 button {
        margin-top: 10px;
    }

    #lp-section-5 h3 {
        margin-bottom: 15px;
    }
   
    
}