/* About Page */

.about {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 60px;
    text-align: center;
}

.aboutTitle {
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
    font-weight: 1000;
    color: #3b17d4;
}

.aboutContainer {
    display: flex;
    flex-wrap: wrap;
}

.aboutColumn {
    padding: 30px;
    flex: 1 0 25%;  
}

.aboutImg {
    height: 130px;
    margin: 9px;
    float: left;
    margin-right: 20px;
}

.aboutMeetColumn {
    border: 1px #d9d9d9 solid;
    width: 90%;
    margin-top: 30px;
    padding: 20px;
    background: #f8f8f8;
    display: block;
    margin: auto;
    margin-top: 30px;
    
}

.aboutMeetContainer {
    display: flex;
    flex-direction: column;
}

.aboutMeetText {
    color: #1a1a1a;
    font-weight: 100;
    margin-right: 20px;
    font-size: 18px;
    text-align: left;
}

.aboutMeetName {
    color: #3a2398;
    font-size: 20px;
    text-align: left;
    margin-top: 8px; 
    margin-bottom: 8px;
}

.aboutName {
    color: #3a2398;
    font-size: 25px;
    margin-top: 10px;
    font-weight: 600;
}


.aboutText {
    color: #1a1a1a;
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}


@media only screen and (max-width:640px) {
    
    .aboutBannerBackground {
        height: 880px;
    }
    
    .aboutBox {
        width: 80%;
        height: 330px;
        align-content: center;
    }
    
    .aboutBoxText {
        font-size: 25px;
    }
}

@media only screen and (max-width:940px) {
    .aboutMeetText {
        text-align: justify;
        margin-right: 10px;
    }
    
}
/* Adjusting profile picture size */

@media only screen and (min-width:1163px) {
    .aboutImg {
        height: 132px;
    }
    
}

@media only screen and (min-width:1585px) {
    .aboutImg {
        height: 120px;
    }
    
}

@media only screen and (min-width:2080px) {
    .aboutImg {
        height: 100px;
    }
    
}

/* Privacy Notice */

.pageDate {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: #8023c4;
    margin-top: 15px;
    padding-left: 10%;
}

.pageText {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 21px;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-left: 10%;
    padding-right: 10%;
    text-indent: 15px;
}

.pageHeader {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}

.accordionTitle {
    background-color: #ededed;
    color: #4f4f55;
    cursor: pointer;
    padding: 18px;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    border-width: 1px;
    border-color: #ffffff;
    text-align: left;
    font-size: 19px;
    transition: 0.4s;
    font-weight: 100;
    border-style: solid;
}

.accordionTop {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 1px;
}

.accordionBottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.accordionActive, .accordionTitle:hover {
    background-color: #d9d9d9;
}

.accordionText {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordionIcon {
    float: right;
    color: #6a6a6a;
    font-weight: 100;
    font-size: 24px;
}

html, body {
    height: 100%;
    margin: 0;
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.content-wrap {
    flex: 1;
}
.pageHeader {
    margin-left: 10%;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 600;
}

/* Download page */

.downloadDiscovery {
    background-image: url(indexImg/bannerBackground.jpg); /* background: #3424c2;  */
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.downloadDiscoveryTitle {
    font-size: 50px;
    color: #ffffff;
    padding-top: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.downloadDiscoveryButton {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    text-align: center;
    color: white;
    background: #ca3cca;
    width: 400px;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    padding: 12px;
    box-shadow: 2px 2px 12px rgba(202, 60, 202, 0.25);
    cursor: pointer;
    transition: 0.2s ease;
}

.downloadDiscoveryButton:hover {
    background: #ba10ba;
    box-shadow: 2px 2px 12px rgba(186, 16, 186, 0.44);
}

.downloadColumn {
    width: 20%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

.downloadColumn:hover {
    cursor: pointer;
}

.downloadDisplayText {
    padding: 14px;
    padding-top: 15px;
    font-size: 22px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #3424c2;
}

.downloadRow {
    display: flex;
    justify-content: center;
    padding-top: 40px;

}

.downloadTitle {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 30px;
    font-size: 40px;
    text-align: center;
    display: block;
    color: #102fdd;
}

.downloadImg {
    height: 120px;
    display: block;
    margin: auto;
    filter: none;
}

.downloadButton {
    font-family: 'Monserrat', sans-serif;
    text-align: center;
    background: #ca3cca;
    width: 270px;
    border-radius: 15px;
    color: white;
    padding: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 70px;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: 0.15s ease;
}

.downloadButton:hover {
    background: #ba10ba;
}

.inactive {
    filter: grayscale(100%) brightness(2);
    animation: downloadAgentReverse 0.25s ease;
}

.inactive:hover {
    filter: none;
    cursor: pointer;
    animation: downloadAgent 0.25s ease;
}

.active {
    filter: none;
    animation: none;
}

.active:hover {
    animation: none;
}

@keyframes downloadAgent {
    from{filter: grayscale(100%) brightness(2);}
    to{filter: none;}
}

@keyframes downloadAgentReverse {
    from{filter: none;}
    to{filter: grayscale(100%) brightness(2);}
}

@media only screen and (max-width: 870px) {
    .downloadRow {
        flex-direction: column;
    }
    
    .downloadColumn {
        width: 80%;
    }
}

.instructions {
    background: #f7f7f7;
    margin-top: 30px;
    padding-bottom: 30px;
}

.instructionsContainer {
    margin-left:12%;
    margin-right: 12%;
}

.instructionsColumn {
    margin-top: 30px;
    margin-bottom: 50px;
}

.instructionsStep {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #3424c2;
}

.instructionsImg {
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px black solid;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.largeInstructionsImg {
    width: 600px;
}

.instructionsLink {
    color: #3424c2;
}

.instructionsLink:active {
    color: #ca3cca;
}

.downloadText {
    font-family: 'Montserrat', sans-serif;
    margin-left: 25px;
    margin-right: 25px;
    text-indent: 15px;
    font-size: 19px;
}

/* Error Page */

.bannerHeaderMain {
    background-image: url(indexImg/bannerBackground.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 22vw;
}

.errorText {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 40px;
    color: #8023c4;
}

.errorBody {
    background: #fafafa;

}

.bannerButton {
    margin-top: 30px;
}

@media only screen and (max-width: 800px) {
    .instructionsImg {
        width: 90%;
    }
}


@media only screen and (max-width: 840px) {
    .bannerHeaderMain {
        height: 35vw;
    }
    
    .errorTitle {
        font-size: 6vw;
    }
}

@media only screen and (max-width: 640px) {
    .errorTitle {
        font-size: 6vw;
    }
    
    .downloadDiscoveryTitle {
        font-size: 35px;
        margin-left: 2%;
        margin-right: 2%;
    }
    
    .downloadDiscoveryButton {
        margin-top: 40px;
        font-size: 25px;
        width: 300px;
    }
}

@media only screen and (min-width: 1940px) {
    .bannerHeaderMain {
        height: 22vw;
    }
}
/* Subscribe Page */

.subscribePageTitle {
    font-size: 30px;
    padding-top: 90px;
    margin-left: 10px;
    margin-right: 10px;
    height: 140px;
    
}

.subscribePageBackground {
    background: #3424c2;
    margin-bottom: 120px;
    margin-top: 120px;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 1px 2px 20px rgba(52, 36, 194, 0.58);
    font-family: 'Montserrat', sans-serif;
    text-align: center;

}

.subscribePageContainer {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;

}

.subscribeContainer {
    width: 100%;
    height: 600px;
}

.dataBoxLink {
    color: #8023c4;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.dataBoxLink:hover {
    color: #ff2358;
    
}

.baseInfoLink {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 1.2vw;
    margin-top: 0.4vw;
    text-decoration: underline;
    transform: translateY(0px);
    transition: transform 0.1s;
}

.baseInfoLink:hover {
    cursor: pointer;
    transform: translateY(-2px);
}

/* Unsubscribe page "unsub" */
.unsubDiv {
    background: #8023c4;
    border-radius: 20px;
    box-shadow: 1px 1px 30px 1px rgba(19, 12, 83, 0.55);
    font-family: 'Montserrat', sans-serif;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    
    width: 600px;
    height: 350px;
}

.unsubFlex {
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
}

.unsubTitle {
    color: white;
    font-size: 35px;
    text-align: center;
    padding-top: 20px;
}

.unsubEmail {
    height: 35px;
    width: 76%;
    border-radius: 10px;
    border-style: none;
    border-width: 3px;
    font-size: 16px;
    color: #4c3dd8;
    font-weight: 600;
    background: #fafafa;
    transition: box-shadow 0.25s;
}

.unsubEmail:focus {
    box-shadow: 1px 1px 10px 3px rgba(86, 5, 145, 0.68);
    outline: none;
}

.unsubText {
    color: #d4d4d4;
}

.unsubButton {
    background: #fb4571;
    width: 24%;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: none;
    border: none;
    font-weight: 600;
    color: white;
    transition: background-color 0.2s;
    margin-left: 10px;
}

.unsubButton:hover {
    cursor: pointer;
    background-color: #ff2358;
}

.unsubMessage {
    color: white;
    text-align: center;
}

/* Why Sentrido */

.whyTabContainer {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 10px 12px;
    height: 250px;
}

.whyTab {
    float: left;
    margin-right: 50px;
    margin-left: 10%; 
    margin-top: 15px;
    margin-right:
}

.whyTabTitle {
    display: block;
    background-color: inherit;
    color: black;
    padding: 20px 16px;
    width: 270px;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    margin-top: 5px;
    background: #f5f5f5;
}

.whyTabTitle.whyActive {
    background: #8023c4;
    color: white;
}

.whyTabTitle:hover {
    background: #e3e3e3;
}

.whyTabTitle.whyActive:hover {
    background: #8023c4;
}

.whyTabSubtitle {
    font-weight: 600;
    color: #8023c4;
    font-size: 24px;
}


/* Blog */
.chooseBlog {
    font-family: 'Montserrat', sans-serif;
    display: flex;
}

.chooseBlogContainer {
    flex-direction: column;
}

.blog {
    display: flex;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    height: 220px;
    margin-top: 30px;
    margin-left: 7%;
    margin-right: 7%;
    transition: 0.15s ease;
}

.blog:hover {
    color: #ca3cca;
    background: #f8f8f8;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.14);
    cursor: pointer;
}

.blogContent {
    padding: 10px;
}

.blogImg {
    height: 220px;
    width: 290px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.blogTitle {
    font-weight: 600;
    font-size: 24px;
}

.blogText {
    font-size: 18px;
    color: #5c5c5c;
    margin-top: 10px;
    margin-bottom: 5px;
}

.blogReadMore {
    font-size: 15px;
    font-weight: 600;
    color: #3424c2;
    margin-bottom: 5px;
}


.chooseCategoryContainer {
    margin-top: 25px;
    padding: 20px;
    width: 450px;
    border-right: 1px solid #bababa;
}

.categoryTitle {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}

.categoryContent {
    color: #3424c2;
    font-size: 15px;
    font-weight: 600;
    margin-left: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: 0.15s ease;
}

.categoryContent:hover {
    color: #ca3cca;
    cursor: pointer;
}


@media only screen and (max-width: 1115px) {
    .whyTabTitle {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }
    
    .whyTab {
        float: inherit;
        width: auto;
        margin: 0;
    }
    
    .whyTabContainer {
        height: auto;
    }


@media only screen and (max-width: 943px) {
    .accordionTitle {
        font-size: 2vw;
    }
    
    .pageText {
        font-size: 2.5vw;
    }
}

@media only screen and (max-width: 600px) {
    .accordionTitle {
        font-size: 17px;
    }
    
    .pageText {
        font-size: 20px;
    }
}

@media only screen and (min-width: 900px) {
}

@media only screen and (max-width: 650px) {
    .unsubFlex {
        display: block;
    }
    .unsubDiv {
        width: 500px;
        height: 500px;
    }
    .unsubTitle {
        font-size: 40px;
        padding-top: 15px;
    }
    .unsubEmail {
        width: 100%;
        font-size: 22px;
        height: 50px;
    }
    .unsubButton {
        padding: 10px;
        width: 50%;
        font-size: 30px;
        margin: auto;
        display: block;
    }
    .unsubText {
        font-size: 16px;
    }    
}

@media only screen and (max-width:500px) {
    .unsubDiv {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        border: none;
        background-color: white;
    }
    .unsubTitle {
        color: #8023c4;
    }
    .unsubText {
        color: #363636;
    }
    .unsubEmail {
        border: solid #4c3dd8 3px;
        background: #c3c0e2;
        margin: auto;
        display: block;
        margin-left: 1%;
        margin-right: 2%;
        width: 96%;
        height: 40px;
        font-size: 20px;
        font-weight: 300;
        color: #1c0bb7;
    }
    .unsubFlex {
        padding: 0px;
    }
    
    .unsubEmail:focus {
        box-shadow: 1px 1px 10px 3px rgba(25, 16, 113, 0);
        background: #cfcafc;
    }
}