/*Currently a skeleton to initialize this stylesheet*/
/* mobile screens */
@media screen and (max-width: 768px) {
}
/* Medium sized screen */
@media screen and (max-width: 1024px) {
}
/* desktop and larger */
@media screen and (min-width: 1025px) {
}