/* Copyright (©) 2020 Jaxson Khan. All rights reserved. */
html {
overflow:hidden;
}

div.container {
  padding-top: 20px; }



h1 {
	letter-spacing: -1px;
}
 img.headshot{
 	max-width: 82%;
 	height: auto;
 }

 #nav li {
	display: inline;
	letter-spacing: -0.2px;
}

.doc-section {
	padding-top: 30px;
}

.off-content {
	display: none;
}

/***/


.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif;
  font-style: italic;
  font-weight: normal; }


.file-pdf:before {
  content: url("../../1images/file/pdf.png") " "; }


/* Smaller than laptop */
	@media only screen and (max-width: 1070px) {

html {
overflow-y:scroll;
}

)

	/* Mobile */
	@media only screen and (max-width: 767px) {

	}

	/* Mobile Landscape */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	}

	/* Non 960 */
	@media only screen and (max-width: 959px) {

	}

	/* iPad Portrait/Browser */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
	}

	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {
	

	}


	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

	}

	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {

	}


	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 959px) and (max-device-width: 1000px) {}

	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {}

	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}

	/* Anything smaller than standard 960 on a device */
	@media only screen and (max-width: 959px) and (max-device-width: 1000px) {
	
	}
