/*!
Project Name: KBD Management
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap');
body {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  line-height: 1.8em;
}
.header {
	background: url('../img/img1.jpg');
	background-position: 0 -822px;
}
.burger {
	padding: 100px 0;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #13294b;
}
.grey-bg {
	background-color: #f0f4f7;
}
.cta {
	position: fixed;
	right: 40px;
	bottom: 40px;
}
.cta-btn {
	padding: 12px 24px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	border-radius: 30px;
	background-color: #333;
	text-align: center;
	color: #FFF;
	transition: 0.2s all;
}
.cta-btn:hover {
	background-color: #000;
	color: #FFF;
	text-decoration: none;

}
.subscribe.success {
	border:2px solid green;
	padding: 10px;
}
.subscribe.error {
	border:2px solid red;
	padding: 10px;
}