﻿/*!
 * cchillstrom v1.2
 * Copyright 2021-2024
 */
body {
    font-family: 'Source Sans Pro', sans-serif;
}

nav {
    font-family: 'Patua One', sans-serif;
    font-size: 1.65em;
}
.active {        
    color: #ff0000;
}
.nav-item{
    padding: 0px 10px;
}
p{
    font-size: 1.625em;  
}
.navbar-brand {
    z-index:0;
}
    .navbar-dark .nav-item > .nav-link.active {
    color: white;
    text-decoration: overline;

}
.flex-column {
    max-width: 260px;
}

h1 {
    font-family: 'Patua One', sans-serif;
    font-size: 1.9375em
}
h2 {
    font-family: 'Patua One', sans-serif;
    font-size: 1.625em
}

.container-fluid{
    margin: 0;
    padding:0;
}



.skewGray {
    position: relative;
    max-width: 100vw;
    background-color: #efefef;
    transform: skewY(-3deg);
    transform-origin: top right;
}

.unskewGray {
    transform: skewY(3deg);
}

.skewGray2 {
    position: relative;
    max-width: 100vw;
    background-color: #efefef;
    transform: skewY(3deg);
    transform-origin: top right;
}

.unskewGray2 {
   
    transform: skewY(-3deg);
}

.skewAA {
    margin-top: 109px;
    position: relative;
    max-width: 100vw;
    background-color: #000;
    border-top: solid 12px #0071bc;
    border-bottom: solid 12px #c31e24;
    transform: skewY(3deg);
    transform-origin: top right;
}
.masonry { /* Masonry container */
    column-count: 4;
    column-gap: 1em;
}

.item { /* Masonry bricks or child elements */
    /** background-color: #eee;*/
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
.unskewAA {
    transform: skewY(-3deg);
    color: #fff;
}

.skewDiscover {
    margin-top: 109px;
    position: relative;
    max-width: 100vw;
    background-color: #000;
    border-top: solid 12px #f5821f;
    border-bottom: solid 12px #f5821f;
    transform: skewY(-3deg);
    transform-origin: top right;
}

.unskewDiscover{
    transform: skewY(3deg);
    color: #fff;
}

.skewRBC {
    margin-top: 109px;
    position: relative;
    max-width: 100vw;
    background-color: #000;
    border-top: solid 12px #03398c;
    border-bottom: solid 12px #f1d413;
    transform: skewY(3deg);
    transform-origin: top right;
}

.unskewRBC {
    transform: skewY(-3deg);
    color: #fff;
}

.skewGoogle {
    margin-top: 109px;
    position: relative;
    max-width: 100vw;
    min-height: 516px;
    background-color: #000;
    transform: skewY(-3deg);
    transform-origin: top right;
    /* gradient shining border */
    background-image: linear-gradient(to right, rgba(195,30,36, 1) 1%, rgba(218, 105, 19, 1) 50%, rgba(240,181, 1) 100%), 
        linear-gradient(to left, rgba(43, 162, 76, 1) 1%, rgba(51, 143, 159, 1) 50%, rgba(59, 125, 237, 1) 100%);
    background-size: 100% 12px;
    background-position: 0% 0%, 0% 100%;
    background-repeat: no-repeat;
}

.unskewGoogle {
    transform: skewY(3deg);
    color: #fff;
}

.googleHomeSize {
    max-height: 553px;
    margin-top: -130px;
}
.aaHomeSize {
    max-height: 760px;
    margin-top: -137px;
}

.containerWork{
    max-width: 1700px;
}

.aaCaseStudy{
    max-height: 1000px;
    
}
.uberSize {
    max-height: 684px;
}
.oneworldSize {
    max-height: 470px;
}
.circleImage {
    border-radius: 60%;
    background-color: #fff;
    border: 6px dotted #0071bc;
    /*      box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.10)*/
}

.portfolioImageSize{
    max-height:327px;
    margin-top:-49px;
}

.card-background {
    background-color: #2b1d38;
  text-align:center;
}

.cardHeight{
    max-width: 215px;
}

.footerFont{
    font-size: 1.2em;
}

.pie{
    position: relative;
    border-radius: 50%;
    box-shadow: inset 0 0 25px 10px rgb(162, 202, 255);
}


.mainBackground {
    background-color: #f8f9fa;
    padding: 10px;
    margin: 10px;
    height: 100%;
}

button.close {
    margin-left: 20px;
}

legend {
    color: #000;
}

.alert {
    margin-bottom: 0;
}

.relative {
    position: relative;
}

.textpad {
    text-indent: 20px;
}

.textpadDropDown {
    padding: 0 0 0 28px;
}

.icon {
    position: absolute;
    margin-left: 8px;
    margin-top: 11px;
    color: #999999;
}

input[type="text"], input[type="email"], input[type="date"], input[type="time"] {
    height: 2.375rem;
}

.text-muted {
    color: #0094ff;
}

.marginTop {
    margin-top: 31px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-widget-header .ui-state-active {
    background: #0073ea !important;
    color: #fff !important;
}

.form-group .required .lead:after {
    content: "*";
    color: red;
}

.custom-file-label {
    overflow: hidden;
}


/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .masonry {
        column-count: 2;
    }
}

/*Mobile Portrait */
@media only screen and (max-width: 991px) {
    h2 {
        font-size: 1.95em
    }
    .masonry {
        column-count: 1;
    }

    .marginTop {
        margin-top: -2px;
    }

    .display-4 {
        font-size: 2.75rem;
        text-align: center;
    }


    .textpadDropDown {
        text-indent: 20px;
    }

    .mx-2 {
        margin: 0 !important;
    }
    .mx-5 {
        margin: 0 1rem !important;
    }
    .px-4 {
        padding: 0 !important;
    }
    .my-2 {
        margin: 0 !important;
    }

    .navbar-toggler:focus, .navbar-toggler:active {
        outline: 0;
    }

    .portfolioImageSize {
        max-height: 327px;
        margin-top: auto;
    }


    

    .skewGray {
        margin-top: 109;
        position: relative;
        max-width: 100vw;
        background-color: #efefef;
        border-top: solid 12px #efefef;
        border-bottom: solid 12px #efefef;
        transform: skewY(-3deg);
        transform-origin: top right;
    }

    .unskewGray {
        transform: skewY(3deg);
    }

     .skewGray2 {
        margin-top: 0;
        position: relative;
        max-width: 100vw;
        background-color: #efefef;
        border-top: solid 12px #efefef;
        border-bottom: solid 12px #efefef;
        transform: skewY(3deg);
        transform-origin: top right;
    }

 

    .unskewGray2 {
        transform: skewY(-3deg);
        
    }

    .skewAA {
        margin-top: 109px;
        position: relative;
        max-width: 100vw;
        background-color: #000;
        border-top: solid 12px #0071bc;
        border-bottom: solid 12px #c31e24;
        transform: skewY(3deg);
        transform-origin: top right;
    }

 

    .unskewAA {
        transform: skewY(-3deg);
        color: #fff;
    }

    .skewDiscover {
        margin-top: 109px;
        position: relative;
        max-width: 100vw;
        background-color: #000;
        border-top: solid 12px #f5821f;
        border-bottom: solid 12px #f5821f;
        transform: skewY(-3deg);
        transform-origin: top right;
    }

    .unskewDiscover {
        transform: skewY(3deg);
        color: #fff;
    }

    .skewRBC {
        margin-top: 109px;
        position: relative;
        max-width: 100vw;
        background-color: #000;
        border-top: solid 12px #03398c;
        border-bottom: solid 12px #f1d413;
        transform: skewY(3deg);
        transform-origin: top right;
    }

    .unskewRBC {
        transform: skewY(-3deg);
        color: #fff;
    }

    .skewGoogle {
        margin-top: 109px;
        position: relative;
        max-width: 100vw;
        min-height: auto;
        background-color: #000;
        transform: skewY(-3deg);
        transform-origin: top right;
        /* gradient shining border */
        background-image: linear-gradient(to right, rgba(195,30,36, 1) 1%, rgba(218, 105, 19, 1) 50%, rgba(240,181, 1) 100%), linear-gradient(to left, rgba(43, 162, 76, 1) 1%, rgba(51, 143, 159, 1) 50%, rgba(59, 125, 237, 1) 100%);
        background-size: 100% 12px;
        background-position: 0% 0%, 0% 100%;
        background-repeat: no-repeat;
    }



    .unskewGoogle {
        transform: skewY(3deg);
        color: #fff;
    }

    .googleHomeSize {
        max-height: initial;
        margin-top: auto;
    }

    .aaHomeSize {
        max-height: initial;
        margin-top: auto;
    }

    .aaCaseStudy{
        max-height: initial;
        margin-top: auto;
    }

    .uberSize {
        max-height: 550px;
    }

    .circleImage {
        border-radius: 60%;
        background-color: #fff;
        border: 6px dotted #0071bc;
  /*  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.10)*/
    }

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

.navbar-dark .navbar-toggler {
    border: none;

}

    .navbar-light .navbar-toggler {
        background-color: #e3e3e3;
        border-radius: 90px;
        margin-right: 45px;
        /* margin-top: -92px;*/
        z-index:2;
        padding: 10px;
        border-color: #e3e3e3;
        position: fixed !important;
        right: 0;
    }

    .navbar-toggler span:nth-child(1),
    .navbar-toggler span:nth-child(3) {
        -webkit-transition: transform .35s ease-in-out;
        -moz-transition: transform .35s ease-in-out;
        -o-transition: transform .35s ease-in-out;
        transition: transform .35s ease-in-out;
    }

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 10px;
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 10px;
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.navbar-nav .dropdown-menu {
    display: block;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    overflow-y: auto;
    background-color: transparent;
    scrollbar-face-color: crimson;
    font-size: large;
    border:none;
}

.dropdown-item {
    color: #777;
}

.navbar-brand {
    padding-top: 0;

}

.brandbackground {
    height: 47px;
    top: -20px;
    padding: 4px;
}

.hero-text {
    padding-top: 50%;
}

.display-3 {
    font-size: 2.0rem
}

.paral h2 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 50px;
    text-align: center;
    /*padding-top: 100px;*/
    line-height: 90px;
}

.navstyle {
    height: auto !important;
    transition: ease 1s;
}

.fixed-top {
    height: auto !important;
}
/* Header Parallax Element Style*/
.paral {
    min-height: 500px;
    background-attachment: scroll;
    background-size: cover;
    background-position: 50% 50%;
    max-height: 600px;
    -webkit-background-size: cover;
}

.navbar-collapse {
    background-color:#e3e3e3;
    position: fixed;
    top: 50px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 75%;
    height: 100%;
    z-index:1;
}

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        top: 0;
        transition: left 300ms ease-in-out;
        overflow: scroll;
    }

.navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
    top:0;
}
.navbar-nav{
    padding-top:30px;
}

}

@media only screen and (max-width: 767px) and (orientation : landscape) {
  
}
/* Ipad Landscape */
@media only screen and (min-width: 768px) and (max-device-width : 1024px) and (orientation : landscape) {

   
}

/* Ipad Portrait */
@media only screen and (min-width: 768px) and (max-device-width : 1024px) and (orientation : portrait) {

   
}
