*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.header{
	height: 15%;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 1%;
	padding-bottom: 2%;
}

.logo{
	width: 80px;
	cursor: pointer;
}

.navbar{
	text-align: right;
	flex: 1;
}

.navbar a{
	padding: 6px 20px;
	text-decoration: none;
	color: black;
	margin-left: 20px;
	font-size: 20px;
	font-weight: bold;
}

h1{
    padding-bottom: 1%;
}

.par1{
    text-align: left;
    padding-right: 1%;
    padding-left: 1%;
    display: flex;
    padding-bottom: 1%;
    font-size: 23px;
}

.images{
    justify-content: space-between;
}

.ph1{
    width: 300px;
    height: 250px;
    border: 1px solid black;
}

.ph2{
    width: 300px;
    height: 250px;
    border: 1px solid black;
}

.par2{
    text-align: left;
    padding-right: 1%;
    padding-left: 1%;
    display: flex;
    padding-bottom: 1%;
    font-size: 23px;
}

h2{
    padding-bottom: 1%;
    padding-top: 2%;
    font-size: 35px;
}

.par3{
    text-align: left;
    padding-right: 1%;
    padding-left: 1%;
    display: flex;
    padding-bottom: 1%;
    font-size: 23px;
    border-bottom: 1px solid black;
}

h3{
    padding-bottom: 1%;
    padding-top: 2%;
    font-size: 35px;
}

footer{
	font-size: 20px;
	font-family: sans-serif;
	font-weight: normal;
	display: flex;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
	/*background-image: url(image/footer\ background.png);
	background-size: cover;
	background-repeat: repeat;*/
}

h5{
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}

.hyperlinks{
	display: flex;
	text-align: center;
	justify-content: space-evenly;
}

h6{
    font-size: 18px;
    font-weight: normal;
    text-align: center; 
}

.hallmark{
	width: 110px;
	cursor: pointer;
	padding-right: 1%;
	padding-left: 1%;
}