body{
    margin: 0;
    height: auto !important;
}

.row-3{
    margin-top: 80px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.animated-picture-container{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    /* margin-left: clamp(50px, 10vw, 90px); */
}

.animated-picture-container img{ 
    max-width: 45%;
    height: auto; 
    object-fit: contain;
    margin-right: 40px;
}

.textual-content-1{
    flex:1;
    display: flex;
    flex-direction: column; 
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    padding: 10px;
    padding-bottom: 0;
}

.big-1{
    font-size: 32px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    letter-spacing: -1px; 
    line-height: 1;
    width: 100%;
    max-width: 500px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.subheading{
    color: rgb(51, 51, 51);
    font-size: 19px;
    font-family: 'Libre Caslon Text', Georgia;
}

.email-input1, .email-input2, .email-input3{
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(243, 246, 249);
    border: solid;
    border-color: rgb(221, 224, 228);
    border-width: 1px;
    border-radius: 5px;
    font-family: 'Libre Caslon Text', Georgia;
    font-size: 13px;
}

.email-input1, .email-button1, .email-input2, .email-button2, .email-input3,.email-button3{
    /* padding-right:178px; */
    width: 340px;
}

.email-button1, .email-button2, .email-button3{
    display: block;
    margin-top: 20px;
    color: white; 
    background-color: rgb(245, 11, 57);
    border-radius: 20px;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Libre Caslon Text', Georgia;
}

.email-button2:hover{
    cursor: pointer;
}

.email-form-1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    max-width: 500px;
    height: 120px;
    margin-bottom: 50px;
}

.email-input2{
    /* padding-left: 7px;
    padding-top: 0;
    padding-bottom: 0;
    width: 217px;
    height: 41px; */
    width: 48%;
    height: auto;
}

.email-button2{
    /* padding-top: 0;
    padding-bottom: 0; */
    /* width: 227px;
    height: 41px; */
    width: 50%;
    height: auto;
    margin-bottom: 15px;
}

.email-form-1 em{
    font-size:14px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-style: italic;
    color: rgb(51, 51, 51);
}


a{
    color: rgb(46, 163, 242);
    cursor: pointer;
    text-decoration: none;
}

.title{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-end;
    width: 40%;
    margin: auto;
    margin-bottom: 0;
}

.title p{
    font-size: 65px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    text-align: left;
    font-weight: 400;
    margin-bottom: 15px;
}

.profile-image-container{
    margin-top: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
}

.profile-image-container img{
    width: 40%;
    margin-bottom: 10px;
}

.heading{
    font-family: 'Montserrat', Helvetica, Arial, Lucida;
    font-size: 26px;
    margin: auto;
    text-align: left;
    font-weight: 400;
    color: rgb(51, 51, 51);
}


.paragraph{
    font-size: 19px;
    font-family: 'Libre Caslon Text', Georgia;
    line-height: 28px;
}

.information{
    margin: auto;
    width: 40%;
}

.email-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    height: 120px;
    margin: auto;
    margin-bottom: 50px;
}

.email-input1, .email-input2, .email-input3{
    padding-left: 7px;
    padding-top: 10px;
    width: 100%;
    padding-bottom: 10px;
    background-color: rgb(243, 246, 249);
    border: solid;
    border-color: rgb(221, 224, 228);
    border-width: 1px;
    border-radius: 5px;
    margin: auto;
    font-family: 'Libre Caslon Text', Georgia;
    font-size: 13px;
}

.email-button1, .email-button2, .email-button3{
    display: block;
    margin-top: 20px;
    width: 100%;
    color: white; 
    background-color: rgb(245, 11, 57);
    border-radius: 20px;
    border: none;
    padding-top: 12px;
    margin: auto;
    padding-bottom: 12px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Libre Caslon Text', Georgia;
}


@media (max-width: 982px){
    .nav-foot{
        display: none;
    }

    .email-form-1{
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .email-input2{
        /* padding-left: 7px;
        padding-top: 0;
        padding-bottom: 0;
        width: 217px;
        height: 41px; */
        width: 68%;
        height: auto;
    }
    
    .email-button2{
        /* padding-top: 0;
        padding-bottom: 0; */
        /* width: 227px;
        height: 41px; */
        width: 70%;
        height: auto;
    }    

    .animated-picture-container {
        flex-basis: 100%; /* Forces it to take full width and wrap */
        margin-bottom: 50px;
        justify-content: center;
    }

    .textual-content-1{
        justify-content: center;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .big-1{
        text-align: center;
    }
}

@media (max-width: 760px){
    .title{
        width: 90%;
        justify-content: flex-start;
    }
    .separator{
        width: 90%;
    }
    .title p{
        font-size: 24px;
        font-family: 'Montserrat', Helvetica, Arial, Lucida;
        text-align: left;
    }
    .profile-image-container img{
        width: 90%;
    }
    .information{
        width: 90%;
    }
}
.header-separator{
    width: 100%;   
    margin: 0;
    border: none;  
    height: 2px;   
    background-color: rgb(242, 242, 242); 
}