*{
    box-sizing: border-box;
}

body{
    /*background-image: url(../images/bgimage/dark-abstract-background.jpg);*/
    color:white;
    background-color: #c1fcf5;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.firstpage
{
    background-color: #af9cb3;
    height:100vh;
    position:relative;
    z-index: -1;
    width:100%;
    /*opacity: 0.9;*/
}
.headerpart
{
    /*background-color: #4e4351;*/
    height: 100px;
    width:100%;
    position: fixed;
    top:0;
    left:0;
    z-index:1;
}

.navbar ul li a
{
 color:white;
 font-size: larger;
}
.navbar a:hover{
    color:orange;
}
.navbar a:active{
    color:#5900ff;
}
main
{
    margin-top: 100px;
}
.proffession 
{
 margin-top: 7vh;
 
}
.proffession h1
{
 font-size: 130px;
 letter-spacing: 0.5px;
 word-spacing: 5px;
}

.coverimage img
{
    border-color: #af9cb3;
}

.pagetwo hr{
    width:100%;
    margin-top:75px;
    margin-bottom: 100px;
}
.servicescards
{
    margin-top:80px;
}
.aboutme
{
    width: 100%;
}
.footclass
{
    width:100%;
    position: relative;
    left:0;
    bottom:0;
    height:200px;
}

.footermenu a
{
text-decoration: none;
color:white;
font-size:17px;
}
.footermenu a:hover
{
color:orange;

}
.footermenu ul li
{
list-style-type: none;
}

.footerlogo
{
    margin-left:60px;
}

.footerlogo img
{
    margin-left:80px;
}
.socialmedia
{
    margin-top: 70px;
}
.socialmedia a
{
text-decoration: none;
}

.socialmedia i
{
font-size:25px;
}

/* Aboout page code*/
.aboutpageone
{
    background-color: #af9cb3;
    width:100%;
    height:100vh;
    position:relative;
    z-index: -1;
    margin-bottom:100px;
}

.aboutmeright h1
{
font-size: 30px;
}
.aboutmeright p
{
font-size: 17px;
text-wrap: wrap;
}
.abouttable p{
    color:black;
    font-size:16px;
}

/*End of about page*/

/*Start of projects page*/
.proheading h1
{
    font-size: 40px;
    text-shadow: 5px 7px 10px #0b0c0c;
}

.proleft
{
    height:450px;
    background-color: #9291b0;
    width:100%;
}

.proleft img
{
   width:215px;
   height:190px;
}
.projectscards 
{
    margin-top: 100px;
}
/*End of projects page*/

/*Start of contact page*/
.contactme h4
{
    font-size: 25px;
    text-shadow: 5px 9px 10px #edf0f0;
}
.contactwork h1
{
    font-size: 37px;
    text-shadow: 7px 9px 10px #eff4f4;
}

.contactmeleft p
{
color:#0b0c0c;
font-size:18px;
}

.contactmeleft i
{

font-size:23px;
}
.contactpageone
{
    background-color: #af9cb3;
    width:100%;
    margin-bottom: 150px;
}
.contactmeright{
 margin-left:30px;
}
.contactmeleft
{
    margin-left:30px;
}

/*End of contact page*/