html {font-size: 10px; }
body {
    margin: auto;
    font: 1.5rem, Arial, sans-serif;
}
h1 { font-size: 4rem;}
h2 { font-size: 3rem;
     color: red;
}

p { margin:0 0 1em;
    font-size: 10px;
}

nav {
	background-color: #191970;
	padding: 15px;
	margin-bottom: 0;
	font-size: 1.75rem;
	font-weight: bold;
	color: white;
	
}

.nav2{
	display: flex;
	justify-content:space-around;
	list-style-type: none;
	text-decoration: none;
}

.nav1 ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3em;
    text-decoration: none;
    list-style-type: none;
}

.nav1 li:first-child {margin-right: auto;
                      margin-left: 60px;}

.nav1 li:last-child { margin-right: 60px;}

a:link {
	 color: white;
	 font-weight: bold;
	 text-decoration: none;
}

a:visited {
	color: aqua;
}

a:hover {
	color: black;
	text-decoration: none;
}

a:active {
	color: purple;
}

.header1 {
	background-image: url(clients.jpg);
	padding: 100px;
	background-position: center;
	background-size: cover;
	color: white;
	border: solid 0px #999;
	display: flex;
	gap: 3em;
	align-items: center;
    flex-direction: row-reverse;
	
}

.h {
	font-size: 80px;
	padding-right: 50px;
	
}

.div {
	border-left: 2px solid white;
	height: 150px;
	top: 160px;
}

.p1 {
	font-size: 25px;
	padding-left: 50px;
	
}

.article1 {
	margin: 30px 30px;
}


.photo{
    height: 549px;
    width: 1000px;
    margin: auto;
    display: block;
    float: none;
    clear: none;
    min-width: 500px;
}


img{
	max-height: 50%;
	width: 100px;
}
