@import url('https://fonts.googleapis.com/css?family=Almarai:400,700&display=swap');

body {
    font-family: 'Almarai', sans-serif;
    background-image: url(reset-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.top-div{padding:20px 10px 10px 20px;
	text-align:center;
	min-height:100px;
	}
.top-links{padding: 8px 20px 10px 20px;}

.p{line-height:1.7em;}

.bold{font-weight:bold;}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;	
  margin-bottom:40px;
  margin-top:20px;
}

.reset{
	min-height:400px;
	background-color:#FFF
	}



a:link,
a:visited {
  color:inherit !important;
}

.div-icon{min-height:120px; color:#005c53;}

@media screen and (max-width: 600px) {

.top-links{padding: 8px 6px 10px 6px;}
}