body, .form-control {
    font-family: 'Open Sans', sans-serif;
}

h1 {
	margin-bottom: 20px;
    margin-top: 20px;
	font-size: calc(1rem + .6vw);
}

h3 {
	font-size: calc(0.7rem + .6vw);
	font-weight: 700;
}

p {
	font-size: calc(0.5rem + .6vw);
}

img {
	width: -webkit-fill-available;
}

/*Remove border on button*/
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
/*set color of accordion headings*/
.accordion-button, .accordion-button:not(.collapsed) {
	color: #333;
	background-color: #eee;
	font-weight: 700;
}

.footer {
	margin:30px;
}

.footer a{
	color: #002557;
    font-size: 0.8rem;
	text-decoration: none;
    cursor: pointer;
}