/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

button:focus {
    outline:0 !important;
    outline: none !important;

}

.sort.main-menu.mobile{
    display: none;
}

.social {
    width: 34.8%;
    float: left;
}

.socialicon {
    float: left;
}

html {
    font-size: 1em;
    line-height: 1.4;
    height: 1000vh;
    -webkit-font-smoothing: antialiased;
    background-color: white;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

@font-face {
    font-family: Maison;
    src: url('../fonts/MaisonDemiBold.otf')  format('opentype');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: SangBleu;
    src: url('../fonts/SangBleuKing.otf')  format('opentype');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: Arnhem;
    src: url('../fonts/ufonts.com_arnhemlf-blond.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: Arnhem;
    src: url('../fonts/ufonts.com_arnhem-blonditalic.ttf')  format('truetype');
    font-style: italic;
    font-weight: 600;

}

@font-face {
    font-family: Arnhem;
    src: url('../fonts/ufonts.com_arnhem-bold.ttf')  format('truetype');
    font-weight: bold;

}






@font-face {
    font-family: GT;
    src: url('../fonts/gt-pressura-mono-regular.ttf') format('truetype');

}

@font-face {
    font-family: GTBOLD;
    src: url('../fonts/gt-pressura-mono-bold.ttf') format('truetype');

}



@font-face {
    font-family: Gtsectra;
    src: url('../fonts/GT-Sectra-Regular.ttf') format('truetype');

}

.me {
    text-decoration: none;
    color: black;
 
    padding: 1px;
    padding-left: 10px;
    padding-right: 6px;
    margin-left:-10px;
}

.me:hover {
        transition: border 0.5s ease;
    border: 1px solid #fff;
    transition: color 0.5s ease;
    color: white;
    transition: background 0.5s ease;
    background: black;
}

.meuarts:hover {
        transition: border 0.5s ease;
    border: 1px solid #fff;
    transition: color 0.5s ease;
    color: white;
    transition: background 0.5s ease;
    background: red;
}


.logodiv {
    float: left;
    display: inline;
    width: 20%;
    margin-top: 0px;
    margin-left: 15px;
    position: fixed;
}

.cls-1:hover {
    transition: fill 0.5s ease;
    fill: black;
    transition: stroke 0.5s ease;
    stroke: white;
    stroke-miterlimit:10;
}
.cls-2:hover {
    stroke: white;
    stroke-miterlimit:10;
    stroke-width:8px;
}


#thediv {

}

.logo {
    float: left;
}

.headertext {
    top: 0;
    font-family: SangBleu;
    float: left;
    display: inline-block;
    width: 78%;
    line-height: 45px;
    letter-spacing: 1px;
    margin-left: 16%;
    margin-top: -18px;

}

.headerdiv {
    float: left;
    display: inline;
}

.navlink {
    margin-left: 10%;
}

.infolink {
    float: right;
}

.sort {
    padding-top:10px;
    background: white;
    font-family: GT;
    width: 83%;
    margin-left: 16%;
    display: inline;
    float: left;
    height: 30px;
    color: red;
    opacity: 1;
}

.work {
    display: inline-block;
    margin-top: 40px;
}

.worktitle {
    max-width: 60%;
}

#hr2 {
    float: left;
    width: 99%;
}

.workpiece {
    margin-left: 15.8vw;
}

.workpiecesub {
    margin-left: 15.8vw;
    margin-top: 10vw;
}

.workpiecesubprofile {
    height: 85vh;
    margin-left: 15.8vw;
    margin-top: 120px;
    position: relative;
}

.images {
    margin-top: 20px;
}

.images img {
    max-width: 80%;
}

.wrapperb {
    margin-bottom: -13%;
}

.wrapperc {
    margin-bottom: -11%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-top: 25px;
}


.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 65.4vw;
    height: 76%;

}

.profile img {
    margin-left: 38%;
    margin-top: 32px;
    max-width: 75%;
    float: left;
}

.profile {
    width: 40%;
    float: left;
}

.profileb {
    margin-left: 5%;
    width: 40%;
    float: left;
}

.socialicon {
    margin-top: -5px;
}

.socialicon a:hover {
    border: none !important;
    color: none !important;
    background: none !important;
}

#intro-anchor {
    font-family: GT;
}

h1 {
    font-size: 34px;
    font-family: SangBleu;
    letter-spacing: 0px;
}

h2 {
    color: darkorange;
    font-family: Arnhem;
    font-style: italic;
    font-size: 1em;
    margin-top: -28px;
}

p {
    font-family: Arnhem;
}

.sort a {
    text-decoration: none;
    color: black;
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
}

a:hover{
    transition: border 0.5s ease;
    border: 1px solid #fff;
    transition: color 0.5s ease;
    color: white;
    transition: background 0.5s ease;
    background: black;
}

.logodiv a:hover{
    transition: none;
    border: none;
    color: none;
    background: none;
}

.cls-1:hover{
    transition: fill .5s ease;
    fill: black;
}

a {
    color: black;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}



audio,
canvas,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* =Footer */
.footer-container {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    background-color: #06060d; 
}
.footer-container .wrapper {
    width: 80%;
    max-width: none;
    margin: 0 10%; 
}
.footer-container h3 {
    margin: 0;
    padding: 20px 0;
    font-weight: normal; 
}
.footer-container a {
    color: rgba(255, 255, 255, 0.5); 
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
    /* =General */

    /* =Header */

    /* =Footer */
}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1140px) {
    /* =General */

    /* =Header */

    /* =Footer */
}

@media only screen and (max-width: 900px) {

.socialicon {
    float: right;
}

.wrapperb {
    margin-bottom: 5%;
}

.wrapperc {
    margin-bottom: 5%;
}

#geekcarousel {
    margin-top: 6% !important;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background: black;
    width: 30px !important;
    height: 30px !important;
    text-align: center;
    color: lightgray;
    text-decoration: none;
    font: 20px/27px SangBleu, sans-serif !important;
}

.jcarousel-control-prev {
    left: -4vw !important;
}

.jcarousel-control-next {
    right: -4vw !important;
}

.jcarousel-wrapper {
    width: 92vw !important;

}

.jcarousel li {
    width: 92vw !important;
}


.videoWrapper iframe {

    width: 100%;
    height: 100%;

}

.logodiv {
    display: none;
}

.headertext {
    margin-left: 2%;
    width: 96%;
}

.sort {
    margin-left: 2%;
    width: 96%;
}

.workpiece {
    margin-left: 2%;
    width: 96%;
}

.workpiecesub {
    margin-left: 2%;
    width: 96%;
}

.worktitle {
    max-width: 100%;
}

.images img {
    width: 100%;
    max-width: 100%;
}


.workpiecesubprofile {
    margin-left: 2%;
}

.profile {
    float: left;
    width: 100% !important;
}

.profileb {
    float: left;
    width: 100% !important;
    margin-left: 0%;
}

}


@media only screen and (max-width: 700px) {

.jcarousel-wrapper {
    width: 90vw !important;

}

.jcarousel li {
    width: 90vw !important;
}

.sort a {
    font-size: .8em;
}
.infolink {
    float: right;
    margin-top: 3px;
}

.headertext h1 {
    font-size: 24px;
    line-height: 34px;
}



}

@media only screen and (max-width: 588px) {

html {
    line-height: 1.1;
}

h2 {
    line-height: 1.5;
}

p {
    line-height: 20px;
}

.sort.main-menu.mobile {
    text-align: center;
    display: inline;
    width: 98%%;
    margin: auto;
}

.sort a {
        font-size: .8em;
        padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.navlink {
    margin-left: 4%;
}

}


@media only screen and (max-width: 500px) {

.jcarousel-wrapper {
    width: 92vw !important;

}

.jcarousel li {
    width: 92vw !important;
}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}










/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
{
        page-break-inside: avoid;
    }


    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.jcarousel-wrapper {
    width: 65.5vw;
    position: relative;

}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 65.5vw;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 100px;
    height: 100px;
    text-align: center;
    color: lightgray;
    text-decoration: none;
    font: 127px/27px SangBleu, sans-serif;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    background: none;
    color: lightgray;
}

.jcarousel-control-prev {
    left: -10vw;
}

.jcarousel-control-next {
    right: -10vw;
}

/** Carousel Pagination 

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
**/
