* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    font-family: 'Merriweather', serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Sacramento', serif;
    font-size: 100%;
    height: 100%;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/*--------------------------------------------*/

        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */

/*--------------------------------------------*/

@media screen and (min-width: 1400px) {

.main-container {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
}

/*--------------------------------------------*/

.above-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: black;
}
.above-header .quote {
    display: flex;
    align-items: center;
    justify-content: center;
}
#dailyVersesWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: white;
}
.dailyVerses.bibleVerse a {
    padding-left: 0.5rem;
    font-size: 1.1rem;
    text-decoration: underline;
    color: white;
}
.dailyVerses.bibleVerse a {
    font-weight: normal;
}

/*--------------------------------------------*/

.header {
    display: flex;
    flex-direction: row;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 10rem;
}
.logo img {
    width: 20%;
    height: auto;
    pointer-events: none;
}
.contact {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 10rem;
    border: none;
}
.contact a {
    text-decoration: underline;
    color: black;
}

/*--------------------------------------------*/

.welcome {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    border: none;
}

.welcome-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.3rem;
}

/*--------------------------------------------*/

.work_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: black;
    border: none;
    margin-top: 1.5rem;
}
.work_box2 {
    display: none;
}
.work {
    max-width: 400px;
    flex-grow: 1;
}
.work img {
    max-width: 100%;
    pointer-events: none;
}

/*--------------------------------------------*/

.testimonial-quote {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 3rem;
    font-family: 'Playfair Display';
    border: none;
    background-color: black;
}
.quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    color: white;
}
.name-quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    padding-left: 20rem;
    color: white;
}

/*--------------------------------------------*/

.sponsor_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
}
.sponsor_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.3rem;   
    padding-top: 3rem; 
    padding-bottom: 2rem;
    border: none;
}
.sponsor_text a {
    text-align: center;
}
.sponsor_logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 3rem;
    border: none;
}
.sponsor_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 2rem;
    padding-left: 0rem;
}
.sponsor_1 img {
    max-width: 15rem;
    pointer-events: none;
}
.sponsor_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0rem;
    padding-right: 0rem;
}
.sponsor_2 img {
    max-width: 15rem;
    pointer-events: none;
}
.sponsor_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 0rem;
}
.sponsor_3 img {
    max-width: 15rem;
    pointer-events: none;
}

/*--------------------------------------------*/

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: .4rem;
    padding-top: .4rem;
    margin-top: auto;
    background-color: black;
}  
.copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: white;
    text-decoration: none;
}

}

/*--------------------------------------------*/

        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */

/*--------------------------------------------*/

@media only screen and (min-width: 0px) and (max-width: 420px) and (orientation: portrait) {

.main-container {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
}

/*--------------------------------------------*/

.above-header {
    display: flex;
    flex-direction: row;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(255, 255, 255);
    padding: 2vw;
}
.above-header .quote {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#dailyVersesWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}
.dailyVerses.bibleVerse a {
    padding-left: 0.5vw;
    font-size: 0.8rem;
    color: rgb(255, 255, 255);
}
.dailyVerses.bibleVerse a {
    font-weight: normal;
}

/*--------------------------------------------*/

.header {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0rem;
    padding-bottom: 2rem;
}
.logo img {
    width: 40%;
    height: auto;
    pointer-events: none;
}
.contact {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0rem;
    border: none;
}
.contact a {
    text-decoration: underline;
    color: black;
}

/*--------------------------------------------*/

.welcome {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    border: none;
}

.welcome-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 0.9rem;
}

/*--------------------------------------------*/

.work_box {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: black;
    border: none;
    margin-top: 1.5rem;
}
.work_box2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: black;
    border: none;
    margin-top: 1.5rem;
}
.work {
    max-width: 400px;
    flex-grow: 1;
}
.work img {
    max-width: 100%;
    pointer-events: none;
}

/*--------------------------------------------*/

.testimonial-quote {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 2rem;
    font-family: 'Playfair Display';
    border: none;
    background-color: black;
}
.quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    padding-bottom: 0.5rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
}
.name-quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    padding-left: 20rem;
}

/*--------------------------------------------*/

.sponsor_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
}
.sponsor_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0.9rem;   
    padding-top: 2.5rem; 
    padding-bottom: 1rem;
    border: none;
    padding-left: 1rem;
    padding-right: 1rem;
}
.sponsor_text a {
    text-align: center;
}
.sponsor_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
    border: none;
}
.sponsor_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0rem;
    padding-left: 0rem;
}
.sponsor_1 img {
    max-width: 10rem;
    pointer-events: none;
}
.sponsor_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0rem;
    padding-right: 0rem;
}
.sponsor_2 img {
    max-width: 10rem;
    pointer-events: none;
}
.sponsor_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0rem;
    padding-right: 0rem;
}
.sponsor_3 img {
    max-width: 10rem;
    pointer-events: none;
}

/*--------------------------------------------*/

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: .4rem;
    padding-top: .4rem;
    margin-top: auto;
    background-color: black;
}  
.copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    color: white;
    text-decoration: none;
}

}
    
/*--------------------------------------------*/

        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */

/*--------------------------------------------*/

@media only screen and (min-width: 421px) and (max-width: 920px) and (orientation: landscape) {

.main-container {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
}

/*--------------------------------------------*/

.above-header {
    display: flex;
    flex-direction: row;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(255, 255, 255);
    padding: 2vw;
}
.above-header .quote {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#dailyVersesWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}
.dailyVerses.bibleVerse a {
    padding-left: 0.5vw;
    font-size: 0.8rem;
    color: rgb(255, 255, 255);
}
.dailyVerses.bibleVerse a {
    font-weight: normal;
}

/*--------------------------------------------*/

.header {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0rem;
    padding-bottom: 2rem;
}
.logo img {
    width: 30%;
    height: auto;
    pointer-events: none;
}
.contact {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0rem;
    border: none;
}
.contact a {
    text-decoration: underline;
    color: black;
}

/*--------------------------------------------*/

.welcome {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    border: none;
}

.welcome-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 0.9rem;
}

/*--------------------------------------------*/

.work_box {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: black;
    border: none;
    margin-top: 1.5rem;
}
.work_box2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: black;
    border: none;
    margin-top: 1.5rem;
}
.work {
    max-width: 400px;
    flex-grow: 1;
}
.work img {
    max-width: 100%;
    pointer-events: none;
}

/*--------------------------------------------*/

.testimonial-quote {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 2rem;
    font-family: 'Playfair Display';
    border: none;
    background-color: black;
}
.quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    padding-bottom: 0.5rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
}
.name-quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    padding-left: 20rem;
}

/*--------------------------------------------*/

.sponsor_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
}
.sponsor_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0.9rem;   
    padding-top: 2.5rem; 
    padding-bottom: 1rem;
    border: none;
    padding-left: 1rem;
    padding-right: 1rem;
}
.sponsor_text a {
    text-align: center;
}
.sponsor_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
    border: none;
}
.sponsor_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0rem;
    padding-left: 0rem;
}
.sponsor_1 img {
    max-width: 10rem;
    pointer-events: none;
}
.sponsor_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0rem;
    padding-right: 0rem;
}
.sponsor_2 img {
    max-width: 10rem;
    pointer-events: none;
}
.sponsor_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0rem;
    padding-right: 0rem;
}
.sponsor_3 img {
    max-width: 10rem;
    pointer-events: none;
}

/*--------------------------------------------*/

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: .4rem;
    padding-top: .4rem;
    margin-top: auto;
    background-color: black;
}  
.copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    color: white;
    text-decoration: none;
}

}

/*--------------------------------------------*/

        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */

/*--------------------------------------------*/

@media only screen and (min-width: 540px) and (max-width: 1399px) and (orientation: portrait) {    

.main-container {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
}

/*--------------------------------------------*/

.above-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(255, 255, 255);
    padding: 2vw;
}
.above-header .quote {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#dailyVersesWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}
.dailyVerses.bibleVerse a {
    padding-left: 0.5vw;
    font-size: 0.8rem;
    color: rgb(255, 255, 255);
}
.dailyVerses.bibleVerse a {
    font-weight: normal;
}

/*--------------------------------------------*/

.header {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0rem;
    padding-bottom: 2rem;
}
.logo img {
    width: 30%;
    height: auto;
    pointer-events: none;
}
.contact {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0rem;
    border: none;
}
.contact a {
    text-decoration: underline;
    color: black;
}

/*--------------------------------------------*/

.welcome {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    border: none;
}

.welcome-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 0.9rem;
}

/*--------------------------------------------*/

.work_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: black;
    border: none;
    margin-top: 1.5rem;
}
.work_box2 {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: black;
    border: none;
    margin-top: 1.5rem;
}
.work {
    max-width: 400px;
    flex-grow: 1;
}
.work img {
    max-width: 100%;
    pointer-events: none;
}

/*--------------------------------------------*/

.testimonial-quote {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 2rem;
    font-family: 'Playfair Display';
    border: none;
    background-color: black;
}
.quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    padding-bottom: 0.5rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
}
.name-quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    padding-left: 20rem;
}

/*--------------------------------------------*/

.sponsor_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
}
.sponsor_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0.9rem;   
    padding-top: 2.5rem; 
    padding-bottom: 1rem;
    border: none;
    padding-left: 1rem;
    padding-right: 1rem;
}
.sponsor_text a {
    text-align: center;
}
.sponsor_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    border: none;
}
.sponsor_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0rem;
    padding-left: 0rem;
}
.sponsor_1 img {
    max-width: 10rem;
    pointer-events: none;
}
.sponsor_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0rem;
    padding-right: 0rem;
}
.sponsor_2 img {
    max-width: 10rem;
    pointer-events: none;
}
.sponsor_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0rem;
    padding-right: 0rem;
}
.sponsor_3 img {
    max-width: 10rem;
    pointer-events: none;
}

/*--------------------------------------------*/

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: .4rem;
    padding-top: .4rem;
    margin-top: auto;
    background-color: black;
}  
.copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    color: white;
    text-decoration: none;
}

}

/*--------------------------------------------*/

        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */

/*--------------------------------------------*/

@media only screen and (min-width: 916px) and (max-width: 1399px) and (orientation: landscape) {

.main-container {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
}

/*--------------------------------------------*/

.above-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(255, 255, 255);
    padding: 2vw;
}
.above-header .quote {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#dailyVersesWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}
.dailyVerses.bibleVerse a {
    padding-left: 0.5vw;
    font-size: 0.8rem;
    color: rgb(255, 255, 255);
}
.dailyVerses.bibleVerse a {
    font-weight: normal;
}

/*--------------------------------------------*/

.header {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0rem;
    padding-bottom: 2rem;
}
.logo img {
    width: 20%;
    height: auto;
    pointer-events: none;
}
.contact {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0rem;
    border: none;
}
.contact a {
    text-decoration: underline;
    color: black;
}

/*--------------------------------------------*/

.welcome {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    border: none;
}

.welcome-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 0.9rem;
}

/*--------------------------------------------*/

.work_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: black;
    border: none;
    margin-top: 1.5rem;
}
.work_box2 {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: black;
    border: none;
    margin-top: 1.5rem;
}
.work {
    max-width: 400px;
    flex-grow: 1;
}
.work img {
    max-width: 100%;
    pointer-events: none;
}

/*--------------------------------------------*/

.testimonial-quote {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 2rem;
    font-family: 'Playfair Display';
    border: none;
    background-color: black;
}
.quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    padding-bottom: 0.5rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
}
.name-quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    padding-left: 20rem;
}

/*--------------------------------------------*/

.sponsor_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
}
.sponsor_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0.9rem;   
    padding-top: 2.5rem; 
    padding-bottom: 1rem;
    border: none;
    padding-left: 1rem;
    padding-right: 1rem;
}
.sponsor_text a {
    text-align: center;
}
.sponsor_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
    border: none;
}
.sponsor_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0rem;
    padding-left: 0rem;
}
.sponsor_1 img {
    max-width: 10rem;
    pointer-events: none;
}
.sponsor_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0rem;
    padding-right: 0rem;
}
.sponsor_2 img {
    max-width: 10rem;
    pointer-events: none;
}
.sponsor_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0rem;
    padding-right: 0rem;
}
.sponsor_3 img {
    max-width: 10rem;
    pointer-events: none;
}

/*--------------------------------------------*/

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: .4rem;
    padding-top: .4rem;
    margin-top: auto;
    background-color: black;
}  
.copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    color: white;
    text-decoration: none;
}

}