h1,h2,h3,h4,h5,h6,p{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.top{
    background-repeat: no-repeat;
    width:100%;
}
.top > img{
    width:100%;
    height:500px;
}
.textintop{
    padding:10px;
    align-items: center;
    background-image: url("https://livedemo00.template-help.com/wt_prod-19592/images/bg-fullwidth.jpg");
    width:100%;
    height:450px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color:white;
}
.textintop > h2,h1,h3{
    margin-top:10%;
}

.WhatWeOffer > button:hover{
    
    color:black;
    background-color: yellow;
}
.WhatWeOffer > button > h3:hover{
    font-family:Georgia, 'Times New Roman', Times, serif;
}

.textintop > h2{
    margin-left:42%;
}
.textintop > h1{
    margin-left:35%;
}

.right > .hr{
    align-items: center;
    width:100px;
    /* margin-left:40%; */
    height:2px;
    background-color:black
}
.left{
    margin-left:5%;
}

.right > p{
    color:black;
}
.right{
    margin-left:10%;
}
.left > .inp{
    background-color: rgb(223, 219, 219);
    border-radius:20px;
    border-color:transparent;
    width:100%;
    height:50px;
}
.left > input{
    height:50px;
}
.icon{
    color:grey;
}
.indiv{
    padding:2px;
    align-items:center;
}
.indiv > h2{
    margin-left:42%;
}

.indiv > .hr{
    width:150px;
    height:2px;
    margin-left:42%;
    background-color:black;
}
.indiv > img{
    margin-left:42%;
    width:200px;
    height:200px;
    border-radius: 100px;
}
.indiv > h5{
    margin-left:5%;
}
.indiv > h3{
    margin-left:42%;
}

.beforeFooterAboutMe{
    width:100%;
    color:white;
	padding:10px;
    /* height:300px; */
    background-color:#262626;
}
.leftt{
    padding:2%;
}
.rightt{
    padding:5px;
}
.rightt > button{
	background-color:yellow;
	border-color:transparent;
	border-radius:25px;
	height:50px;
	width:90%;
}
.rightt > button:hover{
    color:rgb(93, 92, 92);
    background-color:rgb(200, 200, 16);
}
