/* ------------------------------------------------------------------------------
	Template Name: Flosix
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Cutive%20Mono:400);

video {
    width: 100%;
    max-width: 100vw;
}

iframe {
    width: 100%;
    max-width: 100vw;
}

p {
    font-size: 14px;
    line-height: 22.4px;
    color: #6c7279;
}

h1 {
    font-size: 65px;
    color: #2d3033;
}

h2 {
    font-size: 40px;
    color: #2d3033;
}

h3 {
    font-size: 28px;
    color: #2d3033;
    font-weight: 300;
}

h4 {
    font-size: 22px;
    color: #2d3033;
    font-weight: 400;
}

h5 {
    font-size: 14px;
    color: #2d3033;
    font-weight: 700;
}

#cursor {
    pointer-events: none;
    position: absolute;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: 9999;
    margin-left: 22px;
    margin-top: -15px;
}

#cursor div {
    display: flex;
}

#cursor>div:last-of-type {
    background-color: #a1a4a8;
    width: 47px;
    height: 15px;
    margin: .5px;
}

#cursor>div div {
    background-color: #a1a4a8;
    width: 15px;
    height: 15px;
    margin: .5px;
}

.joe-logo .logo-top {
    display: flex;
}

.joe-logo .logo-top div {
    width: 15px;
    height: 15px;
    margin: .5px;
    background-color: #333;
}

.logo-bottom {
    background-color: #333;
    height: 15px;
    margin: .5px;
}

.btn {
    background-color: #333;
    margin: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 2%;
    display: inline-block;
    text-transform: uppercase;
    transition: background-color .3s;
}

.btn:hover,
.btn:focus {
    background-color: #000;
    color: #fff;
    cursor: mouse;
}

.btn-large {
    padding: 15px 40px;
}

.button2 {
    background-color: #2d3033;
    text-align: center;
    margin: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 2px;
    border-radius: 0px;
    border: none;
    padding: 2%;
    display: inline-block;
    text-transform: uppercase;
    cursor: default;
}

table,
th,
td {
    font-size: 14px;
    line-height: 22.4px;
    color: #6c7279;
}

/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
    color: #e84545;
}

a:hover,
a:focus {
    color: #e84545;

    -moz-transition: background-color, color, 0.3s;
    -o-transition: background-color, color, 0.3s;
    -webkit-transition: background-color, color, 0.3s;
    transition: background-color, color, 0.3s;
    text-decoration: underline;
}

body {
    font-family: 'Cutive Mono';
    font-weight: 400;
    color: #fff;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

ul.a {
    margin: 0;
    padding: 0;
    color: #6c7279;
}

.section {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.no-gutter [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.extra-padding {
    margin: 60px 0 0 100px;
}

/* ------------------------------------------------------------------------------
	 Header
-------------------------------------------------------------------------------*/
#header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

#header .header-content {
    margin: 0 auto;
    padding: 60px 0%;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}

#header .logo {
    float: left;
}

#header.fixed {
    background-color: rgba(255, 255, 255, .75);
    backdrop-filter: blur(15px);
}

#header.fixed .header-content {
    border-bottom: 0;
    padding: 25px 2%;
    display: flex;
    align-items: center;
    max-width: 1170px;
}

.navigation.open {
    opacity: 0.9;
    visibility: visible;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.navigation {
    float: right;
}

.navigation li {
    display: inline-block;
}

.navigation,
.navigation a,
.header-content a {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    letter-spacing: -1px;
}

#nav-name {
    transition: .3s opacity;
    opacity: 0;
}

.navigation li {
    margin-left: clamp(14px, 4vw, 40px);
}

.navigation a:hover,
.navigation a.active {
    color: #000;
}

.nav-toggle {
    display: none;
    height: 44px;
    overflow: hidden;
    position: fixed;
    right: 5%;
    text-indent: 100%;
    white-space: nowrap;
    width: 44px;
    z-index: 99999;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-toggle:before,
.nav-toggle:after {
    border-radius: 50%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.nav-toggle:before {
    background-color: #333;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.nav-toggle:after {
    background-color: #000;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.nav-toggle span:before,
.nav-toggle span:after {
    background-color: #fff;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.nav-toggle span:before {
    -moz-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -webkit-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
}

.nav-toggle span:after {
    -moz-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}

.nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0);
}

.nav-toggle.close-nav span:before,
.nav-toggle.close-nav span:after {
    background-color: #fff;
}

.nav-toggle.close-nav span:before {
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.nav-toggle.close-nav span:after {
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

/* ------------------------------------------------------------------------------
	 Hero content
-------------------------------------------------------------------------------*/
.hero {
    margin-top: 10%;
}

.hero-content {}

.hero h1 {
    font-size: 48px;
    text-transform: uppercase;
}

.hero h4 {
    font-weight: 400;
}

.hero p {
    padding-top: 0px;
}

#about {
    background-image: url(../images/splat.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* ------------------------------------------------------------------------------
	 Portfolio
-------------------------------------------------------------------------------*/
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 20px;
    padding: 0 10px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(58, 54, 54, 0.8);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3 {
    margin: 0;
    color: #e9eaed;
    font-size: 17px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 10px 0;
    color: #e9eaed;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#portfolio * {
    z-index: 2;
}

/* ------------------------------------------------------------------------------
	 Service
-------------------------------------------------------------------------------*/
.service {
    margin-bottom: 50px;
}

.service h4 {
    font-size: 19px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.service-content {
    margin-top: 30px;
}

.service .icon {
    color: #a1a4a8;
    font-size: 48px;
}

.service-content h5 {
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
    text-align: left;
    background-color: #333;
    padding: 7%;
}

.footer p {
    color: #c8c8c8;
    margin: 20px;
    position: relative;
    width: fit-content;
}

.footer-date {
    position: relative;
    display: flex;
    justify-content: center;
}

footer .float {
    left: 1px;
    position: absolute;
    white-space: nowrap;
    letter-spacing: .03px;
    mix-blend-mode: difference;
    color: rgb(191, 55, 111);
}

footer .float-2 {
    left: -2px;
    position: absolute;
    white-space: nowrap;
    letter-spacing: .033px;
    mix-blend-mode: darken;
    color: rgb(0, 247, 255);
}

footer .joe-logo {
    transform: scale(1.82);
    transform-origin: left;
}

footer .joe-logo .logo-top div,
footer .joe-logo .logo-bottom {
    background-color: #c8c8c8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
}

footer .joe-logo .logo-bottom {
    font-size: 6px;
    letter-spacing: 1.1px;
}


/* ------------------------------------------------------------------------------
	 Work Details
-------------------------------------------------------------------------------*/
.work-detail img {
    width: 100%;
    text-align: center;
    margin: 5% 0 5% 0;
}

.work-detail a {
    color: #000;
}