@font-face {
  font-family: Helvetica Neue;
  font-weight: 300;
  src: url("/assets/fonts/Helvetica Neue Light.otf") format("truetype"); }
@font-face {
  font-family: Helvetica Neue;
  font-weight: 500;
  src: url("/assets/fonts/Helvetica Neue Medium.otf") format("truetype"); }
@font-face {
  font-family: Helvetica Neue;
  font-weight: 700;
  src: url("/assets/fonts/Helvetica Neue Bold.otf") format("truetype"); }
@font-face {
  font-family: Helvetica Neue;
  font-weight: 900;
  src: url("/assets/fonts/Helvetica Neue Heavy.otf") format("truetype"); }

@font-face {
  font-family: Proxima Nova;
  font-weight: 500;
  src: url("/assets/fonts/proxima-nova-58b48c77e3eb6.otf") format("truetype"); }

 @font-face {
  font-family: Proxima Nova;
  font-weight: 700;
  src: url("/assets/fonts/proxima-nova-bold-58b48c8abdba3.otf") format("truetype"); }

@font-face {
  font-family: Avenir;
  font-weight: 800;
  src: url("/assets/fonts/Avenir-Black-03.ttf") format("truetype"); }

 @font-face {
  font-family: Avenir;
  font-weight: 700;
  src: url("/assets/fonts/Avenir-Heavy-05.ttf") format("truetype"); }

 @font-face {
  font-family: Avenir;
  font-weight: 500;
  src: url("/assets/fonts/Avenir-Medium-09.ttf") format("truetype"); }

 @font-face {
  font-family: Avenir;
  font-weight: 300;
  src: url("/assets/fonts/Avenir-Light-07.ttf") format("truetype"); }

 @font-face {
  font-family: Amatic;
  font-weight: 500;
  src: url("/assets/fonts/Amatic-Bold.ttf") format("truetype"); }

@font-face {
  font-family: Umpqua;
  font-weight: 500;
  src: url("/assets/fonts/Umpqua.otf") format("truetype"); }
@font-face {
  font-family: Umpqua;
  font-weight: 300;
  src: url("/assets/fonts/UmpquaLight.otf") format("truetype"); }
@font-face {
  font-family: Umpqua;
  font-weight: 700;
  src: url("/assets/fonts/UmpquaBold.otf") format("truetype"); }

@font-face {
  font-family: Bough;
  font-weight: 500;
  src: url("/assets/fonts/Bough-Regular.otf") format("truetype"); }

@font-face {
  font-family: Gurmukhi;
  font-weight: 500;
  src: url("/assets/fonts/Gurmukhi.ttf") format("truetype"); }

body {
	font-family: Avenir !important; 
	padding: 0px;
	margin: 0px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.qmark {
	font-family: Gurmukhi !important;
	font-weight: 300 !important;
}

.page {
	text-align: left;
}

.App-logo {
	animation: App-logo-spin infinite 20s linear;
	height: 80px;
}

.page-header {
	padding: 30px;
	padding-bottom: 0px;
}

.page-content {
	padding: 30px;
}

.template-container {
	padding: 30px;
}

.project-container {
	padding: 30px;
}

.project-option {
	color: grey;
}

a:link {
	font-weight: 500;
	color: black;
	text-decoration: none;
	opacity: 1.0;
}
a:visited {
	color: #262626;
    opacity: 0.6;
}
a:hover {
	color: #0b68af;
	opacity: 1.0;
}
a:active {
	opacity: 1.0;
} 


/* GENERIC COMPONENTS */

.main-title {
	font-size: 24px;
	font-weight: 600;
}

.main-subtitle {
	color: grey;
}

.back-button {
	display: inline-block;
	opacity: 0.7;
	cursor: pointer;
} 

.back-button:hover {
	opacity: 1.0
}

.gallery-image {
	padding: 10px;
	padding-left: 0px;
	width: 100%;
	max-width: 700px
}


/* LANDING */

.header-bar {
	display: flex;
	justify-content: space-between;
	font-weight: 300;
	color: #474747;
}

.header-title {
	font-size: 18px;
	margin-left: 30px;
	margin-top: 30px;
}

.header-options {
	font-family: Umpqua;
	font-weight: 300;
	display: flex;
	float: right;
	margin-right: 40px;
	margin-top: 40px;
}

.header-option {
	color: #581A1A;
	font-size: 18px;
	margin-left: 30px;
	cursor: pointer;
	opacity: .70;
}

.header-option:hover {
	opacity: 1.00;
}

#inner-container-landing {
	background-color: black;
	position: relative;
	width: 100vw;
	height: calc(100vh - 60px);
	background: url('../assets/images2/yellow-splash-right.png'), url('../assets/images2/pink-logo-left.png');
	background-position: right center, left top; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	-webkit-background-size: auto 85%, 20% auto;
	-moz-background-size: auto 85%, 20% auto;
	background-size: auto 85%, 20% auto;
	-o-background-size: auto 85%, 20% auto;	
}

#inner-container-5 {
	background-color: #FFF5CF;
}

.middle-text {
	font-family: Avenir;
	font-weight: 500;
	color: #333;
	position: absolute;
	text-align: left;
	max-width: 500px;
	top: 40%;
    left: 40%;
	transform: translate(-50%, -45%);
}

.welcome-title {
	font-family: Amatic;
	color: #581A1A;
	font-size: 65px;
	font-weight: 700;
}

.welcome-subtitle {
	font-weight: 300;
	color: #555;
	margin-top: 15px;
	font-size: 20px;
	line-height: 25px;
}

.welcome-button {
	font-family: Bough;
	display: inline-block;
	margin-top: 35px;
	background-color: #FE4949;
	border-radius: 4px;
	padding: 15px 25px;
	width: auto;
	color: white;
	opacity: .85;
	cursor: pointer;
	font-weight: 600;
}

.welcome-button:hover {
	opacity: 1.0;
}

.color-container {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 100px;
	background-color: #FFF6E4;
	border-top: 1px solid #FEBD3F;
	border-bottom: 1px solid #FEBD3F;
	padding: 60px;
	display: flex;	
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.recommendation-quote {
	max-width: 75%;
	font-size: 20px;
	line-height: 29px;
	font-family: Umpqua;
	color: #581A1A;
	opacity: 0.6;
	font-weight: 300;
	margin-bottom: 20px;
}

.quote-attribute {
	opacity: 1.0;
	font-size: 30px;
	color: #f51010;
	font-family: Amatic;
}

#delivery-icon {
	height: 15px;
	margin: 10px;
	margin-right: 5px;
}

#delivery-text {
	margin: 10px;
	font-size: 18px;
	font-weight: 600;

}

.columns {
	display: flex;
	flex-direction: column;
	margin: 0px 10px;
}

.column-item {
	flex: 1;
}


.section-header {
	font-family: Amatic;
	color: #EF6262;
	font-size: 55px;
	font-weight: 600;
	margin-bottom: 40px;
}

.section-header-center {
	font-family: Amatic;
	color: #EF6262;
	font-size: 55px;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
}

.section-content-text {
	font-family: Umpqua;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	margin-top: -30px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	padding-top: 15px;
	color: #9D9D9D;
}

.bold-content-text {
	color: #555;
}

.section-subheader {
	font-family: Amatic;
	color: #EF6262;
	font-size: 35px;
	font-weight: 600;
	margin-top: -30px;
	margin-bottom: 40px;
}

.section-subheader-modal {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin-top: -30px;
	margin-bottom: 30px;
	color: #9D9D9D;
}

#inner-container-1 {
	padding: 100px 40px;
	display: flex;
	justify-content: center;
}


#inner-container-3 {
	padding: 100px 40px;
	display: flex;
	justify-content: center;
}

.horizontal-column-image {
	max-width: 700px; 
	margin-right: 100px;
}

.vertical-column-image {
	max-width: 300px; 
	margin-left: 100px;
}

.container-column-right {
	float: left;
	padding-top: 75px; 
	min-width: 300px; 
	max-width: 400px; 
	margin-right: 200px;
}

.container-column-left {
	float: left;
	padding-top: 50px; 
	min-width: 300px; 
	max-width: 400px; 
	margin-right: left;
}

.mobile-only-image {
	display: none;
}

#footer {
	font-size: 12px;
	padding: 20px;
	background-color: rgba(0,0,0,.8);
	color: white;
	display: flex;
	justify-content: space-between;
}

.customlink {
	cursor: pointer;
}


#timeline {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.timeline-tile {
	display: flex;
	padding: 20px;
	background-color: #FFF5CF;
	border-radius: 5px;
	margin-bottom: 15px;
	min-width: 260px;
}

.timeline-tile-text-main {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #222;
}

.timeline-tile-text-subtitle {
	font-size: 13px;
	font-weight: 600;
	color: #555555;
}

.timeline-tile-image {
	height: 25px;
	margin-top: 10px;
	margin-right: 20px;
}

.timeline-arrow-container {
	display: flex;
}

.timeline-arrow-img {
	height: 30px;
	margin-bottom: 15px;
}

#discount-disclaimer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 300px;
	padding: 0px;
	margin-top: 40px;
}

#discount-disclaimer-title {
	text-align: center;
	font-weight: 600;
	color: #444;
	font-size: 24px;
	margin-bottom: 10px;
}

#discount-disclaimer-body {
	text-align: center;
}

#pricing-tiles {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#pricing-tile-1 {
	width: 240px;
	padding: 20px;
	text-align: center;
	background-color: #F5B247;
	margin-bottom: 15px;
	border-radius: 5px;
}

#pricing-main-text {
	font-size: 35px;
	font-weight: 400;
	color: white;
}
#pricing-subtitle-text {
	font-size: 20px;
	font-weight: 400;
	color: white;
}

#pricing-tile-2 {
	width: 240px;
	padding: 20px;
	text-align: center;
	background-color: #979797;
	margin-bottom: 15px;
	border-radius: 5px;
}

#pricing-main-text-2 {
	font-size: 16px;
	font-weight: 400;
	color: white;
	margin-bottom: 4px;
}
#pricing-subtitle-text-2 {
	font-size: 12px;
	font-weight: 400;
	color: white;
}

.pricing-tile-half {
	width: 240px;
	padding: 20px;
	text-align: center;
	background-color: #979797;
	margin-bottom: 15px;
	border-radius: 5px;
}


.header-alert {
	background-color: #7B8902;
	color: white;
	text-align: center;
	padding: 10px;
}

@media only screen and (max-width: 1000px) {  
	.header-alert {
		padding: 10px 40px;
	}
}


/* VALUE PROP AREA */

#inner-container-4 {
	display: flex;
	padding: 20px 0px;
	padding-bottom: 100px;
	align-content: center;
	justify-content: center;
	text-align: center;
}

.values-wrapper {

	width: 1000px;
	height: 800px;

	display: flex;
	align-content: center;
	justify-content: center;
	text-align: center;

	background: url('../assets/images2/values-grid-background.png') no-repeat right bottom scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;	
}

.values-grid {
	margin-top: 80px;
	max-width: 450px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #F24226;
	border-radius: 10px;
	padding: 0px 50px;
	margin-bottom: 80px;

}

#value-prop-grid-title {
	text-align: center;
	font-size: 24;
	font-weight: 800;
	min-width: 400px;
	margin-bottom: 0px;
	/* if look inside tiffin button:;
	margin-bottom: 60px;*/
}

#value-prop-grid-button {
	text-align: center;
	font-size: 18;
	padding: 15px;
	font-weight: 600;
	background-color: #7B8902;
	border-radius: 40px;
	color: white;

	max-height: 25px;

	min-width: 240px;
	margin-bottom: 80px;
	margin-top: 20px;

	cursor: pointer;
}

#value-prop-grid-button:hover {
	background-color: #657103;
}

.column-item-vp {
	flex: 1;
}

.value-prop-container {
	max-width: 500px;
}

.value-prop {
	min-width: 180px;
	margin: auto;
	margin-right: 30px;
	margin-left: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.vp-left {
	margin-right: 15px;
}

.vp-right {
	margin-left: 15px;
} 

.value-prop-icon {
	text-align: center;
	margin: auto;
	max-width: 40px;
	margin-bottom: 20px;
}

.value-prop-main-icon {
	text-align: center;
	margin: auto;
	max-width: 60px;
	margin-bottom: 15px;
}


.value-prop-openspace {
	flex-grow: 1;
}

.value-prop-text-container {
}

.value-prop-text-header {
	font-family: Umpqua;
	color: white;
	font-weight: 300;
	font-size: 18px;
	padding-bottom: 15px;
}

.value-prop-text-subtitle {
	font-family: Umpqua;
	color: rgba(255,255,255,0.7);
	font-weight: 300;
	font-size: 14px;
}

@media only screen and (max-width: 1000px) { 

	#inner-container-4 {
		background-color: white;
	}	

	.values-grid {
		padding: 20px 40px;
	}

	.value-wrapper {
		height: 1200px;
		background: none;
		width: auto;
	}

	.value-prop {
		margin: 0px;
		min-width: 200px;
	}

	#value-prop-grid-title {
		min-width: 200px;
		flex-grow: 2;
		width: 100%;
	}

	#value-prop-grid-button {
		margin-top: 50px;
	}

}


/* QUOTES AREA */

#inner-container-6 {
	padding: 100px 0px;
	background-color: #FFFCEF;
	display: flex;
	justify-content: center;
}

#bottom-signup {
	font-size: 20px;
	padding: 15px 30px;
	border-radius: 40px;
	color: white;
	background-color: #3E91FF;
	cursor: pointer;
}

#bottom-signup:hover {
	background-color: #286fcd;
}

#bottom-waitlist {
	font-family: Bough;
	display: inline-block;
	margin-top: 35px;
	background-color: #FE4949;
	border-radius: 4px;
	padding: 15px 25px;
	width: auto;
	color: white;
	opacity: .85;
	cursor: pointer;
	font-weight: 600;
}

#bottom-waitlist:hover {
	background-color: #286fcd;
}

@media only screen and (max-device-width: 500px) { 


	.header-option {
		color: #581A1A;
		font-size: 16px;
		margin-left: 20px;
		cursor: pointer;
		opacity: .70;
	}

	.header-options {
		font-family: Umpqua;
		font-weight: 300;
		display: flex;
		float: right;
		margin-right: 30px;
		margin-top: 30px;
	}


	#inner-container-1 {
		display: inline-block;
		padding: 0px;
		padding-top: 120px;
	}

	#inner-container-3 {
		display: inline-block;
		padding: 0px;
	}

	.container-column {

	}


	.container-column-right {
		padding: 0px;
		margin: auto;
		min-width: 0px
	}

	.container-column-left {
		padding: 0px;
		margin: auto;
		min-width: 0px
	}

	.container-column-body {
		padding: 30px;
		width: 80vw;
	}

	.vertical-column-image {
		width: 90vw;
		left: 0;
		margin: 0px auto;
	}

	.horizontal-column-image {
		width: 100vw; 
		margin: auto;
		left: 0;
	}

	.values-grid {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.web-only-image {
		display: none
	}

	.web-only-button {
		display: none;
	}

	.mobile-only-image {
		display: inline-block;
		justify-content: center;
		margin: auto;
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}


	#inner-container-6 {
		background: url('../assets/images/landing/whatsinatiffin-mobile-signup.png') no-repeat right bottom scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;	
	}

	#bottom-signup {
		margin-bottom: 25px;
	}

}


.input-entry {
	width: calc(100%);
	border-radius: 3px;
	padding: 10px;
	border: 2px solid #8DBBF0;
	box-shadow: none;
	font-size: 20px;
	font-family: Avenir;
}

.input-entry:focus {
	border: 2px solid #4A90E2;
}

#waitlist-zip-input {
	margin-top: 15px;
}

.button-wrapper {
	text-align: center;
}

.join-button {
	display: inline-block;
	margin-top: 15px;
	background-color: #3E91FF;
	border-radius: 4px;
	padding: 15px 25px;
	font-size: 13px;
	width: auto;
	color: white;
	opacity: .85;
	cursor: pointer;
	font-weight: 600;
}

.join-button:hover {
	opacity: 1.0;
}

/* MODALS */
.modal {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
}

.modal-container {
  background-color: white;
  padding: 40px;
  border-radius: 5px;
}

#close-modal-button {
	position: absolute;
	background-color: green;
	color: white;
	bottom: 40px;
	padding: 15px;
	width: calc(90% - 50px);
	max-width: 350px;
	border-radius: 5px;
	text-align: center;
	margin-left: 10px;
}

#close-X-button {
	position: absolute;
	background-color: green;
	color: white;
	top: 20px;
	padding: 15px;
	width: 50px;
	border-radius: 5px;
	text-align: center;
	margin-left: 10px;
}

#close-modal-button:hover {
	background-color: #005600;
	cursor: pointer;
}


#menu-preview-modal-background-container {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	background-color: rgba(0,0,0,.4);
	top: 0;
	display: none;
	align-items: center;
 	justify-content: center;
}

#menu-preview-modal-container {
	height: calc(100% - 60px);
	width: 90%;
	max-width: 400px;
	background-color: white;
	border-radius: 5px;
	overflow-y: scroll;
}


.menu-preview-modal-content-block {
	margin-bottom: 60px;
	text-align: center;
}

.menu-preview-modal-title {
	text-align: center;
	margin: 30px;	
	font-size: 20px;
	font-weight: 800;
	color: #ec9900;
}

.menu-preview-modal-content {
	margin: 30px;	
	font-size: 17px;
}

.preview-modal-date-block {
	margin-bottom: 20px;
	text-align: center;
}

.preview-modal-date-header-text {
	color: #9c9b9b;
	font-size: 16px;
	margin-bottom: 5px;
}

#close-button-wrapper {
	width: 100%;
	text-align: right;
}

#look-inside-tiffin-modal-background-container {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	background-color: rgba(0,0,0,.4);
	top: 0;
	display: none;
	align-items: center;
 	justify-content: center;
}

#look-inside-tiffin-modal-container {
	height: calc(100% - 60px);
	width: 90%;
	max-width: 600px;
	background-color: white;
	border-radius: 5px;
	overflow-y: scroll;

}

/*lit stands for "look inside tiffin"*/

#lit-modal-title {
	background-color: #FFF5CF;
	font-size: 30px;
	text-align: center;
	padding: 50px;
	padding-top: 80px;
	padding-bottom: 40px;
}

.lit-modal-content-block {
	display: flex;
	flex-wrap: wrap
}

.lit-modal-content-block.s1 {
	background-color: #FFF5CF;
}

.lit-modal-content-block.s2 {
	background-color: white;
}

.lit-modal-content-block.s12 {
	background: linear-gradient(175deg, #FFF5CF 25%, white 25%)
}

.lit-modal-content-img {
	height: 230px;
	padding: 0px 30px;
	flex: 0 1;
}

.lit-modal-content-text-block {
	margin-top: 60px;
	min-width: 200px;
	flex: 1 0;
}

.lit-modal-content-text-block.right {
	margin-right: 50px;
}

.lit-modal-content-text-block.left {
	margin-left: 50px;
}

.lit-modal-content-text-block-title {
	font-size: 24px;
	color: #EF5A1B;
	font-weight: 700;
	margin-bottom: 15px;
}

.lit-modal-content-text-block-body {
}

#close-lit-modal {
	padding: 20px 25px;
	border-radius: 50px;
	background-color: #ccc;
	opacity: 0.7;
	display: block;
	position: absolute;
	margin-left: 520px;
	margin-top: 20px;
	font-weight: 800;
	cursor: pointer;
}

#close-lit-modal:hover { 
	background-color: #aaa;
}


@media only screen and (max-width: 620px) {
	.lit-modal-content-block {
		justify-content: center;
		margin: auto;
		padding-bottom: 25px;
	}

	.lit-modal-content-img {
	}

    .lit-modal-content-text-block {
    	max-width: 250px;
    	margin-top: 25px;
    }

    .lit-modal-content-text-block-body {
    	margin-right: 0px;
    }

    .lit-modal-content-text-block.right {
		margin-right: 0px;
		margin-left: 0px;
	}

	.lit-modal-content-text-block.left {
		margin-right: 0px;
		margin-left: 0px;
	}

	#close-lit-modal {
		margin-left: calc(90% - 80px)
	}
}


@media only screen and (max-width: 1000px) {
    .middle-text {
    	transform: none;
    	left: 50px;
    	margin-right: 50px;
    	top: 150px;
    }

    #inner-container-landing {
		background-color: black;
		position: relative;
		width: 100vw;
		height: calc(100vh - 60px);
		background: url('../assets/images/landing/tiffin-full-mobile.png') no-repeat right bottom scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;	
	}

}

@media only screen and (max-height: 700px) {
    .welcome-title {
		font-size: 35px;
		line-height: 40px;
	}

	.welcome-subtitle {
		font-size: 16px;
		line-height: 18px;
	}

	.middle-text {
    	transform: none;
    	left: 30px;
    	margin-right: 50px;
    	top: 120px;
    }

}


/* PROJECT COMPONENTS */

.title {
	font-weight: 700;
}

@keyframes App-logo-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
