@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300");
@import url("https://fonts.googleapis.com/css?family=Muli:300, 500, 700");
/* @font-face {
    font-family: 'Boing';
    src: URL('../fonts/Boing-Medium.ttf') format('truetype');
} */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wdth,wght@0,62..125,100..900;1,62..125,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.tile-title {
    font-family: "Archivo";
    font-size: 3em;
    font-weight: 800;
    margin: 0 0 0.75em 0;
    line-height: 0.4em;
    color: rgba(0, 0, 0, 1.0);
}

.tile-title-top {
    font-family: "Archivo";
    font-size: 3em;
    font-weight: 800;
    margin: 0;
    line-height: 50px;
    text-align: left;
    /*color: rgba(255, 255, 255, 1.0)*/
    color: rgba(0, 0, 0, 1.0)
}

.tile-title-top-subheader {
    font-family: "Archivo";
    font-size: 1.75em;
    font-weight: 800;
    margin: 0;
    line-height: 30px;
    text-align: left;
    color: rgba(128, 128, 128, 1);
}

.app-preview-header {
    color: rgba(0, 0, 0, 1);
    font-family: "Muli", Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.05em;
    margin: 0;
    /*text-transform: uppercase;*/
}

.app-preview-subheader {
    color: rgba(0, 0, 0, 1);
    margin: 0;
    line-height: 1.55;
}

header {
    justify-content: space-between;
}


/* Box Model */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Basic */

@media screen and (max-width: 480px) {
    html,
    body {
        min-width: 320px;
    }
}

html {
    height: 100%;
}

body {
    /*height: 100%;*/
    /*background-color: #000000;*/
    /*background-image: url("../images/20.png");*/
    /*background-attachment: fixed;*/
    background-color: #fff;
}

body:after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: inherit;*/
    opacity: 0;
    z-index: 1;
    background-color: #000000;
    background-repeat: repeat, no-repeat;
    background-size: 100px 100px, cover;
    background-position: top left, center center;
    -moz-transition: opacity 1.75s ease-out;
    -webkit-transition: opacity 1.75s ease-out;
    -ms-transition: opacity 1.75s ease-out;
    transition: opacity 1.75s ease-out;
}

body.is-loading:after {
    opacity: 1;
}

/* Type */

body,
input,
select,
textarea {
    color: rgba(0, 0, 0, 1);
    font-family: "Muli", Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-size: 11pt;
    /*text-transform: uppercase;*/
}

a {
    -moz-transition: color 0.2s ease, border-color 0.2s ease;
    -webkit-transition: color 0.2s ease, border-color 0.2s ease;
    -ms-transition: color 0.2s ease, border-color 0.2s ease;
    transition: color 0.2s ease, border-color 0.2s ease;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

strong,
b {
    color: #000000;
}

em,
i {
    font-style: italic;
}

p {
    margin: 0 0 1.5em 0;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    line-height: 1.5;
    margin: 0 0 0.75em 0;
    text-align: left;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 1.85em;
    letter-spacing: 0.22em;
    margin: 0 0 0.525em 0;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 1em;
    margin: 0 0 1.5em 0;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

.table-row {
    display: table-row;
}

.small-left-column {
    display: table-cell;
    width: 80px;
    height: 80px;
    padding: 0.75em
}

.large-right-column {
    display: table-cell;
    position: relative;
}

.full-image {
    height: 100%;
    display: block;
}

.above-the-fold {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tile {
    width: 550px;
    max-width: 100%;
    padding: 2em 2em 2em 2em;
    margin: 0 2em 0 2em;
    border-radius: 20px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
    transition: transform .2s;
}

.tile:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.tile-top {
    width: 550px;
    max-width: 100%;
    padding: 0em 2em 0em 2em;
}

.profile-picture {
    border-radius: 50%;
    width: 125px;
}

.arrow-svg {
    height: 9px;
    width: 9px;
    margin-left: 8px;
    margin-top: 3px;
}

.vertical-center-top {
    width: 300px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-items {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-items {
    display: flex;
    align-items: center
}

.center-vertical-div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 3em 0 3em 0;
}

.app-demo-wrapper {
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    margin: 0 2em 0 2em;
}

.app-demo-wrapper-reverse {
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    margin: 0 2em 0 2em;
}

.inline-text {
    display: inline;
    font-weight: bold;
    color: black;
}

/*
blue:   rgba(0, 191, 255, 0.75)
yellow  rgba(255, 226, 64, 0.75)
red:    rgba(255, 96, 96, 0.75)
green:  rgba(96, 255, 96, 0.75)
purple  rgba(127, 96, 255, 0.75)
pink    rgba(255, 96, 255, 0.75)
*/

#intro-text {
    /* color: rgba(64, 64, 64, 1); */
    font-weight: bold;
}

#intro {
    background-image: url("../images/overlay.png"), -webkit-linear-gradient(60deg, rgba(223, 223, 223, 1), rgba(0, 0, 0, 1));
    /* background-image: url("../images/overlay.png"), -webkit-linear-gradient(60deg, rgba(64, 64, 64, 0.8), rgba(255, 255, 255, 0.8), rgba(64, 64, 64, 0.8)); */
    /* background-image: url("../images/overlay.png"), -webkit-linear-gradient(60deg, rgba(255, 192, 0, 0.8), rgba(255, 192, 0, 0.8), rgba(255, 192, 0, 0.8), rgba(255, 192, 0, 0.8), rgba(255, 255, 255, 0.8), rgba(255, 192, 0, 0.8), rgba(255, 192, 0, 0.8), rgba(255, 192, 0, 0.8), rgba(255, 192, 0, 0.8)); */
    /* background-attachment: scroll, fixed, fixed; */
    background-attachment: fixed;
}

#hell {
    width: 455px;
    margin-right: 6em;
    background-image: url("../images/overlay.png"), -webkit-linear-gradient(60deg, rgba(255, 0, 0, 0.8), rgba(96, 96, 96, 0.8));
    background-attachment: scroll, fixed, fixed;
}

#hell-app-preview {
    width: 100%;
    display: table;
    border-radius: 18px;
    background-image: url("../images/overlay.png"), -webkit-linear-gradient(60deg, rgba(96, 96, 96, 1), rgba(255, 0, 0, 1));
    background-attachment: scroll, fixed, fixed;
    transition: transform .2s;
}

#hell-app-preview:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#hell-gif {
    width: 207px;
    height: 448px;
    background-image: url("../images/hell.gif");
    background-size: cover;
}

#hell-text {
    color: rgba(64, 0, 0, 1);
    font-weight: bold;
}

#nowsnapp {
    width: 455px;
    margin-left: 6em;
    background-image: url("../images/overlay.png"), -webkit-linear-gradient(60deg, rgba(0, 255, 0, 0.8), rgba(128, 128, 128, 0.8));
    background-attachment: scroll, fixed, fixed;
}

#nowsnapp-app-preview {
    width: 100%;
    display: table;
    border-radius: 18px;
    background-image: url("../images/overlay.png"), -webkit-linear-gradient(60deg, rgba(128, 128, 128, 1), rgba(0, 255, 0, 1));
    background-attachment: scroll, fixed, fixed;
    transition: transform .2s;
}

#nowsnapp-app-preview:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#nowsnapp-gif {
    width: 207px;
    height: 448px;
    background-image: url("../images/nowsnapp.gif");
    background-size: cover;
}

#nowsnapp-text {
    color: rgba(0, 96, 64, 1);
    font-weight: bold;
}

#popz {
    width: 455px;
    margin-right: 6em;
    background-image: url("../images/overlay.png"), -webkit-linear-gradient(60deg, rgba(0, 255, 255, 0.8), rgba(96, 96, 96, 0.8));
    background-attachment: scroll, fixed, fixed;
}

#popz-app-preview {
    width: 100%;
    display: table;
    border-radius: 18px;
    background-image: url("../images/overlay.png"), -webkit-linear-gradient(60deg, rgba(96, 96, 96, 1), rgba(0, 255, 255, 1));
    background-attachment: scroll, fixed, fixed;
    transition: transform .2s;
}

#popz-app-preview:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#popz-gif {
    width: 207px;
    height: 448px;
    background-image: url("../images/popz.gif");
    background-size: cover;
}

#popz-text {
    color: rgba(0, 96, 96, 1);
    font-weight: bold;
}

#skills {
    background-image: url("../images/overlay.png"), -webkit-linear-gradient(60deg, rgba(0, 191, 255, 0.8), rgba(255, 226, 64, 0.8));
    background-attachment: scroll, fixed, fixed;
}

#education {
    background-image: url("../images/overlay.png"), -webkit-linear-gradient(60deg, rgba(255, 226, 64, 0.8), rgba(255, 96, 255, 0.8));
    background-attachment: scroll, fixed, fixed;
}

#copyright {
    color: rgba(128, 128, 128, 0.3);
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance: none) {
    .inline-text {
      font-weight: 100;
      letter-spacing: 0.04em;
      font-weight: normal;
    }
    #intro-text {
      font-weight: 100;
      letter-spacing: 0.04em;
      font-weight: normal;
    }
    #hell-text {
      font-weight: 100;
      letter-spacing: 0.04em;
      font-weight: normal;
    }
    #nowsnapp-text {
      font-weight: 100;
      letter-spacing: 0.04em;
      font-weight: normal;
    }
    #popz-text {
      font-weight: 100;
      letter-spacing: 0.04em;
      font-weight: normal;
    }
  }
}

@media screen and (max-width: 900px) {
    .app-demo-wrapper {
        display: flex;
        flex-direction: column;
    }
    .app-demo-wrapper-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    #hell {
        margin-bottom: 3em;
        margin-right: 2em;
    }
    #hell-gif {
        margin-bottom: 3em;
    }
    #nowsnapp {
        margin-bottom: 3em;
        margin-left: 2em;
    }
    #nowsnapp-gif {
        margin-bottom: 3em;
    }
    #popz {
        margin-bottom: 3em;
        margin-right: 2em;
    }
    #popz-gif {
        margin-bottom: 3em;
    }
}

@media screen and (max-width: 480px) {
    body,
    input,
    select,
    textarea {
        font-size: 10pt;
        line-height: 1.75;
    }
}

@media screen and (min-width: 455px) {
    .header-top {
        display: flex;
    }
    .profile-picture {
        margin-top: 0em;
    }
}


/* Mobile */

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

    .header-top {
        display: grid;
    }

    .vertical-center-top {
        width: 100%;
        position: relative;
    }

    .above-the-fold {
	    height: auto;
	  }

    .profile-picture {
        margin-top: 3em;
    }

	#intro {
	  background-attachment: scroll;
	}

    #hell {
	  background-attachment: scroll;
	}

	#hell-app-preview {
		background-attachment: scroll;
	}

	#nowsnapp {
	  background-attachment: scroll;
	}

	#nowsnapp-app-preview {
		background-attachment: scroll;
	}

	#popz {
	  background-attachment: scroll;
	}

	#popz-app-preview {
		background-attachment: scroll;
	}
}
