/**
* @license
* MyFonts Webfont Build ID 3377457, 2017-04-20T10:50:00-0400
* 
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are 
* explicitly restricted from using the Licensed Webfonts(s).
* 
* You may obtain a valid license at the URLs below.
* 
* Webfont: BrandonTextWeb-Light by HVD Fonts
* URL: http://www.myfonts.com/fonts/hvdfonts/brandon-text/light/
* 
* Webfont: BrandonTextWeb-Medium by HVD Fonts
* URL: http://www.myfonts.com/fonts/hvdfonts/brandon-text/medium/
* 
* 
* License: http://www.myfonts.com/viewlicense?type=web&buildid=3377457
* Licensed pageviews: 20,000
* Webfonts copyright: Copyright (c) 2015 by Hannes von Doehren. All rights reserved.
* 
* © 2017 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

@import url("//hello.myfonts.net/count/338931");


@font-face {
    font-family: 'BrandonTextWeb-Light';
    src: url('fonts/338931_0_0.eot');
    src: url('fonts/338931_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/338931_0_0.woff2') format('woff2'), url('fonts/338931_0_0.woff') format('woff'), url('fonts/338931_0_0.ttf') format('truetype');
}


@font-face {
    font-family: 'BrandonTextWeb-Medium';
    src: url('fonts/338931_1_0.eot');
    src: url('fonts/338931_1_0.eot?#iefix') format('embedded-opentype'), url('fonts/338931_1_0.woff2') format('woff2'), url('fonts/338931_1_0.woff') format('woff'), url('fonts/338931_1_0.ttf') format('truetype');
}

body {
    font-family: 'BrandonTextWeb-light', Roboto, sans-serif;
    font-size: 15px;
    color: #FB1032;
    color: #072540;
    margin: 0px;
    background: #dfdfdf;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.touchevents body {}

html.no-touchevents body {}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.no-touchevents * {
    cursor: none;
    cursor: url(../assets/cursor-none.png), auto !important;
}

html.no-touchevents *:hover {
    cursor: none;
    cursor: url(../assets/cursor-none.png), auto !important;
}

#newMouse {
    display: block;
    position: fixed;
    left: -50px;
    top: -50px;
    z-index: 9999999;
}

#newMouse svg {
    fill: none;
    stroke: #FB1032;
    stroke-width: 5px;
    width: 15px;
    height: 30px;
    transform: scaleX(-1) rotate(0deg) translateY(-50%);
    transition: transform .2s ease-in-out;
}

.wave {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 1px;
    width: 40%;
    display: block;
    margin: 10px auto;
}

#newMouse.hov-left svg {
    transform-origin: center center;
    transform: scaleX(1) rotate(0deg) translateY(-50%);
}


#newMouse.hov-right svg {
    transform-origin: center center;
    transform: scaleX(-1) rotate(0deg) translateY(-50%);
}

#newMouse.hov-up svg {
    transform-origin: top center;
    transform: scaleX(1) rotate(90deg) translateY(-50%);
}

a,
a:visited,
a:focus {
    color: #fff;
    text-decoration: none;
}

a:hover,
.back-btn:hover {
    color: #FB1032;
}

p {
    margin: 0;
}

p:last-child {
    margin: 0;
}

h1,
h2,
h3 {
    margin: 0 0 10px 0;
    font-weight: normal;
}

h1 {
    padding-top: 30px;
    font-size: 50px;
}

h2 {
    font-size: 25px;
}

h3 {}


.bold {
    font-family: 'BrandonTextWeb-Medium', Roboto, sans-serif;
}

#logo {
    max-width: 175px;
    margin-top: 25px;

}

.content {
    min-height: 80vh;
    min-height: calc(100vh - 228px);
}
.back-btn {
    display: inline-block;
}
.web-link {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 75px;
}

.web-link h2 {
    display: inline-block;
    border-bottom: 3px solid #fff;
    padding-bottom: 3px;
}

.web-link svg {
    position: absolute;
    width: 70px;
    left: 50%;
    bottom: -39px;
    transform: scale(1);
}

.web-link a:hover {
    color: inherit;
}

.web-link a:hover + svg {
    transform: scale(0.9);
}

.web-link .svg-a {
    fill: #072540;
}

.web-link .svg-b {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 35px;
}


#img-container {
    position: relative;
    display: block;
    height: 100vh;
    width: 100vw;
}

#img-container img {
    position: absolute;
/*    padding: 20px;*/
    max-width: 96%;
    max-height: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-shadow: 4px 4px 6px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 4px 6px 1px rgba(0,0,0,0.3);
box-shadow: 4px 4px 6px 1px rgba(0,0,0,0.3);
}

.skip-btn {
    position: absolute;
    display: block;
    top: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
}

.skip-btn.back {
    left: 5px;
}
#img-container[data-current="1"] .skip-btn.back {
   display: none;
}
.skip-btn.fwrd {
    right: 5px;
}
#img-container[data-current="1"] .skip-btn.fwrd {
   width: 100%;
}

.skip-btn .arrow {
/*    display: none;*/
    position: absolute;
    width: 15px;
    height: 30px;
    background-color: transparent;
    opacity: .2;
    transition: opacity .3s ease-in-out, transform .5s ease-in-out;
}

.skip-btn.back .arrow {
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(20%);
}

.skip-btn.fwrd .arrow {
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-20%);
}

.skip-btn.back:hover .arrow {
    opacity: 1;
    transform: translateY(-50%) translateX(0%);
}

.skip-btn.fwrd:hover .arrow {
    opacity: 1;
    transform: translateY(-50%) translateX(0%);
}

.skip-btn svg {
   fill: none;
    stroke: #072540;
    stroke-width: 3px;
    width: 15px;
    height: 30px;
}

.skip-btn.back svg {}

.skip-btn.fwrd svg {
    transform: rotate(180deg);
    transform-origin: center center;
}

.pagina {
    display: none;
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0;
    text-align: center;
    line-height: 33px;
}

#splash {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #072540;
    z-index: 999;
    color: #fff;
    transform: translateX(100%);
    transition: transform .5s ease-in-out;
}

#splash.open {
    transform: translateX(0%);
}

.contact {
    display: inline-block;
    margin: 0 auto;
    border-top: wave 2px solid white;
}

@media (max-width: 484px) {
    .web-link {
        margin-bottom: 70px;
    }

    .web-link h2 {
        border-bottom: none;
        padding-bottom: 6px;
    }

    .web-link svg {
        width: 135px;
        left: 50%;
        bottom: -53px;
        opacity: .1;
        transform: scale(1) translateX(-50%);
    }

    .web-link a:hover + svg {
        transform: scale(1) translateX(-50%);
    }
}

@media only screen and (min-width: 1800px) {
    #websites-container .website-card h1.domain {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 40px;
    }

    #websites-container .website-card h1.domain {
        font-size: 3.5vw;
    }

    h2 {
        font-size: 20px;
    }

    #logo {
        max-width: 120px;
    }

    #websites-container .scene {
        width: 50%;
        padding: 15px;
    }

    #websites-container {
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 32px;
    }

    #websites-container .website-card h1.domain {
        font-size: 7vw;
    }

    h2 {
        font-size: 20px;
    }

    #logo {
        max-width: 80px;
        margin-top: 15px;
    }

    #websites-container .scene {
        width: 100%;
        padding: 10px;
    }

    #websites-container {
        padding: 30px 0px;
    }
}

@media only screen and (max-width: 400px) {
    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 15px;
    }
}
