@charset "utf-8";
.container {
    background-color: #7E7E7E;
    width: 950px;
	margin: auto;
	
}
.logo{
    height: 80px;
    width: 80px;
	margin-left: 20px;
	margin-top: 20px;
}
.name {
  	
    height: 80px;
    width: 370px;
    margin-left: 120px;
    margin-top: -80px;
    font-family: abril-fatface;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
	padding-top: 20px;
}
.home {
    background: #000000;
    height: 30px;
    width: 50px;
    margin-left: 580px;
    margin-top: -80px;
    color:#B80003;
	padding-left: 10px;
	padding-top: 10px;
	border-radius: 10px;
	position: fixed;
}
.portfolio {
	background: #000000;
    height: 30px;
    width: 72px;
    margin-left: 658px;
    margin-top: -80px;
	padding-top: 10px;
    color: #AB0002;
    text-align: center;
	border-radius: 10px;
	position: fixed;
}
.about {
	background: #000000;
    height: 30px;
    width: 80px;
    margin-left: 750px;
    margin-top: -80px;
    color: #ffffff;
    text-align: center;
	padding-top: 10px;
	border-radius: 10px;
	position: fixed;
}
.contact {
    background-color:#000000;
    height: 30px;
    width: 62px;
    margin-left: 850px;
    margin-top: -80px;
	border-radius: 10px;
    color: #FFFFFF;
	position: fixed;
	padding-left: 6px;
	padding-top: 10px;
	
}
.conent {
    background-color: #2D0CD3;
    width: 890px;
	height: 540px;
	margin-top: 40px;
	margin-left: 30px;
	border-radius: 10px;
}
.maintext {
    
    width: 870px;
	margin-left: 10px;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 10px;
	
}
.contactus {
    
    width: 870px;
	margin-top: 50px;
}
.footer {
    height: 100px;
    width: 950px;
    background-color: #000000;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
	padding-top: 10px;
	color: #FFFFFF
}