.shooting-stars {
    overflow: hidden !important;
    width: 100vw
}

.star-main,
.shooting-star1,
.shooting-star2,
.shooting-star3 {
    width: 100px;
    height: 2px;
    background: url("../images/shooting-star.png") no-repeat;
    background-size: 100%;
    position: absolute;
    opacity: 0;
    z-index: -1
}

.shooting-star1 {
    top: 600px;
    left: 0px;
    -webkit-animation: 20s shooting-star1 ease-out 2s forwards infinite;
    animation: 20s shooting-star1 ease-out 2s forwards infinite;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

@-webkit-keyframes shooting-star1 {
    0% {
        opacity: 1
    }

    5% {
        -webkit-transform: translate(2000%, -600px) rotate(-15deg);
        transform: translate(2000%, -600px) rotate(-15deg)
    }

    25%,
    100% {
        opacity: 0
    }
}

@keyframes shooting-star1 {
    0% {
        opacity: 1
    }

    5% {
        -webkit-transform: translate(2000%, -600px) rotate(-15deg);
        transform: translate(2000%, -600px) rotate(-15deg)
    }

    25%,
    100% {
        opacity: 0
    }
}

.shooting-star2 {
    top: 600px;
    right: 0px;
    -webkit-animation: 25s shooting-star2 ease-out 7s forwards infinite;
    animation: 25s shooting-star2 ease-out 7s forwards infinite;
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg)
}

@-webkit-keyframes shooting-star2 {
    0% {
        opacity: 1
    }

    3% {
        -webkit-transform: translate(-2000%, -850px) rotate(-160deg);
        transform: translate(-2000%, -850px) rotate(-160deg)
    }

    25%,
    100% {
        opacity: 0
    }
}

@keyframes shooting-star2 {
    0% {
        opacity: 1
    }

    3% {
        -webkit-transform: translate(-2000%, -850px) rotate(-160deg);
        transform: translate(-2000%, -850px) rotate(-160deg)
    }

    25%,
    100% {
        opacity: 0
    }
}

.shooting-star3 {
    top: 600px;
    left: 0px;
    -webkit-animation: 15s shooting-star3 ease-out 11s forwards infinite;
    animation: 15s shooting-star3 ease-out 11s forwards infinite;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@-webkit-keyframes shooting-star3 {
    0% {
        opacity: 1
    }

    5% {
        -webkit-transform: translate(800%, -850px) rotate(-45deg);
        transform: translate(800%, -850px) rotate(-45deg)
    }

    25%,
    100% {
        opacity: 0
    }
}

@keyframes shooting-star3 {
    0% {
        opacity: 1
    }

    5% {
        -webkit-transform: translate(800%, -850px) rotate(-45deg);
        transform: translate(800%, -850px) rotate(-45deg)
    }

    25%,
    100% {
        opacity: 0
    }
}

#logo {
    padding-top: 10px;
    width: 50px;
    float: left
}

#nav>.container {
    max-width: 1200px;
    text-align: left;
    margin-top: 36px;
    background: none
}

#nav ul {
    text-align: right
}

#nav ul li {
    display: inline-block;
    margin-left: 20px;
    padding: 10px 0 10px 10px
}

#nav ul li a {
    padding: 6px 0;
    color: #d9e1e8;
    border-bottom: 2px solid #2B2E3E
}

#nav ul li a:hover {
    color: #67C58A;
    border-bottom: 2px solid #67C58A
}

.active {
    color: #fff;
    border-bottom: 1px solid #fff
}

#about-me>.container {
    padding: 100px 0 100px;
    max-width: 1200px;
    background-image: url("../images/about-me-font.png");
    background-repeat: no-repeat;
    background-size: 75%;
    -webkit-box-shadow: 0 42px 0 -30px #67C58A, 0 10px 36px -16px #000;
    box-shadow: 0 42px 0 -30px #67C58A, 0 10px 36px -16px #000
}

#about-me .row {
    z-index: 2
}

#about-me .row div {
    text-align: left
}

#about-me #profile-image {
    z-index: 5;
    -webkit-box-shadow: 0 10px 36px -16px #000;
    box-shadow: 0 10px 36px -16px #000
}

#recent-work {
    margin-bottom: 15%
}

#recent-work h1,
#recent-work h2 {
    padding-top: 5%
}

#recent-work h2 {
    text-align: center;
    padding-bottom: 48px
}

#recent-work h3 {
    margin: 0 0 10px;
    line-height: normal
}

#recent-work>.container {
    position: relative;
    background-image: url("../images/recent-work-font.png");
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: right top;
    padding: 20px 0 60px;
    -webkit-box-shadow: 0 42px 0 -30px #67C58A, 0 10px 36px -16px #000;
    box-shadow: 0 42px 0 -30px #67C58A, 0 10px 36px -16px #000
}

#recent-work .cases {
    color: #d9e1e8
}

#recent-work .cases:first-of-type .row {
    margin-top: 0
}

#recent-work .cases .row {
    margin-top: 16%
}

#recent-work .cases a {
    color: #d9e1e8
}

#recent-work .cases a i {
    display: none
}

#recent-work .cases a:hover {
    color: #67C58A
}

#recent-work .cases .case-image {
    margin-bottom: 100px;
    z-index: 10
}

#recent-work .cases .case-image img {
    -webkit-box-shadow: 0 10px 36px -16px #000;
    box-shadow: 0 10px 36px -16px #000
}

#recent-work .cases .case-info {
    text-align: left
}

#recent-work .cases .case-info .color-scheme {
    margin: 20px 0 10px;
    display: inline-block
}

#recent-work .cases .case-info .color-scheme span {
    width: 50px;
    height: 10px;
    display: inline-block;
    float: left
}

#recent-work .cases .case-info small a {
    float: right
}

#recent-work .cases .case-info .technology {
    padding: 24px 0 10px
}

#recent-work .cases .case-info .technology i {
    color: #d9e1e8;
    font-size: 1.6em;
    margin-right: 5px;
    position: relative
}

#recent-work .cases .case-info .technology i:hover {
    color: #67C58A
}

#recent-work .cases .case-info .technology i:hover span {
    display: inline
}

#recent-work .cases .case-info .technology i span {
    font-size: .8rem;
    font-weight: 600;
    color: #d9e1e8;
    font-family: "Raleway", sans-serif;
    text-align: center;
    position: absolute;
    top: -25px;
    left: -100%;
    right: -80%;
    display: none
}

#recent-work .shown-case {
    display: inline
}

hr {
    background-color: #2B2E3E;
    border: none;
    height: 2px;
    margin-top: 40px
}

#show-more {
    border-radius: 5px;
    padding: 20px 100px 0;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold
}

#show-more:hover {
    cursor: pointer
}

#show-more:hover a {
    color: #67C58A
}

#show-more:hover i {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

#show-more a {
    padding: 8px 0 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#show-more i {
    color: #2B2E3E;
    font-size: 5rem;
    margin-top: -10px;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

html {
    font-size: 16px
}

h1,
h2 {
    font-size: 3.815rem;
    line-height: 1.5em
}

h2 {
    font-size: 3.052rem;
    line-height: 1.5em
}

h3 {
    font-size: 1.953rem;
    line-height: 1.5em
}

h4 {
    font-size: 1.25rem;
    line-height: 1.5em
}

p {
    font-size: 1rem;
    line-height: 1.675em;
    margin-bottom: 1.5rem
}

.container {
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
}

.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
#recent-work .cases .case-image,
#recent-work .cases .case-info,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12,
#recent-work .cases .case-image,
#recent-work .cases .case-info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (min-width: 48em) {
    .container {
        width: 49rem
    }

    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    #recent-work .cases .case-image,
    .col-sm-6,
    #recent-work .cases .case-info,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-offset-0,
    .col-sm-offset-1,
    #recent-work .cases .case-info,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5,
    #recent-work .cases .case-image {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6,
    #recent-work .cases .case-info {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1,
    #recent-work .cases .case-info {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 64em) {
    .container {
        width: 65rem
    }

    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 76rem
    }

    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@font-face {
    font-family: 'thailand';
    src: url("../fonts/Gloss_And_Bloom.ttf");
    font-display: swap
}

* {
    text-decoration: none
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    font-display: swap
}

body.no-webp {
    background-image: url("../images/stars3.jpg"), url("../images/forest.jpg")
}

body.webp {
    background-image: url("../images/stars3.webp"), url("../images/forest.webp")
}

body {
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    background-size: 100%;
    background-color: #2B2E3E;
    color: #d9e1e8;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    text-align: center;
    max-width: 100vw;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px
}

body img {
    max-width: 100%
}

.blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: all 300ms;
    transition: all 300ms
}

.noblur {
    -webkit-transition: all 300ms;
    transition: all 300ms
}

section {
    z-index: 10
}

section>.container {
    background: #363c52
}

a {
    color: #fff;
    font-weight: 600
}

a:hover {
    color: #67C58A
}

h3 {
    font-weight: 400
}

p {
    color: #a8afc4
}

.stars {
    padding: 4.5% 6% 7.5%;
    text-align: center
}

.marker,
.text-gradient {
    font-family: 'thailand';
    font-weight: 200;
    padding-left: 5px
}

.text-gradient {
    padding: 20px 0
}

.contact {
    margin: 8% auto 4%;
    color: #d9e1e8
}

.contact h1,
.contact h2 {
    font-size: 4rem
}

.contact p {
    margin: 1.75% auto;
    max-width: 600px;
    color: #a8afc4;
    text-shadow: 0 1.5px 5px rgba(1, 1, 1, 0.25), 0 0.5px 0.5px rgba(1, 1, 1, 0.25)
}

.contact small {
    color: #a8afc4;
    text-shadow: 0 1.5px 5px rgba(1, 1, 1, 0.25), 0 0.5px 0.5px rgba(1, 1, 1, 0.25)
}

.contact i {
    color: #67C58A;
    padding: 2% 1%;
    font-size: 1.6rem
}

.contact i:hover {
    color: #d9e1e8;
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.projects {
    margin: 12% 0 10%;
    padding: 0;
    text-align: left
}

.projects ul {
    list-style-type: none;
    padding: 24px 0;
    display: grid;
    grid-gap: 36px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))
}

.projects ul li {
    padding: 24px;
    background: #303649;
    border-radius: 6px;
    border: 1px solid #282d3d
}

.projects a {
    font-size: 1.2rem
}

.projects a i {
    margin-left: 8px;
    font-size: 1rem
}

@media only screen and (max-width: 768px) {
    body {
        background-size: 120%
    }

    h1,
    h2 {
        font-size: 3em
    }

    .shooting-stars {
        display: none
    }

    #about-me {
        padding: 0 20px
    }

    #about-me>.container {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .stars {
        padding: 6% 10%
    }

    #nav .logo-wrap {
        text-align: center
    }

    #nav .logo-wrap a {
        display: inline-block
    }

    #nav ul {
        text-align: center;
        padding: 0;
        margin: 0
    }

    #nav ul li {
        display: inline-block;
        margin: 20px;
        padding: 10px
    }

    #recent-work .cases .case-image {
        margin-bottom: 25px
    }

    .contact {
        margin: 30% 10% 10%
    }
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 15px
    }

    body {
        margin: 20px 0 50px;
        background-size: 200%
    }

    #nav ul {
        text-align: center
    }

    #nav ul li {
        margin: 0 0 10px 0;
        width: 50px;
        padding: 25px
    }

    #nav #logo {
        display: none
    }

    #about-me>.container,
    #recent-work>.container {
        background-size: 125%;
        -webkit-box-shadow: 0 42px 0 -30px #67C58A, 0 10px 36px -16px #000;
        box-shadow: 0 42px 0 -30px #67C58A, 0 10px 36px -16px #000
    }

    #about-me h1,
    #about-me h2 {
        margin: 0 0 15%
    }

    #recent-work .cases:first-of-type .row {
        margin-top: 0
    }

    #recent-work .cases .row {
        margin-top: 32%
    }

    #recent-work>.container {
        margin-bottom: 50%
    }

    #contact {
        padding-bottom: 15%
    }

    #contact h1,
    #contact h2 {
        font-size: 3.2rem
    }

    #profile-image {
        padding: 0
    }

    h1,
    h2 {
        font-size: 1.8em
    }

    .stars {
        padding: 8% 5% 24%
    }

    .stars h1,
    .stars h2 {
        font-size: 3.2rem
    }

    .stars small {
        display: none
    }

    .stars img {
        width: 75%
    }

    section .marker,
    section .text-gradient {
        text-align: center;
        font-size: 3rem
    }
}

.slide-in {
    -webkit-animation: slide-in 500ms ease forwards;
    animation: slide-in 500ms ease forwards;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-transform: translateY(800px);
    transform: translateY(800px)
}

@-webkit-keyframes slide-in {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}