html{
    font-family: 'Montserrat', sans-serif;
    background-color: #25C998;
    color: black;
    margin: 0;
    padding:0;
}

body{
    margin: 0;
}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
}

.logo{
    display: block;
    max-height: 100px;
    opacity: .9;
}

.page{
    margin-left: 0;
    margin-right: 0;
}

.page_one{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 5%;
}

h1{
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color:#1A1D53 ;

}

.page_one p{
    text-align: center;
    font-size: 30px;
    color:#1A1D53 ;
}

button{
    font-size: 30px;
    width: 350px;
    height: 80px;
    border-radius: 12px;
    border: none;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}


.blue {
    background-color:#1A1D53 ;
    color:white;
}

.page_two{
    background-color:#1A1D53;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 5%;
}



.family_guy_gif{
    height: 70%;
    width: auto;
    margin: auto;
    align-self: center;
}

.page_two .half_page{
    display: flex;
    flex-direction: column;
    height: 600px;
    min-width: 300px;
    width: 700px;
    background-color:#1A1D53;
    flex-shrink: 1;
}

.teal{
    background-color: #0E6B82;
    color:white;
}

#blind-text{
    justify-content: center;
    align-items: center;
    text-align: center;
}

#blind-text h2{
    font-size: 36px;
    margin-right: 10%;
    margin-left: 10%;
}

.page_three{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.page_three .half_page{
    display: flex;
    flex-direction: column;
    min-height: 600px;
    min-width: 400px;
    width: 50%;
    flex-shrink: 1;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page_three h2{
    font-size: 50px;
    margin-right: 10%;
    margin-left: 10%;
    color: #1A1D53;
}

.page_three p{
    font-size: 30px;
    margin-right: 10%;
    margin-left: 10%;
}

#para-1{
    margin-bottom: 2%;
}

#para-2{
    margin-top: 2%;
}

#boilerplate-text{
    background-color: #25C998;
    padding-bottom: 2%;
}

#survey-text{
    background-color: white;
    align-self: stretch;
    padding-bottom: 2%;
}

.page_four{
    background-color:#1A1D53 ;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    color: white;
}

.page_four h2{
    font-size: 50px;
    text-align: center;
    margin-top: 2em;
}

.page_four p{
    font-size: 20px;
    text-align: center;
}

.two-columns{
    background-color: #1A1D53;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

#testim-1, #testim-2, #testim-3{
    background-color:#25C998;
    color: #1A1D53;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2%;
    padding-right: 6%;
    padding-left: 6%;
    width: 30%;
    min-height: 300px;
    min-width: 300px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-bottom: 2em;
}

#testim-1 .profile_details{
    margin-top: 2em;
}

#testim-3{
    display: flex;
    justify-self: center;
    align-self: center;
}

.profile_pic {
    height: 100px;
    width: auto;
    border-radius: 50%;
}

.profile_details{
    font-weight: bold;
}

.page_five h2{
    font-size: 50px;
    text-align: center;
    color: #1A1D53;
}

.QnA{
    margin-left: 5%;
    margin-right: 5%;
    color: #1A1D53;
}

.QnA h3{
    margin-bottom: 0;
}

.QnA p{
    margin-top: .5em;
    margin-bottom: 2em;
}

.lastQ{
    margin-bottom: 5em;
}

.blue:hover{
    background-color: #0E6B82;
    transition: background-color .15s;
}

.teal:hover{
    background-color: #25C998;
    transition: background-color .15s;
}

.a{
    color: #1A1D53;
}

.a:hover{
    cursor: pointer;
}

footer{
    display: flex;
    color: white;
    background-color: #1A1D53;
    justify-content: center;
    justify-items: center;
}

.reddit-link{
    color:#ff4500;
}

.reddit-link:hover{
    color: white;
}

