@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Gabarito:wght@400;600&family=Roboto:wght@300&display=swap');



html {
	scroll-padding-top:100px;
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box; 
	padding: 0;				
	margin: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	color: white;
}



header {
	min-height: 100px;
	background-color: aliceblue;
	position: sticky;
	top: 0;
	left: 0;
}

.logo {
	position: relative; 
	left: 0;
	top:0;
	padding: 2% 2%;
	margin: 2% 1% 0 2%;
}


.navi {
	display: flex;
	list-style: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding-top: 3%;
	gap: 3%;
}

.navi a:link {
	color: darkmagenta;
	text-decoration: none;
	font-size: 1.25em;
}

.navi a:hover {
	color:coral;
	border-bottom: 2px solid coral;
	padding-bottom: 2%;
	transition: 0.3s ease;
}

.container {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

section {
	min-width: 90%;
	margin: auto;
}

h1 {
	font-size:2.2em;
	text-align: center;
	text-transform: capitalize;
	padding-top: 3%;
	font-family: 'Gabarito', sans-serif;
	letter-spacing: 2px;
}

h2 {
	font-size: 1.75em;
	text-align: center;
	padding-top: 2%;
	font-family: 'Gabarito', sans-serif;
	letter-spacing: 2px;
}

h3 {
	text-align: center;
	font-size: 1.45em;
	letter-spacing: 2px;
}

p{
	font-size: 1px;

}

.active {
	color: aqua;
	border-bottom: 2px solid aqua;
}

.row {
	display: flex;
	min-width: 90%;
	margin: auto;
	gap:3%;
	justify-content: center;
	align-content: center;
}

.profile img{
	width: 100%;
	height: auto;
}

.profile{
margin-bottom: 3%;
}
.column {
	min-width: 45%;
	min-height: 450px;
	padding: 5%;
}

.column-left img{
	padding: 3%;
}

#home {
	background-color: black;
		min-height: 30vh;
}

#introduction {
	background-color: black;
		min-height: 30vh;
}

#bio{
	background-color: black;
	background: url("images/biog.jpeg");
	opacity: 0.4s;
		min-height: 70vh;
}
#gallery {
	background-color: black;
	margin-bottom: 20px;
	min-height: 80vh;
}

#contact {
	background-color: black;
	
}


.img{
	max-width: 100%;
	display: flex;
	margin: 0;
	align-items: center;
	justify-content: center;
	
}

.photo1{
	float: left;
	margin: auto;
}

.photo2{
	display: block;
	margin: auto;
}

.photo3{
	float: right;
	margin-left: 10px;
}

.img-conntainer{
	display: flex;
	height: 100px;
	justify-content: space-between;
	
}

.img-conntainer img{
	width: 396;
	height: 100%;
	object-fit: cover;
}

.intro{
	font-size: 15pt;
}

.row p{
	font-size: 14pt;
	color: black;
}

.row{
	color: black;

}

.bkbl{
	background-color: black;
}

.ul{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15pt;
}

.highlight-text{
	background-color: white;
	padding: 2px;
}

justify-paragraphs::after{
	content: "";
	display: inline-block;
	width: 100%;
}

.text-block{
	text-align: justify;
	text-align-last: justify;
}

.textcontainer{
	max-width: 600px;
	margin: 0 auto;
}

#gallery, #contact{
	margin-bottom: 20px;
}

@media only screen and (max-width:996px) {
	html {
	scroll-behavior: smooth;
	scroll-padding-top:100px;
	}
	
	.logo {
		position: relative;
	}
	
	.row {
		display: block;
	}
	
	.navi li{
		padding-bottom: 2.5%;
	}
	
	h1, h2, h3 {
		padding-top: 2%;
	}
}

.img-conntainer{
	width: 120;
}


img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

#home {
		min-height: 30vh;
}

#introduction {

		min-height: 30vh;
}

#bio{

		min-height: 70vh;
}


#contact {

		min-height:20vh;
	
}
footer{
	width: 100%;
	padding: 20px;
	background-color: black;
	text-align: center;
}