*{
	margin: 0;
    padding: 0;
   font-family: sans-serif;
   box-sizing: border-box;
   text-align: center;
   line-height: 1.5;
   letter-spacing: 1px;
}

.container{
    width: 100%;
	height: 100%;
    background-image: url(image/abback.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;
}

.img{
    width: 150px;
    height: 150px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-top: 30px;
}

.about{
    min-height: 100vh;
    width: 100%;
}

.abtext{
    padding: 30px 100px;
    text-align: center;
}

article h1{
    font-size: 50px;
    font-weight: bolder;
    text-transform: uppercase;
    color: black;
}

article h1::after{
    content: "";
    height: 4px;
    width: 250px;
    background-color: #fff;
    display: block;
    margin: auto;
}

table{
    font-size: 18px;
    color: white;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.664);
    margin-top: 30px;
    margin-left: 35%;
    margin-right: 35%;
    display: grid;
    justify-content: space-between;
}

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%;
}

@media(max-width: 700px){
    table{
        margin-left: 300px;
    }
}