/* Mobile Phone **************************************************************************************************************************************************/

header img {
    filter: none;
}

img {
    filter: brightness(90%);
    color: #099dc4
}

/* #homeSection {
    background-image: url('digitalBackground.jpg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    overflow: auto;
} */

#contactSection {
    /* background-image: url('textBackground.jpg'); */
    /* background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: auto; */
}

#contactSection img {
    display: none;
}


#clientsSection {
    /* background-image: url('textBackground.jpg'); */
    /* background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: auto; */
}

#clientsSection a {
    font-style: italic;
}

#candidatesSection a {
    font-style: italic;
}

#clientsSection img {
    display: none;
}

#servicesSection {
    /* background-image: url('textBackground.jpg'); */
    /* background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: auto; */
}

#aboutSection {
    /* background-image: url('textBackground.jpg'); */
    /* background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: auto; */
}

#aboutSection img {
    display: none;
}

#candidatesSection {
    /* background-image: url('textBackground.jpg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: auto; */
}

#homeSection h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    margin: 0px;
}

#candidatesSection img {
    display: none;
}

header {
    display: flex;
}

nav {
    display: none;
}

h1 {
    font-size: 50px;
}

footer {
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    /* background-color: white; */
    text-align: center;
    justify-content: space-evenly;
}

footer p {
    padding-left: 10px;
    text-shadow: none;
    float: left;
    color: F7F7F7;
    padding-left: 0px;
    font-size: 15px;
    margin: 0px;
}

#burger-menu {
    float: left;
    cursor: pointer;
    height: 24px;
    width: 24px;
    margin-left: 15px;
    margin-top: 15px;
    overflow: visible;
    position: relative;
    z-index: 2;
}

#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
    background: #F7F7F7;
    display: block;
    height: 2px;
    opacity: 1;
    position: absolute;
    transition: 0.3s ease-in-out;
}

#burger-menu span:before,
#burger-menu span:after {
    content: '';
}

#burger-menu span:before {
    left: 0px;
    top: -10px;
    width: 27px;
}

#burger-menu span {
    right: 0px;
    top: 13px;
    width: 27px;
}

#burger-menu span:after {
    left: 0px;
    top: 10px;
    width: 27px;
}

#burger-menu.close span:before {
    top: 0px;
    transform: rotate(90deg);
    width: 27px;
}

#burger-menu.close span {
    transform: rotate(-45deg);
    top: 13px;
    width: 27px;
}

#burger-menu.close span:after {
    top: 0px;
    left: 0;
    transform: rotate(90deg);
    opacity: 0;
    width: 0;
}

#menu a {
    color: #F7F7F7;
    text-shadow: 0px 0px 10px #000000;
}

#menu {
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

#menu.overlay {
    visibility: visible;
    opacity: 1;
    padding-top: 100px;
    background: rgba(0, 0, 0, 0.90);
}

#menu ul {
    padding: 0;
}

#menu li {
    list-style: none;
}

#menu a {
    color: #fff;
    display: block;
    font-size: 32px;
    margin-bottom: 30px;
    text-decoration: none;
}

.mainContentSection {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.socialMediaButtonsSection {
    text-align: center;
}

.service {
    min-height: 100px;
}

.imageContainer {
    display: none;
}

.headerLogoSection {
    display: block;
    float: left;
    margin: 10px;
}

.headerLogoSection img {
    padding-top: 10px;
    padding-left: 10px;
    width: 85%;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
}

.hover-underline-animation:hover {
    color: #099dc4;
}

.hover-underline-animation:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    background-color: #099dc4;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.hover-underline-animation:focus:before,
.hover-underline-animation:hover:before {
    transform: scaleX(1);
}

.tooltip svg {
    color: white;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #099dc4;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 37%;
    margin-left: -67px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #099dc4 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.matrixInner img {
    position: absolute;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.matrixColumn img {
    display: none;
}



.imageHeading {
    /* text-align: center; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.selectableImageContainer img:hover {
    opacity: 0.5;
}

.selectableImageContainer h2:not(:hover) {
    pointer-events: none;
}

.selectableImageContainer:hover {
    background: #099dc4;
}

.selectableImageContainer {
    cursor: pointer;
}

.matrixColumn {
    flex: 1;
    position: relative;
}

.homeMenuOption {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 100px;
}

.homeMenuOption img {
    position: absolute;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.service h3,
.service p {
    display: none;
    font-size: medium;
}

.socialMediaButton {
    margin-right: 10px;
    color: #FFFFFF;
}

.mainSection {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.overflowScroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

#servicesSeciton details {
    cursor: pointer;
    border-radius: 5px;
}

#servicesSection p {
    margin-top: 0px;
    margin-bottom: 10px;
    display: none;
}

#servicesSection h2 {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 25px;
    text-align: center;
}

#servicesSection h3 {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 20px;
    font-family: system-ui;
}

#servicesSection span {
    float: right;
    font-size: 43px;
    rotate: 270deg;
    z-index: -1;
    position: absolute;
    right: 22px;
}

#servicesSection span.chevronUp {
    /* display: inline-block; */
    /* font-size: 27px; */
    rotate: 90deg;
    right: 13px;
    /* Down */
}

#servicesSection section section section img {
    min-height: 100%;
}

#aboutSection section section section img {
    min-height: 100%;
}

#aboutSection p {
    margin-top: 0px
}

.mainSection h1 {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 5px;
}

.mainSection p {
    padding-left: 20px;
    width: 90%;
    margin-top: 0px;
}

#aboutSection ul {
    margin-top: 10px;
}

#aboutSection ul p {
    padding-left: 20px;
}

li {
    color: #F7F7F7;
    font-size: 23px;
}

#servicesSection ul {
    list-style-type: none;
}

#servicesSection ul p {
    padding-left: 10px;
}

summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
}

details>summary {
    list-style-type: none;
    font-size: 20px;
    padding: 10px;
}

details>summary::before {
    content: "\2039";
    display: inline-block;
    font-size: 27px;
    rotate: 270deg;
    /* Down */
}

details[open]>summary {
    list-style-type: none;
}

details[open]>summary::before {
    content: "\2039";
    display: inline-block;
    font-size: 27px;
    rotate: 90deg;
    /* Up */
}

details {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding: .5em .5em 0;
    font-size: 18px;
}

details[open] {
    /* border: 1px solid #aaa; */
    padding: .5em;
}

details[open] summary {
    /* border-bottom: 1px solid #aaa; */
    /* margin-bottom: .5em; */
}

.bothScrollShadow {
    background:
        radial-gradient(farthest-side at 50% 0, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(farthest-side at 50% 100%, rgba(255, 255, 255, 0.5), transparent) 0 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: local, local, scroll, scroll;
    background-size: 100% 25px, 100% 25px, 100% 25px, 100% 25px;
}

.topScrollShadow {
    top: 0;
    background:
        radial-gradient(farthest-side at 50% 0, rgba(255, 255, 255, 0.5), transparent),
        radial-gradient(farthest-side at 50% 100%, transparent, transparent) 0 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: local, local, scroll, scroll;
    background-size: 100% 25px, 100% 25px, 100% 25px, 100% 25px;
}

.bottomScrollShadow {
    background:
        radial-gradient(farthest-side at 50% 100%, rgba(255, 255, 255, 0.5), transparent) 0 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: local, local, scroll, scroll;
    background-size: 100% 25px, 100% 25px, 100% 25px, 100% 25px;
}

#servicesSection ul {
    padding: 0;
}

#servicesSection li {
    border-top: 1px solid #aaa;
}

#servicesSection li:last-child {
    border-bottom: 1px solid #aaa;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.content {
    overflow-y: scroll;
}

.shadow {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 10px;
}

.shadow--top {
    top: 0;
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.35), transparent);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent);
    opacity: 0;
}

.shadow--bottom {
    bottom: 0;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.35), transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent);
}

.textAlignCenter {
    text-align: center;
}

.noListStyle li {
    list-style-type: none;
}

/* Elements ********************************/

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: linear-gradient(336deg, lightskyblue, rgb(19, 21, 87) 45%);
    margin: 0;
}

h1 {
    font-family: Arial,
        Helvetica,
        sans-serif;
    color: #F7F7F7;
    text-shadow: 0px 0px 10px #000000;
    font-size: 40px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #F7F7F7;
    padding-left: 20px;
    padding-right: 20px;
    text-shadow: 0px 0px 10px #000000;
    font-size: 30px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
    text-align: center;
    font-family: Arial,
        Helvetica,
        sans-serif;
    color: #F7F7F7;
    text-shadow: 0px 0px 10px #000000;
}

p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.3;
    font-size: 18px;
    color: #F7F7F7;
    text-shadow: 0px 0px 10px #000000;
}

a {
    cursor: pointer;
    font-family: Arial,
        Helvetica,
        sans-serif;
    color: lightskyblue;
}

.linkOverwrite {
    text-decoration: underline;
    color: white;
}

svg {
    color: #F7F7F7;
}

a:hover {
    text-decoration: none;
    color: #099dc4;
}

nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

nav ul li {
    display: inline;
    font-size: xxx-larger;
}

ul {
    margin: 0px;
    padding: 0px;
}

.service h3 {
    margin-bottom: 6px;
}

.matrixInner {
    flex: 1;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.visibilityHidden {
    visibility: hidden;
}

.flexColumn {
    display: flex;
    flex: 1;
}

.flexItem {
    flex: 1;
    overflow: hidden;
}

.flexImage {
    position: absolute;
    max-width: 100%;
}

.flexImageContainer {
    position: relative;
    overflow: hidden;
}

.flexSelfCenter {
    align-self: center;
}

.homeOverImageSection {
    background-color: transparent;
    position: absolute;
    width: 100%;
}

.homeOverImageSection h1 {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 15px;
}

.homeOverImageSection p {
    padding-left: 20px;
    width: 90%;
}

/* Background */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.width50 {
    width: 50%;
}

/* Desktop ********************************************************************************************************************************************** */
@media (min-width: 1100px) {

    .mainSection {
        /* justify-content: center; */
    }

    .matrixColumn img {
        position: absolute;
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        object-fit: cover;
        display: block;
    }

    #homeSection {
        margin-left: auto;
        margin-right: auto;
    }

    #homeSection h1 {
        margin: 0px;
        text-align: center;
        padding: 0px;
        padding-top: 250px;
        font-size: 55px;
    }

    #homeSection h2 {
        text-align: center;
        padding: 0px;
        margin: 0px;
        font-size: 27px;
    }

    #homeSection p {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
        font-size: 18px;
        padding-left: 0px;
    }

    .verticalCenterAbsoluteBlockElement {
        top: 25%;
    }

    .verticalCenterAbsoluteBlockElement15 {
        top: 10%
    }

    #clientsSection .matrixColumn {
        justify-content: center;
        display: flex;
    }

    #clientsSection .overImageSection {
        width: 50%;
        text-align: center;
    }

    #candidatesSection .matrixColumn {
        justify-content: center;
        display: flex;
    }

    #candidatesSection .overImageSection {
        width: 50%;
        text-align: center;
    }

    #contactSection .matrixColumn {
        justify-content: center;
        display: flex;
    }

    #contactSection .overImageSection {
        width: 50%;
        text-align: center;
    }

    #aboutUsContent {
        width: 50%;
        /* margin-left: auto;
        margin-right: auto;
        text-align: center; */
        /* overflow-y: scroll; */
        /* overflow-x: hidden; */
    }

    .socialMediaButtonsSection svg {
        color: white;
    }

    #servicesSection {
        background-size: 100% 100%;
    }

    #servicesSection h1 {
        text-align: center;
        padding-right: 20px;
    }

    #servicesSection h2 {
        padding-top: 0px;
        text-align: center;
        font-size: 40px;
    }

    #servicesSection ul {
        font-size: 21px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        display: flex;
        min-height: 150px;
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    #servicesSection li {
        /* border-top: 1px solid #aaa; */
        flex-basis: 30%;
        margin: 10px;
        height: 50px;
        border: 1px solid #aaa;
        cursor: pointer;
    }

    #servicesSection li span {
        display: none;
    }

    #servicesSection li h3 {
        text-align: center;
    }

    .headerLogoSection img {
        min-width: 380px;
        max-width: 600px;
    }

    .homeOverImageSection {
        width: 40%;
        right: 30px;
    }

    .homeOverImageSection h1 {
        padding-top: 50px;
        padding-right: 10px;
        padding-bottom: 15px;
    }

    .homeOverImageSection p {
        padding-left: 10px;
        width: 90%;
    }

    .overImageSection {
        background-color: transparent;
        position: absolute;
        width: 100%;
    }



    .overImageSection h1 {
        padding-top: 10px;
        padding-left: 20px;
        padding-bottom: 15px;
    }

    .overImageSection p {
        padding-left: 20px;
        width: 90%;
    }

    .matrixContainer {
        display: flex;
        height: 100%;
        align-items: stretch;
        overflow: hidden;
    }

    #contactSection {
        background: none
    }

    #contactSection img {
        display: block;
    }

    #clientsSection {
        background: none
    }

    #clientsSection p {
        text-align: left;
    }

    #candidatesSection p {
        text-align: left;
    }

    #contactSection p {
        text-align: left;
    }

    #clientsSection img {
        display: block;
    }

    #candidatesSection {
        background: none
    }

    #candidatesSection li {
        list-style-type: none;
    }

    #candidatesSection img {
        display: block;
    }

    #aboutSection {
        overflow: hidden;
        align-items: stretch;
    }

    #aboutSection img {
        display: block;
    }

    #aboutSection p {
        margin-left: 40px;
        margin-right: 40px;
    }

    #aboutSection ul {
        padding-left: 20px;
    }

    #aboutSection ul p {
        padding-left: 0px;
    }

    #aboutSection li {
        list-style-type: none;
    }

    .aboutUsInner {
        width: 100%;
    }

    .aboutUsInner h1 {
        text-align: center;
        padding-left: 0px;
    }

    .mainContentSection {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .mainContentSection h1 {
        padding-top: 50px;
    }

    .mainContentSection h2 {
        padding-top: 50px;
        text-align: center;
    }

    .imageContainer {
        display: block;
    }

    .matrixInner {
        flex-direction: row;
    }

    #burger-menu {
        display: none;
    }

    #menu {
        display: none;
    }

    .socialMediaButtonsSection {
        text-align: right;
        padding-right: 15px;
        margin-left: auto;
    }

    nav {
        color: white;
        /* float: right; */
        text-align: center;
        display: flex;
        margin-top: auto;
        margin-left: auto;
        min-width: 692px;
    }

    nav a {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 26px;
        color: white;
    }

    .service:hover img,
    .service:hover h2 {
        text-align: center;
        display: none;
    }

    .service:hover {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .service:hover h3,
    .service:hover p {
        margin-left: 10x;
        margin-right: 10x;
        margin-bottom: 5px;
        margin-top: 5px;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    h1 {
        font-size: 50px;
    }

    footer {
        height: 50px;
        width: auto;
        padding-left: 10px;
        flex-direction: row;
    }

    .centeredContent {
        padding-left: 450px;
        padding-right: 450px;
    }
}