﻿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 Roman, 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.png);
    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;
}

.backtown .town {
    /* Positioning and sizing */
    display: block;
    width: 400px;
    
/* Padding and margins */
    padding: 1em;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;

    /* Border styles */
    border: 3px solid white;
    border-radius: 20px;

    
}

.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";
}

