#wrapper {
    background-color: #3403F9;
    margin: auto;
    width: 950px;
	
}
#header {
    background-color: #370444;
    height: 110px;
    width: 950px;
}
#body {
    background-image: url(images/images/body.png);
    height: 733px;
    width: 950px;
	margin-top: 0px;
	
	}
#footer {
    background-color: #4B0304;
    height: 200px;
    width: 950px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
ul{
	list-style-position: none;
	list-style: none;
}
a{
	text-decoration: none;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
   
}
nav ul{
	display: flex;
	
}
nav ul li a{
    margin: 30px;
    font-family: "Myriad Pro";
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
}
.active{
	font-weight: bold;
	color:#E00104;
}
.text-container p:nth-child(1){
	font-family: calibri; 
	font-weight: bold;
	color: #000000;
	font-size: 60px;
	width: 500px;
	margin-top: 0px; 
	
}
.text-container p:nth-child(2){
    font-family: calibri;
    letter-spacing: 1px;
    color: #010325;
    font-size: 22px;
    text-align: left;
    height: 300px;
    width: 430px;
    line-height: 25px;
	margin-top: 5px;
	
}
.text-container p{
	line-height: 55px;
	margin: 40px 0px 25px;
}
.text-container{
	position:absolute;
	left: 14%;
	top: 42%;
	transform: translate(13%);
	
}
.cont-btn{
	position: absolute;
	top: 55%;
	left:20%;
	width: 130px;
	height: 42px;
	font-family: calibri;
	font-weight: bold;
	font-size: 20px;
	outline: none;
	margin: 0px 10px;
	background-color: #F00206;
	color:#FFF607;
	
}
.image{
	height:500px;
	width: 400px;
	position: absolute;
	bottom: 0px;
	top: 150px;
	left: 63%;
	transform: translateX(-30%);
}
.abouttext-container p:nth-child(1){
    font-family: calibri;
    font-weight: bold;
    color: #C00003;
    font-size: 60px;
    width: 500px;
    margin-top: 0px;
}
.abouttext-container p:nth-child(2){
    font-family:segoe;
    letter-spacing: 1px;
    color: #010325;
    font-size: 22px;
    text-align: left;
    height: 300px;
    width: 430px;
    line-height: 25px;
	margin-top: 5px;
}
.abouttext-container p{
	line-height: 55px;
	margin: 40px 0px 25px;
}
.abouttext-container{
	position:absolute;
	left: 14%;
	top: 42%;
	transform: translate(13%);
}
.hire-me{
	position: absolute;
	top: 75%;
	left:50%;
	width: 100px;
	height: 35px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 20px;
	outline: none;
	margin: 0px 10px;
	background-color:#000243;
	color:#FFF607;
}
.cv {
	position: absolute;
	top: 75%;
	left:5%;
	width: 190px;
	height: 35px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 20px;
	outline: none;
	margin: 0px 10px;
	background-color:#000243;
	color:#FFF607;
}
.cv:hover{
	background-color:#03F7FB;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
	transition: all ease 0.5s;
}
.hire-me:hover{
	background-color:#03F7FB;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
	transition: all ease 0.5s;
}
.cont-btn:hover{
	background-color:#03F7FB;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
	transition: all ease 0.5s;
}
.cont:hover{
	background-color:#03F7FB;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
	transition: all ease 0.5s;
}
.box-1,.box-2,.box-3{
    width: 270px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.box-container{
	display:flex;
justify-content:space-between;
}
.box-1 span,
.box-2 span,
.box-3 span{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #FD070B;
	display: flex;
	justify-content: center;
    align-items: center;
	font-family: calibri;
	font-weight: bold;
}
.box-1 p:nth-child(2),
.box-2 p:nth-child(2),
.box-3 p:nth-child(2){
	color: #13033B;
    font-family: calibri;
	font-size: 23px;
	line-height: 0px;
}
.box-1 p:nth-child(3),
.box-2 p:nth-child(3),
.box-3 p:nth-child(3){
	font-family: calibri;
	text-align: center;
	width: 270px;
	margin: 0px 0px 20px 0px;
	color: #450203;
}
.box-1 button,
.box-2 button,
.box-3 button{
	width: 100px;
	height: 30px;
	background-color: #095FF5;
	border: none;
	otuline: none;
	border-radius: 5px;
}
.servicestext-container p:nth-child(1){
	font-family: calibri; 
	font-weight: bold;
	color: #C00003;
	font-size: 60px;
	width: 500px;
	margin-top: 0px;	
}	
.servicestext-container p:nth-child(2){
    font-family:Constantia;
    color: #010325;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    height: 20px;
    width: 430px;
    line-height: 25px;
	margin-top: 5px;
}
.servicestext-container p:nth-child(3){
    font-family:segoe;
    letter-spacing: 1px;
    color: #010325;
    font-size: 22px;
    text-align: left;
    height: 20px;
    width: 950px;
    line-height: 25px;
	margin-top: 2px;
	margin-bottom: 60px;
}
.gallerybox-container{
	display:flex;
justify-content:space-between;
}
.box-a,.box-b{
    width: 400px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
}
.box-a{
	background-image: url("images/images/matte3.png")
}
.box-b{
	background-image:  url("images/images/work1.png")
}
.gallerytext-container  p{
	line-height: 60px;
	margin: 30px 0px 25px;
}
.gallerytext-container p:nth-child(1){
    font-family: calibri;
    font-weight: bold;
    color: #C00003;
    font-size: 60px;
    width: 500px;
    margin-top: 0px;
	
}
.gallerytext-container p:nth-child(2){
    font-family:segoe;
    letter-spacing: 1px;
    color: #010325;
    font-size: 22px;
    text-align: left;
    height: 30px;
    width: 430px;
    line-height: 25px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.gallerybox-containerb{
	display:flex;
justify-content:space-between;
}
.box-c1,.box-c2{
	   width: 300px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 60px;
}
.box-d{
	width: 200px;
    height: 250px;
    background-repeat: no-repeat;
    background-size:default;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 60px;
}
.box-d{
	background-image: url("images/images/poster.png")
}
.contact-me{
	width: 100%;
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}
.contact-me p{
	color: #000000;
	font-size: 30px;
	font-family: calibri;
	font-weight: bold;
	align-content: center;
	text-align: center;
	
}
.contact-me button{
	width:200px;
	height: 40px;
	background-color:#F8FF03;
	outline: none;
	border: none;
	font-size: 30px;
	border-radius: 30px;
	margin-left: 40%;
}
.contact-me button
footer p{
	font-family: calibri;
	text-align: center;
}
footer p:nth-child(1){
	font-weight: bold;
	color: aliceblue;
	line-height: 10px;
	text-align: center;
}
footer p:nth-child(2){
	font-size: 16px;
	color: #F0FF06;
	width: 600px;
	text-align: center;
}
.social-icons a{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e6e3e3;
	margin: 20px 10px;
	border-radius: 50%;
}
.social-icons{
	display: flex;
	justify-content: center;
	align-content: center;
}
.copyright{
	color:antiquewhite;
	font-size: 13px;
	position: center;
	left: 50%;
}
.social-icons i{
    color: #F80307;
}
.social-icons a:hover{
	background-color: #000000;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
	transition: all ease 0.5s;
}
.cont {
}
