@charset "utf-8";

/* CSS Document */


/*
================================================================
    Font Styles
================================================================
*/

@font-face {
    font-family: 'nexabold';
    src: url('../fonts/nexa-bold/Nexa-Bold-webfont.eot');
    src: url('../fonts/nexa-bold/Nexa-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/nexa-bold/Nexa-Bold-webfont.woff2') format('woff2'),
    url('../fonts/nexa-bold/Nexa-Bold-webfont.woff') format('woff'),
    url('../fonts/nexa-bold/Nexa-Bold-webfont.ttf') format('truetype'),
    url('../fonts/nexa-bold/Nexa-Bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexalight';
    src: url('../fonts/nexa-light/Nexa-Light-webfont.eot');
    src: url('../fonts/nexa-light/Nexa-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/nexa-light/Nexa-Light-webfont.woff2') format('woff2'),
    url('../fonts/nexa-light/Nexa-Light-webfont.woff') format('woff'),
    url('../fonts/nexa-light/Nexa-Light-webfont.ttf') format('truetype'),
    url('../fonts/nexa-light/Nexa-Light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}





/*
================================================================
    Misc. Styles
================================================================
*/

* {
    -webkit-tap-highlight-color: transparent;
    /* Safari, Chrome */
    -moz-tap-highlight-color: transparent;
    /* Firefox */
    tap-highlight-color: transparent;
    /* CSS3 */
    -webkit-user-select: none;
    /* Safari, Chrome */
    -moz-user-select: none;
    /* Firefox */
    user-select: none;
    /* CSS3 */
    -webkit-touch-callout: none;
    /* Safari, Chrome */
    -moz-touch-callout: none;
    /* Firefox */
    touch-callout: none;
    /* CSS3 */
}

body {
    font-family: nexalight, sans-serif;
    background-color: rgba(255, 255, 255, 0);
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    height: 100%;
}

html {}

a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

* {
    -webkit-backface-visibility: hidden;
}

.no-flickr {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}




/*
================================================================
    Main Styles
================================================================
*/

.centerContent {
    text-align: center;
}

.leftContent {
    text-align: left;
}

.rightContent {
    text-align: right;
}

.site {
    position: relative;
    width: 100%;
    height: 100%;
}

.bold {
    font-family: nexabold, sans-serif;
}





/*
================================================================
    Modal Styles
================================================================
*/

.modal-dim {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 2s, opacity .5s, right 0s 2s;
    -webkit-transition: visibility 0s 2s, opacity .5s, right 0s 2s;
}





/*
================================================================
    Home Styles
================================================================
*/

.header-container {
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 2;
}

.header-text {
    margin-top: 0px;
}

.header-text p {
    font-size: 40px;
}

.mainlogo {
    width: 30px;
    margin: 8px 8px 8px 20px;
}

.profile-image {
    display: inline-block;
    border-radius: 200px;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.profile-image img {
    width: 100%;
    height: 100%;
}

.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    height: 100vh;
    text-align: center;
}

.main-container .info-box h1 {
    margin-top: 10px;
    font-family: nexabold;
}

.main-container .info-box h2 {
    font-size: 20px;
}

.main-container .info-box h3 {
    font-size: 18px;
    margin-top: 0;
}

.main-container .info-box p {
    font-size: 16px;
    font-family: nexabold;
    padding-top: 30px;
    margin:0;
    /*border-bottom: solid 1px #333;*/
}

.project-box {
    margin-top: 0px;
    padding: 12px;
    border-radius: 6px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

.project-box:hover {
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
}

.project-box a {
    transition: all .3s;
    -webkit-transition: all .3s;

}

.project-box a:hover {
    color: #2EACF6;

}

.main-container .project-box h3 {
    font-size: 20px;
    margin: 0;
}

.main-container .project-box h4 {
    font-size: 14px;
    margin: 0;
}

.main-container .project-box p {
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 0;
    border: none;
}









/*
================================================================
    Footer Styles
================================================================
*/

.footer {
    position: absolute;
    width: 100%;
    height: 86px;
    bottom: 0;
    text-align: center;

}

.footer p {
    font-family: nexabold;

}

.spacer {
    display: inline-block;
    width:40px;
}

.twitter-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('../img/social.svg');
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: 0px 0px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.linkedin-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('../img/social.svg');
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: -40px 0px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.twitter-icon:hover {
    background-position: 0px -40px;
}

.linkedin-icon:hover {
    background-position: -40px -40px;
}







/*
================================================================
    Loader / Spinner Styles
================================================================
*/

.cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
}

.loadingOverlay {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1050;
}

.loader,
.loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em;
}

.loader__figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #32dc64;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader__label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0.5em 0 0 50%;
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #1ca544;
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #32dc64;
    }
    29% {
        background-color: #32dc64;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}

@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #32dc64;
    }
    29% {
        background-color: #32dc64;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}

@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #32dc64;
    }
    29% {
        background-color: #32dc64;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 3em;
        width: 3em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}

@-webkit-keyframes loader-label {
    0% {
        opacity: 0.25;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}

@-moz-keyframes loader-label {
    0% {
        opacity: 0.25;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}

@keyframes loader-label {
    0% {
        opacity: 0.25;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}











/*
================================================================
  Animate.css
================================================================
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated3s {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated3s.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}




/* logo animate */

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(800px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(800px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(800px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(800px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(800px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(800px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(800px) scale3d(.95, .95, .95);
        transform: perspective(800px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(800px);
        transform: perspective(800px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(800px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(800px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(800px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(800px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(800px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(800px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(800px) scale3d(.95, .95, .95);
        transform: perspective(800px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(800px);
        transform: perspective(800px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}






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

@media (min-height: 490px) {}



/* SMALL-MEDIUM DEVICES, TABLETS */

@media (min-width: 400px) {

    .profile-image {
        width: 120px;
        height: 120px;
    }

}

@media (min-width: 500px) {}


@media (min-width: 600px) {

    .profile-image {
        width: 150px;
        height: 150px;
    }

}



/* SMALL DEVICES, TABLETS / DESKTOPS */

@media (min-width: 768px) {


}



/* MEDIUM DEVICES, DESKTOPS */

@media (min-width: 992px) {}


/* LARGE DEVICES, WIDE SCREENS */

@media (min-width: 1200px) {}


@media (min-width: 1600px) {}


