/*UNIVERSAL*/

* {
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-family: 'Space Mono', monospace;
}


body {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

h1 {
	font-family: 'khula', sans-serif;
	font-size: 40pt;
	color: #0F0F0F;
	line-height: 70pt;
	font-weight: 800;
}

h4 {
	font-family: 'khula', sans-serif;
	font-size: 16pt;
	color: #0F0F0F;
	line-height: 18pt;
	font-weight: 800;
}

h6 {
	font-family: 'Source Code Pro', monospace;
	font-size: 10pt;
	font-weight: 700;
	color: #0F0F0F;
	line-height: 10pt;
	margin: 0;
}

p {
	font-family: 'Source Code Pro', monospace;
	font-size: 10pt;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 14pt;
	margin: 0;
	padding-bottom: 20px
}

ul {
  margin-left: 4px;
  padding-left: 10px;
}

ul li {
  padding-left: 0px;
}

a {
	text-decoration: none;
	color: #0F0F0F;
	font-size: 10pt;
}

img {
	opacity: 1;
	transition: opacity 0.5s ease-in;
}

img[data-src] {
	opacity: 0;
}


.top-bar {
	background-color: #00FFA5;
	width: 100vw;
	height: 5px;
}

.wrapper {
	background-image: url("gvegas.png");
	background-repeat: no-repeat;
    background-position: right top;
    background-size: 100%;
}



/*NAVIGATION*/
.nav {
	position: fixed;
	margin: 0px;
	float: left;
	/*width: 30%;*/
	padding-top: 2%;
	padding-left: 3%
}

.nav a {
	margin-bottom: 30px;
	display: block;
}

.nav > a:first-child {
	margin-bottom: 10vh;
    display: inline-block;
    border-bottom: 2px solid transparent;
    width: 0px;
    transition: 0.35s ease;
    white-space: nowrap;
    height: 35px;
}

.nav > a:first-child:hover {
	border-bottom: 2px solid #00FFA5;
	transition: 0.3s ease;
    width: 25px;
}

.nav > a:nth-child(2) {
    border-bottom: 2px solid transparent;
    width: 0px;
    transition: 0.3s ease;
    white-space: nowrap;
    height: 25px;
}

.nav > a:nth-child(2):hover {
	border-bottom: 2px solid #00FFA5;
    width: 105px;
}

.nav > a:nth-child(3) {
    border-bottom: 2px solid transparent;
    width: 0px;
    transition: 0.3s ease;
    white-space: nowrap;
    height: 25px;
}

.nav > a:nth-child(3):hover {
	border-bottom: 2px solid #00FFA5;
    width: 90px;
}

.M {
	visibility: hidden;
}

#nav-head {
	transition: 0.3s ease;
	line-height: 10pt;
}

/*.N {
	visibility: hidden;
	position: relative;
	transition: .5s ease;
	transition-delay: .5s
}

.N:after {
	visibility: visible;
	left: 3%;
	position: absolute;
	content: "../";
	transition: .5s ease;
	transition-delay: .5s
}
*/



/*MAIN*/

.main {
  min-height: 100vh;
	float: right;
	width: 70%;
}

.gray-box {
	position: absolute;
	float: right;
	width: 100%;
	height: 60%;
	bottom: 150px;
	background-color: rgba(216, 216, 216, .25);
}

.main h1 {
	position: absolute;
	left: 27%;
	bottom: 110px;
	margin: 0;
}

.main h4 {
	position: absolute;
	padding-left: 2px;
	left: 27%;
	bottom: 200px;
	margin: 0;
	color: #0F0F0F;
}

/*WORK*/
/*.work {
	padding-top: 100vh;
	padding-bottom: 240%;
}*/

.work img {
	width: 70%;
	max-width: 1200px;
	padding-top: 20px;
	float: right;

}

.work h4 {
	position: relative;
    width: 0px;
    transition: padding 300ms ease-in-out;
    white-space: nowrap;
}

.work h5 {
	position: relative;
    width: 0px;
    transition: padding 300ms ease-in-out;
    white-space: nowrap;
}

.work > div:hover img {
	opacity: 0.6;
	transition: opacity 300ms ease-in-out;
}

.work > div:hover h4 {
	padding-left: 18%;
	transition: padding 300ms ease-in-out;
}


.project-info {
	padding-top: 5px;
	height: 10px;
	float: right;
	width: 80%;
	max-width: 1200px;
}

.project-titles {
	padding-left: 15%;
  margin-top: -12%;
  margin-bottom: 0;
  padding-top: 4%;
  padding-bottom: 10px;
  /*border-bottom: 2px solid #00FFA5;*/
  width: 400px;
	font-size: 30pt;
	color: #0F0F0F;
	opacity: .8;
	/*text-shadow: 0px 0px 80px rgba(0,0,0,0.4);*/

}

/*.project-info {
	border-top: 2px solid #00FFA5;
	padding-top: 5px;
	background-color: #FAFAFA;
	height: 80px;
	float: right;
	width: 70%;
	max-width: 1200px;
}

.project-titles {
	margin-left: 5%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4%;
	font-size: 30pt;
}*/


/*CV*/

.circ-vita {
	background-color: rgba(216, 216, 216, .25);
	width: 100%;
	padding: 30px 0 50px;
  min-height: 600px;
	/*min-height: 100vh;*/
}

.circ-vita a {
	border-bottom: 2px solid #00FFA5;

}

.row {
  width: 100%;
  /*max-width: 1000px;*/
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.column {
  width: 35%;
  padding-right: 5%;
}

@media (max-width: 600px) {
  .row {
    flex-direction: column;
    align-items: flex-end;
  }

  .column {
    width: 80%;
  }
}

/*.col-one {
	position: absolute;
	left: 35%;
	float: left;
	width: 30%;
}*/

.awards ul,
.awards li {
	font-size: 10pt;
/*	margin: 0;*/
}

/*.col-two {
	float: right;
	width: 30%;
	padding-right: 2%;
	left: 63%
}*/

.awards h4 {
	margin: 0;
}

.work {
  padding: 100px 0;
}
.work:after {
  content: "";
  display: table;
  clear: both;
}


.contact {
	background-color: #0F0F0F;
	width: 100%;
  padding: 30px 0;
	min-height: 200px;
	bottom: 0%;
}

.contact a {
  color: #EEEEEE;
  border-bottom: 2px solid #00FFA5;
}

.contact p {
	padding-bottom: 4px;
}

.online h4 {
	color: #EEEEEE;
}

.online p {
	color: #EEEEEE;
}

.online a {
	color: #EEEEEE;
	border-bottom: 2px solid #00FFA5;
}

.email h4 {
	color: #EEEEEE;
}

.email p {
	color: #EEEEEE;
}


































/*TABLET*/
@media screen and (max-width: 801px) {

body {
}

h1 {
	font-size: 30pt;
	line-height: 35pt;
}

.wrapper {
	background-image: url("gvegas.png");
	background-repeat: no-repeat;
    background-position: 55% 0%;
    background-size: auto 110vh;

}

.main {
	width: 85%;
}



}



/*PHONE*/
@media screen and (max-width: 480px) {

html {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

h1 {
	font-size: 28pt;
	line-height: 34pt;
}

h4 {
	margin-bottom: 10px;
}

.wrapper {
	background-image: url("gvegas.png");
	background-repeat: no-repeat;
    background-position: 55% -4%;
    background-size: auto 110vh;

}

.main {
	width: 85%;
}

.main h1 {
	position: absolute;
	left: 11%;
	top: 400px;
	margin: 0;

}

.main h4 {
	position: absolute;
	padding-left: 2px;
	left: 11%;
	top: 350px;
	margin: 0;
	color: #0F0F0F;
}

.gray-box {
	top: 80px;
	height: 80vh;
}


/*NAV*/
.nav {
	padding-left: 5%;
}

.nav a {
	margin-bottom: 0px;
}

.nav > a:first-child {
	padding-bottom: 80vh;
	margin-bottom: 0px;
	transition: .5s ease;
	transition-delay: 3s;
}

.B {
	padding-bottom: 35vh !important;
	transition: .5s ease;
	transition-delay: .5s;
}

.nav > a:nth-child(2) {
	visibility: hidden;
}

.nav > a:nth-child(3) {
	visibility: hidden;
}

.M {
	visibility: visible;
	padding-bottom: 10px;
}

.nav > a:first-child:hover {
	border-bottom: 0px;
    width: 0px;
}
.nav > a:nth-child(2):hover {
	border-bottom: 0px;
    width: 0px;
}
.nav > a:nth-child(3):hover {
	border-bottom: 0px;
    width: 0px;
}


/*WORK*/

.work img {
	width: 80%;
	padding-top: 10px;
	float: right;
}

.work > div {
	padding: 0;
	margin: 0;
}

.project-info {
	padding-top: 5px;
	/*height: 80px;*/
	float: right;
	width: 80%;
	max-width: 1200px;
}

.project-titles {
	margin-left: 5%;
    margin-top: -16%;
    margin-bottom: 0;
    padding-top: 4%;
    padding-bottom: 10px;
    padding-left: 0px;
    /*border-bottom: 2px solid #00FFA5;*/
    width: 320px;
	font-size: 16pt;
	color: #FAFAFA;
	text-shadow: 0px 0px 60px rgba(0,0,0,0.6);
}

.work a {

}

/*CC*/
/*.circ-vita {
	height: 180vh;
}*/

/*.col-one {
	position: relative;
	padding-right: 3%;
	left: 25%;
	float: left;
	width: 72%;
}

.col-two {
	/*float: right;*/
	position: relative;
	padding-right: 3%;
	float: left;
	width: 72%;
	left: 25%
}*/

.contact {
	height: 300px;
}

}
