/* Desktop View */
/* GENERAL */
html {
    background-image: linear-gradient(165deg, #101B41, #4900E5, #FBB040);
    background-repeat: no-repeat;
    background-size: cover;
    scroll-behavior: smooth;
}

:root {
    --white: #ffffff;
    --greyLight-1: #dce3ec;
    --greyLight-2: #c8d0e7;
    --greyLight-3: #818799;
    --greyDark: #9baacf;
}



body {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    color: white;
}

#stars, #static_stars{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100vh; */
    z-index: -1;
}

.crop {
    height: 100%;
}

.stretch {
    min-height: 750px;
}

h1, h2, h3 {
    font-family: "Source Sans 3", sans-serif; 
}

h1 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.15em;
    color: white;
}

h2 {
    font-size: 2.83rem;
    line-height: 1.35em;
    font-weight: 600;
}

h3 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2em;
}

p {
    /* font-size: 1.25rem; */
    line-height: 1.35em;
}


a {
    color: white;
    text-decoration: none
}

/* ul {}

li {} */


/* HEADER */
header {
    background-color: #101b41ce;
    position: fixed;
    width: 100%;
    z-index: 100;
}

#skiptocontent a {
    padding: 8px;
    position: absolute;
    top: 110px;
    left: -175px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    background: #BF1722;
    -webkit-transition: top 1s ease-out;
    transition: left 1s ease-out;
    z-index: 100;
}

#skiptocontent a:focus {
    left:0px;
}

.header-container {
    max-width: 1296px;
    max-height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.logo {
    width: 20%;
}

.mob-wrapper {
    display: none;        
}

nav {
    /* margin-right: 25px; */
    padding-right: 20px;
}

.navbutton {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 10px 12px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 4px;
    margin-left: 20px;
    position: relative;
    max-width: 160px;
    vertical-align: middle;
}


.navbutton:hover {
    border: 2px solid #FBB040;
    transition-duration: 0.5s;
}

.navbutton:hover a, .navbutton a:focus {
    color: #FBB040;
    fill: #FBB040;
}

.navcta {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 10px 14px;
    display: inline-block;
    background-color: white;
    border: 2px solid white;
    color: #4900E5;
    font-weight: 600;
    border-radius: 4px;
    /* margin-top: 40px; */
    /* margin-left: 30px; */
    word-spacing: 3px;
}

.navcta:hover, .navcta:focus {
    background-color: #4900E5;
    transition-duration: 0.5s;
    color: white;
    border: 2px solid white;
    transform: scale(1.05, 1.05);
}

.active {
    background-color: #FBB040;
    border: 2px solid #FBB040;
}

.active a {
    color: #101B41;
    font-weight: bold;
}

.active:hover {
    border: 2px solid #FBB040;
}

.active:hover a, .active a:focus{
    color: #101B41;
}


/* CONTAINERS */
.container-large, .container-med, .container-small {
    margin: 0 auto;
    min-height: 200px;
    padding: 0px 25px;
}

/* .container-large p, .container-med p, .container-small p {
    text-align: left;
} */

.container-med {
    width: 1024px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.container-small {
    width: 802px;
}


/* MAIN */
main {
    padding-top: 250px;
    min-height: 300px;
    text-align: center;
}

.bottom-padding {
    padding-bottom: 0px;
}

.contact {
    text-align: left;
    margin-bottom: 100px;
    height: 40vh;
}

.start {
    opacity: 0;
    text-align: center;
}

.spacebox1 {
    margin-top: 75px;
    margin-bottom: 150px;
    text-align: center;
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: center;
    p {
        max-width: 680px;
    }
}

.spacebox1 .box {
    margin-top: 100px;
}

.spacebox1 img {
    width: 50%;
}

.spacebox2 {
    padding-top: 100px;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.spacebox3 {
    padding-top: 50px;
    padding-bottom: 50px;
}


#hero_message {
    max-width: 820px;
    text-align: center;
}

.background-yellow {
    opacity: 0;
    margin-left: -500px;
    background-color: #FBB040;
    box-shadow: -3px -4px 10px rgba(0, 0, 0, 0.3);
    transform: skewY(6deg);
}

.background-yellow .container-small {
    transform: skewY(-6deg);
}

.background-fadedyellow {
    background-color: #fbb040d7;
    transform: skewY(-4deg);
    box-shadow: -3px -4px 10px rgba(0, 0, 0, 0.3);
}

.background-yellow2 {
    background-color: #fbb040;
    transform: skewY(8deg);
    box-shadow: -3px -4px 10px rgba(0, 0, 0, 0.3);
}

.background-yellow2 .container-large, .background-yellow2 .container-small {
    transform: skewY(-4deg);
}

.background-navy {
    flex: 1;
    background-color: #101B41;
    transform: skewY(6deg);
    box-shadow: -3px -4px 10px rgba(0, 0, 0, 0.3);
}

#problem {
    transform: skewY(6deg);
}

.background-navy2 {
    background-color: #101B41;
    padding: 50px 0;
    color: white;
    transform: skewY(-4deg);
    box-shadow: -3px -4px 10px rgba(0, 0, 0, 0.3);
}

.background-bottom {
    background-color: #101B41;
    height: 200px;
    margin-top: -100px;
}

.background-navy2 .container-small {
    transform: skewY(4deg);
}

#flip {
    transform: skewY(-6deg);
}

.background-navy .container-large {
    transform: skewY(-6deg);
}

#flip .container-med, #flip .container-small, #upper-right, #lower-left {
    transform: skewY(6deg);
}

.background-fadedyellow p, .background-fadedyellow h2 {
    color: #101B41;
}

/* .spacebox5 {
    padding-top: 25px;
    padding-bottom: 75px;
    color: #4900E5;
}

.background-yellow3 {
    background-color: #fbb040;
    transform: skewY(-4deg);
    box-shadow: -3px -4px 10px rgba(0, 0, 0, 0.3);
}

.background-yellow3 .container-small{
    transform: skewY(4deg);
} */

.outlinebox {
    /* border: solid 3px #4900E5; */
    background-color: #1e2761c2;
    padding: 24px;
    width: 42%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    gap: 8px;
    max-width: 360px;
}

.outlinebox h2 {
    margin-bottom: 30px;
    margin-top: 0px;
    color: #101B41;
}

.outlinebox p {
    margin-bottom: 0px;
    color: white;
}
    
#right {
    margin-right: 0px;
    margin-left: auto;
    margin-top: -75px;
    padding: 24px;
    width: 42%;
}

.cards1 {
    min-height: 250px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.mybutton {
    font-size: 1.25rem;
    padding: 10px 14px;
    display: inline-block;
    background-color: white;
    border: 2px solid white;
    color: black;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 40px;
    margin-left: 30px;
    word-spacing: 3px;
}

.spacebox1 .mybutton {
    margin-left: 0px;
    margin-top: 10px;
}

.spacebox1 h3 {
    margin-top: 50px;
    /* color: #FBB040; */
    /* font-weight: bold; */
}

.mybutton:hover, .mybutton:focus {
    background-color: #3e89c8;
    transition-duration: 0.5s;
    color: white;
    border: 2px solid white;
    transform: scale(1.05, 1.05);
}


.box {
    display: flex;
    justify-content: space-between;
}


.mobilebox {
    display: none;
}

.textbox {
    margin-top: 50px;
    margin-bottom: 100px;
    width: 48%;
}




/* LEGACY CARDS - Keep for other pages */
#services {
    margin-bottom: 80px;
}

.s-cards  {
    min-height: 350px;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 24px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.card {
    min-height: 250px;
    min-width: 200px;
    /* width: 28%; */
    max-width: 280px;
    display: flex;
    flex-direction: column;
    background-color: #101b4184;
    border-radius: 20px;
    /* color: #4900E5; */
    box-shadow: -3px -4px 4px rgba(0, 0, 0, 0.3);
    padding: 16px 16px 24px 16px;
    gap: 8px;
    img {
        /* margin: 0 auto; */
        height: 120px;
        padding: 16px;
        fill: linear-gradient(107deg, #FBBF24 0%, #F97316 100%)
    }
    h3 {
        font-size: 1.5em;
    }
    p {
        font-size: 0.9em;
    }
}

/* .card:hover, .card:focus {
    color: #FBB040;
    transform: scale(1.05, 1.05);
}

.card:hover h3, .card:focus h3{
    background-color: #FBB040;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
} */

.card1, .card2, .card3 {
    box-sizing: border-box;
    background-color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    min-height: 100px;
}

.card1 h2 {
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #101B41;
    font-weight: 600;
}

.card2 h2, .card3 h2 {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #101B41;
    font-weight: 600;
}

.s-cards img {
    max-height: 190px;
}

.cardfade1, .cardfade2, .cardfade3, .fade{
    margin-top: 50px;
    opacity: 0;
    margin-bottom: -50px;
}

.p-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
}

.phase {
    border: 1px solid #FBB040;
    width: 24.75%;
    height: 210px;
    padding-bottom: 20px;
    padding-left: auto;
    padding-right: auto;
    overflow: hidden;
}

.phase h3 {
    margin-top: 15px;
}

.slide {
    margin-top: 55px;
    padding: 15px;
    background-color: white;
    color: black;
    height: 150px;
}

.slide p {
    font-size: 14px;
    line-height: 1.25em;
}

.phase:hover .slide{
    transition-duration: 1s;
    margin-top: -115px;
}

.phase:hover .phase-img{
    transition-duration: .5s;
    opacity: 0;
}

#phase-one {
    border-top-left-radius: 20px;
    border-top-width: 2px;
    border-left-width: 2px;
}

#phase-four {
    border-top-right-radius: 20px;
    border-top-width: 2px;
    border-right-width: 2px;
}

.phase-img {
    height: 100px;
}

#phase-two, #phase-three {
    border-top-width: 2px;
}

#phase-six, #phase-seven {
    border-bottom-width: 2px;
}

#phase-five {
    border-bottom-left-radius: 20px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

#phase-eight {
    border-bottom-right-radius: 20px;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.phase img {
    width: 75%;
    max-height: 100px;
}


/* VALUES */
.values {
    display: flex;
    justify-content: space-between;
    padding-bottom: 75px;
}

.last {
    padding-bottom: 0px;
}

.values h1 {
    border-bottom: 4px solid #FBB040;
    border-left: 4px solid #FBB040;
    border-bottom-left-radius: 4px;
    align-self: flex-start;
    padding: 10px 15px;
}

.values p {
    width: 50%;
}

/* TEAM SECTION */
.team-section {
    background-color: #101B41;
    text-align: center;
    padding-bottom: 80px;
}

.team-cards {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 24px 0;
}

.team-card {
    background-color: transparent;
    border-radius: 16px;
    padding: 8px;
    width: 280px;
    text-align: center;
}

.team-card-designer {
    border: 4px solid #8B5CF6;
}

.team-card-developer {
    border: 4px solid #3B82F6;
}

.team-photo {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    aspect-ratio: 3/4;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    padding: 10px;
}

.team-role {
    font-size: 0.875rem;
    color: #8ec4f1;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.team-card h3 {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
    color: white;
}

.team-description {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.6em;
    color: white;
}

/* CTA SECTION */
.cta-section {
    /* background: linear-gradient(107deg, #FBBF24 0%, #F97316 100%); */
    padding: 80px 0;
    margin-top: 0;
}

.cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.cta-text {
    flex: 1;
}

.cta-text h2 {
    font-size: 2.5rem;
    line-height: 1.2em;
    color: #101B41;
    margin: 0;
    font-weight: 700;
}

.cta-box {
    background-color: #101B41;
    border-radius: 12px;
    padding: 40px;
    max-width: 380px;
    text-align: left;
}

.cta-box h3 {
    font-size: 2rem;
    color: white;
    margin-top: 0;
    margin-bottom: 15px;
}

.cta-box p {
    color: white;
    margin-bottom: 25px;
    font-size: 1.125rem;
}

.contact-details p {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.125rem;
    background-image: linear-gradient(107deg, #FBBF24 0%, #F97316 100%);
    background-clip: text;
    color: transparent;
    margin-bottom: 15px;
}

.contact-icon {
    font-size: 1.25rem;
}

/* CONTACT FORM */
form {
    margin: 40px 0px;
}

.inputwrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.inputbox {
    width: 45%;
}

input[type=text], input[type=email], input[type=phone]{
    padding: 12px 12px;
    width: 100%;
    font-family: basic-sans, sans-serif;
    font-size: 1rem;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: 1px solid #b6acdd;
    /* color: #d2dbee; */
    color: #FBB040;
}

::placeholder {
    color: #b6acdd;
}

input[type=submit] {
    font-family: basic-sans, sans-serif;
    font-size: 1.125rem;
}

.form-control:invalid:focus, .form-control:invalid:hover {
    border-color: red;
    transform: scale(1.05, 1.05);
}

.form-control:valid:focus, .form-control:valid:hover {
    border-color: #b6acdd;
    transform: scale(1.05, 1.05);
}

input:focus, input:hover {
    transform: scale(1.05, 1.05);
}

textarea {
    padding: 12px 12px;
    width: 100%;
    font-family: basic-sans, sans-serif;
    font-size: 1rem;
    box-sizing: border-box;
    border-color: #b6acdd;
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 50px;
    color: #FBB040;
}

.newline {
    display: block;
    margin-bottom: 10px;
}


#send {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    text-align: center;
}


/* FOOTER */
footer {
    background-color: #101B41;
    min-height: 150px;
    padding: 40px 20px;
}

.footer-container {
    max-width: 1296px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

footer .logo {
    width: 200px;
}

footer .logo img {
    width: 100%;
    height: auto;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-info p {
    font-size: 0.875rem;
    color: white;
    margin: 0;
}

.f-text {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.footer-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: auto;
}

.legal-header {
    font-size: 0.875rem;
    color: white;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

.legal-links {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.legal-links a {
    font-size: 0.875rem;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal-links a:hover,
.legal-links a:focus {
    color: #FBB040;
}

footer a {
    color: white;
}



/* LEGAL DOCUMENTS */
.service-terms {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding: 200px 100px 100px 100px;
    background-color: white;
}

#legal {
    margin-top: 0px;
}

.privacy {
    text-align: left;
    color: black;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding: 200px 100px 100px 100px;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.privacy h1, .privacy li, .privacy a, .privacy h2, .privacy h3, .privacy p{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

.privacy h1, .privacy h2, .privacy h3 {
    text-shadow: none;
    padding-top: 20px;
    padding: 0;
    margin: 0;
}

.privacy strong {
    color: black;
}

.privacy h1 {
    font-size: 26px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.privacy h2 {
    font-size: 22px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.privacy h3 {
    font-size: 18px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.privacy li, .privacy a, .privacy p {
    font-size: 14px;
    line-height: 16px;
}

.privacy li {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 50px;
}

.privacy a {
    text-decoration: underline;
    color: blue;
}

.privacy strong {
    font-weight: 700;
}


/* Medium Screen View
@media (max-width: 1495px) {
    
} */

#map-container {
    max-width: 1200px;
    height: 760px;
    margin-left: auto;
    margin-right: auto;
}


/* Small Screen View 1 */
@media (max-width: 1350px) {

    .header-container {
        width: auto;
    }

    .container-large {
        max-width: 1296px;
        width: auto;
    }

    .values h1 {
        padding: 5px 7.5px;
        font-size: 2.25rem;
        line-height: 3.5rem;
    }

    nav {
        padding-right: 0px;
    }
    
    .navbutton {
        margin-left: 10px;
    }

}


/* Small Screen View 2 */
@media (max-width: 1080px) {

    nav {
        padding-right: 0px;
    }
    
    .navbutton a {
        font-size: 1.25rem;
        /* margin-left: 5px; */
    }

    .navcta {
        width: 150px;
        text-align: center;
        padding: 5px 8px;
    }

    /* .container-large, .container-med {
        max-width: 1024px;
        width: auto;
        padding-right: 50px;
        padding-left: 50px;
    } */
    
    .values {
        flex-wrap: wrap;
    }

    .values p {
        width: 100%;
        margin-top: 25px;
        margin-left: 20px;
    }

    .outlinebox {
        padding: 25px 55px 25px 25px;
        width: 43%;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    #right {
        padding: 25px 25px 25px 60px;
        width: 40%;
    }
    
    .phase {
        width: 24%;
    }


    
    .slide {
        padding: 10px;
    }

    .slide p {
        font-size: 12px;
        line-height: 1.25em;
    }

    /* FOOTER */
    .footer-container {
        flex-wrap: wrap;
        padding: 15px;
        display: flex;
    }

    footer .logo {
        /* width: 45%; */
        margin-bottom: 25px;
        padding-left: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .contact-info {
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .footbox {
        width: 34%;
        margin-bottom: 25px;
    }

    .footbox a {
        line-height: 3.5rem;
        padding-bottom: 20px;
    }
    


    .service-terms, .privacy {
        padding: 75px 50px 50px 50px;
    }

    .legal {
        margin-left: auto;
        margin-right: auto;
    }
    
    .footernav {
        margin-left: auto;
        margin-right: auto;
    }

    .f-text, footer a {
        font-size: 1rem;
    }

}

/* Tablet View */
@media (max-width: 900px) {

    main {
        padding-top: 150px;
    }

    .container-large, .container-med, .container-small {
        max-width: 802px;
        width: auto;
        padding-right: 50px;
        padding-left: 50px;
    }



    /* Team section responsive */
    .team-cards {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .team-card {
        width: 320px;
    }

    /* CTA section responsive */
    .cta-content {
        flex-direction: column;
        text-align: center;
    }

    .cta-text h2 {
        font-size: 2rem;
    }

    .cta-box {
        min-width: auto;
        width: 100%;
        text-align: center;
    }

    .contact-details p {
        justify-content: center;
    }

    /* Footer responsive */
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }

    .footer-left {
        align-items: center;
    }

    .footer-right {
        align-items: center;
        margin-left: 0;
    }

    .header {
        position: relative;
        width: 100%;
    }

    .logo {
        width: 30%;
        padding-left: 10px;
    }

    .desk-wrapper, .CTA {
        display: none;
    }

    .mob-wrapper {
        display: block;
    }

    nav {
        padding: 0px;
    }

    .mobile-nav {
        display: none;
        position: absolute;
    }

    .burgermenu {
        padding: 0 20px;
    }

    .navbutton {
        display: block;
        background-color: #101B41;
        border: none;
        border-radius: 0;
        padding: 14px 20px;
        margin-left: -140px;
        text-align: left;
        width: 150px;
    }

    #mobcta {
        background-color: #4900E5;
    }

    .active {
        background-color: #FBB040;
    }

    .navbutton:hover {
        border: none;
    }

    .navbutton:hover a {
        color: white;
    }

    .outlinebox {
        width: 45%;
    }
    
    #right {
        width: 45%;
        margin-top: -25px;
    }

    .form-sent {
        margin-top: 50px;
    }
    

    .box {
        flex-wrap: wrap;
    }

    .background-navy .box {
        flex-wrap: nowrap;
    }

    .box img, .mobilebox img {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 50px;
        padding-top: 25px;
        width: 50%;
    }

    #routing-mobile {
        width: 75%;
    }

    .mobilebox {
        display: block;
        padding-top: 1px;
    }

    .mobilehide {
        display: none;
    }
    
    #team {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .textbox {
        margin-top: 50px;
        margin-bottom: 75px;
        width: 100%;
    }


    .values h1 {
        font-size: 2rem;
    }


    .slide {
        padding: 10px;
    }

    .slide p {
        font-size: 14px;
        line-height: 1.25em;
    }

    
}

/* Contact View Shift*/
@media (max-width: 740px) {

    .inputwrapper {
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .inputbox {
        width: 100%;
        margin-bottom: 25px;
    }

    .outlinebox {
        width: 60%;
    }
    
    #right {
        width: 60%;
    }
    
    .phase {
        width: 48%;
    }

    .s-cards a {
        min-width: 80%;
    }
}

/* Mobile View */
@media (max-width: 550px) {

    /* Team section mobile */
    .team-card {
        width: 100%;
        max-width: 300px;
    }

    /* CTA section mobile */
    .cta-text h2 {
        font-size: 1.75rem;
    }

    .cta-box {
        padding: 30px 20px;
    }

    .cta-box h3 {
        font-size: 1.5rem;
    }

    .phase {
        width: 85%;
    }

    #phase-one {
        border-top-right-radius: 20px;
        border-right-width: 2px;
    }

    #phase-two, #phase-three, #phase-four, #phase-five, #phase-six, #phase-seven {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-right-width: 2px;
        border-top-width: 1px;
        border-left-width: 2px;
        border-bottom-width: 2px;
        border-right-width: 2px;
    }

    #phase-eight {
        border-bottom-left-radius: 20px;
        border-left-width: 2px;
    }
 
    #upper-right {
        width: 25%;
    }
    
    #lower-left {
        width: 25%;
    }

    .showcase {
        width: 100%;
    }
    
    .s-cards a {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #routing-mobile {
        width: 100%;
    }

}   
    
/* Mobile View */
@media (max-width: 400px) {
    .mob-wrapper {
        padding-right: 0px;
    }
    
    .container-large, .container-med, .container-small {
        margin-left: 25px;
        margin-right: 25px;
        /* max-width: 300px; */
        padding-left: 0;
        padding-right: 0;
    }

    .outlinebox {
        width: 80%;
        padding: 20px;
        margin-left: 15px;
    }
    
    #right {
        width: 80%;
        float: none;
        padding: 20px;
        margin-top: 20px;
        margin-left: 15px;
    }

    .s-cards a {
        width: 100%;
    }

    .box img, .mobilebox img {
        width: 100%;
    }

    footer .logo {
        margin-right: auto;
        margin-left: auto;
        /* width: 70%; */
    }

    .contact-info {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .social {
        margin-left: auto;
        margin-right: auto;
    }

    #upper-right {
        width: 30%;
    }
    
    #lower-left {
        width: 30%;
    }


}