/*//////////////// MAIN ////////////////*/

html {
    padding: 0;
	height: 100%;
}

body {
	margin: auto 0px;
	padding: 0px 0px 80px 0px;
	height: 100% auto;
	min-height: 100%;
	position: relative;
}
 
#wrapper {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100% auto;
	min-height:100%;
}

/*//////////////// TEXT ////////////////*/

p {
	color: #7d7d7d;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5rem;
}

p .magenta {
	color: #df0787;
	display: inline;
	margin-top: 50px;
}     



h1 {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	color: #7d7d7d;
	font-size: 2.2em;
	line-height: 1em;
	padding: 0em 0em 0em 0em;	
}

h2 {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	color: #7d7d7d;
	font-size: 1.6em;
	line-height: 1.6em;
	padding: 0em 0em 0em 0em;	
}

h3 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #42cbed;
	font-size: 1.2em;
	line-height: 1.5em;
	text-transform: uppercase;
	padding: 0em 0em 0em 0em;	
}

h4 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	color: #000000;
	font-size: 1.1em;
	line-height: 1.2em;
	text-transform: "";
	margin-top: 0em;
	margin-bottom: -4px;
	
}

h5 {
	color: #7d7d7d;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: -0.02em;
	line-height: 1.5rem;
}

h6 {
	font-family: 'Merriweather Sans', sans-serif;
	text-align: right;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #7d7d7d;
	font-size: 0.85em;
	line-height: 2em;
	text-transform: uppercase;
	padding: 0em 0em 0em 0em;	
}

h7 {
	color: #7d7d7d;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: -0.02em;
	line-height: 2rem;
}

h8 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400i;
	letter-spacing: 0.05em;
	color: #7d7d7d;
	font-size: 1em;
	line-height: 2.5em;
	text-transform: uppercase;
	padding: 1.5em 0em 0em 0em;	
}

a {
	color: #42cbed;
	text-decoration: none;
}

a:hover {
	color: #d3db03
}

#p-footer {
	color: #bebebe;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 0.675rem;
	line-height: 0.75rem;
}

.special {
	padding-left: 35px;
	margin-bottom: -15px;
}

@media only screen and (min-width: 1500px) {
    .special {
        padding-left: 55px;
    }
}

/*//////////////// MENUS ////////////////*/

ul {
    color: #7d7d7d;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 0.9rem;
	line-height: 1.5rem;
	padding-left: 0px;
	text-decoration: none;
	list-style: none;
	padding-bottom: 30px;
	padding-left: 1em;
 	text-indent: -1em;
 	list-style: none outside none; 
}

ul li::before {
	content: '+ ';
}

ul .bold {
	font-weight: 600;
}


ol {
    color: #413c37;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.1rem;
	line-height: 3rem;
	letter-spacing: 0.03em;
	padding-left: 0px;
	text-transform: none;
	padding-bottom: 20px;
	list-style: none;
	margin-left: 0;
 	padding-left: 1em;
 	text-indent: -1em;
 	list-style: none outside none; 
}

ol li:before {
    color: #7d7d7d;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1.3rem;
	line-height: 1.5rem;
    content: '+ ';
}

.list-block {
	display: inline-block;
	position: relative;
	float: left;
	padding-right: 35px;
}

.list-fix {
	display: inline-block;
	position: relative;
	float: none;
	padding: 0;
}

.hex-text {
	color: #7d7d7d;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5rem;
	
}    

/*//////////////// ROWS ////////////////*/

* {
    box-sizing: border-box;
}

.row {
	margin: 0px 20px 50px 20px;
	padding: 0px 0px 0px 0px;
	display: inline-block;

}

@media only screen and (min-width: 1500px) {
    .row {
        margin: 0px 40px 50px 40px;
    }
}

.row-contact {
	margin: -10px 20px 50px 20px;
	padding: 0px 0px 0px 0px;
	display: inline-block;

}

@media only screen and (min-width: 1500px) {
    .row-contact {
        margin: 0px 40px 50px 40px;
    }
}

.row-images {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	

}

.row-images::after {
    content: "";
    clear: both;
    display: inline-block;
}

@media only screen and (min-width: 1500px) {
    .row {
        margin: 0px 40px 0px 40px;
    }
}

.row-gray {
	margin: 0px 0px -38px 0px;
	padding: 20px 20px 20px 20px;
	background-color: #f2f2f2;

}

.row-gray::after {
    content: "";
    clear: both;
    display: block;
}

@media only screen and (min-width: 1500px) {
    .row-gray {
     padding: 20px 40px 20px 40px;
    }
}


.row-mas {
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	float: both;

}

@media only screen and (min-width: 1500px) {
    .row-mas {
        margin: 0px 20px 50px 20px;
    }
}

.row-full {
	margin: -55px 0px 50px 0px;
	padding: 0;
	display: block;
}


.row-full-mkii {
	margin: 0px 0px 50px 0px;
	padding: 0;
	display: block;
}

.row-fullbody {
	margin: 0px 0px 50px 0px;
	padding: 0;
	display: block;
}

.row-fullbody-abc {
	margin: -20px 0px 0px 0px;
	padding: 0;
	display: block;
}

.row-text {
	padding: 20px 35px 20px 35px;
	margin: 0px 0px 20px 0px;
	display: block;
}

@media only screen and (min-width: 1500px) {
    .row-text {
    margin: 0px 20px 20px 20px;
    }
}

.row-text-top {
	padding: 80px 35px 20px 35px;
	margin: 0px 0px 20px 0px;
	display: inline-block;
}

@media only screen and (min-width: 1500px) {
    .row-text-top {
        margin: 80px 55px 20px 55px;
    }
}


.row-text-intro {
	padding: 20px 35px 50px 35px;
	margin: -46px 0px 20px 0px;
	background-color: #f2f2f2;
	display: inline-block;
	width: 100%;
}

@media only screen and (min-width: 1500px) {
    .row-text-intro {
        padding: 20px 50px 50px 50px;
    }
}
	
.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.row-proj {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	display: inline-block;

}

/*//////////////// IMAGES ////////////////*/

.image {
   object-fit: contain;
   width: 100%;
   padding: 0px;
   position: relative;
   margin-bottom: 25px;
}

.image-proj {
   object-fit: contain;
   display: block;
   width: 100%;
   padding: 0px;
   position: relative;
   margin-bottom: 0px;
}

.image-basic {
   object-fit: contain;
   width: 100%;
   padding: 0px;
   position: relative;
   margin-bottom: -6px;
}

.image-intro {
	object-fit: contain;
	float:left
	max-height: 150px;
	padding: 0;
	margin: 40px 0px 40px 0px;
	position: relative;
}

@media only screen and (max-width: 400px) and (min-width: 300px) {
    /* For mobile phones: */
    .image-intro {
        max-height: 80px;
    }
}



.image-sunfish {
	object-fit: contain;
	margin: 0 auto;
	max-height: 375px;
	padding: 0;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.image-mkii-intro-header {
	width: 100%;
	float: left;
	padding: 0px;
	margin: -20px 0px 50px 0px;
	position: relative;
	mix-blend-mode: multiply;
}

.image-cent {
	object-fit: contain;
	
	max-height: 250px;
	padding: 0;
	margin: 45px 0px 0px 0px;
	position: relative;
}

.image-header {
   object-fit: cover;
   width: 100%;
   max-height: 450px;
   padding: 0px;
   margin: 0px 0px 40px 0px;
   position: relative;
}

@media only screen and (min-width: 1500px){
    /* For mobile phones: */
    .image-header {
        max-height: 650px;
    }
}

@media only screen and (min-width: 2275px){
    /* For mobile phones: */
    .image-header {
        max-height: 750px;
    }
}

.image-fullwidth {
   object-fit: cover;
   width: 100%;
   max-height: 500px;
   padding: 0px;
   margin: 0px 0px 75px 0px;
   position: relative;
}

.hex-white {
	width: 40px;
	display: inline;
	margin-bottom: -13px;
	padding-right: 0px;
	
}

.hex-list {
	width: 20px;
	display: inline;
	margin-bottom: -6px;
	margin-top: 10px;
	
}

.hex-blue-spec {
	width: 40px;
	display: inline;
	margin-bottom: -14px;
	margin-top: 10px;
	padding-right: 5px;
}

.image-100 {
   object-fit: contain;
   width: 100%;
   padding: 0px 0px 0px 25px;
   position: relative;
   margin-bottom: 25px;
   margin-top: 100px;
}

.image-75 {
   object-fit: contain;
   width: 75%;
   padding: 0px;
   position: relative;
   margin-bottom: 25px;
}

.image-50 {
   object-fit: contain;
   width: 50%;
   padding: 0px;
   position: relative;
   margin-bottom: 25px;
   margin-top: 40px;
}

.image-60sunfish {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
	
}

.image-sun {
   object-fit: contain;
   width: 100%;
   padding: 0px;
   position: relative;
   margin-bottom: -50px;
   margin-top: 20px;

}

/*//////////////// FOOTER ////////////////*/
.footer {
    background: #7d7d7d;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}    

.clearFloat { clear: both;} 


/* For desktop: */
.col-1 {width: 50%; padding: 0; padding-right: 35px;}
.col-2 {width: 75%;}
.col-3 {width: 25%; padding-left: 0px; padding-right: 15px;}
.col-4 {width: 40%; padding: 40px;}
.col-5 {width: 50%; padding: 15px; display: inline-block; position: relative; float:left;}
.col-6 {width: 50%; padding: 15px;}
.col-7 {width: 33.3%; padding 15px; display: inline-block;}
.col-8 {width: 60%; padding-right: 50px;}
.col-9 {width: 60%; padding-left: 0px;}
.col-10 {width: 35%; padding: 15px;}
.col-11 {width: 65%; padding: 15px;}
.col-12 {width: 100%; display: inline-block;}
.col-13 {width: 100%; padding: 0;}
.col-14 {width: 14.66%; float:left;}
.col-15 {width: 40%; float:left;}
.col-16 {width: 60%; float:right;}
.col-17 {width: 50%; padding: 0px 50px 0px 0px; float:left; background-color: #9933cc; height: 100%;}
.col-18 {width: 65%; padding: 15px}
.col-19 {width: 35%; padding: 15px;}
.col-20 {width: 50%; padding: 35px; float: right;}
.col-21 {width: 50%; padding: 35px; clear: left;}
.col-22 {width: 66.6%; padding 15px; display: inline-block;}
.col-23 {width: 33.3%; padding-right: 15px; padding-left: 0px; display: "";}
.col-24 {width: 50%; padding: 50px; margin-top: 150px; margin-bottom: 50px; background-color: #e6e6e6; display: inline-block;}
.col-25 {width: 33.3%; padding 15px; display: inline-block;}

@media only screen and (max-width: 800px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    [class*="col-25"] {
        width: 25%;
    }
}

@media only screen and (max-width: 800px) {
    [class*="col-25"] {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    [class*="col-25"] {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    /* For mobile phones: */
    [class*="col-16"] {
        width: 100%;
    }
}

/*//////////////// HEADER ////////////////*/

.header {
    background-color: #9933cc;
    color: #ffffff;
    padding: 15px;
    width: 100%;
}

#header-logo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-top: 4em;
	margin-right: 38px;
	margin-bottom: 0.35em
}

.sidenav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background: linear-gradient(-45deg, #ff72cb, #ffea00, #42cbed);
	background-size: 400% 400%;
	animation: Gradient 60s ease infinite;
    overflow-x: hidden;
    transition: 0.5s;
    padding-left: 0em;
    padding-top: 3.5em;
	overflow: auto;
	overflow-y: hidden; // hide vertical
	overflow-x: hidden; // hide horizontal
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

::-webkit-scrollbar { 
    display: none;
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */ 
}


.sidenav a {
    font-family: 'PT Serif', serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 8px 8px 8px 25px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #413c37;
    display: inline-block;
    transition: 0.5s;
}

.sidenav a:hover {
    color: #FFFFFF;
}


.sidenav-sub a {
    padding: 8px 8px 8px 25px;
    text-decoration: none;
    font-size: 16px;
    text-transform: none;
    color: #413c37;
    display: inline-block;
    transition: 0.5s;

}

.sidenav-sub a:hover {
    color: #FFFFFF;
}

.sidenav .openbtn {
	font-size: 38px;
	color: #FFFFFF;
	cursor: pointer;
	position: absolute;
	left: 1em;
	bottom: 0.2em;
	transition: 0.5s;
}

.sidenav .openbtn:hover {
	color: #413c37;
	
}

.sidenav .closebtn {
    position: absolute;
    bottom: 2em;
    left: 0.21em;
    font-size: 34px;
    margin-left: 0.25em;
    margin-top: 0em;
    transition: 0.5s;
}



* {
    box-sizing: border-box;
}

.navRow-A {  
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: flex;
    -osx-flex-wrap: flex;
    flex-wrap: wrap;
    float: left;
    max-width: 35%;
}

@media screen and (max-width: 420px) {
    .navRow-A {
        flex-direction: column;
        flex; 35%; !IMPORTANT;
    }
}


.navRow-B {  
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: flex;
    clear: right;
    max-width: "50%";
}

@media screen and (max-width: 420px) {
    .navRow-B {
        flex-direction: column;
        
    }
}



.flexNav-A {
    flex: 20%;
    display: -webkit-flex;
    -webkit-flex-wrap: flex;
    background-color: "";
    padding: 10px;
    float: left;
}

.flexNav-B {
    flex: 25%;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-wrap: flex;
    background-color: "";
    padding: 10px;
    float: left;
}



/* Responsive layout - when the screen is less than 800px wide, 
make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) and (max-device-width:800px) {
    .NavRow { 
    	-webkit-flex-wrap: flex;  
        flex-direction: column;
    }
}



/*//////////////// MARK II ////////////////*/




.box {
	margin: 0 auto;
	display: inline-block;
	padding: 0;
}

.gray-box {
	margin: 0 auto;
	background-color: "";
	padding: 10px 0px 0px 0px;
	display: inline-block;
}

/*////////// RESUME /////////////*/

.comp-title {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #42cbed;
	font-size: 1.1em;
	line-height: 1.1em;
	text-transform: uppercase;
	padding: 3em 0em 0.3em 0em;	
}

.date {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #7d7d7d;
	font-size: 0.85em;
	line-height: 2em;
	text-transform: uppercase;
	padding: 0em 0em 0em 0em;	
}

.position-title {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	color: #7d7d7d;
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0.5em 0em 0em 0em;	
}

.resume-subs {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	color: #7d7d7d;
	font-size: 1em;
	line-height: 1.4em;
	padding: 5em 0em 0em 0em;
	text-transform: uppercase;	
}

.remix-subs {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	color: #7d7d7d;
	font-size: 1.1em;
	letter-spacing: 0.02em;
	line-height: 1.6em;
	padding: -1em 0em 1em 0em;	
	text-transform: uppercase;
}

.remix-list-heads {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	color: #7d7d7d;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0.5em 0em 0em 0em;	
}