@charset "utf-8";
/* CSS Document */

body {
	background-image: url("../images/graphic design icon background.jpg");

}




h1 {
	text-align:center;
	margin-left: 300px;
	color:rgba(91,164,146,1.00);
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	
}

.white-box {
	position:absolute;
	background-color:rgba(236,236,236,1.00);
	border-radius: 12px;
	height: 1000px;
	width: 1000px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif"; 
	margin-left: 550px;
	text-align:left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 2em;
	
	
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border-radius: 10px;
	list-style: none;
	text-decoration: none;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
}


.wrapper {
	display:flex;
	position: relative;
	
}

.wrapper .sidebar {
	position:fixed;
	width: 300px;
	height: 100%;
	background-color:rgba(113,168,148,1.00);
	padding: 50px 0;
	font-size: 2em;
	text-align: center;
	
	
	
	
}

.wrapper .sidebar ul li {
	padding: 40px;
	border-bottom: 1px rgba(255,255,255,1.00);
	border-top: 1px rgba(196,148,70,1.00);
	
}


.wrapper .sidebar ul li a {
	display:block;
	color:rgba(255,255,255,1.00);
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}

.wrapper .sidebar ul li:hover{
	background:rgba(202,148,77,1.00);
}

.wrapper .sidebar ul li hover a{
	color:rgba(255,255,255,1.00);
}


}

	
	

