/*_______ _________ _        _______ 
(       )\__   __/( \      (  ___  )
| () () |   ) (   | (      | (   ) |
| || || |   | |   | |      | |   | |
| |(_)| |   | |   | |      | |   | |
| |   | |   | |   | |      | |   | |
| )   ( |___) (___| (____/\| (___) |
|/     \|\_______/(_______/(_______)*/

body {
	text-align: center;
}

.my-name {
	background: yellow no-repeat fixed center;
		background: linear-gradient(yellow, cyan) no-repeat fixed center;
		background: -moz-linear-gradient(yellow, cyan) no-repeat fixed center;
		background: -o-linear-gradient(yellow, cyan) no-repeat fixed center;
		background: -webkit-linear-gradient(yellow, cyan) no-repeat fixed center;	
}

.my-ascii {
	background: yellow no-repeat fixed center;
		background: linear-gradient(cyan, orange) no-repeat fixed center;
		background: -moz-linear-gradient(cyan, orange) no-repeat fixed center;
		background: -o-linear-gradient(cyan, orange) no-repeat fixed center;
		background: -webkit-linear-gradient(cyan, orange) no-repeat fixed center;
}

.background {
	background: orange no-repeat fixed center;
		background: linear-gradient(orange, limegreen) no-repeat fixed center;
		background: -moz-linear-gradient(orange, limegreen) no-repeat fixed center;
		background: -o-linear-gradient(orange, limegreen) no-repeat fixed center;
		background: -webkit-linear-gradient(orange, limegreen) no-repeat fixed center;
}

.design-inspiration {
	background: #ff0 no-repeat fixed center;
		background: linear-gradient(#ff0, #ffc0cb) no-repeat fixed center;
		background: -moz-linear-gradient(#ff0, #ffc0cb) no-repeat fixed center;
		background: -o-linear-gradient(#ff0, #ffc0cb) no-repeat fixed center;
		background: -webkit-linear-gradient(#ff0, #ffc0cb) no-repeat fixed center;
}

.non-designed-object {
  background: #ffc0cb no-repeat fixed center;
    background: linear-gradient(#ffc0cb,limegreen) no-repeat fixed center;
    background: -moz-linear-gradient(#ffc0cb,limegreen) no-repeat fixed center;
    background: -o-linear-gradient(#ffc0cb,limegreen) no-repeat fixed center;
    background: -webkit-linear-gradient(#ffc0cb,limegreen) no-repeat fixed center;


}
		
}
.everyday-object {
	background: #ffc0cb no-repeat fixed center;
		background: linear-gradient(#ffc0cb, yellow) no-repeat fixed center;
		background: -moz-linear-gradient(#ffc0cb, yellow) no-repeat fixed center;
		background: -o-linear-gradient(#ffc0cb, yellow) no-repeat fixed center;
		background: -webkit-linear-gradient(#ffc0cb, yellow) no-repeat fixed center;


}

   ul {

   	     list-style-type: none;
   	     text-align: center;
   	     font-size: 2vw;
   }

   li {

          display: inline-block
          margin: 0 0.5vw;
          }

          a:hover {
          	background-color: white;
          	color: black;
          }
          .current-page {
          	     background-color: black;
          	     color: white
          	     text-decoration: underline;
          }

          h1 {
          	font-size:35 vw;
          	line-height: 0;
          }

          h2 (
          	font-size: 24vw;
          	line-height: 0;
          }

          h3 {
          	    font-size: 12vw;
          	}

          	p.ascii {
          		font-family: "Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;                 
          		font-size: 1.2vw;
          		}"
          	}
          }