@charset "utf-8";


/******* Bill's CSS Resets *******/

p, ul, ol, h1, h2, h3, blockquote {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

* { box-sizing: border-box; }


/********end reset********/




body {
    background-color: #6535CA;
    background-image: url(images/HD-purple-wallpaper-image-to-use-as-background-119.jpg);
	width: auto;
	height: auto;
}


h1 {
    font-family: 'Kaushan Script', cursive;
    color:#E6D1EF;
	font-size:35px;
	text-align: center;
	margin-top: 50px;
}

.center {
	
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
}
	



h2 { 
	font-family: 'Kaushan Script', cursive;
	font-size:24px;
	color:#C79BD0;
	padding-bottom: 10px;
	text-align: center;
	}

p   {
    font-family: 'advent-pro';
    font-size: 14px;
    text-align: left;
    color: #F6F2F8;
    padding: 20px;
    background-color:  hsla(258,79%,36%,0.70);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-radius: 50px;
    }

h3 {
    font-family: 'Kaushan Script', cursive;
	font-size:24px;
	color:#C79BD0;
	text-align:left;
	padding-bottom: 10px;
	text-decoration: underline
    	
	
	
}

.left {
    background-color: hsla(258,79%,36%,0.70);
    padding-bottom: 10px;
    padding-top: 10px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 50px;
	height: auto;
}


.right {
	
	background-color:hsla(258,79%,36%,0.70);
	margin-top: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	width:250px;
	height:auto;
	margin-left:auto;
	margin-right: auto;
	padding: 20px;
	border-radius: 50px;
}

ol{
	font-family:'advent-pro';
	font-size:15px;
	text-align:left;
	color:#F6F2F8;
	
	
   }

li {
	
	list-style-type:circle;
	height: 20px;
	padding-bottom: 20px;
	margin: 5px;
	padding-left:5px;
	padding-right: 5px;
	margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: #F6F2F8;
    text-indent: 0;
}
	
	a:hover {
		color:#B128EB;
			
	}




footer {
	
	
	margin-top: 50px;
	text-align: center;
	background-color:hsla(258,79%,36%,0.70);
	font-family:'advent pro', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-weight:bolder;

	
	
}

@media only screen and (min-width:480px) {
	
	.content {
		
		
		display:block;
	}
	
	h1 {
		
		font-size: 45px;
	}
	
	
	h2 {
		
		font-size: 35px;
	}
	
	p {
		
		font-size: 18px;
		padding: 35px;
	
	}


	h3 {
    font-size: 30px;
    
	}
	
	
	.left {
		
		width: 70%;
		margin: auto;
		
		
		
	}
	
	
	.right {
		
		width:70%;
		height: auto;
		
		
	}
	
	
	li {
		font-size: 20px;
		padding-bottom: 20px;
		
		}
	
	
	   
		
		
	
}

@media only screen and (min-width:700px) {
	
	
	
	h1 {
		
		font-size: 55px;
	}
	
	
	h2 {
		
		font-size: 45px;
	}
	
	p {
		
		font-size: 22px;
		padding: 35px;
	
	}


	h3 {
    font-size: 35px;
    
	}
	
	
	.left {
		
		width: 280px;
		margin: auto;
		
		
		
	}
	
	
	.right {
		
		width: 410px;
		height:680px;
		height: auto;
		
		
	}
	
	
	li {
		font-size: 24px;
		padding-bottom: 10px;
		
		}
	
	
	
	
}
@media only screen and (min-width:960px) {
	
	
	
		
	h1 {
		
		font-size: 77px;
	}
	
	
	h2 {
		
		font-size: 66px;
		
	}
	
	p {
		
		font-size: 26px;
		padding: 35px;
		
	}


	h3 {
    font-size: 40px;
    
	}
	
	
	.left {
		
		
		
		height: 400px;
		padding: 0;
		
		
		
	}
	
	
	.left li  {
		font-size: 66px;
		padding: 30px;
		text-align: center;
		list-style-type: none;
		
	}
	
	.left h3 {
		
		text-align: center;
		font-size: 55px;
		padding: 10px;
	}
	
	
	.right {
		
		
		height: 600px;
		
		
		
		
	}
	
	.right h3 {
		
		text-align: center;
		font-size: 55px;
	}
	
	
	.right li {
		
		
		line-height:normal;
	}
	
	
	
	
	li {
		font-size: 28px;
		padding-bottom: 10px;
		list-style-type: none;
		
		}
	
	
	
	.content {
		
		display: flex;
		flex-wrap:wrap;
	}
	
	
	
}

