@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.g3-nav_link:link {
    text-size-adjust: auto;
    text-decoration: none;
    font-size: smaller;
}

.small-g3-logo {
    background-image: url("/Assets/TG3_Logo_White.svg");
    height: auto;
    width: auto;
    float: unset;
    align-content: flex-start;
}

.g3-divider {
    background-image: url("/Assets/Bar_TripleG.svg");
    height: 10px;
    width: 100vw;
    margin-left: calc((-100vw + 100%) / 2);
    margin-right: calc((-100vw + 100%) / 2);
}

.g3-split {
    height: 200px;
    width: 50%;
    position: fixed;
    z-index: 1;
    overflow: hidden;
}

.g3-centered-text {
    text-align: center;
    margin: 0em;
}

.g3-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .g3-centered img {
        width: 50%;
        border-radius: 50%;
    }

.g3-photo-text {
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px; /*Remove this line if you add biography pictures to the page*/
}

#g3-light-text-header {
    text-align: center;
    color: white;
    font-size: 50px;
    font-weight: 500;
}

#g3-text-row {
    padding: 100px,0,0,0;
}

#g3-languages-and-frameworks {
    padding: 25px;
}

#g3-content-indented {
    text-indent: 20px;
}

.g3-content-container-light {
    background-color: white;
    width: 100%;
}

.g3-content-container-grey {
    background-color: #555555;
    color: whitesmoke;
    justify-content: center;
    width: 100%;
}

.g3-justify-content-center {
    justify-content: center;
}

.g3-content-container-dark {
    background-color: #393939;
    color: whitesmoke;
    justify-content: center;
}

.g3-content-container-blue {
    background-color: #009CFF;
    color: whitesmoke;
    justify-content: center;
}

a.g3-nostyle:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

a.g3-nostyle:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

/*.g3-link {
    float: right;
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 20px;
}*/

#g3-indented-text {
    text-indent: 50px;
    text-align: justify;
    padding: 20px;
}

/*#g3-text-align-left {
    text-justify: unset;*/
/* padding-left: 75px;*/
/*}*/

#3g-body {
    position: relative;
}

#g3-framework-and-tools {
    padding: 25px;
    text-align: center;
}

#g3-list-center {
    /*padding: 15px;*/
    text-align: center;
}

#g3-page-logo {
    height: 20px;
    width: 17%;
    float: left;
    position: absolute;
    padding-top: 25px;
    padding-left: 25px;
}

#g3-footer-logo {
    height: auto;
    width: 17%;
    float: left;
}

#g3-page-text {
    font-size: 1.5rem;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.g3-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g3-column-2 {
    float: left;
    width: 50%;
    height: 496px;
}

/* Clearfix (clear floats) */
.g3-row::after {
    content: "";
    clear: both;
    display: table;
}

.g3-nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.g3-height-med {
    min-height: 100px;
}

.g3-centered-text-small {
    text-align: center;
    margin: 0em;
    padding-left: 50px;
    padding-right: 50px;
}

.g3-link {
    display: block;
    float: right;
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 20px;
}

.hamburger {
    display: inline-block;
    align-content: inherit;
    text-size-adjust: auto;
    text-decoration: none;
    padding-right: 13px;
    font-size: smaller;
    font-weight: bolder;
    vertical-align: top;
}

.hide {
    display: none;
}

div .g3-page-footer #g3-footer-logo {
    z-index: 5;
    float: left;
}

.g3-mobile-nav-menu {
    background-color: white;
    width: 100%;
    height: 40px;
    font-size: 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.g3-mobile-nav-menu-link {
    font-size: 13px;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.g3-hamburger-button {
    position: absolute;
    z-index: 150;
    left: 5px;
    top: 5px;
}

.g3-modal-curtain {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgb(0, 0, 0, 0.2);
}

.g3-modal-content {
    position: sticky;
    z-index: 200;
}

@media (min-width: 701px) {
    .g3-hide-fullscreen {
        display: none;
    }

    .g3-show-on-mobile {
        display: none;
    }

    .g3-small-screen {
        display: none;
    }

    /*Starts optional hamburger menu. This is needed in the large screen to prvent shadow of transform showing up in the upper left of screen in large mode*/
    .ham8 .top {
        stroke-dasharray: 40 160;
        display: none;
    }

    .ham8 .middle {
        stroke-dasharray: 40 142;
        transform-origin: 50%;
        transition: transform 400ms;
        display: none;
    }

    .ham8 .bottom {
        stroke-dasharray: 40 85;
        transform-origin: 50%;
        transition: transform 400ms, stroke-dashoffset 400ms;
        display: none;
    }
    /*Ends optional hamburger menu*/
}

@media (max-width: 700px) {

    .g3-hide-smallscreen {
        display: none;
    }

    #g3-right-margin {
        padding-right: 10px;
    }

    div .g3-spacer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .g3-page-footer {
        height: 32px;
        width: 100%;
        background-color: #393939;
        position: absolute;
        color: gray;
        display: flex;
    }

    .g3-child-one {
        left: 10px;
        position: absolute;
    }

    .g3-child-two {
        position: relative;
        width: 60%;
        left: 150px;
    }

    div .g3-page-footer {
        display: none;
    }

    div .g3-photo-text {
        font-size: 21px;
    }

    /*Starts optional hamburger menu*/
    .ham {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: transform 400ms;
        user-select: none;
        margin-right: 30px;
    }

    .hamRotate.active {
        transform: rotate(45deg);
    }

    .hamRotate180.active {
        transform: rotate(180deg);
    }

    .line {
        fill: none;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
        stroke: whitesmoke;
        stroke-width: 5;
        stroke-linecap: round;
    }

    .ham8 .top {
        stroke-dasharray: 40 160;
    }

    .ham8 .middle {
        stroke-dasharray: 40 142;
        transform-origin: 50%;
        transition: transform 400ms;
    }

    .ham8 .bottom {
        stroke-dasharray: 40 85;
        transform-origin: 50%;
        transition: transform 400ms, stroke-dashoffset 400ms;
    }

    .ham8.active .top {
        stroke-dashoffset: -64px;
    }

    .ham8.active .middle {
        /*stroke-dashoffset: -20px;*/
        transform: rotate(90deg);
    }

    .ham8.active .bottom {
        stroke-dashoffset: -64px;
    }
    /*Ends optional hamburger menu*/

    #g3-page-logo {
        display: none;
    }

    .g3-show-on-large {
        display: none;
    }

    .g3-large-screen {
        display: none;
    }
}

@media (max-width: 1150px) {

    .g3-hide-mediumscreen {
        display: none;
    }
}

.g3-nostyle {
    font-weight: 200;
    font-size: large;
}

a.g3-nostyle:link {
    padding-left: 2rem;
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}

a.g3-nostyle:visited {
    padding-left: 2rem;
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}

.g3-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #393939;
    color: gray;
}

.g3-marginT4 {
    margin-top: 4px;
}

.g3-marginR6 {
    margin-right: 6px;
}

.g3-marginB4 {
    margin-bottom: 4px;
}

.g3-marginL6 {
    margin-left: 6px;
}

.g3-paddingT4 {
    padding-top: 4px;
}

.g3-paddingR6 {
    padding-right: 6px;
}

.g3-paddingB4 {
    padding-bottom: 4px;
}

.g3-paddingL6 {
    padding-left: 6px;
}