html {
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

body {
    background-color: #e5e7f8;
    color: #ffffff;
}

h1 { font-size: 2.5rem; margin-left: -4px; }
h2 { font-size: 2.2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1rem; }
p { font-size: 1rem; }
li { font-size: 1.15rem;}

h1, h2, h3, h4, h5, h6, label, button, li {
    margin-top: 0;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.fab {
    position: fixed;
    right: 35px;
    bottom: 35px;
    padding: 15px;
    line-height: 10px;
    border-radius: 50%;
    border: 3px gray solid;
    background-color: transparent;
    transition-duration: 0.3s;
    z-index: 1000;
}

.fab a {
    color: gray;
}

.fab:hover a {
    transition-duration: 0.3s;
    color: #050730;
}

.fab:hover {
    background-color: #dbdeff;
    transition-duration: 0.3s;
    color: #050730;
}

.grecaptcha-badge{
	opacity: 0;  
}

label {
    font-weight: bold;
    font-size: 1.15rem;
}

.noMargin {
    margin: 0;
}

a {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.landing {
    background-image: linear-gradient(-55deg, #ff0000, #0c0e3f, #00a351);
	background-size: 400% 400%;
	animation: landingBackground 20s ease-in-out infinite;
    min-height: 100vh;
    display: grid;
    grid-template-rows: 20% 60% 20%;
    z-index: 1001;
}

.thanks {
    background-image: linear-gradient(-55deg, #ff0000, #0c0e3f, #00a351);
	background-size: 400% 400%;
	animation: landingBackground 20s ease-in-out infinite;
    min-height: 100vh;
    display: grid;
    grid-template-rows: 100%;
    align-items: center;
    justify-items: center;
    text-align: center;
}

.landing hr {
    width: 40px;
    margin: 30px auto 20px auto;
}

.smallMargin {
    margin-top: 32px;
    border-style: solid;
}

.landingBody {
    justify-content: center;
    align-self: center;
}

.logoImage {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: nowrap;
}

.landingEnd {
    display: flex;
    justify-content: center;
    align-content: flex-end;
    flex-wrap: wrap;
}

.landingEnd a {
    min-width: 125px;
    padding: 25px;
    animation: 1s infinite alternate floating;
    animation-timing-function: ease-in-out;
}

.sectionTwo {
    background-color: #e5e7f8;
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-columns: 40% 30%;
    gap: 10px;
    color: #0c0e3f;
}

.sectionTwo div {
    margin: 30px 20px;
}

.sectionTwo div:first-child {
    display: grid;
    align-content: center;
}

.sectionTwo div img {
    max-width: 100%;
    box-shadow: 10px 10px;
    transition-duration: 0.3s;
    filter: grayscale(75%);
}

.sectionTwo div img:hover {
    max-width: 100%;
    box-shadow: 12px 12px;
    transition-duration: 0.3s;
    filter: grayscale(0%);
}

.sectionTwo a {
    color: #000000;
    text-decoration: none;
    transition-duration: 0.2s;
    border-bottom: none;
}

.sectionTwo a:hover {
    border-bottom: 4px black solid;
    transition-duration: 0.2s;
}

.sectionThree {
    background-color: #e5e7f8;
    display: grid;
    justify-content: center;
    align-content: baseline;
    grid-template-columns: 25% 25%;
    gap: 10px;
    color: #0c0e3f;
    justify-items: center;
}

.sectionThree div {
    margin: 5px;
    width: 100%;
    display: grid;
    align-content: center;

}

.sectionThree div img {
    max-width: 90%;
    box-shadow: 10px 10px;
    transition-duration: 0.3s;
    filter: grayscale(75%);

}

.sectionThree div img:hover {
    box-shadow: 12px 12px;
    transition-duration: 0.3s;
    filter: grayscale(0%);
}

.sectionThree div ul li {
    padding: 0.5rem;
}

.sectionFour {
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-columns: 60%;
    padding: 30px;
    gap: 10px;
    background-color: #d0d2eb;
    color: #050730;
    align-items: center;
}

.contactSection {
    display: grid;
    justify-content: center;
    padding: 30px;
    gap: 30px;
    background-color: #d0d2eb;
    color: #050730;
}

.contactBar {
    background-color: #0c0e3f;
    padding: 1rem;
}

.contactBar h3 {
    margin: 0;
}

.contactBar h3 a {
    color: #bec3ff;
}

.fw-100 {
    flex-basis: 100%;
}

.w-50 {
    width: 50%;
}

.phrase {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    text-align: center;
    color: white;
}

.phrase h2 {
    font-weight: 400;
}

.halfWidth {
    height: 0;
    border-style: solid;
    border-width: 4px;
    width: 26%;
    margin: 0;
    margin-left: 1px;
}

.smallWidth {
    height: 0;
    border-style: solid;
    border-width: 4px;
    width: 10%;
    margin: 0;
    margin-left: 1px;
}

.projects {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.projects div {
    border-radius: 3px;
    border: none;
    transition-duration: 0.5s;
    background-color: #15174d;
    padding: 10px;
}

.projects div:hover{
    border-color: #d0d2eb;
    background-color: #d0d2eb;
    color: #050730;
    transition-duration: 0.5s;
}

.projects div button {
    float: right;
    background-color: #d0d2eb;
    border-color: #15174d;
    border-style: solid;
    color: black;
    width: 40%;
    padding: 8px 10px;
    border-radius: 3px;
    font-weight: 500;
    font-size: .75rem;
    transition-duration: 0.5s;
}

.projects div button:hover {
    background-color: #15174d;
    border-color: #15174d;
    color: #d0d2eb;
    border-radius: 3px;
    font-weight: 500;
    font-size: .75rem;
    transition-duration: 0.5s;
}

.testimonials {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.testimonials div {
    display: flex;
    flex-direction: column;
    background-color: rgb(190, 193, 226);
    border-radius: 3px;
    margin: 0 2px;
    padding: 2em;
}

.testimonials p {
    text-align: center;
}

.testimonials sub {
    float: right;
}

.testimonials div img {
    width: 75px;
    border-radius: 50%;
    margin: auto;
}

input, textarea, select {
    width: 100%;
    padding: 8px;
    margin: 4px 0 20px 0;
    border-radius: 3px;
    box-sizing: border-box;
    border-color: #050730;
    border-width: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1rem;
}

textarea {
    height: 150px;
    box-sizing: border-box;
    resize: vertical;
}

.offerings {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.offerings div {
    width: 90%;
    margin: 5%;
    text-align: center;
}

.offerings div img {
    width: 60%;
    padding: 5%;
}

.offerings div h2 {
    margin-top: 0;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.submitButton {
    float: right;
    background-color: #d0d2eb;
    color: black;
    border-radius: 3px;
    border-style: solid;
    border-color: #050730;
    font-weight: 900;
    transition-duration: 0.5s;
    padding: 8px 10px;
    font-weight: 500;
    font-size: 1rem;
    transition-duration: 0.5s;
    width: 5rem;
}

.submitButton:hover {
    background-color: #050730;
    color: #d0d2eb;
    transition-duration: 0.5s;
}

footer {
    margin: auto;
    background-color: #01021d;
}

footer h5 {
    padding: 0.5rem;
}

form {
    margin: 40px 0;
}

/* Prices Section */

.priceContainer {
    width: 100%;
    background-image: url("../images/developm.jpg");
    background-repeat: no-repeat;
    background-size: 180%;
    background-position: left;
    min-height: 75vh;
    display: grid;
    grid-template-columns: 22.5% 22.5% 22.5%;
    justify-content: center;
    align-items: center;
}

.priceContainer .priceColumn {
    margin: 15px;
    border-top: 7px solid #15174d;
    border-radius: 5px;
    color: #15174d;
}

.priceContainer .priceColumn .priceInfo {
    border-radius: 5px 5px 0 0;
    background-color: #15174d;
    color: #fff;
    padding: 5px;
    font-size: 0.8rem;
}

.priceContainer .includeInfo {
    border: none;
}

.priceContainer .priceColumn .priceTitle {
    background-color: #dbdeff;
    padding: 15px 15px 0 15px;
}

.priceContainer .priceColumn .priceTitle h1 span {
    font-size: 1rem;
    vertical-align: middle;
    font-weight: 700;
}

.priceContainer .priceColumn .priceTitle h1 {
    font-weight: 500;
    font-size: 3.5rem;
}

.priceContainer .priceColumn .priceTitle h4 {
    font-weight: 400;
    font-size: 1rem;
}

.priceContainer .priceColumn .priceBody {
    background-color: #dbdeff;
    padding-right: 5%;
}

.priceContainer .priceColumn .priceBody .pricePoints {
    list-style: none;
    text-align: right;
}

.priceContainer .priceColumn .priceBody .pricePoints li {
    padding: 10px;
    font-size: 1rem;
}

.priceContainer .priceColumn .priceBody .pricePoints li::before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    font-size: 1rem;
    float: left;
    margin-left: -1.3rem;
}

.priceContainer .priceColumn .priceFooter {
    background-color: #dbdeff;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}

.priceContainer .priceColumn .priceFooter button {
    background-color: #15174d;
    border-color: #15174d;
    border-style: solid;
    color: #fff;
    width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 1rem;
    transition-duration: 0.3s;
    font-weight: 700;
}

.priceContainer .priceColumn .priceFooter button:hover {
    background-color: #dbdeff;
    color: #0d0e3a;
    transition-duration: 0.3s;
}


hr.priceSplit {
    content: none;
    border: none;
    text-align: center;
    margin: 0;
}

hr.priceSplit::before {
    content: "\2022 \2022";
    font-size: 2rem;
    color: #15174d;
}

.textMuted {
    color: #2d2d42;
}

@keyframes floating {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-15px);
    }
}

@keyframes landingBackground {
    0% {
        background-position: 50% 50%;
    }

    33% {
        background-position: 0% 50%;
    }

    66% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 50% 50%;
    }
}

/* Mobile devices */

@media screen and (max-width: 480px) {
    .logoImage img {
        width: 90%;
        padding: 0 5%;
    }

    html {
        font-size: 13px;
    }

    .landingEnd a {
        min-width: 75px;
    }

    .sectionTwo {
        grid-template-columns: 100%;
        padding: 15px 5px;
        gap: 0;
    }

    .sectionTwo div:last-child {
        width: 80%;
        margin: 0 auto
    }
    
    .testimonials {
        display: block;
    }
    
    .testimonials div {
        display: flex;
        flex-direction: column;
        background-color: rgb(190, 193, 226);
        border-radius: 3px;
        margin: 10px 2px;
        padding: 2em;
    }
    
    .testimonials p {
        text-align: center;
    }
    
    .testimonials sub {
        float: right;
    }
    
    .testimonials div img {
        width: 75px;
        border-radius: 50%;
        margin: auto;
    }

    .sectionThree {
        grid-template-columns: 100%;
        padding: 15px 5px;
        gap: 0;
    }
    
    .sectionThree div:first-child {
        margin: 2rem auto;
        width: 80%;
    }

    .sectionThree div {
        margin: 5px;
        width: 100%;
        display: grid;
        align-content: center;
        justify-items: center;
        margin-bottom: 2rem;
    }

    .sectionThree div img {
        max-width: 100%;
    }

    .sectionThree div ul li {
        padding: 0.5rem;
    }

    .sectionFour {
        grid-template-columns: 100%;
        padding: 10px;
    }

    .offerings {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    
    .offerings div {
        width: 90%;
        margin: 5%;
        text-align: center;
    }
    
    .offerings div img {
        width: 60%;
        padding: 5%;
    }
    
    .offerings div h2 {
        margin-top: 0;
    }

    .offerings div p {
        text-align: justify;
    }

    .contactSection {
        display: grid;
        justify-content: center;
        grid-template-columns: 90%;
        padding: 0px;
        gap: 0px;
        background-color: #d0d2eb;
        color: #050730;
    }

    .projects {
        display: block;
    }
    
    .projects div {
        border-radius: 3px;
        border: none;
        margin: 10px;
    }
    
    .projects div:hover{
        border-color: #d0d2eb;
        background-color: #d0d2eb;
        color: #050730;
        transition-duration: 0.5s;
    }
    
    .projects div button {
        float: none;
        background-color: #d0d2eb;
        border-color: #15174d;
        border-style: solid;
        color: black;
        width: 100%;
        padding: 8px 10px;
        border-radius: 3px;
        font-weight: 500;
        font-size: .75rem;
        transition-duration: 0.5s;
    }
    
    .projects div button:hover {
        background-color: #15174d;
        border-color: #15174d;
        color: #d0d2eb;
        border-radius: 3px;
        font-weight: 500;
        font-size: .75rem;
        transition-duration: 0.5s;
    }

    .submitButton {
        float: none;
        width: 100%;
    }

    .priceContainer {
        background-size: 700%;
        grid-template-columns: 90%;
        padding: 4% 0;
    }

    .priceContainer .priceColumn {
        margin: 10px 0px;
    }
}

/* Tablets */

@media screen and (min-width: 481px) {
    .logoImage img {
        width: 50%;
        padding: 0 15%;
    }
    
    html {
        font-size: 14px;
    }

    .landingEnd a {
        min-width: 75px;
    }

    .sectionTwo {
        grid-template-columns: 80%;
        padding: 5%;
        gap: 0;
    }

    .testimonials {
        display: block;
    }
    
    .testimonials div {
        display: flex;
        flex-direction: column;
        background-color: rgb(190, 193, 226);
        border-radius: 3px;
        margin: 10px 2px;
        padding: 2em;
    }
    
    .testimonials p {
        text-align: center;
    }
    
    .testimonials sub {
        float: right;
    }
    
    .testimonials div img {
        width: 75px;
        border-radius: 50%;
        margin: auto;
    }

    .sectionThree {
        grid-template-columns: 70%;
        padding: 15px 5px;
    }

    .sectionThree div {
        width: 100%;
        align-content: center;
        justify-items: center;
        margin-bottom: 2rem;
    }

    .sectionThree div img {
        max-width: 100%;
    }

    .sectionFour {
        grid-template-columns: 100%;
        padding: 10px;
    }

    .offerings {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    
    .offerings div {
        width: 90%;
        margin: 5%;
        text-align: center;
    }
    
    .offerings div img {
        width: 60%;
        padding: 5%;
    }
    
    .offerings div h2 {
        margin-top: 0;
    }

    .offerings div p {
        text-align: justify;
    }

    .contactSection {
        display: grid;
        justify-content: center;
        grid-template-columns: 90%;
        padding: 0px;
        gap: 0px;
        background-color: #d0d2eb;
        color: #050730;
    }

    .projects {
        display: block;
    }
    
    .projects div {
        border-radius: 3px;
        border: none;
        margin: 10px;
    }
    
    .projects div:hover{
        border-color: #d0d2eb;
        background-color: #d0d2eb;
        color: #050730;
        transition-duration: 0.5s;
    }
    
    .projects div button {
        float: none;
        background-color: #d0d2eb;
        border-color: #15174d;
        border-style: solid;
        color: black;
        width: 100%;
        padding: 8px 10px;
        border-radius: 3px;
        font-weight: 500;
        font-size: .75rem;
        transition-duration: 0.5s;
    }
    
    .projects div button:hover {
        background-color: #15174d;
        border-color: #15174d;
        color: #d0d2eb;
        border-radius: 3px;
        font-weight: 500;
        font-size: .75rem;
        transition-duration: 0.5s;
    }

    .submitButton {
        float: none;
        width: 100%;
    }

    .priceContainer {
        background-size: 700%;
        grid-template-columns: 80%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .priceContainer .priceColumn {
        margin: 20px 0px;
    }
}

/* Large tablets/small laptops */

@media screen and (min-width: 769px) {
    .logoImage img {
        width: 65%;
        padding: 0 17.5%;
    }

    html {
        font-size: 15px;
    }

    .landingEnd a {
        min-width: 125px;
    }

    .sectionTwo {
        grid-template-columns: 80%;
        margin-top: 5%;
        gap: 0;
    }

    .sectionTwo div:last-child {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .testimonials {
        display: block;
    }
    
    .testimonials div {
        display: flex;
        flex-direction: column;
        background-color: rgb(190, 193, 226);
        border-radius: 3px;
        margin: 10px 2px;
        padding: 2em;
    }
    
    .testimonials p {
        text-align: center;
    }
    
    .testimonials sub {
        float: right;
    }
    
    .testimonials div img {
        width: 75px;
        border-radius: 50%;
        margin: auto;
    }

    .sectionThree {
        grid-template-columns: 80%;
        padding: 15px 5px;
    }

    .sectionThree div:first-child {
        width: 60%;
        margin: 5% auto;
    }

    .sectionThree div {
        width: 100%;
        align-content: center;
        justify-items: center;
        margin-bottom: 2rem;
    }

    .sectionThree div img {
        max-width: 100%;
    }

    .sectionFour {
        grid-template-columns: 100%;
        padding: 10px;
    }

    .offerings {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    
    .offerings div {
        width: 90%;
        margin: 5%;
        text-align: center;
    }
    
    .offerings div img {
        width: 60%;
        padding: 5%;
    }
    
    .offerings div h2 {
        margin-top: 0;
    }

    .offerings div p {
        text-align: justify;
    }

    .contactSection {
        display: grid;
        justify-content: center;
        grid-template-columns: 90%;
        padding: 0px;
        gap: 0px;
        background-color: #d0d2eb;
        color: #050730;
    }

    .projects {
        display: block;
    }
    
    .projects div {
        border-radius: 3px;
        border: none;
        margin: 10px;
    }
    
    .projects div:hover{
        border-color: #d0d2eb;
        background-color: #d0d2eb;
        color: #050730;
        transition-duration: 0.5s;
    }
    
    .projects div button {
        float: none;
        background-color: #d0d2eb;
        border-color: #15174d;
        border-style: solid;
        color: black;
        width: 100%;
        padding: 8px 10px;
        border-radius: 3px;
        font-weight: 500;
        font-size: .75rem;
        transition-duration: 0.5s;
    }
    
    .projects div button:hover {
        background-color: #15174d;
        border-color: #15174d;
        color: #d0d2eb;
        border-radius: 3px;
        font-weight: 500;
        font-size: .75rem;
        transition-duration: 0.5s;
    }

    .submitButton {
        float: none;
        width: 100%;
    }

    .priceContainer {
        background-size: 700%;
        grid-template-columns: 50%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .priceContainer .priceColumn {
        margin: 20px 0px;
    }
    
    .contactSection {
        grid-template-columns: 70%;
        padding: 5%
    }
}

/* Regular screens */

@media screen and (min-width: 1025px) {
    .logoImage img {
        width: 50%;
        padding: 0 25%;
    }
    html {
        font-size: 16px;
    }

    .sectionTwo {
        grid-template-columns: 60% 40%;
    }
    
    .sectionTwo div img {
        max-width: 100%;
        box-shadow: 10px 10px;
        transition-duration: 0.3s;
        filter: grayscale(75%);
    }

    .sectionTwo div:last-child {
        width: 100%;
    }

    .sectionTwo a:hover {
        border-bottom: 4px black solid;
        transition-duration: 0.2s;
    }
    
    .sectionThree {
        justify-content: center;
        align-content: baseline;
        grid-template-columns: 40% 40%;
        gap: 10px;
    }

    .sectionThree div:first-child {
        margin: 2rem auto;
        width: 100%;
    }

    .priceContainer {
        background-size: 700%;
        grid-template-columns: 50%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .priceContainer .priceColumn {
        margin: 1rem;
    }
}

/* Larger screens */

@media screen and (min-width: 1201px) {
    .logoImage img {
        width: 50%;
        padding: 0 25%;
        max-width: 700px;
    }

    html {
        font-size: 17px;
    }

    .sectionTwo {
        grid-template-columns: 45% 30%;
        gap: 10px;
        margin-top: 0;
    }

    .sectionTwo div:first-child {
        padding-right: 4rem;
    }

    .sectionTwo div {
        margin: 30px 20px;
    }

    .sectionTwo div img {
        max-width: 100%;
        box-shadow: 10px 10px;
        transition-duration: 0.3s;
        filter: grayscale(75%);
    }

    .sectionTwo div img:hover {
        max-width: 100%;
        box-shadow: 12px 12px;
        transition-duration: 0.3s;
        filter: grayscale(0%);
    }

    .sectionTwo a {
        color: #000000;
        text-decoration: none;
        transition-duration: 0.2s;
        border-bottom: none;
    }

    .sectionTwo a:hover {
        border-bottom: 4px black solid;
        transition-duration: 0.2s;
    }

    .sectionThree {
        display: grid;
        justify-content: center;
        align-content: baseline;
        grid-template-columns: 35% 25%;
        gap: 10px;
        margin-bottom: 5%;
    }

    .sectionThree div {
        margin: 5px;
        width: 100%;
        display: grid;
        align-content: center;

    }

    .sectionThree div img {
        max-width: 90%;
        box-shadow: 10px 10px;
        transition-duration: 0.3s;
        filter: grayscale(75%);

    }

    .sectionThree div img:hover {
        box-shadow: 12px 12px;
        transition-duration: 0.3s;
        filter: grayscale(0%);
    }

    .sectionThree div ul li {
        padding: 0.5rem;
    }

    .sectionFour {
        display: grid;
        justify-content: center;
        align-content: center;
        grid-template-columns: 60%;
        padding: 30px;
        gap: 10px;
        background-color: #d0d2eb;
        color: #050730;
        align-items: center;
    }

    .contactSection {
        display: grid;
        justify-content: center;
        grid-template-columns: 60%;
        padding: 30px;
        gap: 30px;
        background-color: #d0d2eb;
        color: #050730;
    }

    .halfWidth {
        height: 0;
        border-style: solid;
        border-width: 4px;
        width: 26%;
        margin: 0;
        margin-left: 1px;
    }

    .smallWidth {
        height: 0;
        border-style: solid;
        border-width: 4px;
        width: 10%;
        margin: 0;
        margin-left: 1px;
    }

    .projects {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .projects div {
        border-radius: 3px;
        border: none;
        transition-duration: 0.5s;
        background-color: #15174d;
        padding: 10px;
    }

    .projects div:hover{
        border-color: #d0d2eb;
        background-color: #d0d2eb;
        color: #050730;
        transition-duration: 0.5s;
    }

    .projects div button {
        float: right;
        background-color: #d0d2eb;
        border-color: #15174d;
        border-style: solid;
        color: black;
        width: 40%;
        padding: 8px 10px;
        border-radius: 3px;
        font-weight: 500;
        font-size: .75rem;
        transition-duration: 0.5s;
    }

    .projects div button:hover {
        background-color: #15174d;
        border-color: #15174d;
        color: #d0d2eb;
        border-radius: 3px;
        font-weight: 500;
        font-size: .75rem;
        transition-duration: 0.5s;
    }

    .testimonials {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }

    .testimonials div {
        display: flex;
        flex-direction: column;
        background-color: rgb(190, 193, 226);
        border-radius: 3px;
        margin: 0 2px;
        padding: 2em;
    }

    .testimonials p {
        text-align: center;
    }

    .testimonials sub {
        float: right;
    }

    .testimonials div img {
        width: 75px;
        border-radius: 50%;
        margin: auto;
    }

    input, textarea, select {
        width: 100%;
        padding: 8px;
        margin: 4px 0 20px 0;
        border-radius: 3px;
        box-sizing: border-box;
        border-color: #050730;
        border-width: 2px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 1rem;
    }

    textarea {
        height: 150px;
        box-sizing: border-box;
        resize: vertical;
    }

    .offerings {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
    }

    .offerings div {
        width: 90%;
        margin: 5%;
        text-align: center;
    }

    .offerings div img {
        width: 60%;
        padding: 5%;
    }

    .offerings div h2 {
        margin-top: 0;
    }

    .textCenter {
        text-align: center;
    }

    .textRight {
        text-align: right;
    }

    .submitButton {
        float: right;
        background-color: #d0d2eb;
        color: black;
        border-radius: 3px;
        border-style: solid;
        border-color: #050730;
        font-weight: 900;
        transition-duration: 0.5s;
        padding: 8px 10px;
        font-weight: 500;
        font-size: 1rem;
        transition-duration: 0.5s;
        width: 5rem;
    }

    .submitButton:hover {
        background-color: #050730;
        color: #d0d2eb;
        transition-duration: 0.5s;
    }

    footer {
        margin: auto;
        background-color: #01021d;
    }

    footer h5 {
        padding: 0.5rem;
    }

    form {
        margin: 40px 0;
    }

    .priceContainer {
        width: 100%;
        background-repeat: no-repeat;
        background-size: 180%;
        background-position: left;
        min-height: 75vh;
        display: grid;
        grid-template-columns: 28% 28% 28%;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 1503px) {
    .priceContainer {
        width: 100%;
        background-repeat: no-repeat;
        background-size: 180%;
        background-position: left;
        min-height: 75vh;
        display: grid;
        grid-template-columns: 23% 23% 23%;
        justify-content: center;
        align-items: center;
    }
}