﻿p {
    font-size: 20px;
}

.about > section:nth-child(even) {
    background-color: #F8F8F8;
}

.about > section:not(:first-child) {
    padding-top: var(--defaultPadding);
}

section {
    color: #272D4E;
    background-color: #ffffff;
    z-index: 10;
    position: relative;
    padding-bottom: 100px;
}


.pr-title {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    z-index: 300;
    position: relative;
    padding-bottom: 40px;
}

.pr-title.light {
	color: #4c4858;
}

.row.alt {
    background-color: #ffffff;
    color: #272D4E;
}

.row.alt.light {
	background-color: #F8F8F8;
	color: #272D4E;
}

.keyword {
    font-weight:800;
}

.email-div {
    text-align:center;
    padding-top:20px;
}

.email-div.light {
    color: #4c4858;
}

.email-link {
    color: #272D4E;
    font-weight:800;
}

.email-link.light{
    color: #4c4858;
}

.glucurve-pic {
    float: right;
    height: 13rem;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.future-pic {
    float: right;
    border-radius:50%;
    shape-outside: circle(50%);
    margin-left:1.5rem;
    margin-right:1.5rem;
    height:15rem;
    position:relative;
    z-index:11;
}

html {
    height: 100%;
}

.body {
    min-height:100%;
    display:flex;
    flex-direction:column;
}


.footer-footer {
    margin-top:auto;
}

@media screen and (min-width: 1280px) {
    section .content {
        max-width: 90vw;
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media screen and (max-width: 1280px) {
    section .content {
        padding-left: 16px;
        padding-right: 16px;
        max-width: 1200px;
    }
}

@media screen and (max-width: 991px) {
    .row-text {
        padding-left: 15px;
    }

    #faq .row-text p {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .glucurve-pic {
        height: 25vw;
    }

    .future-pic {
        height: 30vw;
    }
}