/*Navigation*/




.navbar,
.navbar-nav {
    background-color: #FFFFFF;

}

.navbar-brand img {
    width: 40px;
    height: auto;
    transform: scale(2.5);
    margin-left: 40px;
}

.nav-item a,
#about-link {
    color: #09165d;
    font-weight: bold;
}

.navbar-nav {
    margin-right: 0px;
    margin-left: auto;
}



/*Front Page*/
.front-page {
    background-image: url("Gifs_Imgs/codioful-formerly-gradienta-bKESVqfxass-unsplash.jpg");
    background-size: cover;
    height: 100vh;

    min-width: 100%;
    border-bottom-left-radius: 350px;
}

.changing-header {
    font-size: 70px;
    font-weight: 600;
    margin-left: 20px;
    margin-right: 20px;


}

.changing-subheader {
    font-size: 40px;
    font-weight: 400;
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 100px;

}

.front-text {
    color: #FFFFFF;
    text-align: center;
    position: relative;
    top: 20%;
}

.circles {
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 80%;


}

.circle {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;

}

.circle svg {
    width: 30px;
    height: 30px;
}

.circle svg:hover {
    cursor: pointer;
}

.hollowed-circle {
    border: white solid 4px;
    border-radius: 50%;
    color: black
}


.blue-highlight {
    color: #0E95CF;
    font-weight: bold;
}

.mont-font {
    font-family: "Montserrat";
}


/*About Us*/

.back {
    background-color: #0F1432;
}

.about-page {
    padding-top: 40px;
    border-bottom-left-radius: 350px;
    height: fit-content;
    padding-bottom: 70px;
    background-color: #FFFFFF;

}



.about-us-header h2 {
    text-align: center;
    font-weight: bold;
    font-size: 45px;
}

#about-us-info-1 p,
#about-us-info-2 ul {
    border: black solid 2px;
    list-style-type: none;
    width: 90%;
    margin-left: 5%;
    padding: 1rem;


}

#about-us-info-1 p {
    font-weight: bold;
    font-size: 25px;
    line-height: 37.5px;
    letter-spacing: 2.5px;
    text-align: center;
}

#about-us-info-2 ul {
    font-size: 16px;
    line-height: 1rem;

}

#about-us-info-1,
#about-us-info-2 {
    transform: scale(0.9);
}


/*Services*/
.services {
    background-color: #0F1432;
    color: white;
    height: 1200px;

}

.service-card {
    width: 100%;
    height: 250px;
    text-align: center;
    border-radius: 0;

    padding: 3px;
}


.card-text {
    font-size: 14px;
}

.card-img-top {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}



.carousel-control-prev,
.carousel-control-next,
.carousel-control-prev svg,
.carousel-control-next svg {
    position: relative;
    display: inline;
    width: 50px;
    text-align: center;
    padding: 0px;
}

.carousel-control-next svg,
.carousel-control-prev svg {
    background-color: #FFFFFF;
    height: 50px;
    border-radius: 50%;
}

.carousel-control-prev svg {
    transform: rotate(180deg);
}

.next-button-col,
.prev-button-col {
    align-self: center;
    text-align: center;
}


.service-row {
    justify-content: space-around;
    align-content: center;


}


.service-container {
    margin: 0px;
    min-width: 100%;
}


#service-title {
    text-align: center;
    font-weight: bolder;
    font-size: 60px;
    padding-top: 10px;
}

.service-header {
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#small-screen-carousel {
    display: none;
}

/*Meet the Team*/
.team-page {
    background-image: url(Gifs_Imgs/andrew-kliatskyi-R1iQiTfFfGY-unsplash.jpg);
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;
    height: 700px;
    border: black solid 50px;
    box-sizing: border-box;
    color: white;

    position: relative;
    z-index: 2;


}



#team-header {
    font-weight: bolder;
    text-align: center;
    font-size: 60px;
    margin-top: 10%;
}

#team-text {
    line-height: 250%;
    font-weight: 500;

}

/*Contact*/
.contact-page {
    background-image: url(Gifs_Imgs/annie-spratt-hCb3lIB8L8E-unsplash.jpg);
    background-size: cover;
    height: 1150px;
    color: #F9F9F9;
    z-index: 1;
    position: relative;
    bottom: 350px;
}

.contact-form {
    color: black;
    background-color: lightgray;
    padding: 30px;
    border-radius: 10px;
    width: 500px;
    align-self: center;

}

#contact-title {
    text-align: center;
    font-weight: bolder;
    font-size: 50px;
    padding-top: 10px;
}

#message-input {
    max-height: 350px;
}

#form-header {
    text-align: center;
    margin-bottom: 20px;
}

#time-text p {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
}

#time-text h4 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px;
}

#time-text {
    align-self: center;
}

.contact-form form label {
    margin-top: 20px;
}

/*scrolling*/
#about-scroll {
    position: relative;
    top: -20px;
}

#service-scroll {
    position: relative;
    top: 20px;
}

#team-scroll {
    position: relative;
    top: -50px;
}

#contact-scroll {
    position: relative;
    top: -50px;
}

/*Team and Contact grouping*/
.team-and-contact {
    height: 500px;
}

#contact-page-text {
    position: relative;
    top: 350px;
}


@media (min-width: 2001px) {
    .changing-header {
        font-size: 125px;
    }

    #about-us-info-2 ul {
        font-size: 22px;
        line-height: normal;
    }

    #about-us-info-1 p {
        font-size: 35px;
        line-height: 50px;

    }

    .card-text {
        font-size: larger;
    }

    #team-text {
        font-size: 25px;
    }

    #team-image-col {
        transform: scale(0.9);
    }

    .team-page {
        padding-bottom: 30px;
        height: fit-content;
        background-size: cover;
    }

    .circle {
        transform: scale(2);
        padding-right: 30px;
        padding-left: 30px;
    }



    .nav-link {
        font-size: 20px;
    }

    .contact-form {
        width: 600px;

    }

    .form-label,
    label {
        font-size: larger;
    }
}

@media (min-width: 1801px) and (max-width:2000px) {
    #about-us-info-2 ul {
        font-size: larger;
        line-height: normal;
    }

    #about-us-info-1 p {
        font-size: 30px;

    }

    .card-text {
        font-size: large;
    }

    #team-text {
        font-size: larger;
    }

    #team-image-col {
        transform: scale(0.9);
    }

    .team-page {
        padding-bottom: 30px;
        height: fit-content;
    }

    .circle {
        transform: scale(1.3);
        padding-right: 25px;
    }



    .nav-link {
        font-size: 20px;
    }

}

@media (min-width: 1601px) and (max-width:1800px) {
    #about-us-info-2 ul {
        font-size: larger;
        line-height: normal;
    }

    #about-us-info-1 p {
        font-size: 30px;

    }

    .card-text {
        font-size: large;
    }

    #team-text {
        font-size: larger;
    }

    #team-image-col {
        transform: scale(0.9);
    }

    .team-page {
        padding-bottom: 30px;
    }

    .circle {
        transform: scale(1.3);
        padding-right: 25px;
    }

}

@media (min-width: 1500px) and (max-width:1600px) {
    #about-us-info-2 ul {
        font-size: large;
        line-height: normal;
    }
}

@media (min-width: 981px) and (max-width: 1280px) {
    .changing-header {
        transform: scale(0.9);
        width: 100%;



    }

    .changing-subheader {
        transform: scale(0.7);
        margin: 0px;


    }

    .about-us-header h2 {
        font-size: 30px;
    }

    #about-us-info-1 p {
        font-size: 20px;
        line-height: 30px;
    }




    .service-card {
        transform: scale(0.9);

    }

    .service-card .card-text {
        font-size: 13px;
        line-height: 14px;
    }

    .service-card .blue-highlight {
        font-size: 14px;

    }

    #team-text {
        font-size: 14px;
        line-height: 30px;
    }

    .contact-form {
        width: 450px;
    }

    #form-col {
        width: 70%;
    }

    #time-text p {
        font-size: 15px;
        width: 100%;
    }

    #time-text {
        width: 20%;
    }




}

@media (min-width: 661px) and (max-width: 980px) {
    .front-page {
        border-bottom-left-radius: 200px;
    }

    .changing-header {
        width: 90%;
        font-size: 50px;
        margin: auto;


    }

    .changing-subheader {
        font-size: 25px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;

    }

    .front-text {
        top: 150px;
    }

    .about-us-header h2 {
        font-size: 30px;
    }

    #about-us-title-1 {
        order: 1;
        width: 100%;
    }

    #about-us-title-2 {
        order: 3;
        width: 100%;
    }

    #about-us-info-1 {
        order: 2;
        width: 100%;
    }

    #about-us-info-2 {
        order: 4;
        width: 100%;
    }

    .about-page {
        height: fit-content;
        border-bottom-left-radius: 200px;
    }


    #about-us-back {
        height: max-content;
    }

    #large-screen-carousel {
        display: none;

    }

    #small-screen-carousel {
        display: block;
    }

    .service-row .col-1 {
        display: none;

    }

    .service-row .service-main-col {
        width: 94%;
        margin: auto;
    }

    .service-main-col .col-3 {
        width: 50%;
        transform: scale(0.9);
    }

    .service-main-col .row {
        justify-content: center;


    }

    .service-main-col .card-text {
        font-size: 15px;
        line-height: 15px;

    }

    .service-main-col .blue-highlight {
        font-size: 16px;
    }

    .services {
        height: 2700px;
    }

    .team-page {
        border-top-left-radius: 200px;
        border-bottom-left-radius: 200px;
        height: max-content;
        border-width: 20px;
        padding-bottom: 70px;
    }

    #team-header-space {
        display: none;
    }

    #team-header-col {
        width: 100%;
    }

    #team-text {
        padding-top: 10px;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }

    #team-text-col {
        width: 100%;
    }

    #team-image-col {
        width: 60%;
        margin: auto;
    }


    .contact-form {
        width: 100%;
    }

    #form-col {
        width: 100%;
        margin: auto;
    }

    #time-text {
        width: 100%;
    }

    #time-text h4 {
        margin-bottom: 10px;
    }

    #contact-title {
        margin-bottom: 40px;
    }

    #contact-row {
        flex-direction: column-reverse;
    }


    .contact-page {
        height: 1500px;
    }








}

@media (min-width: 475px) and (max-width: 660px) {
    .changing-header {
        width: 90%;
        font-size: 40px;
        margin: auto;
    }

    .changing-subheader {
        font-size: 20px;
        width: 90%;
        margin: auto;
        margin-top: 10px;
    }

    .front-text {
        width: 100%;
    }

    .front-page {
        border-bottom-left-radius: 200px;
    }

    .about-us-header h2 {
        font-size: 30px;
    }

    #about-us-title-1 {
        order: 1;
        width: 100%;
    }

    #about-us-title-2 {
        order: 3;
        width: 100%;
    }

    #about-us-info-1 {
        order: 2;
        width: 100%;
    }

    #about-us-info-2 {
        order: 4;
        width: 100%;
    }

    .about-page {
        height: fit-content;
        padding-bottom: 70px;
        border-bottom-left-radius: 200px;
    }




    #about-us-back {
        height: 1100px;
    }


    #large-screen-carousel {
        display: none;

    }

    #small-screen-carousel {
        display: block;
    }

    .service-row .col-1 {
        display: none;

    }

    .service-row .service-main-col {
        width: 100%;

    }

    .service-main-col .col-3 {
        width: 50%;
        transform: scale(0.9);
    }

    .service-main-col .row {
        justify-content: center;


    }

    .service-main-col .card-text {
        font-size: 14px;
        line-height: 14px;

    }

    .service-main-col .blue-highlight {
        font-size: 16px;
        line-height: 13px;
    }

    .services {
        height: 2700px;
    }

    .team-page {
        border-top-left-radius: 200px;
        border-bottom-left-radius: 200px;
        height: 800px;
        border-width: 20px;
    }


    .team-page {
        border-top-left-radius: 200px;
        border-bottom-left-radius: 200px;
        height: max-content;
        border-width: 20px;
        padding-bottom: 70px;
        padding-top: 70px;
    }

    #team-header {
        font-size: 50px;
    }

    #team-header-space {
        display: none;
    }

    #team-header-col {
        width: 100%;
    }

    #team-text {
        padding-top: 10px;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }

    #team-text-col {
        width: 100%;
    }

    #team-image-col {
        width: 60%;
        margin: auto;
    }

    .contact-form {
        width: 100%;
    }

    #form-col {
        width: 100%;
        margin: auto;
    }

    #time-text {
        width: 100%;
    }

    #time-text h4 {
        margin-bottom: 10px;
    }

    #contact-title {
        margin-bottom: 40px;
    }

    #contact-row {
        flex-direction: column-reverse;
    }


    .contact-page {
        height: 1500px;
    }






}

@media (min-width: 200px) and (max-width: 474px) {
    .changing-header {
        width: 90%;
        font-size: 30px;
        margin: auto;
    }

    .changing-subheader {
        font-size: 15px;
        width: 90%;
        margin: auto;
        margin-top: 10px;
    }

    .front-text {
        width: 100%;
    }

    .front-page {
        border-bottom-left-radius: 200px;
    }

    .about-us-header h2 {
        font-size: 30px;
    }

    #about-us-title-1 {
        order: 1;
        width: 100%;

    }

    #about-us-title-2 {
        order: 3;
        width: 100%;
    }

    #about-us-info-1 {
        order: 2;
        width: 100%;

    }

    #about-us-info-1 p {


        font-size: small;
        line-height: normal;
    }

    #about-us-info-2 {
        order: 4;
        width: 100%;
    }

    .about-page {
        height: fit-content;
        border-bottom-left-radius: 200px;
        padding-bottom: 40px;
    }

    #about-us-back {
        height: 1100px;
    }


    #large-screen-carousel {
        display: none;

    }

    #small-screen-carousel {
        display: block;
    }

    .service-row .col-1 {
        display: none;

    }

    .service-row .service-main-col {
        width: 100%;

    }

    .service-main-col .col-3 {
        width: 50%;
        transform: scale(0.9);
    }

    .service-main-col .row {
        justify-content: center;


    }

    .service-main-col .card-text {
        font-size: 10px;
        line-height: 13px;


    }

    .service-main-col .blue-highlight {
        font-size: 11px;
        --bs-card-spacer-y: 0px
    }

    .service-card h5 {
        line-height: 1;
    }

    .services {
        height: 2700px;
    }

    .team-page {
        border-top-left-radius: 200px;
        border-bottom-left-radius: 200px;
        height: 800px;
        border-width: 20px;
    }


    .team-page {
        border-top-left-radius: 200px;
        border-bottom-left-radius: 200px;
        height: max-content;
        border-width: 20px;
        padding-bottom: 70px;
        padding-top: 70px;
    }

    #team-header {
        font-size: 50px;
    }

    #team-header-space {
        display: none;
    }

    #team-header-col {
        width: 100%;
    }

    #team-text {
        padding-top: 10px;
        font-size: 13px;
        line-height: normal;
        text-align: center;

    }

    #team-text-col {
        width: 100%;
    }

    #team-image-col {
        width: 100%;
        margin: auto;
    }

    .contact-form {
        width: 100%;
    }

    #form-col {
        width: 100%;
        margin: auto;
    }

    #time-text {
        width: 100%;
    }

    #time-text h4 {
        margin-bottom: 10px;
    }

    #contact-title {
        margin-bottom: 40px;
    }

    #contact-row {
        flex-direction: column-reverse;
    }


    .contact-page {
        height: 1500px;
    }
}