#Row1					{border:none; 	border-bottom:2px solid #000000;}



/*============================================
|               IMAGE CONTAINER              |
============================================*/
#Row2-newhere			{margin:0px; 	padding:0px;	background-color:#FFFFFF;}

#Row2-Col1-newhere		{margin:0px; 	padding:0px;}

#Row2-Col1-newhere img 	{position: relative;
						width: 100%;
     					height: 100%;
     					max-height: 100%;}



/*============================================
|               TEXT CONTAINER               |
============================================*/
#Row3-newhere			{margin:0px; 	padding:0px;	
						background-color:#000000;
						text-align: center;}

#Row3-Col1-newhere		{margin:0px; 	padding: 3rem;}

#Row3-Col1-newhere h1	{font-size: 75px;
    					font-family:'Mrs Saint Delafield', cursive;
    					font-weight: 400;
    					color: #f9f8f8;
						opacity: 0.9;
  						bottom: 2%;}

#Row3-Col1-newhere p	{font-size: 20px;
    					font-family:'Oswald', sans-serif;
    					font-weight: 500;
						line-height: 40px;
    					color: #f9f8f8;
						opacity: 0.9;
  						bottom: 2%;}

/*------IF SCREEN SIZE IS 480 PX OR LESS--------*/
@media screen and (max-width: 480px) {
	#Row3-Col1-newhere h1 	{font-size: 45px;}
}
/*-IF SCREEN SIZE IS BETWEEN 481 PX AND 600 PX-*/
@media screen and (min-width: 481px) and (max-width: 600px) {
	#Row3-Col1-newhere h1 	{font-size: 60px;}
}


#Row4					{border:none; border-top:2px solid #000000;}