@font-face {
    font-family: 'Lato';
    src: url(font/lato/Lato-Semibold.ttf) format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Lato';
    src: url(font/lato/Lato-Bold.ttf) format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Lato';
    src: url(font/lato/Lato-Black.ttf) format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Lato';
    src: url(font/lato/Lato-Regular.ttf) format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Lato';
    src: url(font/lato/Lato-Light.ttf) format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Futura';
    src: url(font/futura-bold-italic/Futura-Bold-Italic Regular.ttf) format('truetype');
    font-weight: italic;
}

@font-face {
    font-family: 'Headline';
    src: url(font/headlinenews-font/Headlinenews-jL7v.ttf) format('truetype');
    font-weight: bold;
}

a {
    text-decoration: none;
}

body {
    min-height: 100vh;
    margin: 0;
}

#container {
    
}

.art {
    width: 75%;
    position: absolute;
    right: 0;
    padding: 0px;
    height: 100%;
    margin: 0 auto;
}

.about-me {
    width: 75%;
    position: absolute;
    right: 0;
    padding: 0px;
    height: 100%;
    margin: 0 auto;
}

.product-list {
    width: 75%;
    position: absolute;
    right: 0;
    padding: 0px;
    height: 100%;
    margin: 0 auto;
    background-color: black;
}

.product-container {
    max-width: 800px;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center safe;
    flex-shrink: 0;
    margin: 0 auto;
    background-color: brown;
}

.product-tile {
    display: flex;
    margin: 0 auto;
    width: 33%;
    height: 33%;
    justify-content: center;
    padding-top: 20px;
    text-align: center;
    flex: 0 0 auto;
}

.shop-bar {
    margin: 0 auto;
    width: 100%;
}

.shop-bar h2 {
    font-family: Lato;
    font-weight: bold;
    float: left;
    padding-left: 20px;
}

.product-menu {
    float: right;
    padding-top: 20px;
    padding-right: 20px;
}

.product-description {
    position: relative;
    align-self: center;
    text-align: center;
    height: auto;
    width: 100%;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.75);
}


.shop-header img {
    width: 100%;
}


.work-information {
    width: 75%;
    position: absolute;
    right: 0;
    padding: 0px;
    height: 100%;
    margin: 0 auto;
}

.contact {
    width: 75%;
    position: absolute;
    right: 0;
    padding: 0px;
    height: 100%;
}

.about-text {
    position: relative;
    margin-top: 200px;
}

.section-header {
    width: auto;
    height: 100%;
}

.section-header h1 {
    margin: 0;
}

.section-header h3 {
    margin-top: 0;
    margin-bottom: -50px;
    margin-left: 0;
    margin-right: 0;
}

.slidingWords {
    display: inline;
}

.slidingWords span{
	animation: topToBottom 10s linear infinite 0s;
	-ms-animation: topToBottom 10s linear infinite 0s;
	-webkit-animation: topToBottom 10s linear infinite 0s;
	color: black;
	opacity: 0;
	overflow: hidden;
    display: block;
    font-family: "Lato";
    font-weight: bold;
    font-size: 4.5em;
    position: absolute;
    margin: 0;
}

.slidingWords span:nth-child(2){
	animation-delay: 2s;
	-ms-animation-delay: 2s;
	-webkit-animation-delay: 2s;
}
.slidingWords span:nth-child(3){
	animation-delay: 4s;
	-ms-animation-delay: 4s;
	-webkit-animation-delay: 4s;
}
.slidingWords span:nth-child(4){
	animation-delay: 6s;
	-ms-animation-delay: 6s;
	-webkit-animation-delay: 6s;
}
.slidingWords span:nth-child(5){
	animation-delay: 8s;
	-ms-animation-delay: 8s;
	-webkit-animation-delay: 8s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

.about-section h1 {
    font-family: "Lato";
    font-weight: bold;
    font-size: 20em;
    text-transform: uppercase;
}

.about-section h3 {
    line-height: 1.75em;
    font-family: "Lato";
    font-weight: normal;
    font-size: 10em;
    text-transform: capitalize;
}

.art img {
    width: 100%;
    margin: 0;
}

.nav {
    position: fixed;
    left: 0;
    background-color: white;
    height: 100%;
    width: 25%;
    margin: 0;
    z-index: 99;
}

nav {
    margin: 0px;
}

nav ul {
    text-align: center;
    margin: 0px;
    padding-left: 0px;
    padding-top: 20px;
    text-transform: uppercase;
}

nav ul li {
    list-style-type: none;
    display: block;
    font-family: "Lato";
    font-weight: bold;
    font-size: 3.5em;
    line-height: 1.5em;
}

.home-link {
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    padding-top: 10%;
}

.home-link-shop {
    max-width: 500px;
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    padding-top: 10%;
}

#nav-logo-shop {
    max-height: 50px;
    width: 100%;
}

.checkbtn {
    color: black;
    display: none;
    height: 100%;
}

.checkbtn img {
    cursor: pointer;
}

#check {
    display: none;
}

#check:checked ~ ul {
    left: 0;
}

nav ul li a {
    text-decoration: none;
    color: black;
}

nav ul li {
    transition: all .2s ease-in-out;
}

nav ul li:hover {
    transform: scale(1.1);
}

.work-nav:hover {
    color: #9c4bd4;
    transform: scale(1.1);
}

.about-nav:hover {
    color: #39b9ff;
    transform: scale(1.1);
}

.shop-nav:hover {
    color: #ff3d3d;
    transform: scale(1.1);
}

.contact-nav:hover {
    color: #12ae00;
    transform: scale(1.1);
}

.work-information h3 {
    font-family: "Lato";
    font-weight: bold;
    font-size: 3em;
    margin: 0;
}

.work-information p {
    font-family: "Lato";
    font-weight: normal;
    font-size: 1em;
}


.work {
    width: 35%;
    height: 100%;
    color: white;
    position: relative;
    float: right;
    margin: 0;
    background-color: black;
}

.work-bwa {
    width: 35%;
    height: 100%;
    color: white;
    position: relative;
    float: right;
    margin: 0;
    background-color: #ffa900;
}

.work-vaccine {
    width: 35%;
    height: 100%;
    color: white;
    position: relative;
    float: right;
    margin: 0;
    background-color: #ffa900;
}

.work-botb {
    width: 35%;
    height: 100%;
    color: white;
    position: relative;
    float: right;
    margin: 0;
    background-color: #ee2625;
}

.work-hfh {
    width: 35%;
    height: 100%;
    color: white;
    position: relative;
    float: right;
    margin: 0;
    background-color: #327d3d;
}

.work-crooked {
    width: 35%;
    height: 100%;
    color: white;
    position: relative;
    float: right;
    margin: 0;
    background-color: #762435;
}

.work-odav {
    width: 35%;
    height: 100%;
    color: white;
    position: relative;
    float: right;
    margin: 0;
    background-color: #be202e;
}

.work-sharkeez {
    width: 35%;
    height: 100%;
    color: white;
    position: relative;
    float: right;
    margin: 0;
    background-color: #f0b401;
}

.work-gms {
    width: 35%;
    height: 100%;
    color: white;
    position: relative;
    float: right;
    margin: 0;
    background-color: #02a9f7;
}

.work-illus {
    width: 35%;
    height: 100%;
    color: white;
    position: relative;
    float: right;
    margin: 0;
    background-color: #6d4ee9;
}

.work-blender {
    width: 35%;
    height: 100%;
    color: white;
    position: relative;
    float: right;
    margin: 0;
    background-color: #94aabb;
}

.work-img {
    width: 65%;
    height: 100%;
    position: relative;
    float: left;
    margin: 0;
    overflow: hidden;
}



.work-img img {
    height: 100%;
    width: auto;
    margin: 0;
    display: block;
}

.work-info {
    padding: 20px;
    position: relative;
    top: 15%;
}

.btn-back {
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    transition: .3s;
    font-family: "Lato";
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}

.btn-back:hover {
    background-color: white;
    color: black;
    transform: scale(1.1);
}

.work-section {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.display-img {
    width: 25%;
    padding: 35px;
}

.display-img img {
    width: 100%;
    margin: auto;
}

.display-wide {
    margin: auto;
    width: 100%;
    padding: 35px;
}

.display-wide img {
    width: 100%;
    margin: auto;
}

.display-small {
    margin: auto;
    width: 35%;
    padding: 35px;
}

.display-small img {
    width: 100%;
    margin: auto;
}

.display-half {
    margin: auto;
    width: 57%;
    padding: 35px;
}

.display-half img {
    width: 100%;
    margin: auto;
}


.overlay {
    opacity: 0;
    position: absolute;
    transition: all .2s ease-in-out;
    width: 100%;
    margin: 0;
    height: 100%;
    background-color: rgba(250, 250, 250, 0.75);
    top: 0%;
    text-align: center;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.65);
}

.overlay h3 {
    font-family: "Lato";
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.overlay p {
    font-family: "Lato";
    font-weight: normal;
    font-size: 1.25em;
    color: rgba(0, 0, 0, 0.5)
}

.portfolio-container:hover .overlay {
    opacity: 1;
}

.portfolio-container {
    overflow: hidden;
    position:relative;
}

.portfolio-photo {
    transition: all .2s ease-in-out;
}


.overlay-text {
    position: relative;
    top: 45%;
}
.portfolio-container:hover img {
    transform: scale(1.1);
}
.portfolio-container img {
    display: block;
    width: 100%;
    margin: 0;
}

.img-container {
    display: block;
    float: right;
    position: relative;
    margin: auto;
    height: 100%;
    width: 35%;
    padding: 60px;
}

.img-container img {
    width: 100%;
    height: auto;
}

.text-container {
    display: block;
    height: 100%;
}

.text-container p {
    font-size: 1.75em;
    font-family: "Lato";
    font-weight: 100;
}

.social-connections {
    width: 100%;
    position: relative;
    display: block;
}

.social-connections svg {
    display: inline;
    margin: auto;
    width: 5%;
    padding: 10px;
    max-height: 48px;
}

.facebook {
     transition: all .2s ease-in-out; 
}

.twitch {
    transition: all .2s ease-in-out;
}

.twitter {
    transition: all .2s ease-in-out;
}

.instagram {
    transition: all .2s ease-in-out;
}

.twitch:hover {
    fill: #6441a5;
    transform: scale(1.1);
}

.facebook:hover {
    fill: #3b5998;
    transform: scale(1.1);
}

.twitter:hover {
    fill: #00acee;
    transform: scale(1.1);
}

.instagram:hover {
    fill: #FD1D1D;
    transform: scale(1.1);
}


#contact-form h2 {
    font-family: "Lato";
    font-weight: bold;
    font-size: 2.5em;
}

#contact-form h4 {
    font-family: "Lato";
    font-weight: normal;
    font-size: 1.25em;
    text-transform: uppercase;
}

#contact-form h5 {
    font-family: "Lato";
    font-weight: 300;
    font-size: 1.25em;
}

#contact-form {
    width: 70%;
    left: 10%;
    position: relative;
    top: 10%;
}

.label {
    display: inline-block;
}

.contact-social {
    width: 100%;
    position: relative;
    display: block;
}

.contact-social svg {
    display: inline;
    margin: auto;
    padding: 10px;
    max-height: 48px;
}

label {
    padding: 0px;
    margin: 0px;
    font-family: "Lato";
    font-weight: 100;
    font-size: 1.1em;
}

.field {
    border: .5px solid black;
    outline: none;
    background-color: white;
    padding: 0.5rem 1rem;
    font-family: "Lato";
    font-weight: 100;
    font-size: 1.1rem;
    margin-bottom: 22px;
    transition: .3s;
}

.description {
    width: 100%;
    height: 125px;
    border: .5px solid black;
    outline: none;
    background-color: white;
    font-family: "Lato";
    font-weight: 100;
    font-size: 1.1rem;
    margin-bottom: 22px;
    transition: .3s;
    padding-top: 0px;
}


.field-email {
    width: 100%;
    border: .5px solid black;
    outline: none;
    background-color: white;
    padding: 0.5rem 1rem;
    font-family: "Lato";
    font-weight: 100;
    font-size: 1.1rem;
    margin-bottom: 22px;
    transition: .3s;
}

.field-email:hover{
    background-color: rgba(0, 0, 0, 0.07);
}

.field:hover{
    background-color: rgba(0, 0, 0, 0.07);
}

.description:hover{
    background-color: rgba(0, 0, 0, 0.07);
}

.btn {
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    border: 2px solid black;
    background-color: white;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    transition: .3s;
    font-family: "Lato";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: black;
    
}

.btn:hover {
    background-color: black;
    color: white;
    transform: scale(1.1);
}

.btn-next {
    position: relative;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    border: 2px solid black;
    background-color: white;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    transition: .3s;
    font-family: "Lato";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-decoration: none;
    color: black;
    
}

.btn-next:hover {
    background-color: black;
    color: white;
    transform: scale(1.1);
}

.btn-resume {
    position: relative;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    border: 2px solid black;
    background-color: white;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    transition: .3s;
    font-family: "Lato";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: black;
    text-decoration: none;
    
}

.btn-resume:hover {
    background-color: black;
    color: white;
    transform: scale(1.1);
}

.radio {
   padding: 0px;
   margin-bottom: 20px;
   width: 100%;
}




/** Media Query 1668px **/

@media (max-width: 1668px) {

    nav ul li {
        font-size: 2.67em;
    }
    
    .home-link {
        max-width: 150px;
    }

    .about-section {
        padding: 20px;
    }

    .about-section h1 {
    font-family: "Lato";
    font-weight: bold;
    font-size: 18em;
    text-transform: uppercase;
    }

    .about-section h3 {
    line-height: 1.4em;
    font-family: "Lato";
    font-weight: normal;
    font-size: 8em;
    text-transform: capitalize;
    }

    .slidingWords {
    display: inline;
    }

    .slidingWords span{
    animation: topToBottom 10s linear infinite 0s;
    -ms-animation: topToBottom 10s linear infinite 0s;
    -webkit-animation: topToBottom 10s linear infinite 0s;
    color: black;
    opacity: 0;
    overflow: hidden;
    display: block;
    font-family: "Lato";
    font-weight: bold;
    font-size: 3.5em;
    position: absolute;
    margin: 0;
    }

}




/** End Media Query 1668px **/


/** Media Query 1080px **/ 

@media (max-width: 1080px) {

    .home-link {
        display: none;
    }

    nav {
        position: fixed;
    }

    .nav {
    position: fixed;
    width: 100%;
    margin: 0;
    height: 80px;
    top: 0;
}
    .checkbtn {
        position: fixed;
        text-align: center;
        width: 100%;
        margin: auto;
        display: block;
        height: 80px;
    }

    .checkbtn img {
        width: 100%;
        margin: auto;
        height: 3.75em;
    }

    ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #3399ff;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .2s ease-in-out;
    }

    nav ul li {
        display: block;
        font-size: 4em;
    }

    nav ul li a {
        color: white;
    }
    
    .work-nav:hover {
    color: white;
    transform: scale(1.1);
}

.about-nav:hover {
    color: white;
    transform: scale(1.1);
}

.shop-nav:hover {
    color: white;
    transform: scale(1.1);
}

.contact-nav:hover {
    color: white;
    transform: scale(1.1);
}


    .art {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    top: 80px;
    }

    .work-information {
        width: 100%;
        height: 100vh;
        position: relative;
        top: 80px;
        padding: 0;
    }

    .contact {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    top: 80px;
    }

    .about-me {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    top: 80px;
    }


    .work-bwa {
    width: 100%;
    height: auto;
    float: none;
    padding: 40px 0;
    }
    
    .work-hfh {
     width: 100%;
    height: auto;
    float: none;
    padding: 40px 0;
    }
    
    .work-botb {
    width: 100%;
    height: auto;
    float: none;
    padding: 40px 0;
    }
    
    .work-crooked {
    width: 100%;
    height: auto;
    float: none;
    padding: 40px 0; 
    }
    
     .work-vaccine {
    width: 100%;
    height: auto;
    float: none;
    padding: 40px 0;
    }
    
    .work-odav {
     width: 100%;
    height: auto;
    float: none;
    padding: 40px 0;   
    }
    
    .work-sharkeez {
        width: 100%;
    height: auto;
    float: none;
    padding: 40px 0;
    }

    .work-gms {
    width: 100%;
    height: auto;
    float: none;
    padding: 40px 0;
    }

    .work-illus {
    width: 100%;
    height: auto;
    float: none;
    padding: 40px 0;
    }
    
    .work-blender {
    width: 100%;
    height: auto;
    float: none;
    padding: 40px 0;
    }

    .work-img {
    width: 100%;
    height: auto;
    }

    .work-img img {
    height: auto;
    width: 100%;

    }

    .work-info {
    top: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    }

    .work-info p {
        padding: 0 20px;
    }

    .work-section {
        width: 100%;
        height: 100vh;
        padding: 0;
        margin: 0 auto;
    }

    .display-img {
    width: 35%;
    padding: 10px;
    }

    .display-img img {
    width: 100%;
    margin: auto;
    }

    .display-wide {
    margin: auto;
    width: 100%;
    padding: 10px;
    }

    .display-wide img {
    width: 100%;
    margin: auto;
    }

    .display-small {
    margin: auto;
    width: 35%;
    padding: 10px;
    }

    .display-small img {
    width: 100%;
    margin: auto;
    }

    .display-half {
    margin: auto;
    width: 100%;
    padding: 10px;
    }

    .display-half img {
    width: 100%;
    margin: auto;
    }

}

/** End of Media Query 1080px **/

/** Media Query 915px **/

@media (max-width: 915px) {
    
    .btn-resume {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
    }
    
    .btn-resume a {
        text-decoration: none;
    }
    
    .contact-social {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-left: 20px;
    }

    .contact-social svg {
    display: inline;
    margin: 0 auto;
    padding:;
    width: 12%;
    max-height: 45px;
    }

    .social-connections {
        padding-top: 20px;
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-left: -15px;
    }

    .social-connections a {

    }

    .social-connections svg {
    display: inline;
    width: 10%;
    padding: 10px;
    max-height: 48px;
    }
      .about-section {
        padding: 20px;
    }

    .about-text {
    position: relative;
    margin-top: 100px;
    }

    .about-section h1 {
    font-family: "Lato";
    font-weight: bold;
    font-size: 8em;
    text-transform: uppercase;
    padding-top: 40px;
    }

    .about-section h3 {
    line-height: 1.4em;
    font-family: "Lato";
    font-weight: normal;
    font-size: 3em;
    text-transform: capitalize;
    }

    .slidingWords {
    display: inline;
    }

    .slidingWords span{
    animation: topToBottom 10s linear infinite 0s;
    -ms-animation: topToBottom 10s linear infinite 0s;
    -webkit-animation: topToBottom 10s linear infinite 0s;
    color: black;
    opacity: 0;
    overflow: hidden;
    display: block;
    font-family: "Lato";
    font-weight: bold;
    font-size: 1.75em;
    position: absolute;
    margin: 0;
    }
}

/** End of Media Query 915px **/ 


/** Media Query 667px **/

@media (max-width: 667px) {
    nav ul li {
        font-size: 3.2em;
    }

    .img-container {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .text-container {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }

    .text-container p {
        font-size: 1.4em;
    }

}


/** End of Media Query 667px **/