@charset "UTF-8";

html, body {
	height:100%;
}

body {
	background: #9ac0b0;
	color:#fff;
	font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align:center;
	text-rendering: optimizeLegibility;
}

a:link, a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

a:hover, a:active {
	text-decoration:none;
	border-bottom: none;
}

.gradient {
	background: #000000;
	background: -webkit-linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
	background: -o-linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
	background: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);

	background-attachment:fixed;
}

h1, h2, h3, h4 {
	font-weight:300;
	clear:both;
}

h1 {
    padding-bottom: 20px;
}

h2 {
	line-height:1.3;
	padding:0 0 30px;
}


.intro {
    margin: 0 auto;
    max-width: 640px;
}


p {
    font-size: 2em;
    font-weight: 300;
}

.portfolio-info {
    font-size: 1.6em;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 2em;
}

.position {
    display: block;
    font-size: 65%;
    padding: 10px 0 0;
}



.me {
    background: rgba(0, 0, 0, 0) url("/images/me.jpg") repeat scroll 0 0;
    background-size: 100% auto;
    border-radius: 50%;
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.2);
    height: 160px;
    margin: 40px auto 30px;
    width: 160px;
}

.me-nav {
    background: rgba(0, 0, 0, 0) url("/images/me.jpg") repeat scroll 0 0;
    background-size: 100% auto;
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.2);
    height: 50px;
    margin: 10px auto;
    width: 50px;
}

.me-nav a {
    border: medium none;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

h2 {
	font-size: 2em;
	padding:0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

.navbar {
    min-height: 0;
}

.navbar .me {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
	display:block;
    height: 4em;
    margin: 10px auto 0;
    width: 4em;
}

.navbar-default .navbar-toggle {
    border: medium none;
	margin-top:22px;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: medium none;
    box-shadow: none;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 		Overlay style
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    z-index: 9999;
	
	background: #000000;
	background: -webkit-linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
	background: -o-linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
	background: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
}
.overlay .overlay-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
	overflow: hidden;
	border: none;
	background: url(/images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
.overlay nav {
    font-size: 26px;
    height: 100vh;
    overflow: auto;
    text-align: center;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
    display: block;
    font-weight: 700;
    margin: 30px 0 0;
}
.overlay ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: block;
    font-weight: 300;
    margin: 10px 0;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
	color: #ffffff;
}
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH




/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Header
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.header{
	background: rgba(87, 160, 255, 0);
    padding: 0;
}
#logo {
	font-size: 80px;
	letter-spacing: 10px;
	font-weight: 100;
	color: white;
	display: inline-block;
	padding: 0px;
    float: left;
}
a#logo:hover{
	text-decoration: none;
}
.strong{
	font-weight: 400;
}
.header img{
	width: 100%;
}
.top-bar{
    width: 100%;
}
.fixed {
    position: fixed;
    background: rgba(0, 0, 0, 0.55);
    top: 0;
    z-index: 99;
    transition: 1s;
}
.fixed #logo{
    font-size: 60px;
}
.fixed .nav-button{
    margin: 8px 0px;
}
.nav-button{
	max-width: 600px;
	margin: 8px 0px;
}
.nav-button button{
	border: none;
	outline: none;
	display: inline-block;
	color: #fff;
	border-radius: 0px;
	cursor: pointer;
	background-color: transparent;
	float: right;
	font-size: 34px;
	padding: 0px 12px;
}
.nav-button button:hover{
	color: rgb(87, 160, 255);
	background-color: white;
}
.navbar-white {
      background-color: #fff !important;
      transition: background 0.5s ease-out;
      box-shadow: 0px 0px 10px #39c;
}
.starting img{
	margin-top: 110px;
}
.banner-text{
    margin-top: 100px;
}
.starting p{
	padding: 20px 0px;
	color: #fff;
	line-height: 30px;
}
.btn.btn-download {
    padding: 10px;
    background: white;
    border-radius: 50px;
    width: 180px;
    text-align: left;
    color: #333333;
    border: 1px solid white;
    margin-right: 10px;
}
.btn.btn-download:hover{
    color: #fff;
    background-color: transparent;
}

.btn.btn-download i {
    width: 20px;
    font-size: 36px;
    margin-left: 10px;
    margin-right: 25px;
}

.btn.btn-download strong {
    font-weight: 800;
}



.top{
    display: none;
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    color: #fff;
    padding: 5px 10px;
    font-size: 22px;
    position: fixed;
    bottom: 45px;
    right: 35px;
}
.show-top{
    display: block;
    z-index: 99;
    transition: 2s;
}
.top:hover{
    background: rgb(87, 160, 255);
}


.enter input {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border: medium none;
    border-radius: 45px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14) inset, 0 3px 1px -2px rgba(0, 0, 0, 0.2) inset, 0 1px 5px 0 rgba(0, 0, 0, 0.12) inset;
    font-size: 2em;
    padding: 0.25em 0.75em;
    text-align: center;
    width: 90%;
	transition:all .2s linear;
}


.enter input:focus {
    box-shadow: 0 0 0 1px;
	background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
	transition:all .2s linear;
}

input[type="submit"] {
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    color: #2fa3b8;
    font-weight: 300;
}

::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); }
:-moz-placeholder { /* Firefox 18- */ color: rgba(255, 255, 255, 0.5); }
::-moz-placeholder {  /* Firefox 19+ */ color: rgba(255, 255, 255, 0.5); }
:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); }

input:focus::-webkit-input-placeholder { color: rgba(255, 255, 255, 0); }
input:focus:-moz-placeholder { color: rgba(255, 255, 255, 0); }
input:focus::-moz-placeholder { color: rgba(255, 255, 255, 0); }
input:focus:-ms-input-placeholder { color: rgba(255, 255, 255, 0); }


.grid a {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    display: block;
    font-size: 1.4em;
    margin: 0 0 1.7em;
    padding: 4%;
	transition:all .2s ease-in-out
}

.grid .caption {
    color: #ffffff;
    padding: 0;
}

.anchored {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    color: #ffffff;
    font-size: 1.4em;
    margin-top: 15px;
    padding: 1.5ex 0.5ex;
    position: relative;
    right: 0;
    text-align: left;
    top: 0;
    z-index: 1000;
}

.anchored ul {
    margin: 0;
    padding: 0 20px 0 40px;
}
.anchored li {
    font-weight: 700;
	line-height:2;
}

.anchored li a {
    font-weight: 300;
}

.appstrore-link {
    margin: 0 auto;
    max-width: 160px;
    padding: 50px 0 20px;
}


.tile {
    margin: 0 0 30px;
}

.tile a {
    display: block;
	border: medium none;
}

.tile a img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.wireframes {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto 4em;
    box-shadow: 0 0 0 10px rgba(255,255,255,0.25);
    overflow: hidden;
    transition: all 200ms linear;
    width: 90%;
}

.wireframes:hover {
    box-shadow: 0 0 0 10px rgba(0,0,0,0.25);
    transition: all 200ms linear;
}

.wireframes a:link {
    text-decoration: none;
    border-bottom: none;
}

.wireframes a:focus {
    outline: none;
}

.modal img {
    width: 100%;
}

.modal-header {
    border: none;
    padding: 0;
}

.modal-header .close {
    margin-top: 5px;
    margin-right: 10px;
}






@media (min-width: 1024px) {


    body {
        font-weight: 100;
    }

    h2 { font-weight:100;
    }

    .me {
        margin-top:80px;
    }

    .me-nav {
        height: 60px;
        margin: 25px auto;
        width: 60px;
    }

    .navbar .me {
        display:none;
    }

    .fixed .nav-button{
        margin: 25px 0px;
    }
    .nav-button{
        margin: 25px 0px;
    }


    .enter input {
        width:30%;
    }

    input[type="submit"] {
        width:20%;
    }

    strong {
        font-weight:700;
    }

    h2 {
        font-size:3em;
        margin:50px auto 30px;
    }

    .portfolio-info {
        padding-left: 10%;
        padding-right: 10%;
    }

    .grid a:hover {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        transition: all 0.2s ease-in-out 0s;
    }

    .overlay .overlay-close {
        right: 110px;
        top: 85px;
    }

    .overlay ul li a {
        font-weight: 100;
    }

    .anchored {
        background-color: rgba(0, 0, 0, 0.75);
        border-radius: 0 0 0 4px;
        font-size: 1.2em;
        margin: 0;
        opacity: 0.25;
        position: fixed;
        right: -220px;
        top: 10px;
        transition: all 0.2s ease-in-out 0s;
        width: 220px;
    }

    .anchored:hover {
        opacity: 1;
        right: 0;
        transition: all 0.2s ease-in-out 0s;
    }

    .anchor {
        background: #000000 none repeat scroll 0 0;
        border-radius: 4px 0 0 4px;
        height: 40px;
        left: -40px;
        padding-top: 4px;
        position: absolute;
        top: 0;
        width: 40px;
    }

    .anchor > span {
        display: block;
        font-size: 1.6em;
        line-height: 9px;
        text-align: center;
    }
    
    .wireframes {
        border-radius: 20px;
        box-shadow: 0 0 0 20px rgba(255,255,255,0.25);
        width: 70%;
    }
    
    .modal-lg {
        width: 95%;
    }

}