body{
    margin: 0;
    padding: 0;
    width: 100%;
}

#frontpage{
    background-image: url("images/WhiteBackgroundWavesLarge.png");
    background-attachment: fixed;
}

a{
    color:#ffffff;
    text-decoration: none;
}

a:hover{
    color:#ffffff;
}

h1, h2{
    font-family: "Amaranth";
    text-align: center;
}

p, h3, h4, h5{
    font-family: "Poppins";
    text-align: left;
}

h2, h3, h4{
    font-weight: 700;
}

h1, h3, h5{
    color: #873289;
}

h2, h4, p{
    color: #000000;
}

h1{
    font-size: 50pt;
}

h2{
    font-size: 30pt;
    column-span: all;
}

h3{
    font-size: 24pt;
    padding-top: 15px;
}

h4{
    font-size: 20pt;
    padding-bottom: 0;
    margin-bottom: 5px;
}

h5{
    font-style: italic;
    font-size: 18pt;
    padding: 0;
    margin: 0;
}

p{
    font-size: 18pt;
    display: inline;
}

.formtext, .requiredtext{
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
}

.formtext{
    font-size: 24pt;
    color: #000000;
}

.requiredtext{
    color: #FF0000;
    font-size: 12pt;
}

.center{
    text-align: center;
}

.leftalign{
    text-align: left;
}

.purple, .pop {
    color:#873289;
    text-decoration: none;
}

.pop{
    font-size: 1.8em;
}

.purple:hover{
    color:#873289;
}

.bigger{
    font-size: 2em;
}

.portfolio-text, .quiz-text{
    text-align: center;
    font-family: "Amaranth";
    color:#fe2669;
}

#header{
    position: fixed;
    width:100%;
    height: 25%;
}

#header_flex{
    background-color: white;
    padding-top: 20px;
    width: 100%;
    margin: auto;
}

#home-title {
    width: 65%;
    margin: auto;
    padding: 0px;
}

#title-flex{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

#title-image{
    width: 40%;
}

#title-spacer{
    width: 6%;
}

nav{
    background-color: #3f0f3f;
    background: linear-gradient(#873289, #3f0f3f);
    color: #ffffff;
    padding: .5%;
}

#padding_box{
    width: 5%;
}

.button, .frontpage-button, .quiz-button{
    color: #ffffff;
    font-family: "Poppins";
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    margin: 20px auto;
}

.button, .frontpage-button{
    background-color: #3f0f3f;
    background: linear-gradient(#873289, #3f0f3f);
}

.quiz-button{
    background-color: #fe2669;
}

.button, .quiz-button{
    border: none;
    min-width: 70px;
    border-radius: 5px;
    font-size: 20pt;
    padding: 3px 8px;
}

.frontpage-button{
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 1.2em;
}

.button:hover, .frontpage-button:hover, .quiz-button:hover{
    cursor: pointer;
}

#frontpage-card{
    width: 80%;
    background-color: #ffffff;
    border: solid 3px #873289;
    border-radius: 4vw;
    padding: 30px;
    margin: 50px auto;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#frontpage-card h4{
    font-size: 1.2em;
}

.form-card{
    width: 80%;
    background-color: #ffffff;
    border: solid 3px #fe2669;
    border-radius: 4vw;
    padding: 10px;
    margin: 50px auto;
    text-align: center;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-left: 2%;
    font-size: 150%;
}

.dropdown:hover{
    cursor: pointer;
}

#dropdown-content {
    display: none;
    position: absolute;
    background-color: #3f0f3f;
    min-width: 225px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 6px;
    font-family: "Poppins";
    font-size: 24px;
}

#dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
 
#dropdown-content a:hover{
    background-color: #873289;
    border-radius: 6px;
}

main{
    padding: 0;
    margin: 0;
    width: 100%;
}

#home_image, #main_image{
    border-bottom: solid 8px #fe2669;
    margin-bottom: 30px;
    width: 100%;
}

#home_image, #main_image{
    padding-top: 18%;
}

#home_image img, #main_image img{
    border: none;
    margin: 0;
    padding: 0;
}

table{
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

td{
    padding: 50px 30px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.boxes tr:nth-child(even), .contact_us, #gdbundles{
    background-image: url("images/WhiteBackgroundWavesLarge.png");
    background-attachment: fixed; /*necessary to prevent repeats in cells in safari*/
}

.pricing table, .pricing td{
    border: 1px solid #fe2669 !important; 
    background-color: #ffffff;
    padding: 10px 15px;
    text-align: left !important;
    font-family: "Poppins";
}

.pricing{
    width: 70% !important;
    max-width: 500px;
    margin: auto;
}

#gdoptions, .threecolumns{
    column-count: 3;
    column-gap: 3px;
    padding: 5px;
}

.contact_us{
    display: flex;
    margin: auto;
    width: 100%;
    padding: 25px;
    margin:auto;
    border-top:solid 8px #fe2669;
    border-bottom: solid 8px #fe2669;
    text-align: center;
}

.contact_buffer{
    min-width: 50px;
    width: 27%;
}

.form_container{
    background-color: #ffffff;
    width: 50%;
    min-width: 300px;
    padding: 0 20px 10px;
    border: solid 2px #873289;
    border-radius: 10px;
    text-align: left;
}

input[type=text], input[type=email], textarea{
    border: solid 2px #873289;
    border-radius: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 2px;
    padding-left: 8px;
    font-size: 16pt;
    min-width: 280px;
    min-height: 20px;
}

input[type=radio], input[type=checkbox]{
    accent-color: #873289;
}

#message{
    height: 200px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus{
    border: solid 2px #3f0f3f;
    background-color: #e7e7e7;
}

#image-container{
    width: 80%;
    margin: auto;
}

.examples{
    margin: 40px auto;
    text-align: center;
}

#custom-substack-embed{
    margin: auto;
    padding: 10px 30px 100px;
}

.quiz-container, .portfolio-carousel{
    background-color: #ffffff;
    margin: 50px auto;
    border-radius: 2vw;
    box-shadow: 0 8px 10px 0 #5f5f5f, 0 6px 15px 0 #333333;
    margin-bottom: 5%;
    width: 80%;
}

.portfolio-carousel{
    text-align: center;
    padding: 15px 30px 20px;
}

.quiz-container{
    text-align: left;
    padding: 15px 20px 20px 50px;
}

#agedemo{
    display: block;
}

#genderdemo, #occupationdemo, #politicaldemo, #familystatusdemo, #habitatdemo, #regiondemo, #traits, #currentplatforms, #capableposts, #incapableposts {
    display: none;
}




footer{
    text-align: center;
    background-color: #dfdfdf;
    color: #000000;
    padding: 5px;
    margin-top: 10px;
}


@media(max-width: 1020px){
    h1{
        font-size: 6vw;
    }
    p{
        font-size: 14pt;
    }
    h2{
        font-size: 24pt;
    }
    .subtitle{
        font-size: 24pt;
    }
    h3{
        font-size: 20pt;
    }
    h4{
        font-size: 18pt;
    }
    h5{
        font-size: 14pt;
    }
    .formtext{
    font-size: 16pt;
    }
    .pop{
    font-size: 1.3em;
    }
    .bigger{
    font-size: 1.8em;
    }
    #home_image, #main_image{
        padding-top: 20%;
    }
}

@media(max-width: 570px){
    #main_image, .contact_us{
        border-bottom: solid 4px #fe2669;
    }
    #padding_box{
        display: none;
    }
    .button{
        font-size: 12pt;
        min-width: 40px;
        padding: 3px 8px;
        margin-left: 10px;
        margin-top: 5%;
    }
    #title{
        margin: auto;
        width: 90%;
        display: inline;
    }
    #dropdown-content{
        font-size: 12px;
        min-width: 160px;
    }
    p{
        font-size: 12pt;
    }
    .formtext{
        font-size: 12pt;
    }
    .requiredtext{
        font-size: 8pt;
    }
    h1{
        font-size: 7vw;
    }
    h2{
        font-size: 20pt;
    }
    .subtitle{
        font-size: 16pt;
    }
    h3{
        font-size: 16pt;
    }
    h4{
        font-size: 14pt;
    }
    h5{
        font-size: 12pt;
    }
    .pop{
    font-size: 1.1em;
    }
    .bigger{
    font-size: 1.5em;
    }
    #main_image, #home_image{
        padding-top: 28%;
    }
    td{
        padding: 20px 10px;
    }
    .contact_us{
        border-top:solid 4px #fe2669;
    }
    .contact_buffer{
        display: none;
    }
    .form_container{
        min-width: 225px;
        padding: 15px;
        width: 70%;

    }
    input[type=text], input[type=email], textarea{
        margin-bottom: 10px;
        margin-top: 5px;
        padding: 2px;
        padding-left: 8px;
        font-size: 10pt;
        min-width: 200px;
    }
    #message{
        height:75px;
    }
}

