*, *::before, *::after {
    box-sizing: border-box;
}

header {
    background-color: #212121;
    color: #fff;
    padding: 3px 20px;
    text-align: center;
}

body {
    font-family: Funnel Sans, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 1em;
    background-color: #212121;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    max-width: 960px;
    padding: 20px;
    margin: 0 auto;
    background-color: #212121;
    display: flex;
    flex-direction: column;
}

.welcome {
	color: white;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
	background-size: cover;
	background-color: #000000;
}

.welcome h1 {
	font-size: 3rem;
	background-color: rgba(41,51,54,0.75);
	padding-top: 0%;
	padding-left: 0%;
	padding-bottom: 0%;
	display: block;
	border: 9px solid rgba(0,0,0,0.00);
	border-radius: 19px;
	-webkit-box-shadow: 0px 0 20px 11px rgba(255,255,255,0.40);
	box-shadow: 0px 0 20px 11px rgba(255,255,255,0.40);
}

#services h3 {
    text-decoration: underline;
    font-weight: normal;
    color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
    color: #FFFFFF;
}


#about {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start; /* Aligns items to the left */
	gap: 20px;
	color: #FFFFFF;
	padding-left: 70px;
	padding-right: 70px;
	margin-bottom: 20px;
	padding-bottom: 50px;
	border: 4px solid rgba(41,51,54,1.00);
	border-radius: 19px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}


#about img {
	border-style: solid;
	border-color: rgba(255,255,255,1.00);
	border-radius: 100px;
	width: 150px;
	height: 150px;
	text-align: left;
}

#about h3 {
	flex: 1 1 100%;
	text-align: left;
	padding-top: 0px;
	margin-bottom: -6px;
}

#about .photographerDetails {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: left;
	max-width: 1000px;
}

nav {
	display: inherit;
	justify-content: center;
	background-color: #293336;
	padding: 10px 0;
}

nav ul {
	display: flex;
	gap: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
}

nav ul li {
	list-style: none;
}

nav a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	display: flex;
	/* [disabled]-webkit-box-sizing: content-box; */
	/* [disabled]-moz-box-sizing: content-box; */
	box-sizing: content-box;
	text-justify: distribute;
	min-width: 55px;
	padding-right: 0px;
}

nav a:hover {
	text-decoration: underline;
	text-justify: auto;
}


footer {
	text-align: center;
	padding: 10px 0;
	background-color: #293336;
	color: #fff;
	margin-top: auto;
}

.services, .contact {
	margin: 20px;
	color: #FFFFFF;
	padding-left: 45px;
	border: 4px solid rgba(41,51,54,1.00);
	border-radius: 19px;
}
