/*

.#     .#   .###  .######## .#####   .####
.##    .#  .#  .#    .##    .#      .##
.#.#   .# .#    .#   .##    .#     .#
.# .#  .# .#    .#   .##    .#      .##
.#  .# .# .#    .#   .##    .#####   .###
.#  .# .# .#    .#   .##    .#          .##
.#   .#.# .#    .#   .##    .#            .#
.#    .##  .#  .#    .##    .#          .##
.#     .#   .###     .##    .#####  .####

*/
		
	body {
		background-image: url(img/background.jpg);
		background-size: cover;
		background-position: top left, right;
		background-repeat: repeat;
		background-attachment: scroll, fixed;
		}

	h1 {
		color: black;	
		text-shadow: 3px 3px red;
		font-family: sans-serif;
		font-size: 10vw;
  		margin-top: .5em;
 		margin-bottom: .4em;	
 		padding-left:10px		
		}
		
	h2 {
		color: white;
		text-shadow: 3px 3px black;
		font-family: sans-serif;
		font-size: 65px;
  		margin-top: 0em;
 		margin-bottom: 0em;	
  		padding-left:10px		
		}
	
	p {
		margin-top: 0em;
 		margin-bottom: 0em;
 		font-family: sans-serif;
		color: blue;
		}	

	a {
		color: yellow;
		text-shadow: 2px 2px 2px black;
		font-family: sans-serif;
		font-size: 20px;
		letter-spacing: 1px;
		padding: 10px;
		}
				
	a:hover {
		color: blue;
		}
	
	a:active {
 		background-color: hotpink;
		}

	footer {
		background-color: none;
		padding: 30px;
		padding-top: 150px;
		text-align: left;
		font-family: sans-serif;
		color: yellow;
		text-shadow: 2px 2px 2px black;
		}

	.theDiv {
		background-color: white;
		border: 3px solid blue;
  		border-width: 10px 2px;
		text-align: left;
		width: 325px;
		padding: 15px;
		margin: 15px;
		}

/*  

.       .                                      .                  
|-. . ,-| . ,-. ,-. ," ,-. ,-. ,-,-. ,-. ,-. ,-|    ,-. ,-. ,-,-. 
| | | | | | | | | | |- |   | | | | | | | | | | |    |   | | | | | 
' ' ' `-^ ' ' ' `-| |  '   `-' ' ' ' `-| `-' `-^ :; `-' `-' ' ' ' 
                 ,| '                 ,|                          
                 `'                   `'                                                                                
*/