	/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 3, 2018 */



	@font-face {
	    font-family: 'droid_serifregular';
	    src: url('droidserif-regular-webfont.woff2') format('woff2'),
	         url('droidserif-regular-webfont.woff') format('woff'),
	         url('DroidSerif-Regular.ttf') format('truetype');
	}

	.serdroid{
		font-family: "Lato", Georgia;
		font-weight: 400;
		font-style: normal;
		font-size: 20px;
		color: #333333;
		font-smoothing: antialiased;
		line-height: 36px;
	}

	.sanpro {
		font-family: 'Source Sans Pro', Georgia;
		font-size: 26px;
		font-weight: 400;
		font-style: italic;
		color: #333333;
		font-smoothing: antialiased;
		line-height: 36px;
	}

	.sanprobig {
		font-family: 'Source Sans Pro', Georgia;
		font-size: 44px;
		font-weight: 900;
		font-style: normal;
		color: #333333;
		font-smoothing: antialiased;
		line-height: 72px;
	}

	.worksan{
		font-family: 'Work Sans', Georgia;
		font-size: 18px;
		font-weight: 400;
		line-height: 30px;
		color: #201f20;
		font-style: normal;
	}

	.worksanbig{
		font-family: 'Work Sans', Georgia;
		font-size: 26px;
		font-weight: 900;
		line-height: 72px;
		color: #201f20;
		font-style: normal;
	}

	/* The sidenav */
	.sidenav {
	  height: 100%;
	  width: 200px;
	  position: fixed;
	  z-index: 1;
	  top: 0;
	  left: 0;
	  background-color: #1f271b;
	  overflow-x: hidden;
	  padding-top: 20px;
	  float: left;
	}

	/* Page content */
	.main {
	  margin-left: 200px; /* Same as the width of the sidenav */
	}

	.sidenav a {
	    padding: 6px 6px 6px 32px;
	    text-decoration: none;
	    font-size: 25px;
	    color: #818181;
	    display: block;
	}

	.sidenav a:hover {
	    color: #f1f1f1;
	}

	.bigquote {
		color: #5cb289;
		font-smoothing: antialiased;
		font-family: 'Pangolin', cursive;
	}