/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------------------- */
/* MINE */

body{ 
	font-family: 'Open Sans', sans-serif; 
	height: 100%;
}
html{
	height: 100%;
}
h1{ 
	font-family: 'Montserrat', sans-serif; 
	font-size: 3em;
	font-weight: lighter;
}
h3{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 30px;
}
p{
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 188%;
	letter-spacing: 0.03em;
	text-align: left;
	padding: 0 10%;
}
b{
	font-weight: bold !important;
}
/* Bootstrap settings */
.rounded-sm{
	border-radius: 20px !important;
}
.rounded-lg{
	border-radius: 40px !important;
}

/*Start Positions*/
.fullContent{
	margin-left: 0 !important;
}
.hideMenu{
	display: none !important;
}

/* Colors */
.caseStudy-color{ color: #F2220F; }
.landingPage-color{ color: #F28907; }
.branding-color{ color: #F2B807; }
.marketing-color{ color: #2BA0F4; }
.graphics-color{ color: #5F49F2; }
.experiment-color{ color: #DA49F2; }

/* Home Pages */
#homeContent{
	background-color: black;
	background-size: cover;
	background-position: center center;
}
.homeLeft{
	width: 100%;
	height: 180px;
	border-bottom: 1px solid #dadada;
	padding: 60px 0;
	z-index: 2;
}

.homeLeft2{
	padding: 40px !important;
	align-items: center;
	display: flex;
}
.nameCard{
	font-family: 'Montserrat', sans-serif; 
	color: white;
	font-weight: 200;
	font-size: 30px;
	letter-spacing: .04em;
	text-align: center;
}
.nameCard span{
	font-size: 15px;
	font-weight: 200;
}
.nameCard2{
	font-family: 'Montserrat', sans-serif; 
	font-weight: 200;
	font-size: 40px;
	letter-spacing: .04em;
}
.nameCard2 span{
	font-size: 15px;
	font-weight: 200;
}
.mainMenuItems{
	width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    font-family: 'Montserrat',sans-serif;
    color: white;
    position: relative;
    z-index: 99;
    margin-bottom: 4vh;
}
.mainMenuItems2{
		width: 100%;
    font-size: 30px;
    font-weight: 200;
    font-family: 'Montserrat',sans-serif;
    position: relative;
    z-index: 99;
    margin-bottom: 4vh;
}
.mainMenuItem{
	font-weight: 100;
	letter-spacing: .05em;
	transition: all 100ms ease-out;
	padding: 1.9vh 0;
}
.mainMenuItem:hover{
	font-weight: 400;
	letter-spacing: .06em;
	transition: all 200ms ease-out;
	cursor: pointer;
}
.mainMenuBox{
	display: block;
	min-width: 375px;
	padding: 40px !important;
	float: left;
}
.mainMenuBox:hover{ cursor:pointer; }
.mainMenuBox img{
	transition: all 200ms ease-out;
	margin-bottom: 24px;
	display: block;
	border-radius: 20px;
	max-width: 100%;
	outline: rgba(0,0,0,0);
  outline-offset: 0px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.2)!important
}
/* Hover Animation */
.mainMenuBox:hover img{
	transition: all 200ms ease-out;
	outline: 10px solid white;
  outline-offset: -9px;
	box-shadow: 0 .125rem .25rem rgba(255,255,255,0)!important;
}
.projectType{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}
.projectName{
	font-size: 32px;
	font-weight: 200;
}
#mainBG{
	background-image: url("../img/blurred/BW_cropped_faded_blur.jpg");
	background-size: cover;
	background-position: center center;
	background-color: black;
	
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	
	opacity: 0;
}
a:link{ font-family: 'Open Sans', sans-serif; font-size: 14px; color: black; font-weight: bold; text-decoration: underline; letter-spacing: normal; }
a:visited{ font-family: 'Open Sans', sans-serif; font-size: 14px; color: black; font-weight: bold; text-decoration: underline; letter-spacing: normal; }
a:hover{ font-family: 'Open Sans', sans-serif; font-size: 14px; color: black; font-weight: bold; text-decoration: none; letter-spacing: normal; }
a:active{ font-family: 'Open Sans', sans-serif; font-size: 14px; color: black; font-weight: bold; text-decoration: underline; letter-spacing: normal; }
/*MainMenu Links*/
 .mainMenuBox a:link{ 
	font-size: 32px;
	font-weight: 200;
	text-decoration: none;
}
.mainMenuBox a:visited{ 
	font-size: 32px;
	font-weight: 200;
	text-decoration: none;
}
.mainMenuBox a:hover{ 
	font-size: 32px;
	font-weight: 200;
}
.mainMenuBox a:active{ 
	font-size: 32px;
	font-weight: 200;
}

/* LeftBox */
#mainContainer.row{ height: 100%; }
.leftBox{
	display: flex;
    position: fixed;
    max-width: 100%;
    border-bottom: 1px solid #dadada;
    background-color: white;
    text-align: center;
    top: 0;
    padding: 10px 0;
    height: 100px;
}

/* Main Menu */
#menuBox{
	z-index: 3;
}
.menuItem{
	margin: auto;
	height: auto;
}
#typeLogo{
	font-family: 'Montserrat', sans-serif; 
	font-weight: 100;
	font-size: 45px;
	letter-spacing: .04em;
	line-height: .9em;
}
.menuBtn{
	padding: 2vh 24px;
	font-weight: 100;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .14em;
}
.menuBtn:hover{
	/*background-color: #f9f9f9;*/
	font-weight: 600;
	letter-spacing: .10em;
	cursor: pointer;
}

/* LG Home */
#typeLogo a:link{ 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 100 !important;
	font-size: 45px;
	letter-spacing: .04em;
	line-height: 0.4em;
}
#typeLogo a:visited{ 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 100 !important;
	font-size: 45px;
	letter-spacing: .04em;
	line-height: 0.4em;
}
#typeLogo a:hover{ 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 100 !important;
	font-size: 45px;
	letter-spacing: .04em;
	line-height: 0.4em;
}
#typeLogo a:active{ 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 100 !important;
	font-size: 45px;
	letter-spacing: .04em;
	line-height: 0.4em;
}

/*Menu Links*/
.menuBtn a:link{ 
	font-weight: 100;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .14em;
	text-decoration: none;
}
.menuBtn a:visited{ 
	font-weight: 100;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .14em;
	text-decoration: none;
}
.menuBtn a:hover{ 
	font-weight: 600;
	letter-spacing: .09em;
	cursor: pointer;
}
.menuBtn a:active{ 
	font-weight: 100;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .14em;
}

.selectedBtn{
	font-weight: 600 !important;
	letter-spacing: .10em !important;
}
#aboutBtn{
	margin-top: 10px;
}

// Collapse nav bar on scroll down
.collapse {
  animation: collapse .5s ease forwards;
}

// Open nav bar on scroll up
.open {
  animation: open .5s ease forwards;
}
@keyframes collapse {
  from {
    opacity: 1;
    top: 0;
  }
  to {
    opacity: 0;
    top: -100px;
  }
}

@keyframes open {
  from {
    opacity: 0;
    top: -100px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

/* Sub Menu */
#subMenuBox{
	z-index: 2;
	margin-left: 0px;
	margin-top: -250%;
	height: calc(100% + 100px);
}
.openMenu{
	margin-left: 0 !important;
	margin-top: -10% !important;
}
#subMenuBox .menuBtn{
	width: 100%;
	padding: 4vh 24px;
}

/* Content Area */
#contentArea{
	margin-left: 0px;
}
.marAuto{
	margin-top: auto;
	margin-bottom: auto;
}
#helloCopy{
	color: dimgrey;
}
#helloCopy span{
	font-size: .2em;
    position: relative;
    bottom: 100px;
    left: 20px;
}
.scrollArrow{
	height: 22px;
	width: 40px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
}
.black-arrow img{
	margin-top: -22px;
}
@keyframes textColorChange{
	0%{ color: white; }
	50%{ color: black; }
	100%{ color: white; }
}
.tapNotify{
	display: none;
	color: white;
	z-index: 999;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: .8em;
	font-weight: lighter;
	letter-spacing: .2em;
	padding: 15px;
	
	animation: textColorChange 2s ease infinite;
}
.imgSection img{
	width: 100%;
	padding: 40px;	
}
.imgBlock img{
	width: 100%;
	padding: 0;
}
.mobile-scroll{
	display: none;
}
.innerMobile-scroll{
	overflow: scroll;
}
.innerMobile-scroll img{
	width: 100%;
}
.desktop-scroll{
	width: 80vw;
	height: 50vw;
	overflow: scroll;
}
.innerDesktop-scroll{
	overflow: scroll;
}
.innerDesktop-scroll img{
	width: 100%;
}

/* Home Content */

/* Video */
video:hover{
	cursor: pointer;
}
video{
	object-fit: cover;
	object-position: 0 0;
}

/* About Content */
#aboutContent{
	height: auto;
	margin-top: 100px;
}
#aboutPhoto{
	max-width: 270px;
	background-image: url("../img/BW_cropped_faded.jpg");
	background-position: center center;
	background-size: cover;
	border-right: 1px solid #dadada;
	background-attachment: scroll;
}
#aboutTxt{
	/*width: 500px;*/
}
.aboutBox{
	margin: 0;
	padding: 10%; 
}
#aboutTxt:firstChild{
	border-bottom: 1px solid #dadada;
}
#aboutMe a:link{ font-size: 14px; color: black; font-weight: bold; text-decoration: underline; }
#aboutMe a:visited{ font-size: 14px; color: black; font-weight: bold; text-decoration: underline; }
#aboutMe a:hover{ font-size: 14px; color: black; font-weight: bold; text-decoration: none; }
#aboutMe a:active{ font-size: 14px; color: black; font-weight: bold; text-decoration: underline; }

#aboutSite{
	border-top: 1px solid #dadada;
}

.aboutBox p{
	padding: 0;
}

/* Project Styles */
#projectInfo{
	padding: 140px 50px 50px;
}
.infoList{
	margin-bottom: 30px;
}
.infoText{
	font-size: 14px;
	font-weight: 100;
	margin-top: 8px;
}
.noteText{
	font-size: 12px;
	color: #adb5bd;
}

/* Athleta Content */
#atwTitle{
	background-image: url("../img/atw1/atwTitle.jpg");
	background-position: center center;
	background-size: cover;
	background-color: #FDF9F5;
	background-attachment: scroll;
}
#atw2Title{
	background-image: url("../img/atw2/atw2Title.jpg");
	background-position: center center;
	background-size: cover;
	background-color: #FDF9F5;
	background-attachment: scroll;
}
@keyframes ticker-kf {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.img-ticker {
  animation-play-state: paused;
  overflow-x: scroll;
}

/* OJO Content */
#ojoTitle{
	background-image: url("../img/ojo/ojoTitle.jpg");
	background-position: center right;
	background-size: cover;
	background-color: #FDDA81;
	background-attachment: scroll;
}
#iphoneBox{
	overflow: hidden;
}
#iphoneBox img{
	width: 100%;
}
.containerMobile{
	display: none;
}
.containerMobile .outerMobile{
	width: 100%;
	padding-top: 216%;
	position: relative;
}
.containerMobile .outerMobile .innerMobile{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#macbookBox{
	overflow: hidden;
	background: url("../img/play_pause.svg");
	background-position: bottom;
	background-size: 100%;
}
#macbookBox_new{
	overflow: hidden;
	background: url("../img/play_pause.svg");
	background-position-y: bottom;
	background-size: 100%;
}
#macbookBox_new video{
	opacity: 1;
}
.macbookBoxB{
	overflow: scroll;
	background-color: white;
	background-size: 100%;
}
.macbookBoxB img{
	width: 100%;
}
#macbookBox video{
	opacity: 0.6;
}
.containerBox{
	padding-top: 10vh;
    padding-bottom: 6vh;
    width: 80vw;
}
.containerBox .outerBox{
	width: 100%;
	padding-top: 62.5%;
	position: relative;
}
.containerBox .outerBox .innerBox{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.containerIphone{
	width: 50vw;
	margin: 0 auto 13vh;
}
.containerIphone .outerIphone{
	width: 100%;
	padding-top: 216%;
	position: relative;
}
.containerIphone .outerIphone .innerIphone{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.innerIphone{
	overflow: hidden;
}
.innerIphone img{
	width: 100%;
}
#ojoAppBox{
	overflow: hidden;
	background: url("../img/play_pause_mobile.svg");
	background-position: bottom;
	background-size: 100%;
}
#ojoAppBox video{
	opacity: 1;
}
.containerIphoneA{
	width: 50vw;
	margin: 6vw auto;
}
.containerIphoneA .outerIphone{
	width: 100%;
	padding-top: 216%;
	position: relative;
}
.containerIphoneA .outerIphone .innerIphone{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
p.half-paragraph{
	margin: 5vw;
}
.half-box{
	padding: 6vw;
}
.half-box img{
	width: 100%;
}
.full-paragraph{
	padding: 50px 12vw 100px 12vw;
}
.normal-paragraph{
	padding: 5vw 12vw;
	margin-bottom: 0;
}

/* Wander Content */
#wanderTitle{
	color: white;
	background-image: url("../img/wander/wanderTitle.jpg");
	background-position: center center;
	background-size: cover;
	background-color: #2A5E71;
	background-attachment: scroll;
}
#wanderAppBox{
	overflow: hidden;
	background: url("../img/play_pause_mobile.svg");
	background-position: top center;
	background-size: 100%;
}
#wanderAppBox video{
	opacity: 0.6;
}
#wanderAppBox_new{
	overflow: hidden;
	background: url("../img/play_pause_mobile.svg");
	background-position-y: bottom;
	background-size: 100%;
}
#wanderAppBox_new video{
	opacity: 1;
}
#bts img{
	object-fit: cover;
	width: 100%;
	position: absolute;
	z-index: -1;
}
#bts img.next {
  opacity: 1;
  z-index: 1;
}

#bts img.prev {
  opacity: 1;
  z-index: 2;
}

#bts img.fade-out {
  opacity: 0;
  transition: visibility 0s .5s, opacity .5s linear;
  visibility: hidden;
}

/* BR Content */
#brTitle{
	color: white;
	background-image: url("../img/br/brTitle.jpg");
	background-position: center center;
	background-size: cover;
	background-color: #f3eed4;
	background-attachment: scroll;
}
#brPolosBox{
	overflow: hidden;
	background: url("../img/play_pause.svg");
	background-position: top center;
	background-size: 100%;
}
#brPolosBox video{
	opacity: 0.6;
}
.containerBox2{
	width: 50vw;
	margin: auto;
}
.containerBox2 .outerBox2{
	width: 100%;
	padding-top: 62.5%;
	position: relative;
}
.containerBox2 .outerBox2 .innerBox2{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.innerBox2{
	overflow: scroll;
	cursor: ns-resize;
	background-color: white;
}
.innerBox2 img{
	width: 100%;
}
.containerIphone2{
	width: 18vw;
	margin: auto;
}
.containerIphone2 .outerIphone2{
	width: 100%;
	padding-top: 216%;
	position: relative;
}
.containerIphone2 .outerIphone2 .innerIphone2{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.innerIphone2{
	overflow: scroll;
	cursor: ns-resize;
	background-color: white;
}
.innerIphone2 img{
	width: 100%;
}

.fwImageContainer {
	margin: 10vh auto 0 auto;
}
.fwImageContainer img{
	width: 80vw;
}
.no_scrollz{
	overflow: hidden !important;
	cursor: default !important;
}
#brNoBoundaries{
	overflow: hidden;
	background: url("../img/play_pause.svg");
	background-position: top center;
	background-size: 100%;
}
#brNoBoundaries video{
	opacity: 0.6;
}
#br01Video{
	overflow: hidden;
	background: url("../img/play_pause.svg");
	background-position: top center;
	background-size: 100%;
}
#br01Video video{
	opacity: 0;
}
.bg-primary{
	background-color: cornsilk !important;
}
.bg-primary2{
	background-color: antiquewhite;
}
.containerBoxB{
	padding-top: 15vh;
	padding-bottom: 10vh;
	width: 58vw;
}
.containerBoxB .outerBox{
	width: 100%;
	padding-top: 62.5%;
	position: relative;
}
.containerBoxB .outerBox .innerBox{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.containerMobileB{
	display: none;
}
.containerMobileB .outerMobile{
	width: 100%;
	padding-top: 216%;
	position: relative;
}
.containerMobileB .outerMobile .innerMobile{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#iphoneBox2{
	overflow: scroll;
}
#iphoneBox2 img{
	width: 100%;
}

/*br01*/
#br01Title{
	color: white;
	background-image: url("../img/br/brTitle.jpg");
	background-position: center center;
	background-size: cover;
	background-color: #f3eed4;
	background-attachment: scroll;
}
/*br02*/
#br02Title{
	color: white;
	background-image: url("../img/br/br02Title.jpg");
	background-position: center center;
	background-size: cover;
	background-color: #f3eed4;
	background-attachment: scroll;
}
/*br02*/
#br03Title{
	color: white;
	background-image: url("../img/br/br03Title.jpg");
	background-position: center center;
	background-size: cover;
	background-color: #f3eed4;
	background-attachment: scroll;
}
.containerBoxB{
	padding-top: 10vh;
    padding-bottom: 10vh;
    width: 80vw;
}
.containerBoxB .outerBox .innerBoxB{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.innerBoxB img{
	width: 100%;
}
/*rewards*/
#rewardsTitle{
	color: white;
	background-image: url("../img/rewards/rewardsTitle.jpg");
	background-position: center center;
	background-size: cover;
	background-color: #f3eed4;
	background-attachment: scroll;
}
.containerBoxB{
	padding-top: 10vh;
    padding-bottom: 10vh;
    width: 80vw;
}
.containerBoxB .outerBox .innerBoxB{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.innerBoxB img{
	width: 100%;
}
#rewardsTitle{
	color: white;
	background-image: url("../img/rewards/rewardsTitle.jpg");
	background-position: center center;
	background-size: cover;
	background-color: #f3eed4;
	background-attachment: scroll;
}
/*emails*/
.horizonArrow{
	width: 30px;
	height: 30px;
	overflow: hidden;	
}
.horizonArrow svg{
	height: 100%;	
}
.leftScroll{
	position: absolute;
	left: 20px;
	bottom: 50vh;
	z-index: 1;	
	display: block;
}
.rightScroll{
	position: absolute;
	right: 20px;
	bottom: 50vh;
	z-index: 999;	
	display: block;
}
.rightScroll svg{
	margin-left: -100%;
}
.longBox{
	overflow-x: scroll;
	width: 100%;	
	
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.longBox::-webkit-scrollbar {
  display: none;
}
.emailBox{
	padding: 10vh 0 10vh 15vh;
	background-color: #f7f7f7;
	width: 660vh;
	display: table;
}
.containerIphoneB{
	width: 38vh;
	height: 80vh;
	overflow-y: scroll;
	display: inline-block;
	margin-bottom: 100px;
}
#emailTitle{
	color: white;
	background-image: url("../img/emails/emailTitle.jpg");
	background-position: center center;
	background-size: cover;
	background-color: #f3eed4;
	background-attachment: scroll;
}
.emailScroll{ cursor: ns-resize; }

/* Logo Content */
#logoTitle{
	color: white;
	background: black url("../img/bg_inverse.gif") repeat scroll;
}
.logo_videos{
	position: absolute;
	margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);;
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
  #helloCopy {
  	font-size: 5rem;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: lighter;
    padding-left: 100px;
  } /*1rem = 16px*/
  .mainMenuItems{
		margin-bottom: 0;	
  }
  .mobile-scroll{
		display: none;
	}
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) { 
	/* Project Styles */
	#projectInfo{
		padding: 140px 80px 20px;
	} 
	/* Home Pages */
	.homeLeft2{
		height:100vh;
	}
	.mainMenuItems2{
		height:100vh;
		overflow-y: scroll;
	}
	.nameCard{
		font-size: 50px;
	}
	.nameCard span{
		font-size: 25px;
	}
	.mainMenuItems{
	    font-size: 50px;
	}
	  
  .containerIphoneA{
		width: 30vw;
		margin: 6vw auto;
	}
	
	.containerBox{
		padding-top: 10vh;
		padding-bottom: 5vh;
		width: 70vw;
	}

	.desktop-scroll{
		width: 60vw;
		height: 35vw;
		overflow: scroll;
	}	

	@keyframes ticker-kf {
	  0% {
	    transform: translate3d(0, 0, 0);
	  }

	  100% {
	    transform: translate3d(-100%, 0, 0);
	  }
	}
	.img-ticker {
	  animation: ticker-kf 100s linear infinite;
	  overflow: visible;
	}

}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	h1{ 
		font-family: 'Montserrat', sans-serif; 
		font-size: 5em;
		font-weight: lighter;
	}
	p{
		padding: 0;
	}
	
	#typeLogo{
		font-family: 'Montserrat', sans-serif; 
		font-weight: 100;
		font-size: 45px;
		letter-spacing: .04em;
		line-height: 0.4em;
	}

	#helloCopy {
	  	font-size: 10rem;
	    text-align: left;
	    font-family: 'Montserrat';
	    font-weight: lighter;
	    padding-left: 100px;
	} /*1rem = 16px*/
	
	/* Project Styles */
	#projectInfo{
		padding: 50px 100px 20px;
	}
	/* Home Pages */
	  .homeLeft{
	  	width: 100%;
	  	height: 100%;
	  	border-right: 1px solid #dadada;
	  	border-bottom: 0;
	  	padding: 0 8vw;
	  }
	  .homeLeft2{
	  	width: 100%;
	  	height: 100%;
	  	border-right: 1px solid #dadada;
	  	border-bottom: 0;
	  	padding: 0 8vw;
	  }
	  .nameCard{
	  	font-size: 50px;
	  	padding: 0 5vw;
	  }
	  .nameCard span{
	  	font-size: 25px;
	  }
	  .mainMenuItems{
	  	font-size: 50px;
	  	text-align: left;
	  	margin-bottom: 0;
	  }
	  .mainMenuItem{
	  	padding: 2vh 0;
	  	margin-left: 8vw;
	  }
	  .imgBlock img{
			width: 100%;
			padding: 0 12vw;
		}

	.leftBox{
		display: flex;
		position: fixed;
		height: 100%;
		max-width: 200px;
		border-right: 1px solid #dadada;
		background-color: white;
		text-align: center;
		padding: 0;
	}

	.menuBtn{
		width: 100%;
		padding: 35px 24px;
		font-weight: 100;
		font-size: 14px;
		line-height: 19px;
		letter-spacing: .14em;
	}

	#subMenuBox{
		margin-left: 0px;
		margin-bottom: 0;
		margin-top: 0;
		height: 100%;
		overflow-y: scroll;
	}
	#subMenuBox .menuBtn{
		width: 100%;
		padding: 26px 35px;
	}
	.openMenu{
		margin-left: 200px !important;
		margin-top: 0 !important;
	}

	#aboutBtn{ margin-top:0; }
	
	#contentArea{
		margin-left: 200px;
	}
	
	.containerBox{
		padding-top: 20vh;
		padding-bottom: 10vh;
		width: 50vw;
	}
	
	.containerBoxB{
		padding-top: 15vh;
		padding-bottom: 10vh;
		width: 58vw;
	}
	
	.containerMobile{
		width: 10vw;
	    position: absolute;
	    z-index: 2;
	    top: 50%;
	    right: 15%;
	    display: block;
	}
	
	.containerMobileB{
		width: 12vw;
	    position: absolute;
	    z-index: 2;
	    top: 45%;
	    right: 10%;
	    display: block;
	}
	.containerIphone{
		width: 20vw;
		margin: 0 auto 13vh;
	}
	
	.containerIphoneA{
		width: 20vw;
		margin: 6vw auto;
	}
	
	/* emails */
	.horizonArrow{
		width: 50px;
		height: 50px;	
	}
	
	/* titles */
	#atwTitle{
		background-attachment: fixed;
	}
	#atw2Title{
		background-attachment: fixed;
	}
	#ojoTitle{
		background-attachment: fixed;
	}
	#wanderTitle{
		background-attachment: fixed;
	}
	#br01Title{
		background-attachment: fixed;
	}#br02Title{
		background-attachment: fixed;
	}
	#br03Title{
		background-attachment: fixed;
	}
	#rewardsTitle{
		background-attachment: fixed;
	}
	#emailTitle{
		background-attachment: fixed;
	}
	#logoTitle{
		background-attachment: fixed;
	}
	
	/* About Content */
	#aboutContent{
		margin-top: 0;
		height: 100%;
	}
	
	#aboutSite{
		padding-top: 100px;
		border-top: 1px solid #dadada;
	}
	
	.aboutBox{
		margin: 75px 0 75px 75px;
		padding: 0;
	}
	
	.fwImageContainer {
		margin: 20vh auto 0 auto;
	}

	.mobile-scroll{
		width: 12vw;
		height: 25vw;
		overflow: scroll;
		position: absolute;
		right: 10vw;
		bottom: 4vw;
		display: block;
	}	
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  #helloCopy {
  	font-size: 12rem;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: lighter;
    padding-left: 100px;
  } /*1rem = 16px*/    
}



