@charset "UTF-8";
/* CSS Document */

body {
	overflow-x: hidden;
	font-family:'Nunito Sans', sans-serif;
	font-size: 16px;
	color: #333;
	letter-spacing: -0.3px;
	line-height: 28px;
	}

a{
	color:inherit;
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}
	
img{
	width:100%;
	height: auto;
	}
	
.color-bg{
	overflow-y: auto;
	}
	
.overlap{
	margin-top:-120px;
	}
	
.shadow{
	-webkit-box-shadow: 2px 4px 16px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 4px 16px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 4px 16px 0px rgba(0,0,0,0.2);
	}
	
ul{
	list-style:none;
	}
	
.side-by-side{
	display:flex;
	align-items:center;
	}
	
	
/* Type Styles -------------------------------------------------------*/	
h1, h2, h3, h4, p{
	margin:0 0 0 0;
	}

p a{
	text-decoration:underline;
	color: #333;
}

p a:hover{
	color: #FF4153;
}

h1{
	font-family: 'Droid Serif', serif;
	font-size: 48px;
	letter-spacing: -1px;
	line-height: 60px;
	text-align:left;
	}

	
h2{
	font-family: 'Droid Serif', serif;
	font-size: 35px;
    letter-spacing: -.25px;
    line-height: 53px;
    font-weight: 300;
	}

h3{
	text-transform:uppercase;
	font-size:14px;
	line-height:20px;
	font-weight:900;
	padding-bottom:12px;
	letter-spacing:1px;
	}

.header-3{
	text-transform:uppercase;
	font-size:14px;
	line-height:20px;
	font-weight:900;
	padding-bottom:12px;
	letter-spacing:1px;
	}
	

h4{
	text-transform:uppercase;
	font-size:12px;
	line-height:18px;
	font-weight:900;
	padding-bottom:6px;
	letter-spacing:1px;
	}

.body-0{
	font-size: 28px;
    line-height: 40px;
}
	

.body-1{
	font-size: 22px;
    line-height: 32px;
	letter-spacing: .02em;
	}
	
.body-2 {
	font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .02em;
	}
	
	
.center{
	text-align:center;
	}

.bold{
	font-weight: 600;
}
	
a.underline-link{
	text-decoration:underline;
	color:rgba(255,255,255,0.8);
	}
	
a.underline-link-dark{
	text-decoration:underline;
	color:rgba(0,0,0,0.7)
	}
	
a.underline-link:hover, a.underline-link:active, a.underline-link:visited{
	color:#ffffff;
	text-decoration:underline;
	}
	
a.underline-link-dark:hover, a.underline-link-dark:active, a.underline-link-dark:visited{
	color:#000000;
	text-decoration:underline;
	}


/* Spacers -------------------------------------------------------*/	
.spacer-xxlarge{
	padding-bottom:180px;
	}

.spacer-xlarge{
	padding-bottom:100px;
	}

.spacer-large{
	padding-bottom:80px;
	}
	
.spacer-medium{
	padding-bottom:60px;
	}
	
.spacer-small{
	padding-bottom:40px;
	}

.spacer-xsmall{
	padding-bottom:18px;
	}

.dash-divider {
	border-top: 2px solid #DEDEDE;
	width:32px;
	margin:0 auto;
}

.dash-divider:after {
	content: '';
	display: block;
	margin-top: 3px;
	border-top: 2px solid #DEDEDE;
}
	

	
	
/* Colors -------------------------------------------------------*/	
.white{
	color:rgba(255,255,255,1);
	}	
	
.white-80{
	color:rgba(255,255,255,0.8);
	}
	
	
.black{
	color:#333;
	}
	
.grey-30{
	color:rgba(51,51,51,0.3);
	}
	
	
/* Color Fills -------------------------------------------------------*/		
#black{
	background-color:#000000;
	}
	
#ap-gold{
	background-color:#988057;
	}
	
#firebase-orange{
	background-color:#FF9700;
	}

#roche-blue{
	background-color:#0067CF;
	}
	
#quizlet-blue{
	background-color:#3CCFCF;
	}
	
#sams-green{
	background-color:#68C505;
	}

#ebay-purple{
	background-color:#8F0081;
}
	
	
/** Global Nav -------------------------------------------------------*/	
.global-nav{
	padding:60px 15px 0 15px;
	height:100px;
	}
	
.logo{
	max-width:130px;
	float:left;
	}

#current{
	color:#000000;
	}
	
.global-nav--dark, .global-nav--dark a:visited{
	color:rgba(0,0,0,0.3);
	text-decoration: none;
	}
	
.global-nav--dark a:hover, .global-nav--dark a:active{
	color:rgba(0,0,0,0.4);
	text-decoration:none;
	}
	
.global-nav--light, .global-nav--light:visited{
	color:rgba(255,255,255,0.8);
	text-decoration: none;
	}
	
.global-nav--light a:hover, .global-nav--light a:active{
	color:#ffffff;
	text-decoration:none;
	}
	
nav{
	float:right;
	}
	
nav ul{
	margin: 5px 0 0 0;
    padding: 0;
	}
	
nav ul li{
    display: inline-block;
    list-style-type: none;
}

nav > ul > li > a, nav > ul > li > a:active, nav > ul > li > a:visited{
   text-transform:uppercase;
	text-decoration: none;
	font-size:13px;
	font-weight:900;
	margin-left:40px;
	letter-spacing:.1em;
	color:inherit;
	float:right;
}

/** Next Project Tout -------------------------------------------------------*/	
.next-project{
	border-top:solid 1px #EDEDED;
	padding:60px 0 60px 0;
	display:flex;
	align-items:center;
	}

.next-project-copy{
	padding-left:60px;
	}

.next-project:hover .lnr-arrow-right{
    margin-left:16px;
}

.next-project a:hover, a:visited{
	text-decoration:none;
}
	
	
/** Footer -------------------------------------------------------*/
.footer{
	height:10px;
	}

/** Masonry Layout --------------------------------------------------*/
.masonry-layout{
	-webkit-column-count: 4;
	-webkit-column-gap: 0;
	-moz-column-count: 4;
	-moz-column-gap: 0;
	column-count: 4;
	column-gap: 0;
	height:auto;
	min-height:0;
	}

.masonry-img{
	display:inline-block;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	}
	

	
/* Home Page -------------------------------------------------------*/	
.project-thumb-lrg {
    margin-bottom: 72px;
}

.project-thumb-lrg:hover {
    text-decoration:none;
}

.project-thumb-lrg img{
    margin-bottom: 24px;
}

.lnr-arrow-right{
	color:inherit;
	font-size:inherit;
	position: relative;
    top: 2px;
	font-weight:600 !important;
	margin-left:8px;
	transition:all 0.1s ease-out;
	-webkit-transition:all 0.1s ease-out;
	-moz-trnasition:all 0.1s ease-out;
	-o-trnasition:all 0.1s ease-out;
	}

.project-thumb-lrg:hover .lnr-arrow-right{
    margin-left:16px;
}

.project-thumb-lrg:hover h4{
   color:rgba(51,51,51,0.3);
}
	
#ebay:hover p{
	color:#8F0081;
	}
	
#ap:hover p{
	color:#988057;
	}	
	
#roche:hover p{
	text-decoration:none;
	color:#0067CF;
	}
	
#hennessy:hover p{
	text-decoration:none;
	color:#c4a366;
	}
	
#quizlet:hover p{
	text-decoration:none;
	color:#3CCFCF;
	}
	
#firebase:hover p{
	color:#ff9700;
	text-decoration:none;
	}
	
#sams:hover p{
	text-decoration:none;
	color:#68C505;
	}
	
.odopod, .odopod:visited{
	color:#FF4E56;
	text-decoration:none;
	}
	
.odopod:hover, .odopod:active{
	text-decoration:none;
	color:rgba(0,0,0,.4);
	}
	
/* Info -------------------------------------------------------*/	
.social-icon{
	margin-right: 16px;
	}


.stat-circles{
	display:flex;
	justify-content:center;
}



.circle-stat{
    border: 2px solid black;
    width:80px;
	height:80px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	float:left;
	margin:30px 60px;
    color: black;
    font-size: 24px;
    padding: 24px 3px 0 3px;
    text-align: center;
}
	
/* Quizlet -----------------------------------------------------*/	
.theme-array{
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	}
	
.theme{
	margin:12px;
	width:134px;
	}
	
.circle {
	width:60px;
	height:60px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	float:left;
	margin:6px;
}


.info-thumb {
   margin-bottom:30px;
}

/* Travel Blog---------------------------------------------------*/

.profiles{
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	}
	
.circle-img img{
	width:100px;
	margin: 20px 12px;
	border-radius: 50px;
	}


	
	
	
@media (max-width: 1024px) {
	
.next-project{
	padding:40px 0 40px 0;
	}
	
.theme{
	width:100px;
	}
	
	}
	
@media (max-width: 768px) {
/* Type Styles -------------------------------------------------------*/		
	
/* Spacers -------------------------------------------------------*/	
.spacer-xxlarge{
	padding-bottom:160px;
	}

.spacer-xlarge{
	padding-bottom:80px;
	}

.spacer-large{
	padding-bottom:60px;
	}
	
.spacer-medium{
	padding-bottom:40px;
	}
	
.theme{
	width:140px;
	}
	
	}
	
@media (max-width:680px) {

.masonry-layout{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	}

.circle-stat{
    border: 2px solid black;
    width:60px;
	height:60px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	float:left;
	margin:20px 35px;
    color: black;
    font-size: 24px;
    padding: 11px 3px 0 3px;
    text-align: center;
}	
	
}
	
@media (max-width: 425px) {	

.role{
	margin-bottom:30px;
	}
	
.side-by-side{
   align-items: center;
   justify-content: center;
   flex-flow: column wrap;
   align-content: stretch;
	}

.side-by-side-copy{
	margin-bottom:50px;
	text-align:center;
	}
	
.img-left{
	flex-direction:column-reverse;
	}
	
.masonry-layout{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	}
	
.theme{
	width:138px;
	}
	
.mobile-stack{
	margin-bottom:40px
	}
	
.next-project{
	flex-direction: column;
	align-items:flex-start;
	}

.next-project-thumb{
	margin-bottom:30px;
	}
	
.next-project-copy{
	padding-left:15px;
	}
		
}

@media (max-width: 320px) {	
				
.global-nav{
	height:100px;
	}
	
.logo{
	width:100px;
	}
	
nav ul{
	margin: 15px 0 0 0;
	}
	
nav > ul > li > a{
	margin-left:22px;
	}
	
.theme{
	width:98px;
	}
	
.spacer-xsmall{
	padding-bottom:10px;
	}	

}		