*{
	padding: 0;
	margin: 0;
	font-family: 'Josefin Sans', sans-serif;
	box-sizing: border-box;
}
.container{
	width: 100%;
	height: 100vh;
	background-image:url(aesthetic.webp);
	background-size: cover;
	background-position: center;
	display: table;
	margin: auto;
	padding-left: 50px;
	padding-right: 100px;
	box-sizing: border-box;
}
.logo {
    float: left;
    padding: 17px 0px;
    font-size: 50px;
    color: black;
}
.logo a {
    color: white;
    text-decoration: none;
    font-size: 40px;
    font-weight: 600;
    padding: 15px;
}
.logo span {
    color:#996633;
}
nav{
	flex: 1;
	text-align: right;
    
}
nav ul li {
    display: inline-block;
    margin: 21px 5px;
    list-style: none;
    margin-left: 50px;
}
nav ul li a {
    color: #996633;
    position: relative;
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 10px;
    transition: .5s;
}

nav.active {
    color:deeppink;   
}
nav li a:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background:white;
    bottom: 0px;
    left: 0;
    transition: all .5s;
}
nav li a:hover:after {
    width: 100%;
}
nav .active:after{
    width: 100%;
}
.row{
	display: flex;
	height: 88%;
	align-items: center;
	padding-left: 5px;
}

.col{
	flex-basis: 100%;
}
h1{
	font-size: 100px;
	color:black;
	padding-left: -25px;
}
p{
	font-size: 12px;
	color: black;
	line-height: 15px;
	padding-left: -25px;
}
button{
	width: 180px;
	background-color: lightbrown;
	border-color:white;
	color:white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 10px 25px;
	border-radius: 30px;
	transition: transform .4s; 
	display:table;
}
.acard{
	width: 200px;
	height: 230px;
	display: inline-block;
	border-radius: 10px;
	padding: 15px 25px;
	box-sizing: border-box;
	cursor: pointer;
	margin:10px 15px;
	background-position: center;
	background-image: url(pic1.jpg);
	background-size: cover;
	transition: transform 0.5s;
}
.card1{
	background-image: url(buniks.jpg);
}
.card2{
	background-image: url(jasy.jpg);
}
.card3{
	background-image: url(enj.jpg);
}
.card4{
	background-image: url(encars.jpg);
}
.acard:hover{
	transform: translateY(-10px);
}
h5{
	color:white;
	text-shadow: 0 0 5px #999;
}
.card p{
	text-shadow: 0 0 15px #000;
	font-size:8px;
}
.about {
	width: 100%;
	padding: 100px 0px;
	background-image: url(brown.webp);
	background-size: cover;
}
.about img{
	height: auto;
	width: 430px;
}
.about-text{
	width: 550px;
}
.main{
	width: 1130px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.about-text h2{
	color: white;
	font-size: 75px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.about-text h5{
	color: white;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.about-text p{
	color: #fcfc;
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 45px;
}

.Service{
	background-image:url(aesthetic.webp);
    background-size: cover;
	width: 100%;
	padding: 100px 0px;
}
.title h2{
	color: Black;
	font-size: 75px;
	width: 1130px;
	margin: 30px auto;
	text-align: center;
}
.box{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 400px;
}
.card{
	height: 365px;
	width: 335px;
	padding: 20px 35px;
	background: #996633;
	border-radius: 20px;
	margin: 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.card i{
	font-size: 50px;
	display: block;
	text-align: center;
	margin: 25px 0px;
	color: #f9004d;

}
h5{
	color: white;
	font-size: 23px;
	margin-bottom: 15px;
}
.pra p{
	color: #fcfc;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 25px;
}
.card .button{
	background-color:black;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 9px 22px;
	border-radius: 30px;
	transition: .4s; 
}
.card .button:hover{
	background-color: transparent;
	border: 2px solid #f9004d;
	cursor: pointer;
}

.educ{
	background-image:url(brown.webp);
    background-size: cover;
	width: 100%;
	padding: 100px 0px;
}
.name h2{
	color: White;
	font-size: 75px;
	width: 1130px;
	margin: 30px auto;
	text-align: center;
}
.square{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 400px;
}
.board{
	height: 365px;
	width: 335px;
	padding: 20px 35px;
	background:#996633;
	border-radius: 20px;
	margin: 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.board i{
	font-size: 50px;
	display: block;
	text-align: center;
	margin: 25px 0px;
	color: #f9004d;

}
h5{
	color: white;
	font-size: 23px;
	margin-bottom: 15px;
}
.jra p{
	color: #fcfc;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 25px;
}
.board .button{
	background-color:beige;
	color:  brown;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 9px 22px;
	border-radius: 30px;
	transition: .4s; 
}
.board .button:hover{
	background-color: transparent;
	border: 2px solid #f9004d;
	cursor: pointer;
}



.contact-me{
	width: 100%;
	height: 290px;
	background-image:url(aesthetic.webp);
	background-size: cover;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.contact-me p{
	color: black;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.contact-me .button-two{
	background-color:#996633;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s; 
}
.contact-me .button-two:hover{
	background-color: transparent;
	border: 2px solid #f9004d;
	cursor: pointer;
}
footer{
	position: relative;
	width: 100%;
	height: 400px;
	background-image:url(brown.webp);
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
footer p:nth-child(1){
	font-size: 30px;
	color: White;
	margin-bottom: 20px;
	font-weight: bold;
}
footer p:nth-child(2){
	color: white;
	font-size: 17px;
	width: 500px;
	text-align: center;
	line-height: 26px;
}
.social{
	display: flex;
}
.social a{
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:beige;
	border-radius: 50%;
	margin: 22px 10px;
	color: white;
	text-decoration: none;
	font-size: 20px;
}
.social a:hover{
	transform: scale(1.3);
	transition: .3s;
}
.end{
	position: absolute;
	color:white;
	bottom: 35px;
	font-size: 14px; 
}
Write to Jasmin E. Encarnacion
