body {
	background: #f1f1f1;
	background-image:url(/assets/images/2RA0070.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height:100vh;
}

a {
    color: #E95F28;
	transition: all 300ms;
}

a:hover {
	color: #f08256;
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) {

}

 /* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {

}

 /* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {

}

 /* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {

}
