@charset "UTF-8";
/* CSS Document */
/*!
* Start Bootstrap - Modern Business v5.0.6 (https://startbootstrap.com/template-overviews/modern-business)
* Copyright 2013-2022 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-modern-business/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)

 * Bootswatch v5.2.2 (https://bootswatch.com)
 * Theme: solar
 * Copyright 2012-2022 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*/ /*!
 * Bootstrap  v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)

IMAGE CITATIONS 
	Images are all cited below and not included in the CC4.0 above, which is limited to the CSS only 

All associated graphics copyright 2022, by me and Pexels

All images are cited below and released under Creative Commons License cc0 and courtesy of Pexels
		- https://creativecommons.org/publicdomain/zero/1.0/
		-pexels-andrea-piacquadio-774909.jpg
		-pexels-andrea-piacquadio-3761509.jpg
		-pexels-andrea-piacquadio-3831187.jpg
		-pexels-fauxels-3184291.jpg
		-pexels-fauxels-3183132.jpg
		-pexels-george-milton-6953869.jpg
		-pexels-jess-bailey-designs-839443.jpg
		-pexels-nataliya-vaitkevich-7173047.jpg
		-pexels-pixabay-261579.jpg
		-pexels-rodnae-productions-7845229.jpg
		-pexels-rodnae-productions-7845294.jpg

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
*/
@font-face {
  font-family: dyslexic;
  src: url("regular.otf");
}

@font-face {
  font-family: dyslexicbold;
  src: url("bold.otf");
}

@font-face {
  font-family: dyslexicitalic;
  src: url("italic.otf");
}

.dyslexic:hover {font-family:dyslexic;
        letter-spacing:-.05em;
}

.dyslexicbold:hover {font-family:dyslexicbold;
    letter-spacing:-.05em;
}

.dyslexicitalic:hover {font-family:dyslexicitalic;
        letter-spacing:-.05em;
}