
 .stripe {
	display:block; 
	position:relative; 
	margin:auto; 
	width:1000px;
	border-right:solid 1px black; 
	border-left:solid 1px black; 
	}
	
/* For Mobile */
@media screen and (max-width: 1000px) {
   .stripe {
		display:block; 
		position:relative; 
		margin:auto; 
		width:100%; 
		border:none;
	}
}

.text0 {
	font-family: 'Open sans', sans-serif; 
	color: #444444; 
	font-size: 12px; 
	font-weight:800;
	letter-spacing:10px
}


.text1 {
	font-family: 'Open sans', sans-serif; 
	color: #444444; 
	font-size: 18px; 
}

.text2 {
	font-family: 'Open sans', sans-serif; 
	color: #444444; 
	font-size: 115px; 
	font-weight:600;
}

.text3 {
	font-family: 'Open sans', sans-serif; 
	color: #444444; 
	font-size: 26px; 
	font-weight:500;
	text-decoration:underline;
}

.text4 {
	font-family: 'Open sans', sans-serif; 
	color: #eeeeee; 
	font-size: 18px; 
	text-decoration: none;
}

.text4:hover {
	font-family: 'Open sans', sans-serif; 
	color: #aaaaff; 
	font-size: 18px; 
	text-decoration: none;
}

.text5 {
	font-family: 'Open sans', sans-serif; 
	color: #444444; 
	font-size: 60px; 
	font-weight:600;
}

.text6 {
	font-family: 'Open sans', sans-serif; 
	color: #444444; 
	font-size: 18px;
	font-weight:600; 
}
.text7 {
	font-family: 'Open sans', sans-serif; 
	color: #444444; 
	font-size: 16px; 
}

.text8 {
	font-family: 'Open sans', sans-serif; 
	color: #444444; 
	font-size: 14px; 
	font-weight:800;
	letter-spacing:2px
}

.text9 {
	font-family: 'Open sans', sans-serif; 
	color: #444444; 
	font-size: 24px; 
	font-weight:500;
}

.text10 {
	font-family: 'Open sans', sans-serif; 
	color: #444444; 
	font-size: 18px; 
	font-style: italic;
}

.spacer1 {
	margin-left:40px;
}

.spacer2 {
	margin-bottom:15px;
}

.spacer3 {
	margin-left:90px;
}


.pSpace {
	margin-bottom:40px;
}

.pSpace1 {
	margin: 20px auto 20px auto;
	padding:0px;
}


.ruler {
	width:100px; 
	margin:50px auto 50px auto;
}

.thoughtBox {
	margin-left:25px; 
	margin-top:15px;
	text-align:left;
	background-color:#F7F3EC;
	padding:40px;
}


.bigBlock{
	
	margin:auto 20px auto 20px; 
	/*background-color:#f5f3f0;*/
	padding:15px 50px 15px 50px;
	
}

.lightQuote {
	font-family:  'Georgia', 'Garamond', Times New Roman; 
	font-family: 'Open sans', sans-serif; 
	background: rgb(245,243,240);
	background: linear-gradient(90deg, rgba(245,243,240,1) 0%, rgba(255,255,255,1) 100%);
	color:#666666;
	font-size: 14px; 
	margin-left:50px;
	margin-right:50px;
	letter-spacing:0.1em;
	
}