*{
	margin: 0;
    padding: 0;
   font-family: sans-serif;
   box-sizing: border-box;
   line-height: 1.5;
   letter-spacing: 1px;
}

.container{
    width: 100%;
	height: 100%;
	background-image: url(image/uback.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 6%;
    box-sizing: border-box;
}

.header{
	height: 15%;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.container{
	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;
}

/*.contents{
	background-image: url(image/uback.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

 
h1{
    text-align: center;
    padding-bottom: 5%;
	font-size: 60px;
}

.images{
    justify-content: space-between;
}

.ph1{
    width: 300px;
    height: 250px;
    border: 1px solid black;
}

.ph2{
	width: 300px;
	height: 150px;
	border: 1px solid black;
}

h2{
    padding-top: 1.5%;
    padding-bottom: 1%;
    font-size: 100px;
}

.par1{
    display: flex;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 23px;
	padding-bottom: 2%;
}

.sen1{
    padding-right: 1%;
	text-align: left;
}

.par2{
    display: flex;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 23px;
	padding-bottom: 2%;
}

.content-body{
	padding-bottom: 2%;
	color: white;
	background: rgba(0, 0, 0, 0.507);
	padding-top: 2%;
}

footer{
	font-size: 25px;
	font-family: sans-serif;
	font-weight: normal;
	display: flex;
	padding-top: 2%;
	padding-bottom: 0%;
	padding-left: 1%;
	padding-right: 1%;
	/*background-image: url(image/footer\ background.png);
	background-size: cover;
	background-repeat: repeat;*/
}

h5{
    font-size: 23px;
    font-weight: normal;
    text-align: left;
}

.hyperlinks{
	display: flex;
	text-align: center;
	justify-content: space-evenly;
}

h6{
    font-size: 25px;
    font-weight: normal;
    text-align: center; 
}

.hallmark{
	width: 180px;
	cursor: pointer;
	padding-right: 1%;
	padding-left: 1%;
}

@media(max-width: 700px){
	.navbar a{
		font-size: 30px;
	}
}