/* LongFi Solutions Brand Colors
   Dark Blue:   #2C2C6E
   Medium Blue: #244899
   Uncomment sections below to apply brand styling.
*/

/* Top left header / site name area */
/* .wy-side-nav-search {
  background: #244899;
} */

/* Constrain images to content width */
.rst-content img {
  max-width: 100%;
  height: auto;
}

/* Image size utility classes
   Usage in Markdown (blank lines above and below required):

   ![alt](image.png){ .img-sm }

*/
.rst-content p.img-sm img, .rst-content img.img-sm   { width: 25%; }
.rst-content p.img-md img, .rst-content img.img-md   { width: 50%; }
.rst-content p.img-lg img, .rst-content img.img-lg   { width: 75%; }
.rst-content p.img-full img, .rst-content img.img-full { width: 100%; }
