        /* Jen's Ascii xx

      _____                    ________)      
     (, /            ,        (, /         /) 
       /   _ __        _        /___, _   (/_ 
   ___/___(/_/ (_  _(_/_)_   ) /     (_(_/_)  
 /   /                      (_/               
(__ /                                         

*/

body {
	text-align: center;
}

.my-name {
	background: magenta; no-repeat fixed center;
		background-image: linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );
		background-image: -moz-linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );
		background-image: -o-linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );
		background-image: -webkit-linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );

		}

.my-ascii {
	background: magenta; no-repeat fixed center;
		background-image: linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );
		background-image: -moz-linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );
		background-image: -o-linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );
		background-image: -webkit-linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );

		}

.my-background {

	background: pink; no-repeat fixed center;
		background-image: linear-gradient(to right, rgb(242, 112, 156), rgb(255, 148, 114));
		background-image: -moz-linear-gradient(to right, rgb(242, 112, 156), rgb(255, 148, 114));
		background-image: -o-linear-gradient(to right, rgb(242, 112, 156), rgb(255, 148, 114));
		background-image: -webkit-linear-gradient(to right, rgb(242, 112, 156), rgb(255, 148, 114));
}

.design-inspiration {
	background: magenta; no-repeat fixed center;
		background-image: linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );
		background-image: -moz-linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );
		background-image: -o-linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );
		background-image: -webkit-linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );

		}

.non-designed {

	background: magenta; no-repeat fixed center;
		background-image: linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );
		background-image: -moz-linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );
		background-image: -o-linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );
		background-image: -webkit-linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );

}

.design-object {
	background: magenta; no-repeat fixed center;
		background-image: linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );
		background-image: -moz-linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );
		background-image: -o-linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );
		background-image: -webkit-linear-gradient( 109.6deg,  rgba(238,58,136,1) 11.2%, rgba(128,162,245,1) 91.1% );

}


ul {
	list-style-type: none;
	text-align: center;
	font-size: 18px;
	margin: 40px;
	
}	

li {
		display: inline-block;
		margin: 10px;
	}

	a:link {
		color: white;
		text-decoration: none;
		font-family: Helvetica, Sans-Serif;
	}

	a:visited {
		color: white;
		text-decoration: none;
		font-family: Helvetica, Sans-Serif;
	}

	a:hover {
		color: black;
		background-color: white;
		font-family: monospace;
		
	}
   
   a:active {
		color: white;
		text-decoration: none;
		font-family: Helvetica, Sans-Serif;
	}

	.current-page {
		color: white;
		text-decoration: none;
		font-family: Helvetica, Sans-Serif;
	}

	h1 {
	font-size: 70px;
	line-height: 0;
}

h2 {
	font-size: 150px;
	line-height: 0;
	color: white;
}

h3 {
	font-size: 16px;
}

img{
	max-width:80%;
    height:auto;
    display: inline-block;
}


p.ascii {
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size: 14px;
	color: white;

}



