/* Add custom styles here
/* -------------------------------------------------- */







/* Add custom responsive styles here
/* -------------------------------------------------- */


/* Small screens (phones) only */
@media screen and (max-width: 640px) {

}


/* Medium screens (tablets) only */
@media screen and (min-width: 640px) and (max-width: 1024px) {

}


/* Medium screens (tablets) and up */
@media screen and (min-width: 640px) {

}


/* Large screens (desktops) */
@media screen and (min-width: 1024px) {

}