/*Custom CSS*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');
.main-container{
	background-image: url(../images/Shelf-Biscuit-background.jpg);
	 background-repeat: no-repeat;
  	background-size: cover;
}

.main a{
	font-family: times new roman;
}

footer{
	background-color: #004b8d;
	color: #fff;
	padding: 40px;
	font-weight: 200;
	font-size: 18px;
	font-family: sans-serif;
}



a:hover{
	text-decoration: none;
}

footer a{
	color: #fff;
}

footer a:hover{
	color: #e8d3ac;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: times new roman;
}

h5{
	color: #004b8d;
	font-weight: 700;
}

h1{

    line-height: 2.6rem;
}

a{
	color: #000;
}

a:hover{
	color: #004b8d;
}

.contactMe .btn {
    background: #004b8d;
}

header{
	padding:30px 0 30px 0;
}

.form-container{
	padding: 40px 0 40px 0;
}

.legal{
	background-color: #004b8d;
	color:#fff;
	padding: 10px;
	text-align: center;
}

.legal a, .legal p{
	color: #fff;
	font-size: 10px;
}

ul ul{
	list-style-type: disc;
}

ul{
	list-style-type: none;
}



.btn-primary {
    color: #fff;
    background-color: #004b8d;
    border-color: #004b8d;
}

.btn-primary:hover{
	background-color: #e8d3ac;
	border-color: #e8d3ac;
}

.m-5{
	margin-top: 20px;
}