@charset "utf-8";
/* CSS Document */

#buttons{
	text-decoration:none;
	height:30px;
	width:100%;
	position:relative;
	top:0px;
	left:0px;
	background-color: #000;
	

}
#buttons ul li{
	text-decoration:none;
	left:250px;
	position:relative;
	display:inline-block;
		padding:10px 4px;
}

#buttons li{
	text-decoration:none;
	display:inline-block;
	
}

#welcomehome{
	font-size:60px;
	position:relative;
	left:200px;
	top:50px;
	width:500px;
}

#coder{
	background:orange;
	border:10px solid white;
	height:200px;
	width:200px;
	border-radius:130px;
	position:relative;
	left:252px;
	top:100px;
}
.codertext{
	padding:70px 30px;
	font-size:36px;
	font-weight:900;
}
#coder2{
	background:orange;
	border:10px solid white;
	height:200px;
	width:200px;
	border-radius:130px;
	position:relative;
	left:520px;
	top:-120px;
}
.codertext2{
	padding:70px 40px;
	font-size:36px;
	font-weight:900;
}
#coder3{
	background:orange;
	border:10px solid white;
	height:200px;
	width:200px;
	border-radius:130px;
	position:relative;
	left:795px;
	top:-340px;
}
.codertext3{
	padding:70px 40px;
	font-size:36px;
	font-weight:900;
}


#p14po{
		font-size:36px;
		 position:relative; 
		 top:-250px; 
		 left:1055px; 
		 background:#011921;
		 width:190px;
		 color:#767676;
		 padding:0px 10px;
		 }
		 
#brandingdiv{
		font-size:36px;
		 position:relative; 
		 top:-250px; 
		 left:1055px; 
		 background:#011921;
		 width:205px;
		 color:#767676;
		 padding:0px 10px;
		 }
		 
#graphicdiv{
		font-size:36px;
		 position:relative; 
		 top:-250px; 
		 left:1010px; 
		 background:#011921;
		 width:250px;
		 color:#767676;
		 padding:0px 10px;
		 }
