@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;600&family=Barlow:wght@400;600&display=swap");

/* --- OVERRIDES --- */
body {
    background: #ffffff;
    font-family: "Barlow", sans-serif;
}

.main {
    margin-top: 0px;
}

.home-technologies-text a {
    color: #8fbbba;
    text-decoration: none;
}

.home-technologies-text a:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}


.our-team-card a {
    text-decoration: none;
    color: #183b4e;
}

.our-team-card a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #183b4e;
}

.footer-text a {
    text-decoration: none;
    color: #183b4e;
}

.footer-text a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #183b4e;
}

.navbar {
    font-family: "Barlow Semi Condensed", sans-serif;
    min-height: 5rem;
    font-size: 1.0625rem;
}

.navbar-brand > img {
    max-height: 2rem;
}

.navbar.scrolled {
    border-bottom: 0;
}

.navbar .navbar-nav .nav-link {
    color: #183b4e;
    text-transform: none;
}

.navbar .navbar-nav .nav-link:hover {
    color: #005983;
}

.core-div {
    padding: 8px 0;
}

button.core-button {
    background: none;
    border: 0;
    padding: 0;
}

.core-button > img {
    height: 48px;
    width: 48px;
    filter: saturate(100%);
}

.core-button:hover > img {
    filter: saturate(250%);
}

.modal-paragraph {
    color: #313f45;
    font-family: "Barlow", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.contact-img {
    max-width: 300px;
}

a {
    color: #183b4e;
    font-weight: bold;
    text-decoration: none;
}

@media (min-width: 576px) {
    .modal-paragraph {
        font-size: 0.9rem;
    }
}

/* --- HOME --- */
/* - GREETING - */

.home-greeting {
    background-color: #2e6e9e;
    object-fit: contain;
    padding-left: 50px;
    margin-right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    float: right;
}

.home-greeting-left {
    padding-right: 20px;
    max-width: 50%;
}

.home-greeting-right {
    padding-left: 5px;
    max-width: 50%;
    max-height: 500px;
    right: 0px;
    margin-right: -30px;
}

.home-greeting-right img {
object-fit: contain;
right: 0px;
margin-right: -30px;
max-height: 500px;
float: right;
}

.home-greeting-title {
    color: #ffffff;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    margin-top: 5%;
    margin-bottom: 0px;
}

.home-greeting-subtitle {
    color: #ffffff;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin-top: -0.67rem;
    margin-bottom: 1rem;
    text-align: right;
}

.home-greeting-text {
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    padding-top: 30px;
    color: #313f45;
    font-size: 1.2rem;
    line-height: 1.2;
}

@media (min-width: 360px) {
    .home-greeting-title {
        font-size: 2.5rem;
    }

    .home-greeting-subtitle {
        font-size: 1.25rem;
        text-align: center;
	padding-right: 15px;
    }
}

@media (min-width: 414px) {
    .home-greeting-title {
        font-size: 2rem;
    }

    .home-greeting-subtitle {
        font-size: 1.5rem;
    }
}

@media (min-width: 460px) {
    .home-greeting-text:first-of-type {
        margin-top: 1rem;
    }
}

@media (min-width: 768px) {
    .home-greeting-left {
        padding-right: 0.25rem;
    }

    .home-greeting-right {
        padding-left: 0.25rem;
    }

    .home-greeting-title {
        color: #ffffff;
        font-size: 3.5rem;
        font-weight: 600;
        padding-right: 0.25rem;
    }

    .home-greeting-subtitle {
        font-size: 2rem;
        margin-bottom: 2rem;
        text-align: center;
    }

    .home-greeting-text {
        color: #ffffff;
        font-size: 1.1rem;
        line-height: 1.2;
    }

    .home-greeting-text:first-of-type {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .home-greeting-left {
        padding-right: 0.25rem;
    }

    .home-greeting-right {
        padding-left: 0.25rem;
    }

    .home-greeting-title {
        font-size: 4rem;
    }

    .home-greeting-subtitle {
        font-size: 2.5rem;
        margin-top: -0.67rem;
        margin-bottom: 3rem;
    }

    .home-greeting-text {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .home-greeting-left {
        padding-right: 0.25rem;
    }

    .home-greeting-right {
        padding-left: 0;
        margin-left: 0px;
    }

    .home-greeting-title {
        font-size: 4.5rem;
        padding-right: 1rem;
    }

    .home-greeting-subtitle {
        font-size: 3rem;
        margin-bottom: 4rem;
    }

    .home-greeting-text {
        font-size: 1.2rem;
        padding-right: 1rem;
    }
}

/* - SERVICES - */
.home-services {
    background-color: #ffffff;
    padding-top: 6.5rem;
    padding-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.home-services-title {
    color: #2e6e9e;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 2rem;
    font-weight: 400;
}

.home-services-subtitle {
    color: #313f45;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}

.home-services-text {
    color: #313f45;
    font-size: 1.2rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .home-services {
        padding-top: 4.5rem;
        padding-bottom: 5rem;
    }

    .home-services-title {
        font-size: 2rem;
    }

    .home-services-subtitle {
        font-size: 1.3em;
    }

    .home-services-text {
        font-size: 1.2em;
    }
}

@media (min-width: 992px) {
    .home-services {
        padding-top: 5.5rem;
        padding-bottom: 6rem;
    }

    .home-services-title {
        font-size: 2.5rem;
    }

    .home-services-subtitle {
        font-size: 1.05em;
    }

    .home-services-text {
        font-size: 1.05em;
    }
}

@media (min-width: 1200px) {
    .home-services {
        padding-top: 6.5rem;
        padding-bottom: 7rem;
    }

    .home-services-title {
        font-size: 3rem;
    }

    .home-services-subtitle {
        font-size: 1.2em;
    }

    .home-services-text {
        font-size: 1.2em;
    }
}

.home-services-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    padding: 0;
    grid-gap: 4rem;
}

@media (min-width: 576px) {
    .home-services-grid {
        grid-template-columns: repeat(2, 2fr);
        grid-gap: 2rem;
    }
}

@media (min-width: 768px) {
    .home-services-grid {
        grid-gap: 1rem;
    }
}

@media (min-width: 992px) {
    .home-services-grid {
        grid-gap: 2rem;
    }
}

.home-services-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.home-services-list > li {
    margin-left: 12px;
}

.home-services-list > li::before {
    content: "- ";
    margin-left: -10px;
    padding-left: 2px;
}

/* - TECHNOLOGIES - */
.home-technologies {
    background-color: #183b4e;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.home-technologies-title {
    color: #8fbbba;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 2rem;
    font-weight: 400;
}

.home-technologies-text {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 10px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .home-technologies {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .home-technologies-title {
        font-size: 2rem;
    }

    .home-technologies-text {
        font-size: 1.6rem;
        margin-top: 1rem;
        margin-left: 12%;
        margin-right: 12%;
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .home-technologies {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .home-technologies-title {
        font-size: 2rem;
    }

    .home-technologies-text {
        font-size: 1.6em;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1200px) {
    .home-technologies {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .home-technologies-title {
        font-size: 2rem;
    }

    .home-technologies-text {
        font-size: 1.6em;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.home-technologies-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

.home-technologies-grid img {
max-width: 65px;
}

.tech-row {
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .home-technologies-grid {
        grid-gap: 1rem;
    }

    .tech-row {
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    .home-technologies-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 2rem;
    }

    .tech-row {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .home-technologies-grid {
        grid-gap: 2rem;
    }

    .tech-row {
        margin-bottom: 2rem;
    }
}

@media (min-width: 1200px) {
    .home-technologies-grid {
        grid-gap: 2rem;
    }

    .tech-row {
        margin-bottom: 2rem;
    }
}

/* - LOCATIONS - */
/* No classes here */

/* --- FOOTER --- */
footer {
    border-top: none;
    background-color: #ffffff;
    padding: 0;
}

.footer-container {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.footer-header {
    color: #183b4e;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 1%;
    margin-bottom: 0.5rem;
}

.footer-text {
    color: #183b4e;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
}

p.footer-text {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
}

a.footer-text {
    font-size: 1rem;
}

/* core sets footer img { max-height: 2rem; margin: 0.5rem } */
.footer-link > img {
    margin: 0;
    height: 52px;
    max-height: 52px;
}

@media (min-width: 768px) {
    .footer-container {
        width: 100%;
    }

    .footer-header {
        font-size: 1.5rem;
        padding-right: 1%;
    }

    p.footer-text {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .footer-link > img {
        height: 24px;
        max-height: 24px;
    }
}

@media (min-width: 992px) {
    .footer-container {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    p.footer-text {
        margin-top: 0.65rem;
        margin-bottom: 0.85rem;
    }

    .footer-link > img {
        height: 36px;
        max-height: 36px;
    }
}

@media (min-width: 1200px) {
    .footer-container {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    p.footer-text {
        margin-top: 0.75rem;
        margin-bottom: 1rem;
    }

    .footer-link > img {
        height: 40px;
        max-height: 40px;
    }
}

/* HEADER CSS STYLES */
.header-title {
    padding-left: 5%;
    background-color: #f6f6f6;
    padding: 4%;
    margin-right: 10%;
    margin-bottom: 10%;
}

.mainheader-title {
    color: #2e6e9e;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-size: 3rem;
    margin-top: -16px;
}

.subheader-title {
    color: #183b4e;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.margin-top-header {
    margin-left: 27.5%;
}

.margin-top-header > img {
    width: 100%;
}

@media (min-width: 768px) {
    .margin-top-header {
        margin-left: 0;
        margin-top: 10%;
    }

    .header-title {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .subheader-title {
        font-size: 1rem;
    }

    .mainheader-title {
        font-size: 2.5rem;
    }

    .header-title {
        margin-bottom: 0;
    }
}

/* OUR TEAM STYLES */
.our-team-card {
    padding: 1.5rem 1rem;
}

.our-team-img {
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.our-team-name {
    color: #8fbbba;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.our-team-link {
    color: #8fbbba;
    font-family: "Barlow", sans-serif;
    font-size: 0.9rem;
}

.our-team-socials img {
    height: 36px;
    width: 36px;
}

.team-nav {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1.75rem;
}

.team-nav a[aria-current="page"] {
    color: #8fbbba;
}

/* PARTNERS AND CUSTOMER */
.partners-header {
    margin-bottom: 3%;
}

.partners-grid {
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #ffffff;
}

.partnershipcollaborations {
    background: url("../img/partnersandclients/computergroup.png");
    padding: 3%;
}

.partnershippaper {
    padding: 10%;
    background-color: #ffffff;
}

.partnershipheader {
    color: #2e6e9e;
    font-size: 3.5rem;
    font-weight: 300;
}

.partnershiptext {
    font-size: 1.5rem;
}

.partnershipsubheader {
    color: #212529;
    font-size: 2rem;
}

.partnershipsubheader a {
    color: inherit;
    font-weight: inherit;
}

.partnershipsubheader a:hover {
    color: #000;
}

@media (max-width: 968px) {
    .partnershipheader {
        font-size: 2rem;
    }

    .partnershipsubheader {
        font-size: 1.5rem;
    }

    .partnershiptext {
        font-size: 1rem;
    }
}

/* PROJECTS */
.projects-card {
    background-color: #f6f6f6;
    margin-top: 2%;
    padding-top: 2%;
}

.project-header {
    font-size: 2rem;
    text-decoration: underline;
    color: black;
}

.project-subheader {
    font-size: 1.25rem;
}

.project-description {
    font-size: 0.95rem;
}

.project-image {
    margin-bottom: 5%;
}

.mobile-hr {
    display: none;
}

@media (max-width: 968px) {
    .mobile-hr {
        display: block;
    }
}

/* CONTACT US */
.contacts {
    background-color: #2e6e9e;
    padding: 5%;
    max-height: 100%;
}

.contact-header {
    font-size: 3rem;
    color: #ffffff;
    font-weight: 700;
}

.contact-subheader {
    margin-top: 5%;
    margin-bottom: 0.5rem;
    font-size: 2rem;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
}

.contact-subheader a {
    color: inherit;
}

@media (max-width: 968px) {
    .contact-header {
        font-size: 2.5rem;
    }

    .contact-subheader {
        font-size: 1.75rem;
    }
}

/* APPRENTICESHIPS */
.apprenticeship-header {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #2e6e9e;
}

.apprenticeship-desc {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    color: #183b4e;
    margin-top: 12px;
    margin-bottom: 0.5rem;
}

.apprenticeship-gray-section {
    background-color: #f6f6f6;
    padding: 6% 4% 4% 4%;
    max-height: 770px;
}

.type-internships-header {
    font-size: 2.5rem;
    color: #2e6e9e;
    padding-left: 8%;
    padding-bottom: 5%;
}

.interns-section {
    margin-top: 8%;
}

.intern-types {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.intern-desc {
    font-size: 1rem;
    text-align: left;
    padding-left: 8%;
    margin-bottom: 1rem;
}

.intern-computer {
    padding-left: 0 !important;
}

.yellow-square {
    position: absolute;
    top: -50px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    max-height: 100px;
}

.apprenticeships {
    margin-top: 2%;
}

.apprenticeships-footer {
    margin-bottom: 10%;
}

.blue-lines {
    position: absolute;
    top: 760px;
    max-width: 100px;
    z-index: 2;
}

.blue-lines-mobile {
    display: none;
    position: relative;
    top: -105px;
    max-width: 90px;
    z-index: 2;
}

@media (max-width: 500px) {
    .blue-lines-mobile {
        top: -55px !important;
        max-width: 40px;
    }

    .apprenticeship-gray-section {
        max-height: 1000px !important;
    }
}

@media (max-width: 992px) {
    .type-internships-header {
        font-size: 1.5rem;
    }

    .yellow-square {
        max-height: 75px;
        top: -37px;
    }

    .blue-lines-mobile {
        top: -75px;
        max-width: 80px;
    }

    .apprenticeships {
        margin-top: 10%;
    }

    .intern-desc {
        padding-left: 0;
    }

    .type-internships-header {
        padding-left: 0;
    }
}

@media (max-width: 1200px) {
    .apprenticeship-gray-section {
        max-height: 900px;
    }
}

@media (max-width: 1377px) {
    .blue-lines {
        display: none;
    }

    .blue-lines-mobile {
        display: block;
    }
}
