* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	color: grey;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Risque', 'cursive';

}
b {
    color: brown;
}

header.section-styling {

    width: 100vw;
    height: 70vh;
    background-image: url(its\ a\ goooo.jpg);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: white;
	font-family: Roboto;
	font-size: 30px;
}
header.title {
	font-size: 70px;
}
header.subtitle {
	font-size: 50px;
}

    /*header section 2......*/
    header.section-styling2 {
	width: 100vw;
	height: 60vh;
	background-image: url(virtualassistant.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: white;
	font-family: Roboto;
	font-size: 30px;
}
header.title2 {
	font-size: 70px;
}
header.subtitle2 {
	font-size: 50px;
}



/* NAVBAR STYLING */
nav {
	background-color:blue;
} 
.container  {
	display: inline-block;
	width: 100%;
	border: 1px solid black;
}
nav ul {
	display: flex;
	justify-content: center;
	padding: 10px;
	list-style-type: none;
}

li {
	padding: 5px 15px;
}

nav a {
	text-decoration: none;
	color: inherit;
	font-family: Risque;

}
/* About Me styling */
.section-styling {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

#about-me h1 {
	margin-top: 20px;
}
	

    #about-me p {
	max-width: 100%;
	background-color: white;
	text-align: center;
	}
	


#about-me img {
	max-width: 800px;
	width: 100%;
	height: 600px;
	object-fit: cover;
    display: grid;
}

#about-me div ul {
	display: grid;
	justify-content: center;
	list-style-type: none;
	padding: 10px;
}
#about-me div ul li a {
	background-color: none;
	color: blue;
	font-family: Risque;
}

.web {
	display: grid;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
#photo h1 {
	margin-top: 20px;
	text-align: center;

}
.program {
	background-color: none;
	color: black;
	display: grid;
}
.program img {
	display: grid;
	width: 50vh;
	object-fit: cover;
}
.photo-f {
	/* x-axis y-axis blur spread color*/
	box-shadow: 5px 5px 10px 2px rgb(167, 94, 45);
	/* size style color */
	border: 5px solid rgb(185, 174, 111);

}
#photo div ul li  {
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding: 5px;
}

#photo div ul li a {
	background-color: none;
	color: blue;
	font-family: Risque;
}

/* About Me  page styling */

.section-styling2 {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

#trainig.section-styling2 h1 {
	margin-top: 10px;
	padding-bottom: 20px;
}

#training p {
	max-width:50%;
	background-color: whitergb(23, 82, 121);
	text-align: center;
	justify-content: left;
}
/*
#trainin.section-styling2 img {
	max-width: 600px;
	width: 100%;
	height: 400px;
	object-fit: cover;
}
*/

#training div ul li {
	list-style-type: none;
	padding: 5px;
	text-align: left;
}

#training div ul li a {
	background-color: none;
	color: blue;
	font-family: Risque;
}
/* Portfolio web developer */
#portfolio {
	background-color: black;
} 

	


#portfolio h1 {
	margin-top: 20px;
}

#portfolio p {
	margin-top: 20px;
}

#portfolio div ul {
	display: flex;
	justify-content: center;
	padding: 10px;
	list-style-type: none;
}
.grid-container {
	display: grid;
	grid-template-columns: repeat(4, 220px);
	align-items: stretch;
	grid-gap: 10px;
	gap: 20px;
	margin-top: 45px;
	list-style-type: none;
}

.grid-container img {
	width: 100%;
	object-fit: cover;
}

.gallery-image {
	/* x-axis y-axis blur spread color*/
	box-shadow: 5px 5px 10px 2px rgb(45, 153, 167);
	/* size style color */
	border: 5px solid rgb(111, 185, 179);
}

#gallery div ul li a {
	background-color: none;
	color: blue;
	font-family: Risque;
}


/* PORTFOLIO PAGE STYLING */
#myportfolio {
background-color: black;
}

#myportfolio h1 {
	margin-top: 20px;
}
#myportfolio div ul {
	display: flex;
	justify-content: center;
	padding: 10px;
	list-style-type: none;
}
.grid-container2 {
	display: grid;
	grid-template-columns: repeat(4, 220px);
	align-items: stretch;
	grid-gap: 10px;
	gap: 20px;
	margin-top: 45px;
	list-style-type: none;
}

.grid-container2 img {
	width: 100%;
	object-fit: cover;
}

.portfolio-image {
	/* x-axis y-axis blur spread color*/
	box-shadow: 5px 5px 10px 2px rgb(167, 165, 45);
	/* size style color */
	border: 2px solid rgb(39, 81, 105);
}

#myportfolio div ul li a {
	background-color: none;
	color: purple;
	font-family: Risque;
}




/* contact me*/
form {
	display: grid;
	width: 100%;
	max-width: 800px;
	grid-template-columns: 1fr 1fr;
	padding: 20px;
	gap: 10px;
}
#contactme h1 {
	margin-top: 20px;
}

#contactme p {
	margin-top: 20px;
}

input,
textarea {
	padding: 15px 25px;
	font-size: inherit;
	font-family: inherit;
	border: 3px solid;
}

#send-button {
	grid-column: span 2;
	align-self: center;
	justify-self: center;
	padding: 10px 20px;
	font-size: inherit;
	font-family: inherit;
	background-color: blue;
}

#message {
	grid-column: span 2;
	width: 100%;
	height: 150px;
}

#contactme p {
	margin-top: 20px;
	text-align: center;
}

#contactme div ul {
	display: flex;
	justify-content: center;
	padding: 10px;
	list-style-type: none;
	margin-top: 20px;
}

#contactme div ul img {
	max-width: 70px;
	width: 100%;
	height: 50%;
}

#contactme div ul li a {
	background-color: none;
	color: blue;
	font-family: Risque;
}

/* footer styling*/
footer {
	background-color: blue;
	text-align: center;
	padding: 20px 50px;
	max-width: 100%;
}




