﻿body {
    letter-spacing: 0.1em;
	line-height: 30px;
    font-family: "Majesti Banner Bold", "Majesti Banner Book", "Majesti Banner Heavy", "Majesti Banner Light", "Majesti Banner Medium", Times, serif;
	-webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
     hyphens: none;
}

.backtown {
    /* Sizing */
    width: 100vw;
    height: 100vh;
    
   /* Flexbox stuff */
    display: flex;
    justify-content: center;
    align-items: center;
     
/* Text styles */
    text-align: center;
    font-family: "Majesti-Banner-Bold";
    color: rgb(190, 30, 45);
    text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;

    /* Background styles */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(http://www.geocities.ws/tilton_gra310/image/town.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.backtown h1 {
    /* Text styles */
    font-size: 3em;
    
/* Margins */
    margin-top: 0;
    margin-bottom: 0.5em;
}

/* Positioning and sizing */

.backtown .town {
    display: block;
    width: 400px;
    
/* Padding and margins */
    padding: 1em;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;

   /* Text styles 
    color: white;
    text-decoration: none;
    font-size: 1.5em; */
    
    /* Border styles */
    border: 3px solid white;
    border-radius: 20px;

    /* Background styles 
    background-color: rgba(147, 112, 219, 0.8); */
}

/*text and jpgs*/

.chinese {
    float: left;
    margin: 30px;
    border: 3px solid black;
	border-radius: 20px;
    /*word-break:break-all;*/

}

.food {
    float: right;
    margin: 20px;
	border: 3px solid black;
	border-radius: 20px;
    /*word-break:break-all;*/
}

main div .food p .chinese p  p {
	
	margin-left: 400px;
	margin-right: -400px;
	padding: 40px;
	white-space: pre-line;
	word-break: normal;
	word-spacing: 2px;
	text-align: justify;
	line-height: 30px;
	letter-spacing: 2px;
	font-family: "Majesti Banner Bold";
}

p {
	
	/*font-size: 5em;*/
	font-family: "Majesti Banner Light";
}

.redText {
	
	color: rgb(190, 30, 45);
	text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}

h1 {
       font-family: "Majesti Banner Bold";
}

h2 {
  font-family: "Majesti Banner Light";
}

