@font-face {
  font-family: Roxborough;
  src: url(Roxborough.ttf);
}

.home {
	width:	180px;
	height:	50px;
	color:black;
	background-color: beige;
	border: 1px beige solid;
}

.bI {
	width:	180px;
	height:	50px;
	color:black;
	background-color: beige;
	border: 1px beige solid;
}

.sIC {
	width:	275px;
	height:	50px;
	color:black;
	background-color: beige;
	border: 1px beige solid;
}

.rM {
	width:	180px;
	height:	50px;
	color:black;
	background-color: beige;
	border: 1px beige solid;
}

nav {
    margin-bottom: 30px;;
    text-align: center;
}

.heading {
    margin-bottom: 1px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 40pt;
	text-align: center;
	color: #8B0000;
	font-family: Roxborough;
	
}

.sub {
	 margin-bottom: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 26pt;
	text-align: center;
}

.trusted {
    margin-bottom: 10px;
    text-align: center;
}

footer {
	text-align: center;
	margin-top: 30px;
	margin-right: 50px;
}

li {
	text-align: center;
	font-family: 'Times New Roman', Times, serif;
    font-size: 12pt;
}

@media only screen and (max-width: 600px) {
	
.heading {
    margin-bottom: 10px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 34pt;
	text-align: center;
	color: #8B0000;
	font-family: Roxborough;
}

.sub {
	 margin-bottom: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 22pt;
	text-align: center;
}
}



