/*

0x. Fonts

*/


body {
  font-family: 'Poppins', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  background-color: #8C2B32;
}

p {
	font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	line-height: 1.7rem;
	font-size: 1.1rem;
	font-weight: 200;
}

a {
	 text-decoration: none;
	 color: black;
}

a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25em;
	color: white;
}

/*

0x. Structures

*/

#footer {
	position: fixed;
	bottom: 0;
}

/*

0x. Elements

*/



/*

0x. Media Queries

*/

@media screen and (max-width: 992px) {


}

@media screen and (max-width: 1200px) {

}

@media screen and (min-width: 992px) {

}


@media screen and (min-width: 1200px) {

}
