@font-face {
	font-family: "Source Sans Pro";
	src: url("../fonts/source-sans-pro-v18-latin-regular.woff") format("woff")
}

body {
	font-family: "Source Sans Pro";
	background-color: lightgray;
	font-size: 3rem;
}

nav a img {
	height: 85px;
	float: left;
}

.navbar-nav {
	font-size: 2rem;
}

h1 {
	font-size: 5.1rem;
}

.form-control {
	font-size: 3rem;
}

input[type=radio], input[type=checkbox] {
	transform: scale(4);
	vertical-align: top;
	margin-top: 2.1rem;
}

.form-check-label {
	margin-bottom: 0;
	margin-left: 1.5rem;
}

.form-check {
	padding-left: 2.65rem;
}

.btn {
	font-size: 3rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.form-group label img {
	height: 50px;
	filter: invert(20%);
}

.form-group label .btn {
	margin: 0;
	border-radius: 30px;
}

h1 .btn {
	margin: 0;
	border-radius: 30px;
}

.modal-dialog {
	max-width: 770px;
}

.close {
	font-size: 5rem;
}

.modal-body img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 865px;
}

.modal-body #fssserimg {
	height: auto;
}

footer {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

h2 {
	padding-top: 4rem;
}

@media screen and (min-width: 992px) {
	body {
		font-size: 1rem;
	}
	nav a img {
		height: 45px;
	}
	h1 {
		font-size: 3rem;
	}
	.btn {
		font-size: 1.3rem;
	}
	.form-control {
		font-size: 1rem;
	}
	input[type=radio], input[type=checkbox] {
		transform: scale(1);
		vertical-align: top;
		margin-top: 0.4rem;
	}
	.close {
		font-size: 1rem;
	}
}

@media (max-width: 991px) {
	.container {
		padding-bottom: 120px;
	}
	.navbar-brand {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
		& img {
			width: 100%;
			height: auto;
			float: none;
		}
	}
	body, .btn, .form-control {
		font-size: 1rem;
	}
	h1 {
		font-size: 1.5rem;
	}
	.form-check {
		display: grid;
		grid-template-columns: 30px 1fr;
		grid-gap: 10px;
		padding: 0;
		& input {
			transform: scale(1.5);
			align-self: center;
			position: relative;
			margin: 0;
		}
		& label {
			margin: 0;
			line-height: 1.5rem;
		}
	}
	.form-group label .btn {
		padding: .2rem 0.5rem;
	}
}