@charset "UTF-8";

/* Mobile first styles 
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {}
a:hover {}


/* Extra small devices (portrait phones, less than 576px)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) { 
   
}

/* Small devices (landscape phones, less than 768px)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) { 
   
}

/* Medium devices (tablets, less than 992px)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) { 
   
}

/* Large devices (desktops, less than 1200px)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1200px) { 
   
}

/* Extra large devices (large desktops)
   No media query since the extra-large breakpoint has no upper bound on its width */
