@charset "utf-8";
.hidden {
	display: none;
}

.pointercursor {
	cursor: pointer;
}

.social {
    position: relative;
    height: 3em;
    width: 13.5em
}

.social li {
    border-radius: 50%;
    display: block;
    height: 4em;
    line-height: 4em;
    margin: -2.2em;
    position: absolute;
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    -ms-transition: -ms-transform .7s;
    -o-transition: -o-transform .7s;
    transition: transform .7s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    width: 4em
}

.social a {
    color: #fffdf0 !important;
    display: block;
    height: 4em;
    line-height: 4em;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    -ms-transition: -ms-transform .7s;
    -o-transition: -o-transform .7s;
    transition: transform .7s;
    width: 4em
}

.block.contactblock .wrapper .social a:hover {
    color: #fffdf0 !important
}

.social li:hover {
    -webkit-transform: scale(1.3, 1.3) rotate(45deg);
    -moz-transform: scale(1.3, 1.3) rotate(45deg);
    -ms-transform: scale(1.3, 1.3) rotate(45deg);
    -o-transform: scale(1.3, 1.3) rotate(45deg);
    transform: scale(1.3, 1.3) rotate(45deg)
}

.social li:hover a {
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.facebook {
    background: #3b5998;
    left: 0;
    bottom: 0
}

.twitter {
    background: #00aced;
    bottom: 0;
    left: 50%
}

.pinterest {
    background: #cb2027;
    left: 75%;
    top: 0
}

.gplus {
    background: #dd4b39;
    top: 0;
    left: 25%
}

.linkedin {
    background: #007bb6;
    left: 100%;
    bottom: 0
}

.socialmedia {
    position: relative;
    width: 100%;
    height: 100px;
    display: inline-block;
    padding-top: 30px;
    margin-left: -10px
}

.socialmedia div {
    height: 3em;
    left: 50%;
    margin: -1.5em 0 0 -6em;
    position: absolute;
    top: 50%;
    width: 12em
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.transition {
    transition: all .5s ease
}

body {
    overflow-x: hidden
}

html,
html a {
    -webkit-font-smoothing: subpixel-antialiased !important;
    text-decoration: none
}

a {
    color: #e0e0e0
}

.maintext.jstyped {
    font-family: 'Numans', sans-serif
}

body {
    font-family: 'Numans', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    max-width: 100%
}

ul,
p,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
    font-family: 'Days One', sans-serif
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 34px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

a {
    transition: all .5s ease
}

i {
    text-shadow: none
}

.block {
    margin-top: 15px;
    color: #fff;
    display: table;
    width: 100%;
    position: relative;
    padding: 80px 0 80px 0;
    z-index: 1
}

.block .block-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 0
}

.block .block-container .title {
    font-family: 'Days One', sans-serif;
    font-weight: 300;
    color: #e60000
}

.block .block-container .description {
    font-weight: 300
}

.block.aboutMe {
    background: #f0f0f0;
    color: #e60000
}

.block.aboutMe a,
.block.aboutMe h1,
.block.aboutMe h2,
.block.aboutMe h3,
.block.aboutMe h4 {
    color: #e60000
}

.block.aboutMe .aboutMeContainer a:hover {
    color: #e8b931 !important
}

.block.aboutMe .aboutMeContainer:hover a,
.block.aboutMe .aboutMeContainer a.touchHoverStyle {
    color: #dd883a
}

.block.skillsProficienciesBlock {
    background: #f0f0f0;
    color: #e60000
}

.block.skillsProficienciesBlock .title {
    padding-left: 30px
}

.block.clients {
    background: #de5d30
}

.block.clients a,
.block.clients h1,
.block.clients h2,
.block.clients h3,
.block.clients h4,
.block.clients .title {
    color: #fff
}

.block.clients a:hover {
    color: #e8b931 !important
}

.block.clients .wrapper:hover a,
.block.clients .wrapper a.touchHoverStyle {
    color: #ecda86
}

.block.contactblock {
    background: #eeb548;
    color: #fff
}

.block.contactblock a,
.block.contactblock h1,
.block.contactblock h2,
.block.contactblock h3,
.block.contactblock h4,
.block.contactblock .title {
    color: #fff
}

.block.contactblock .wrapper {
    padding: 0 30px 30px 30px
}

.block.contactblock .wrapper:hover a,
.block.contactblock .wrapper a.touchHoverStyle {
    color: #de5d30
}

.block.contactblock .wrapper a:hover {
    color: #d3102e !important
}

.block.playBlock {
    background: #7a9e50;
    color: #fff
}

.block.playBlock a,
.block.playBlock h1,
.block.playBlock h2,
.block.playBlock h3,
.block.playBlock h4,
.block.playBlock .title {
    color: #fff
}

.block.playBlock .wrapper {
    padding-left: 30px;
    padding-right: 30px
}

.block.playBlock .wrapper:hover a,
.block.playBlock .wrapper a.touchHoverStyle {
    color: #ecda86
}

.block.playBlock .wrapper a:hover {
    color: #eeb548
}

.block.footerblock {
    background: #f0f0f0
}

.block.footerblock a {
    color: #e60000
}

.block.footerblock a:hover {
    color: #5eb5a5
}

.mainmenu {
    position: fixed;
    width: 100%;
    z-index: 1001;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    text-align: center;
    background: #f0f0f0
}

.mainmenu .menuwrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.mainmenu .menuwrapper .logoblock {
    float: left;
    padding: .5em 1em 0 30px;
    display: inline-block
}

.mainmenu .menuwrapper .logoblock .companyname {
    float: left;
    font-size: 28px;
    color: #e60000;
    font-weight: 100;
    transition: all .5s ease
}

.mainmenu .menuwrapper .logoblock:hover .companyname {
    color: #5eb5a5
}

.mainmenu .menuwrapper .menulist {
    display: inline-block;
    text-align: center;
    padding: .5em 1em;
    position: relative
}

.mainmenu .menuwrapper .menulist .items {
    display: inline-block
}

.mainmenu .menuwrapper .menulist .items .menuitem {
    float: left;
    list-style: none
}

.mainmenu .menuwrapper .menulist .items .menuitem a {
    color: #e60000;
    display: inline-block;
    padding: .6em 1em;
    margin: 0 .5em;
    border-radius: 4px;
    transition: all .5s ease
}

.mainmenu .menuwrapper .menulist .items .menuitem a:hover {
    background: #bbb
}

.mainmenu .menuwrapper .menulist .items .menuitem a:active {
    background: #bbb
}

.mainmenu .menuwrapper .menulist .items .menuitem.active a {
    color: #5eb5a5
}

.fontweightlight {
    font-weight: 100
}

.aboutMe .aboutMeContainer {
    max-width: 50%;
    min-width: 200px;
    display: inline-block;
    float: left;
    position: relative
}

.aboutMe .aboutMeContainer .wrapper {
    display: inline-block;
    padding: 30px
}

.aboutMe .aboutMeContainer .wrapper .title {
    font-weight: 400;
    margin: 40px 0 1em 0;
    transition: all .5s ease
}

.aboutMe .aboutMeContainer .wrapper .description {
    line-height: 1.5
}

.footerblock {
    text-align: center;
    padding: 40px 0
}

.companies {
    max-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    transition: all .5s ease
}

#home {
    height: 0;
    margin: 0 auto;
    width: 100%;
    position: relative
}

#title {
    min-height: 500px
}

#title .wrapper {
    position: absolute;
    height: 500px;
    margin-top: 200px;
    padding: 30px
}

.contactblock {
    color: #fff;
    background-color: #e25f36;
    line-height: 200%
}

.software {
    float: left;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden
}

.software div {
    float: left;
    display: inline
}

.software img {
    max-width: 160px;
    padding: 20px 65px 20px 0;
    width: 100%;
    height: auto !important;
    max-height: 200px;
    margin-bottom: 10px
}

#first {
    padding-left: 30px;
    float: left;
    transition: all .5s ease
}

#second {
    padding-left: 30px;
    float: left;
    transition: all .5s ease
}

.image-wrapper {
    width: 100%;
    height: 64px;
    margin-bottom: 20px
}

.image-wrapper img {
    max-width: 15%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px
}

.image-wrapper img:first-child {
    padding-left: 0
}

#jsTyping {
    max-height: 100%;
    padding-top: 3em;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -125px;
    color: #f0f0f0;
    visibility: hidden;
    width: 800px;
    height: 250px;
    max-width: 100%;
    position: absolute;
    word-wrap: normal;
    white-space: normal;
    text-align: left
}

#jsTyping .maintext.jstyped {
    display: inline;
    position: absolute
}

#jsTyping .descriptiontext.jstyped {
    font-size: 20px
}

.jstyped,
#container {
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    overflow-x: hidden
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}


#textTopRight {
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    right: 30px;
    margin-left: 30px;
    bottom: 30px;
    color: #bbb;
    border-radius: 10px;
    background-color: rgba(94, 181, 165, 0.4);
    max-width: 80%;
    animation: fadeOut 3s ease 8s 1 forwards
}

#textTopRight.no-js {
    bottom: auto !important;
    top: 5em !important
}

#secondlogos {
	margin-left: 112.5px;
	margin-top: -60px;
}

#cover {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f0f0f0;
    z-index: 10000
}

#cover div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4em;
    height: 4em;
    color: #bbb;
    z-index: 10001;
    font-size: 32px;
    margin-left: -2em;
    margin-top: -2em
}

.notransition {
    transition: none !important;
    animation: none !important
}

.typed-cursor {
    display: none !important
}

.centered {
    text-align: center !important
}

canvas {
    min-height: 500px !important
}

#container {
    min-height: 500px !important;
    display: inline-block;
    -webkit-box-shadow: 0 6px 15px 0 rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 0 6px 15px 0 rgba(50, 50, 50, 0.65);
    box-shadow: 0 6px 15px 0 rgba(50, 50, 50, 0.65)
}

.responsiveHalf {
    width: 50%;
    float: left
}

.responsiveHalf.fullWidth {
    width: 100%
}

.responsiveHalf .wrapper {
    padding: 30px
}

#worked_at .title {
    padding-left: 30px
}

.contact-info {
    padding-right: 0;
    float: right;
    width: 50%
}

.contact-info .email,
.contact-info .key,
.contact-info .phone {
    padding-bottom: 1em
}

#profilePic {
    border-radius: 20px;
    float: left;
    width: 50%
}

#profilePic img {
    padding: 0 0 0 50%;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    max-width: 100%
}

@media screen and (max-width:1024px) {
    .responsiveHalf {
        width: 100%
    }
    .mainmenu .menuwrapper a.logoblock,
    .mainmenu .menuwrapper .socialblock {
        display: none
    }
    .aboutMe {
        padding: 0
    }
    .aboutMe .block-container {
        padding: 0
    }
    .aboutMe .block-container .aboutMeContainer {
        width: 100%;
        max-width: 100%;
        display: inline-block;
        clear: both;
        border-bottom: 1px solid #c8c8c8
    }
    .aboutMe .block-container .aboutMeContainer:last-child {
        border-bottom: none
    }
    #secondlogos {
		margin-left: 0;
		margin-top: 0;
	}

}

@media screen and (max-width:800px) {
	
    #profilePic {
        width: 100%;
        max-width: 100%;
        clear: both;
        padding-bottom: 20px
    }
    .contact-info {
        float: left
    }
    #jsTyping {
        width: 90%;
        margin-left: 0;
        left: 5%
    }
    .mainmenu .menuwrapper .menulist {
        padding: 0;
        float: left;
        width: 100%
    }
    .mainmenu .menuwrapper .menulist ul.items {
        float: left;
        width: 100%
    }
    .mainmenu .menuwrapper .menulist ul.items li.menuitem {
        display: none;
        width: 100%
    }
    .mainmenu .menuwrapper .menulist ul.items li.menuitem a {
        width: 100%;
        font-size: 20px !important;
        border-radius: 0;
        padding: .5em 0;
        margin: 0
    }
    .mainmenu .menuwrapper .menulist ul.items li.menuitem.active {
        display: inline-block
    }
    .mainmenu .menuwrapper .menulist ul.items li.menuitem.active a {
        color: #e60000
    }
    .mainmenu .menuwrapper .menulist ul.items:hover li.menuitem {
        display: inline-block
    }
    .mainmenu .menuwrapper .menulist ul.items:hover li.menuitem a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
    .software img {
        max-width: 110px;
    }
}

@media only screen and (max-width:720px) {
    .contact-info {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        float: none
    }
    h1 {
        font-size: 36px
    }
    h2 {
        font-size: 36px
    }
    .question {
        width: 100%;
        margin-top: -288px
    }
    .question:before {
        font-size: 1800%
    }
    .users {
        margin-top: -246px
    }
    .software img {
        max-width: 95px;
    }
}

@media screen and (max-width:546px) {
    h1 {
        font-size: 26px
    }
    h2 {
        font-size: 24px
    }
    h3 {
        font-size: 23px
    }
    h4 {
        font-size: 22px
    }
    .block {
        padding-bottom: 40px
    }
    .block .block-container {
        padding-top: 40px
    }
    .software img {
        text-align: center;
        padding: 20px 36px 20px 0;
        max-width: 100px;
    }
    #second h3 {
        margin-left: 0;
        text-align: left
    }
    .question {
        width: 100%;
        margin-top: -241px;
        top: 200px
    }
    .question:before {
        font-size: 1400%
    }
    .mid {
        top: 400px
    }
    #site_img_fallback {
        display: inline
    }
    .software img {
        max-width: 70px;
    }
}

@media screen and (max-height:546px) {
    .mainmenu {
        position: absolute
    }
}

@media only screen and (max-width:320px) {
    .software img {
        text-align: center;
        padding: 20px 4px 20px 4px;
        width: 50%
    }
}

@media only screen and (max-height:500px) {
    #jsTyping {
        top: 255px
    }
    #textTopRight {
        bottom: auto;
        top: 5em
    }
}